release v0.1.0
[awesomized/ext-ion] / docs / v0.1 / ion / Symbol / __construct.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 Symbol::__construct -
7 mdref
8 </title>
9 <meta name="viewport" content="width=1200, initial-scale=0.5">
10 <base href="/ext-ion/v0.1/">
11 <meta http-equiv="Content-Location" content="/ext-ion/v0.1/ion/Symbol/__construct">
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="/ext-ion/v0.1/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/__construct">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 &uarr; <a href="./ion/Symbol">
41 Symbol
42 </a>
43 <ul>
44 <li>
45
46 &circlearrowright; <strong><a href="./ion/Symbol/__construct">Symbol::__construct</a></strong>
47
48
49
50 </ul>
51
52 <li>&ldsh; <a href="./ion/Symbol/Enum">Enum</a></li>
53
54 <li>&ldsh; <a href="./ion/Symbol/ImportLocation">ImportLocation</a></li>
55
56 <li>&ldsh; <a href="./ion/Symbol/PHP">PHP</a></li>
57
58 <li>&ldsh; <a href="./ion/Symbol/System">System</a></li>
59
60 <li>&ldsh; <a href="./ion/Symbol/Table">Table</a></li>
61
62 <li>&ldsh; <a href="./ion/Symbol/equals">Symbol::equals</a></li>
63
64 <li>&ldsh; <a href="./ion/Symbol/toString">Symbol::toString</a></li>
65
66 </ul>
67
68 </li>
69 </ul>
70
71 </li>
72 </ul>
73 </div>
74 <meta charset="utf-8"><h1>
75 <a class="permalink" href="ion/Symbol/__construct#">#</a><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/Symbol/__construct">ion\Symbol::__construct</a>([?<code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var">$value</span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code>, [<code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var">$sid</span> = -1, [?<a href="ion/Symbol/ImportLocation">ion\Symbol\ImportLocation</a> <span class="var">$importLocation</span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code>]]])</h1><p>Create an ION symbol.</p><h2 id="Params:">Params:<a class="permalink" href="ion/Symbol/__construct#Params:">#</a>
76 </h2><ul>
77 <li>Optional ?<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/__construct#%24value">#</a></span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code><br>
78 The symbol's text representation.</li>
79 <li>Optional <code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var" id="$sid">$sid<a class="permalink" href="ion/Symbol/__construct#%24sid">#</a></span> = -1<br>
80 The symbols ID, referencing its location within a shared symbol table.</li>
81 <li>Optional ?<a href="ion/Symbol/ImportLocation">ion\Symbol\ImportLocation</a> <span class="var" id="$importLocation">$importLocation<a class="permalink" href="ion/Symbol/__construct#%24importLocation">#</a></span> = <code><a href="https://php.net/manual/en/language.types.null">NULL</a></code><br>
82 The import location referencing a shared symbol table.</li>
83 </ul>
84 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
85 <script>
86 var disqus_shortname = 'mdref';
87 var disqus_identifier = 'ion/Symbol/__construct';
88 </script>
89
90 <footer>
91
92 <ul>
93 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
94 </a></li>
95 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
96 <li>
97 </li>
98 </ul>
99
100 </footer>
101
102 <script src="index.js"></script>
103
104 </div>
105 </body>
106 </html>