docs: ctor promoted property defaults
[awesomized/ext-ion] / docs / v0.0 / ion / Symbol.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Symbol -
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">
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">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 &circlearrowright; <strong><a href="./ion/Symbol">Symbol</a></strong>
41
42
43 <ul>
44
45 <li>
46 &rdsh; <a href="./ion/Symbol/Enum">Enum</a>
47
48 </li>
49
50 <li>
51 &rdsh; <a href="./ion/Symbol/ImportLocation">ImportLocation</a>
52
53 </li>
54
55 <li>
56 &rdsh; <a href="./ion/Symbol/Table">Table</a>
57
58 <ul>
59
60 <li>&rdsh; <a href="./ion/Symbol/Table/Local">Local</a>
61 </li>
62
63 <li>&rdsh; <a href="./ion/Symbol/Table/PHP">PHP</a>
64 </li>
65
66 <li>&rdsh; <a href="./ion/Symbol/Table/Shared">Shared</a>
67 </li>
68
69 <li>&rdsh; <a href="./ion/Symbol/Table/System">System</a>
70 </li>
71
72 </ul>
73
74 </li>
75
76 <li>
77 &rdsh; <a href="./ion/Symbol/__construct">Symbol::__construct</a>
78
79 </li>
80
81 <li>
82 &rdsh; <a href="./ion/Symbol/equals">Symbol::equals</a>
83
84 </li>
85
86 <li>
87 &rdsh; <a href="./ion/Symbol/toString">Symbol::toString</a>
88
89 </li>
90
91 </ul>
92
93
94 </ul>
95
96 <li>&ldsh; <a href="./ion/Catalog">Catalog</a></li>
97
98 <li>&ldsh; <a href="./ion/Decimal">Decimal</a></li>
99
100 <li>&ldsh; <a href="./ion/Exception">Exception</a></li>
101
102 <li>&ldsh; <a href="./ion/LOB">LOB</a></li>
103
104 <li>&ldsh; <a href="./ion/Reader">Reader</a></li>
105
106 <li>&ldsh; <a href="./ion/Serializer">Serializer</a></li>
107
108 <li>&ldsh; <a href="./ion/Timestamp">Timestamp</a></li>
109
110 <li>&ldsh; <a href="./ion/Type">Type</a></li>
111
112 <li>&ldsh; <a href="./ion/Unserializer">Unserializer</a></li>
113
114 <li>&ldsh; <a href="./ion/Writer">Writer</a></li>
115
116 <li>&ldsh; <a href="./ion/serialize">serialize</a></li>
117
118 <li>&ldsh; <a href="./ion/unserialize">unserialize</a></li>
119
120 </li>
121 </ul>
122
123 </li>
124 </ul>
125 </div>
126
127 <h1>class ion\Symbol implements Stringable</h1>
128 <p>See also <a href="https://amzn.github.io/ion-docs/docs/spec.html#symbol">ION spec's symbol definition</a>, and <a href="https://amzn.github.io/ion-docs/guides/symbols-guide.html">ION spec's symbol guide</a>.</p>
129 <h2>Constants:<a id="Constants:" href="#Constants:" class="permalink" aria-hidden="true" title="">#</a></h2>
130 <p>None.</p>
131 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
132 <ul>
133 <li>public ?string $value = NULL<br />
134 The symbol's text representation.</li>
135 <li>public int $sid = -1<br />
136 The symbols ID, referencing its location within a shared symbol table.</li>
137 <li>public ?ion\Symbol\ImportLocation $importLocation = NULL<br />
138 The import location referencing a shared symbol table.</li>
139 </ul>
140
141
142
143 <h2 id="Functions:">Functions:</h2>
144 <ul>
145
146 <li>
147 <h3><a href="ion/Symbol/__construct">Symbol::__construct</a></h3>
148 <p>Create an ION symbol.</p>
149
150 <p>void ion\Symbol::__construct([?string $value = NULL, [int $sid = -1, [?ion\Symbol\ImportLocation $importLocation = NULL]]])</p>
151 </li>
152
153 <li>
154 <h3><a href="ion/Symbol/equals">Symbol::equals</a></h3>
155 <p>Compare two symbols for equality.</p>
156
157 <p>bool ion\Symbol::equals(ion\Symbol $symbol)</p>
158 </li>
159
160 <li>
161 <h3><a href="ion/Symbol/toString">Symbol::toString</a></h3>
162
163 <p>string ion\Symbol::toString()</p>
164 </li>
165
166 </ul>
167
168
169 <h2 id="Namespaces,.Interfaces.and.Classes:">Namespaces, Interfaces and Classes:</h2>
170 <ul>
171
172 <li>
173 <h3><a href="ion/Symbol/Enum">Enum</a></h3>
174 <p>Base interface of built-in shared symbol tables.</p>
175
176 <p>interface ion\Symbol\Enum</p>
177 </li>
178
179 <li>
180 <h3><a href="ion/Symbol/ImportLocation">ImportLocation</a></h3>
181 <p>The import location (referring to a shared table= of a symbol.</p>
182
183 <p>class ion\Symbol\ImportLocation</p>
184 </li>
185
186 <li>
187 <h3><a href="ion/Symbol/Table">Table</a></h3>
188 <p>Base interface of an ION symbol table.</p>
189
190 <p>interface ion\Symbol\Table</p>
191 </li>
192
193 </ul>
194
195 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
196 <script>
197 var disqus_shortname = 'mdref';
198 var disqus_identifier = 'ion/Symbol';
199 </script>
200
201 <footer>
202
203 <ul>
204 <li><a href="https://github.com/m6w6/mdref">mdref-v2.0
205 </a></li>
206 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
207 <li>
208 </li>
209 </ul>
210
211 </footer>
212
213 <script src="index.js"></script>
214
215 </div>
216 </body>
217 </html>