basic API docs
[awesomized/ext-ion] / docs / src / ion / Symbol / ImportLocation / __construct.md
1 # void ion\Symbol\ImportLocation::__construct(string $name, int $location)
2
3 Create a new import location.
4
5
6
7
8
9
10 ## Params:
11
12 * string $name
13 The name of the shared symbol table.
14 * int $location
15 The location (sid) of the symbol within the table.
16
17