docs: ctor promoted property defaults
[awesomized/ext-ion] / docs / v0.0 / ion / Symbol.html
index 5856a4a03b947d495edb85c2a84a640a71ab053f..23dc76190622eca9e43b15509ac28f7665512f2a 100644 (file)
 <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>