780375f6019df50cf1277aeaa1892041c50a1eac
[awesomized/ext-ion] / docs / v0.0 / ion / Symbol / Table / Shared.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Shared -
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/Shared">
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/Shared">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/Shared">Shared</a></strong>
53
54
55 <ul>
56
57 <li>
58 &rdsh; <a href="./ion/Symbol/Table/Shared/__construct">Shared::__construct</a>
59
60 </li>
61
62 </ul>
63
64
65 </ul>
66
67 <li>&ldsh; <a href="./ion/Symbol/Table/Local">Local</a></li>
68
69 <li>&ldsh; <a href="./ion/Symbol/Table/add">Table::add</a></li>
70
71 <li>&ldsh; <a href="./ion/Symbol/Table/find">Table::find</a></li>
72
73 <li>&ldsh; <a href="./ion/Symbol/Table/findLocal">Table::findLocal</a></li>
74
75 <li>&ldsh; <a href="./ion/Symbol/Table/getMaxId">Table::getMaxId</a></li>
76
77 </ul>
78
79 </li>
80
81 </ul>
82
83 </li>
84 </ul>
85
86 </li>
87 </ul>
88 </div>
89 <meta charset="utf-8"><h1>
90 <a class="permalink" href="ion/Symbol/Table/Shared#">#</a><em>class</em> <a href="ion/Symbol/Table/Shared">ion\Symbol\Table\Shared</a> <br>&nbsp;<em>implements</em> <a href="ion/Symbol/Table">ion\Symbol\Table</a>
91 </h1><p>A shared 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-shared-symbol-table">the ION doc's cookbook</a>.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Symbol/Table/Shared#Constants:">#</a>
92 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Symbol/Table/Shared#Properties:">#</a>
93 </h2><ul>
94 <li>
95 <em>public</em> <code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var" id="$name">$name<a class="permalink" href="ion/Symbol/Table/Shared#%24name">#</a></span><br>
96 The name of the shared symbol table.</li>
97 <li>
98 <em>public</em> <code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var" id="$version">$version<a class="permalink" href="ion/Symbol/Table/Shared#%24version">#</a></span> = 1<br>
99 The version of the shared symbol table.</li>
100 <li>
101 <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/Shared#%24symbols">#</a></span> = <code><a href="https://php.net/manual/en/language.types.array">array</a></code> (
102 )<br>
103 Internal cache.</li>
104 </ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/Symbol/Table/Shared#Functions:">#</a>
105 </h2><ul>
106
107 <li>
108 <h3 id="Shared::__construct">
109 <a href="ion/Symbol/Table/Shared/__construct">Shared::__construct</a><a class="permalink" href="ion/Symbol/Table/Shared#Shared::__construct">#</a>
110 </h3>
111 <p>Create a shared symbol table.</p>
112
113 <p><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/Symbol/Table/Shared/__construct">ion\Symbol\Table\Shared::__construct</a>(<code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var">$name</span>, [<code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var">$version</span> = 1, [?<code><a href="https://php.net/manual/en/language.types.array">array</a></code> <span class="var">$symbols</span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code>]])</p>
114 </li>
115
116 </ul>
117 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
118 <script>
119 var disqus_shortname = 'mdref';
120 var disqus_identifier = 'ion/Symbol/Table/Shared';
121 </script>
122
123 <footer>
124
125 <ul>
126 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
127 </a></li>
128 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
129 <li>
130 </li>
131 </ul>
132
133 </footer>
134
135 <script src="index.js"></script>
136
137 </div>
138 </body>
139 </html>