basic API docs
[awesomized/ext-ion] / docs / src / ion / Symbol / Table / Local.md
1 # class ion\Symbol\Table\Local implements ion\Symbol\Table
2
3 A local symbol table.
4
5
6
7 See also [the ION spec's symbol guide](https://amzn.github.io/ion-docs/guides/symbols-guide.html), and [the ION doc's cookbook](https://amzn.github.io/ion-docs/guides/cookbook.html#using-a-local-symbol-table).
8
9
10 ## Constants:
11
12 None.
13
14 ## Properties:
15
16 * private array $imports = array (
17 )
18 Internal cache.
19 * private array $symbols = array (
20 )
21 Internal cache.
22