move PHP and System table enums to the Symbol ns
[awesomized/ext-ion] / docs / v0.0 / ion / Symbol.html
index 5856a4a03b947d495edb85c2a84a640a71ab053f..b4166fe6a05b09b6ff05754b5f97d482259c2679 100644 (file)
                                                                        
                                                                </li>
                                                                
+                                                               <li>
+                                                                       &rdsh; <a href="./ion/Symbol/PHP">PHP</a>
+                                                                       
+                                                               </li>
+                                                               
+                                                               <li>
+                                                                       &rdsh; <a href="./ion/Symbol/System">System</a>
+                                                                       
+                                                               </li>
+                                                               
                                                                <li>
                                                                        &rdsh; <a href="./ion/Symbol/Table">Table</a>
                                                                                
                                                                                <li>&rdsh; <a href="./ion/Symbol/Table/Local">Local</a>
                                                                                </li>
                                                                                                                                        
-                                                                               <li>&rdsh; <a href="./ion/Symbol/Table/PHP">PHP</a>
-                                                                               </li>
-                                                                                                                                       
                                                                                <li>&rdsh; <a href="./ion/Symbol/Table/Shared">Shared</a>
-                                                                               </li>
-                                                                                                                                       
-                                                                               <li>&rdsh; <a href="./ion/Symbol/Table/System">System</a>
                                                                                </li>
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                        </ul>
                                                                                                                                                                                                                                                                
                                                </ul>
                                                                                                                                                        
+                                               <li>&ldsh; <a href="./ion/: Contributing">★ Contributing</a></li>
+                                                                                                                                                       
+                                               <li>&ldsh; <a href="./ion/: Security">★ Security</a></li>
+                                                                                                                                                       
                                                <li>&ldsh; <a href="./ion/Catalog">Catalog</a></li>
                                                                                                                                                        
                                                <li>&ldsh; <a href="./ion/Decimal">Decimal</a></li>
 <p>None.</p>
 <h2>Properties:<a id="Properties:" href="#Properties:" class="permalink" aria-hidden="true" title="">#</a></h2>
 <ul>
-<li>public ?string $value<br />
+<li>public ?string $value = NULL<br />
 The symbol's text representation.</li>
-<li>public int $sid<br />
+<li>public int $sid = -1<br />
 The symbols ID, referencing its location within a shared symbol table.</li>
-<li>public ?ion\Symbol\ImportLocation $importLocation<br />
+<li>public ?ion\Symbol\ImportLocation $importLocation = NULL<br />
 The import location referencing a shared symbol table.</li>
 </ul>
 
@@ -183,6 +191,20 @@ The import location referencing a shared symbol table.</li>
                <p>class ion\Symbol\ImportLocation</p>
        </li>
        
+       <li>
+               <h3><a href="ion/Symbol/PHP">PHP</a></h3>
+               <p>The built-in PHP symbols.</p>
+
+               <p>enum ion\Symbol\PHP implements BackedEnum, UnitEnum, ion\Symbol\Enum</p>
+       </li>
+       
+       <li>
+               <h3><a href="ion/Symbol/System">System</a></h3>
+               <p>The built-in ION system symbols.</p>
+
+               <p>enum ion\Symbol\System implements BackedEnum, UnitEnum, ion\Symbol\Enum</p>
+       </li>
+       
        <li>
                <h3><a href="ion/Symbol/Table">Table</a></h3>
                <p>Base interface of an ION symbol table.</p>