prepare 0.2.0
[awesomized/ext-ion] / docs / v0.2 / ion / Symbol / System.html
diff --git a/docs/v0.2/ion/Symbol/System.html b/docs/v0.2/ion/Symbol/System.html
new file mode 100644 (file)
index 0000000..2d98cb6
--- /dev/null
@@ -0,0 +1,173 @@
+<!doctype html>
+<html>
+       <head>
+               <meta charset="utf-8">
+               <title>
+                                                       System -
+                                               mdref
+               </title>
+               <meta property="og:title" content="ion\Symbol\System">
+               <meta name="viewport" content="width=1200, initial-scale=0.5">
+                                       <base href="/ext-ion/v0.2/">
+                       <meta http-equiv="Content-Location" content="/ext-ion/v0.2/ion/Symbol/System">
+                       <link rel="stylesheet" href="index.css">
+               
+               <link rel="shortcut icon" href="/ext-ion/v0.2/favicon.ico">
+       </head>
+       <body>
+               <div class="page">
+               
+<div class="sidebar">
+       
+       <div class="edit">
+               <a href="https://github.com/awesomized/ext-ion/edit/master/ion.stub.php">Edit</a>
+       </div>
+       
+       
+       <ul>
+               <li>&lsh; <a href="./">Home</a>
+                       
+                       <ul>
+                               <li>
+                                                                                       
+                                       &uarr; <a href="./ion">
+                                                       ion
+                                               </a>
+                                               <ul>
+                                                       <li>
+                                                                                                                                       
+                                       &uarr; <a href="./ion/Symbol">
+                                                       Symbol
+                                               </a>
+                                               <ul>
+                                                       <li>
+                                                                                       
+                                                       &circlearrowright; <strong><a href="./ion/Symbol/System">System</a></strong>
+
+                                                       
+                                                       <ul>
+                                                               
+                                                               <li>
+                                                                       &rdsh; <a href="./ion/Symbol/System/asTable">System::asTable</a>
+                                                                       
+                                                               </li>
+                                                               
+                                                       </ul>
+                                                       
+                                                                                                                                                                                                                                                               
+                                               </ul>
+                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/Symbol/Enum">Enum</a></li>
+                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/Symbol/ImportLocation">ImportLocation</a></li>
+                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/Symbol/PHP">PHP</a></li>
+                                                                                                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/Symbol/Table">Table</a></li>
+                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/Symbol/__construct">Symbol::__construct</a></li>
+                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/Symbol/equals">Symbol::equals</a></li>
+                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/Symbol/toString">Symbol::toString</a></li>
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
+                                       </ul>
+                                                                                                       
+                               </li>
+                       </ul>
+                       
+               </li>
+       </ul>
+</div>
+                                       <meta charset="utf-8"><h1>
+<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>
+</h1><p>The built-in ION system symbols.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Symbol/System#Constants:">#</a>
+</h2><ul>
+<li>
+<span class="constant" id="Ion">Ion<a class="permalink" href="ion/Symbol/System#Ion">#</a></span> = <span>'$ion'</span>
+</li>
+<li>
+<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>
+</li>
+<li>
+<span class="constant" id="IonSymbolTable">IonSymbolTable<a class="permalink" href="ion/Symbol/System#IonSymbolTable">#</a></span> = <span>'$ion_symbol_table'</span>
+</li>
+<li>
+<span class="constant" id="Name">Name<a class="permalink" href="ion/Symbol/System#Name">#</a></span> = <span>'name'</span>
+</li>
+<li>
+<span class="constant" id="Version">Version<a class="permalink" href="ion/Symbol/System#Version">#</a></span> = <span>'version'</span>
+</li>
+<li>
+<span class="constant" id="Imports">Imports<a class="permalink" href="ion/Symbol/System#Imports">#</a></span> = <span>'imports'</span>
+</li>
+<li>
+<span class="constant" id="Symbols">Symbols<a class="permalink" href="ion/Symbol/System#Symbols">#</a></span> = <span>'symbols'</span>
+</li>
+<li>
+<span class="constant" id="MaxId">MaxId<a class="permalink" href="ion/Symbol/System#MaxId">#</a></span> = <span>'max_id'</span>
+</li>
+<li>
+<span class="constant" id="SharedSymbolTable">SharedSymbolTable<a class="permalink" href="ion/Symbol/System#SharedSymbolTable">#</a></span> = <span>'$ion_shared_symbol_table'</span>
+</li>
+</ul><h2 id="Properties:">Properties:<a class="permalink" href="ion/Symbol/System#Properties:">#</a>
+</h2><ul>
+<li>
+<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>
+The built-in <span class="constant">ION</span> system symbols.</li>
+<li>
+<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>
+The built-in <span class="constant">ION</span> system symbols.</li>
+</ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/Symbol/System#Functions:">#</a>
+</h2><ul class="sub-entries sub-functions">
+       
+       <li>
+               <h3 id="System::asTable">
+<a href="ion/Symbol/System/asTable">System::asTable</a><a class="permalink" href="ion/Symbol/System#System::asTable">#</a>
+</h3>
+               <p>Get the built-in ION system shared symbol table.</p>
+
+               <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>
+       </li>
+       
+</ul>                          
+                       <div class="comments">
+                                                                               <style>.giscus-frame {min-height: 16em;}</style>
+       <script>
+               function giscus_load(button) {
+                       let script = document.createElement("script");
+                                               script.setAttribute("data-repo", 'awesomized/ext-ion');
+                                               script.setAttribute("data-category", 'Comments on Docs');
+                                               script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
+                                               script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
+                                               script.setAttribute("data-mapping", 'og:title');
+                                               script.setAttribute("data-input-position", 'bottom');
+                                               script.setAttribute("data-reactions-enabled", false);
+                                               script.setAttribute("data-theme", 'light');
+                                               script.setAttribute("data-lang", 'en');
+                       
+                       script.src = "//giscus.app/client.js";
+                       button.parentNode.replaceChild(script, button);
+               }
+       </script>
+       <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
+                               
+                       </div>
+               
+                       <footer>
+                               
+<ul>
+       <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
+</a></li>
+       <li><a href="LICENSE">&copy; 2013-2022          All rights reserved.</a></li>
+       <li>
+</li>
+</ul>
+
+                       </footer>
+               
+                       <script src="index.js" defer></script>
+               
+               </div>
+       </body>
+</html>