move PHP and System table enums to the Symbol ns
[awesomized/ext-ion] / docs / v0.0 / 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="/v0.0/">
11 <meta http-equiv="Content-Location" content="/v0.0/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="/v0.0/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
75 <h1>void ion\Symbol::__construct([?string $value = NULL, [int $sid = -1, [?ion\Symbol\ImportLocation $importLocation = NULL]]])</h1>
76 <p>Create an ION symbol.</p>
77 <h2>Params:<a id="Params:" href="#Params:" class="permalink" aria-hidden="true" title="">#</a></h2>
78 <ul>
79 <li>Optional ?string $value = NULL<br />
80 The symbol's text representation.</li>
81 <li>Optional int $sid = -1<br />
82 The symbols ID, referencing its location within a shared symbol table.</li>
83 <li>Optional ?ion\Symbol\ImportLocation $importLocation = NULL<br />
84 The import location referencing a shared symbol table.</li>
85 </ul>
86
87
88
89
90 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
91 <script>
92 var disqus_shortname = 'mdref';
93 var disqus_identifier = 'ion/Symbol/__construct';
94 </script>
95
96 <footer>
97
98 <ul>
99 <li><a href="https://github.com/m6w6/mdref">mdref-v2.0
100 </a></li>
101 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
102 <li>
103 </li>
104 </ul>
105
106 </footer>
107
108 <script src="index.js"></script>
109
110 </div>
111 </body>
112 </html>