8f89956e16adf7f596440ef71c1da987d40969e0
[awesomized/ext-ion] / docs / v0.2 / 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 property="og:title" content="ion\Symbol\Table\Local">
10 <meta name="viewport" content="width=1200, initial-scale=0.5">
11 <base href="/ext-ion/v0.2/">
12 <meta http-equiv="Content-Location" content="/ext-ion/v0.2/ion/Symbol/Table/Local">
13 <link rel="stylesheet" href="index.css">
14
15 <link rel="shortcut icon" href="/ext-ion/v0.2/favicon.ico">
16 </head>
17 <body>
18 <div class="page">
19
20 <div class="sidebar">
21
22 <div class="edit">
23 <a href="https://github.com/awesomized/ext-ion/edit/master/ion.stub.php">Edit</a>
24 </div>
25
26
27 <ul>
28 <li>&lsh; <a href="./">Home</a>
29
30 <ul>
31 <li>
32
33 &uarr; <a href="./ion">
34 ion
35 </a>
36 <ul>
37 <li>
38
39 &uarr; <a href="./ion/Symbol">
40 Symbol
41 </a>
42 <ul>
43 <li>
44
45 &uarr; <a href="./ion/Symbol/Table">
46 Table
47 </a>
48 <ul>
49 <li>
50
51 &circlearrowright; <strong><a href="./ion/Symbol/Table/Local">Local</a></strong>
52
53
54 <ul>
55
56 <li>
57 &rdsh; <a href="./ion/Symbol/Table/Local/__construct">Local::__construct</a>
58
59 </li>
60
61 <li>
62 &rdsh; <a href="./ion/Symbol/Table/Local/import">Local::import</a>
63
64 </li>
65
66 </ul>
67
68
69 </ul>
70
71 <li>&ldsh; <a href="./ion/Symbol/Table/Shared">Shared</a></li>
72
73 <li>&ldsh; <a href="./ion/Symbol/Table/add">Table::add</a></li>
74
75 <li>&ldsh; <a href="./ion/Symbol/Table/find">Table::find</a></li>
76
77 <li>&ldsh; <a href="./ion/Symbol/Table/findLocal">Table::findLocal</a></li>
78
79 <li>&ldsh; <a href="./ion/Symbol/Table/getMaxId">Table::getMaxId</a></li>
80
81 </ul>
82
83 </li>
84
85 </ul>
86
87 </li>
88 </ul>
89
90 </li>
91 </ul>
92 </div>
93 <meta charset="utf-8"><h1>
94 <a class="permalink" href="ion/Symbol/Table/Local#">#</a><em>class</em> <a href="ion/Symbol/Table/Local">ion\Symbol\Table\Local</a> <br>&nbsp;<em>implements</em> <a href="ion/Symbol/Table">ion\Symbol\Table</a>
95 </h1><p>A local symbol table.</p><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><h2 id="Constants:">Constants:<a class="permalink" href="ion/Symbol/Table/Local#Constants:">#</a>
96 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Symbol/Table/Local#Properties:">#</a>
97 </h2><ul>
98 <li>
99 <em>private</em> <code><a href="https://php.net/manual/en/language.types.array">array</a></code> <span class="var" id="$imports">$imports<a class="permalink" href="ion/Symbol/Table/Local#%24imports">#</a></span> = <code><a href="https://php.net/manual/en/language.types.array">array</a></code> (
100 )<br>
101 Internal cache.</li>
102 <li>
103 <em>private</em> <code><a href="https://php.net/manual/en/language.types.array">array</a></code> <span class="var" id="$symbols">$symbols<a class="permalink" href="ion/Symbol/Table/Local#%24symbols">#</a></span> = <code><a href="https://php.net/manual/en/language.types.array">array</a></code> (
104 )<br>
105 Internal cache.</li>
106 </ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/Symbol/Table/Local#Functions:">#</a>
107 </h2><ul class="sub-entries sub-functions">
108
109 <li>
110 <h3 id="Local::__construct">
111 <a href="ion/Symbol/Table/Local/__construct">Local::__construct</a><a class="permalink" href="ion/Symbol/Table/Local#Local::__construct">#</a>
112 </h3>
113 <p>Create a local symbol table.</p>
114
115 <p><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/Symbol/Table/Local/__construct">ion\Symbol\Table\Local::__construct</a>()</p>
116 </li>
117
118 <li>
119 <h3 id="Local::import">
120 <a href="ion/Symbol/Table/Local/import">Local::import</a><a class="permalink" href="ion/Symbol/Table/Local#Local::import">#</a>
121 </h3>
122 <p>Import a symbol table.</p>
123
124 <p><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/Symbol/Table/Local/import">ion\Symbol\Table\Local::import</a>(<a href="ion/Symbol/Table">ion\Symbol\Table</a> <span class="var">$table</span>)</p>
125 </li>
126
127 </ul>
128 <div class="comments">
129 <style>.giscus-frame {min-height: 16em;}</style>
130 <script>
131 function giscus_load(button) {
132 let script = document.createElement("script");
133 script.setAttribute("data-repo", 'awesomized/ext-ion');
134 script.setAttribute("data-category", 'Comments on Docs');
135 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
136 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
137 script.setAttribute("data-mapping", 'og:title');
138 script.setAttribute("data-input-position", 'bottom');
139 script.setAttribute("data-reactions-enabled", false);
140 script.setAttribute("data-theme", 'light');
141 script.setAttribute("data-lang", 'en');
142
143 script.src = "//giscus.app/client.js";
144 button.parentNode.replaceChild(script, button);
145 }
146 </script>
147 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
148
149 </div>
150
151 <footer>
152
153 <ul>
154 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
155 </a></li>
156 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
157 <li>
158 </li>
159 </ul>
160
161 </footer>
162
163 <script src="index.js" defer></script>
164
165 </div>
166 </body>
167 </html>