refactor serde interfaces and impls
[awesomized/ext-ion] / docs / v0.1 / ion / Symbol / System.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 System -
7 mdref
8 </title>
9 <meta property="og:title" content="ion\Symbol\System">
10 <meta name="viewport" content="width=1200, initial-scale=0.5">
11 <base href="/ext-ion/v0.1/">
12 <meta http-equiv="Content-Location" content="/ext-ion/v0.1/ion/Symbol/System">
13 <link rel="stylesheet" href="index.css">
14
15 <link rel="shortcut icon" href="/ext-ion/v0.1/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 &circlearrowright; <strong><a href="./ion/Symbol/System">System</a></strong>
46
47
48 <ul>
49
50 <li>
51 &rdsh; <a href="./ion/Symbol/System/asTable">System::asTable</a>
52
53 </li>
54
55 </ul>
56
57
58 </ul>
59
60 <li>&ldsh; <a href="./ion/Symbol/Enum">Enum</a></li>
61
62 <li>&ldsh; <a href="./ion/Symbol/ImportLocation">ImportLocation</a></li>
63
64 <li>&ldsh; <a href="./ion/Symbol/PHP">PHP</a></li>
65
66 <li>&ldsh; <a href="./ion/Symbol/Table">Table</a></li>
67
68 <li>&ldsh; <a href="./ion/Symbol/__construct">Symbol::__construct</a></li>
69
70 <li>&ldsh; <a href="./ion/Symbol/equals">Symbol::equals</a></li>
71
72 <li>&ldsh; <a href="./ion/Symbol/toString">Symbol::toString</a></li>
73
74 </ul>
75
76 </li>
77 </ul>
78
79 </li>
80 </ul>
81 </div>
82 <meta charset="utf-8"><h1>
83 <a class="permalink" href="ion/Symbol/System#">#</a><code><a href="https://php.net/manual/en/language.types.enumerations">enum</a></code> <a href="ion/Symbol/System">ion\Symbol\System</a> <br>&nbsp;<em>implements</em> <code><a href="https://php.net/manual/en/class.backedenum">BackedEnum</a></code>, <a href="ion/Symbol/Enum">ion\Symbol\Enum</a>
84 </h1><p>The built-in ION system symbols.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Symbol/System#Constants:">#</a>
85 </h2><ul>
86 <li>
87 <span class="constant" id="Ion">Ion<a class="permalink" href="ion/Symbol/System#Ion">#</a></span> = <span>'$ion'</span>
88 </li>
89 <li>
90 <span class="constant" id="Ivm_1_0">Ivm_1_0<a class="permalink" href="ion/Symbol/System#Ivm_1_0">#</a></span> = <span>'$ion_1_0'</span>
91 </li>
92 <li>
93 <span class="constant" id="IonSymbolTable">IonSymbolTable<a class="permalink" href="ion/Symbol/System#IonSymbolTable">#</a></span> = <span>'$ion_symbol_table'</span>
94 </li>
95 <li>
96 <span class="constant" id="Name">Name<a class="permalink" href="ion/Symbol/System#Name">#</a></span> = <span>'name'</span>
97 </li>
98 <li>
99 <span class="constant" id="Version">Version<a class="permalink" href="ion/Symbol/System#Version">#</a></span> = <span>'version'</span>
100 </li>
101 <li>
102 <span class="constant" id="Imports">Imports<a class="permalink" href="ion/Symbol/System#Imports">#</a></span> = <span>'imports'</span>
103 </li>
104 <li>
105 <span class="constant" id="Symbols">Symbols<a class="permalink" href="ion/Symbol/System#Symbols">#</a></span> = <span>'symbols'</span>
106 </li>
107 <li>
108 <span class="constant" id="MaxId">MaxId<a class="permalink" href="ion/Symbol/System#MaxId">#</a></span> = <span>'max_id'</span>
109 </li>
110 <li>
111 <span class="constant" id="SharedSymbolTable">SharedSymbolTable<a class="permalink" href="ion/Symbol/System#SharedSymbolTable">#</a></span> = <span>'$ion_shared_symbol_table'</span>
112 </li>
113 </ul><h2 id="Properties:">Properties:<a class="permalink" href="ion/Symbol/System#Properties:">#</a>
114 </h2><ul>
115 <li>
116 <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/System#%24name">#</a></span><br>
117 The built-in <span class="constant">ION</span> system symbols.</li>
118 <li>
119 <em>public</em> <code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var" id="$value">$value<a class="permalink" href="ion/Symbol/System#%24value">#</a></span><br>
120 The built-in <span class="constant">ION</span> system symbols.</li>
121 </ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/Symbol/System#Functions:">#</a>
122 </h2><ul class="sub-entries sub-functions">
123
124 <li>
125 <h3 id="System::asTable">
126 <a href="ion/Symbol/System/asTable">System::asTable</a><a class="permalink" href="ion/Symbol/System#System::asTable">#</a>
127 </h3>
128 <p>Get the built-in ION system shared symbol table.</p>
129
130 <p><em>static</em> <a href="ion/Symbol/Table/Shared">ion\Symbol\Table\Shared</a> <a href="ion/Symbol/System/asTable">ion\Symbol\System::asTable</a>()</p>
131 </li>
132
133 </ul>
134 <div class="comments">
135 <style>.giscus-frame {min-height: 16em;}</style>
136 <script>
137 function giscus_load(button) {
138 let script = document.createElement("script");
139 script.setAttribute("data-repo", 'awesomized/ext-ion');
140 script.setAttribute("data-category", 'Comments on Docs');
141 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
142 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
143 script.setAttribute("data-mapping", 'og:title');
144 script.setAttribute("data-input-position", 'bottom');
145 script.setAttribute("data-reactions-enabled", false);
146 script.setAttribute("data-theme", 'light');
147 script.setAttribute("data-lang", 'en');
148
149 script.src = "//giscus.app/client.js";
150 button.parentNode.replaceChild(script, button);
151 }
152 </script>
153 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
154
155 </div>
156
157 <footer>
158
159 <ul>
160 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
161 </a></li>
162 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
163 <li>
164 </li>
165 </ul>
166
167 </footer>
168
169 <script src="index.js" defer></script>
170
171 </div>
172 </body>
173 </html>