basic API docs
[awesomized/ext-ion] / docs / src / ion / Symbol / Table / find.md
1 # ?ion\Symbol ion\Symbol\Table::find(string|int $id)
2
3 Find a symbol within the symbol table, including imports.
4
5
6
7
8
9
10 ## Params:
11
12 * string|int $id
13 The ID or text of the symbol to find.
14
15
16 ## Returns:
17
18 * \ion\Symbol|null, The symbol found, if any.
19
20