56634c66e8b5b8802cbcf823c0290ab7deb41e8e
[awesomized/ext-ion] / docs / v0.0 / ion / Symbol / Table / Local.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Local -
7 mdref
8 </title>
9 <meta name="viewport" content="width=1200, initial-scale=0.5">
10 <base href="/v0.0/">
11 <meta http-equiv="Content-Location" content="/v0.0/ion/Symbol/Table/Local">
12 <link rel="stylesheet" href="index.css">
13
14 <link href="https://fonts.googleapis.com/css?family=Inconsolata&amp;subset=latin-ext" rel="stylesheet">
15 <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
16 <link rel="shortcut icon" href="/v0.0/favicon.ico">
17 </head>
18 <body>
19 <div class="page">
20
21 <div class="sidebar">
22
23 <div class="edit">
24 <a href="./ion/Symbol/Table/Local">Edit</a>
25 </div>
26
27
28 <ul>
29 <li>&lsh; <a href="./">Home</a>
30
31 <ul>
32 <li>
33
34 &uarr; <a href="./ion">
35 ion
36 </a>
37 <ul>
38 <li>
39
40 &uarr; <a href="./ion/Symbol">
41 Symbol
42 </a>
43 <ul>
44 <li>
45
46 &uarr; <a href="./ion/Symbol/Table">
47 Table
48 </a>
49 <ul>
50 <li>
51
52 &circlearrowright; <strong><a href="./ion/Symbol/Table/Local">Local</a></strong>
53
54
55 <ul>
56
57 <li>
58 &rdsh; <a href="./ion/Symbol/Table/Local/__construct">Local::__construct</a>
59
60 </li>
61
62 <li>
63 &rdsh; <a href="./ion/Symbol/Table/Local/import">Local::import</a>
64
65 </li>
66
67 </ul>
68
69
70 </ul>
71
72 <li>&ldsh; <a href="./ion/Symbol/Table/Shared">Shared</a></li>
73
74 <li>&ldsh; <a href="./ion/Symbol/Table/add">Table::add</a></li>
75
76 <li>&ldsh; <a href="./ion/Symbol/Table/find">Table::find</a></li>
77
78 <li>&ldsh; <a href="./ion/Symbol/Table/findLocal">Table::findLocal</a></li>
79
80 <li>&ldsh; <a href="./ion/Symbol/Table/getMaxId">Table::getMaxId</a></li>
81
82 </ul>
83
84 </li>
85
86 </ul>
87
88 </li>
89 </ul>
90
91 </li>
92 </ul>
93 </div>
94
95 <h1>class ion\Symbol\Table\Local implements ion\Symbol\Table</h1>
96 <p>A local symbol table.</p>
97 <p>See also <a href="https://amzn.github.io/ion-docs/guides/symbols-guide.html">the ION spec's symbol guide</a>, and <a href="https://amzn.github.io/ion-docs/guides/cookbook.html#using-a-local-symbol-table">the ION doc's cookbook</a>.</p>
98 <h2>Constants:<a id="Constants:" href="#Constants:" class="permalink" aria-hidden="true" title="">#</a></h2>
99 <p>None.</p>
100 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
101 <ul>
102 <li>private array $imports = array (
103 )<br />
104 Internal cache.</li>
105 <li>private array $symbols = array (
106 )<br />
107 Internal cache.</li>
108 </ul>
109
110
111
112 <h2 id="Functions:">Functions:</h2>
113 <ul>
114
115 <li>
116 <h3><a href="ion/Symbol/Table/Local/__construct">Local::__construct</a></h3>
117 <p>Create a local symbol table.</p>
118
119 <p>void ion\Symbol\Table\Local::__construct()</p>
120 </li>
121
122 <li>
123 <h3><a href="ion/Symbol/Table/Local/import">Local::import</a></h3>
124 <p>Import a symbol table.</p>
125
126 <p>void ion\Symbol\Table\Local::import(ion\Symbol\Table $table)</p>
127 </li>
128
129 </ul>
130
131
132 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
133 <script>
134 var disqus_shortname = 'mdref';
135 var disqus_identifier = 'ion/Symbol/Table/Local';
136 </script>
137
138 <footer>
139
140 <ul>
141 <li><a href="https://github.com/m6w6/mdref">mdref-v2.0
142 </a></li>
143 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
144 <li>
145 </li>
146 </ul>
147
148 </footer>
149
150 <script src="index.js"></script>
151
152 </div>
153 </body>
154 </html>