basic API docs
[awesomized/ext-ion] / docs / src / ion / Symbol / __construct.md
1 # void ion\Symbol::__construct([?string $value = NULL, [int $sid = -1, [?ion\Symbol\ImportLocation $importLocation = NULL]]])
2
3 Create an ION symbol.
4
5
6
7
8
9
10 ## Params:
11
12 * Optional ?string $value = NULL
13 The symbol's text representation.
14 * Optional int $sid = -1
15 The symbols ID, referencing its location within a shared symbol table.
16 * Optional ?ion\Symbol\ImportLocation $importLocation = NULL
17 The import location referencing a shared symbol table.
18
19