bb3b7d4cf4b4756fefc7241d9e3db45f52534f4a
[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
90 <h1>class ion\Symbol\Table\Shared implements ion\Symbol\Table</h1>
91 <p>A shared symbol table.</p>
92 <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>
93 <h2>Constants:<a id="Constants:" href="#Constants:" class="permalink" aria-hidden="true" title="">#</a></h2>
94 <p>None.</p>
95 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
96 <ul>
97 <li>public string $name<br />
98 The name of the shared symbol table.</li>
99 <li>public int $version = 1<br />
100 The version of the shared symbol table.</li>
101 <li>private array $symbols = array (
102 )<br />
103 Internal cache.</li>
104 </ul>
105
106
107
108 <h2 id="Functions:">Functions:</h2>
109 <ul>
110
111 <li>
112 <h3><a href="ion/Symbol/Table/Shared/__construct">Shared::__construct</a></h3>
113 <p>Create a shared symbol table.</p>
114
115 <p>void ion\Symbol\Table\Shared::__construct(string $name, [int $version = 1, [?array $symbols = NULL]])</p>
116 </li>
117
118 </ul>
119
120
121 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
122 <script>
123 var disqus_shortname = 'mdref';
124 var disqus_identifier = 'ion/Symbol/Table/Shared';
125 </script>
126
127 <footer>
128
129 <ul>
130 <li><a href="https://github.com/m6w6/mdref">mdref-v2.0
131 </a></li>
132 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
133 <li>
134 </li>
135 </ul>
136
137 </footer>
138
139 <script src="index.js"></script>
140
141 </div>
142 </body>
143 </html>