docs: adapt to public gh-pages
[awesomized/ext-ion] / docs / v0.0 / ion / Symbol / ImportLocation.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>
6 ImportLocation -
7 mdref
8 </title>
9 <meta name="viewport" content="width=1200, initial-scale=0.5">
10 <base href="/ext-ion/v0.0/">
11 <meta http-equiv="Content-Location" content="/ext-ion/v0.0/ion/Symbol/ImportLocation">
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.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/ImportLocation">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/ImportLocation">ImportLocation</a></strong>
47
48
49 <ul>
50
51 <li>
52 &rdsh; <a href="./ion/Symbol/ImportLocation/__construct">ImportLocation::__construct</a>
53
54 </li>
55
56 </ul>
57
58
59 </ul>
60
61 <li>&ldsh; <a href="./ion/Symbol/Enum">Enum</a></li>
62
63 <li>&ldsh; <a href="./ion/Symbol/PHP">PHP</a></li>
64
65 <li>&ldsh; <a href="./ion/Symbol/System">System</a></li>
66
67 <li>&ldsh; <a href="./ion/Symbol/Table">Table</a></li>
68
69 <li>&ldsh; <a href="./ion/Symbol/__construct">Symbol::__construct</a></li>
70
71 <li>&ldsh; <a href="./ion/Symbol/equals">Symbol::equals</a></li>
72
73 <li>&ldsh; <a href="./ion/Symbol/toString">Symbol::toString</a></li>
74
75 </ul>
76
77 </li>
78 </ul>
79
80 </li>
81 </ul>
82 </div>
83 <meta charset="utf-8"><h1>
84 <a class="permalink" href="ion/Symbol/ImportLocation#">#</a><em>class</em> <a href="ion/Symbol/ImportLocation">ion\Symbol\ImportLocation</a>
85 </h1><p>The import location (referring to a shared table) of a symbol.</p><h2 id="Constants:">Constants:<a class="permalink" href="ion/Symbol/ImportLocation#Constants:">#</a>
86 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Symbol/ImportLocation#Properties:">#</a>
87 </h2><ul>
88 <li>
89 <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/ImportLocation#%24name">#</a></span><br>
90 The name of the shared symbol table.</li>
91 <li>
92 <em>public</em> <code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var" id="$location">$location<a class="permalink" href="ion/Symbol/ImportLocation#%24location">#</a></span><br>
93 The location (sid) of the symbol within the table.</li>
94 </ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/Symbol/ImportLocation#Functions:">#</a>
95 </h2><ul>
96
97 <li>
98 <h3 id="ImportLocation::__construct">
99 <a href="ion/Symbol/ImportLocation/__construct">ImportLocation::__construct</a><a class="permalink" href="ion/Symbol/ImportLocation#ImportLocation::__construct">#</a>
100 </h3>
101 <p>Create a new import location.</p>
102
103 <p><code><a href="https://php.net/manual/en/language.types.declarations#language.types.declarations.void">void</a></code> <a href="ion/Symbol/ImportLocation/__construct">ion\Symbol\ImportLocation::__construct</a>(<code><a href="https://php.net/manual/en/language.types.string">string</a></code> <span class="var">$name</span>, <code><a href="https://php.net/manual/en/language.types.integer">int</a></code> <span class="var">$location</span>)</p>
104 </li>
105
106 </ul>
107 <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
108 <script>
109 var disqus_shortname = 'mdref';
110 var disqus_identifier = 'ion/Symbol/ImportLocation';
111 </script>
112
113 <footer>
114
115 <ul>
116 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
117 </a></li>
118 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
119 <li>
120 </li>
121 </ul>
122
123 </footer>
124
125 <script src="index.js"></script>
126
127 </div>
128 </body>
129 </html>