50b261ff3ed2b91355b5a641897c76e37a8143a6
[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/PHP">PHP</a></li>
73
74 <li>&ldsh; <a href="./ion/Symbol/Table/Shared">Shared</a></li>
75
76 <li>&ldsh; <a href="./ion/Symbol/Table/System">System</a></li>
77
78 <li>&ldsh; <a href="./ion/Symbol/Table/add">Table::add</a></li>
79
80 <li>&ldsh; <a href="./ion/Symbol/Table/find">Table::find</a></li>
81
82 <li>&ldsh; <a href="./ion/Symbol/Table/findLocal">Table::findLocal</a></li>
83
84 <li>&ldsh; <a href="./ion/Symbol/Table/getMaxId">Table::getMaxId</a></li>
85
86 </ul>
87
88 </li>
89
90 </ul>
91
92 </li>
93 </ul>
94
95 </li>
96 </ul>
97 </div>
98
99 <h1>class ion\Symbol\Table\Local implements ion\Symbol\Table</h1>
100 <p>A local symbol table.</p>
101 <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>
102 <h2>Constants:<a id="Constants:" href="#Constants:" class="permalink" aria-hidden="true" title="">#</a></h2>
103 <p>None.</p>
104 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
105 <ul>
106 <li>private array $imports = array (
107 )<br />
108 Internal cache.</li>
109 <li>private array $symbols = array (
110 )<br />
111 Internal cache.</li>
112 </ul>
113
114
115
116 <h2 id="Functions:">Functions:</h2>
117 <ul>
118
119 <li>
120 <h3><a href="ion/Symbol/Table/Local/__construct">Local::__construct</a></h3>
121 <p>Create a local symbol table.</p>
122
123 <p>void ion\Symbol\Table\Local::__construct()</p>
124 </li>
125
126 <li>
127 <h3><a href="ion/Symbol/Table/Local/import">Local::import</a></h3>
128 <p>Import a symbol table.</p>
129
130 <p>void ion\Symbol\Table\Local::import(ion\Symbol\Table $table)</p>
131 </li>
132
133 </ul>
134
135
136 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
137 <script>
138 var disqus_shortname = 'mdref';
139 var disqus_identifier = 'ion/Symbol/Table/Local';
140 </script>
141
142 <footer>
143
144 <ul>
145 <li><a href="https://github.com/m6w6/mdref">mdref-v2.0
146 </a></li>
147 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
148 <li>
149 </li>
150 </ul>
151
152 </footer>
153
154 <script src="index.js"></script>
155
156 </div>
157 </body>
158 </html>