cb8dc081f8ba8369e2bc00deea9692c7e15bbbbf
[awesomized/ext-ion] / docs / v0.2 / 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 property="og:title" content="ion\Symbol\ImportLocation">
10 <meta name="viewport" content="width=1200, initial-scale=0.5">
11 <base href="/ext-ion/v0.2/">
12 <meta http-equiv="Content-Location" content="/ext-ion/v0.2/ion/Symbol/ImportLocation">
13 <link rel="stylesheet" href="index.css">
14
15 <link rel="shortcut icon" href="/ext-ion/v0.2/favicon.ico">
16 </head>
17 <body>
18 <div class="page">
19
20 <div class="sidebar">
21
22 <div class="edit">
23 <a href="https://github.com/awesomized/ext-ion/edit/master/ion.stub.php">Edit</a>
24 </div>
25
26
27 <ul>
28 <li>&lsh; <a href="./">Home</a>
29
30 <ul>
31 <li>
32
33 &uarr; <a href="./ion">
34 ion
35 </a>
36 <ul>
37 <li>
38
39 &uarr; <a href="./ion/Symbol">
40 Symbol
41 </a>
42 <ul>
43 <li>
44
45 &circlearrowright; <strong><a href="./ion/Symbol/ImportLocation">ImportLocation</a></strong>
46
47
48 <ul>
49
50 <li>
51 &rdsh; <a href="./ion/Symbol/ImportLocation/__construct">ImportLocation::__construct</a>
52
53 </li>
54
55 </ul>
56
57
58 </ul>
59
60 <li>&ldsh; <a href="./ion/Symbol/Enum">Enum</a></li>
61
62 <li>&ldsh; <a href="./ion/Symbol/PHP">PHP</a></li>
63
64 <li>&ldsh; <a href="./ion/Symbol/System">System</a></li>
65
66 <li>&ldsh; <a href="./ion/Symbol/Table">Table</a></li>
67
68 <li>&ldsh; <a href="./ion/Symbol/__construct">Symbol::__construct</a></li>
69
70 <li>&ldsh; <a href="./ion/Symbol/equals">Symbol::equals</a></li>
71
72 <li>&ldsh; <a href="./ion/Symbol/toString">Symbol::toString</a></li>
73
74 </ul>
75
76 </li>
77 </ul>
78
79 </li>
80 </ul>
81 </div>
82 <meta charset="utf-8"><h1>
83 <a class="permalink" href="ion/Symbol/ImportLocation#">#</a><em>class</em> <a href="ion/Symbol/ImportLocation">ion\Symbol\ImportLocation</a>
84 </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>
85 </h2><p>None.</p><h2 id="Properties:">Properties:<a class="permalink" href="ion/Symbol/ImportLocation#Properties:">#</a>
86 </h2><ul>
87 <li>
88 <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>
89 The name of the shared symbol table.</li>
90 <li>
91 <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>
92 The location (sid) of the symbol within the table.</li>
93 </ul><h2 id="Functions:">Functions:<a class="permalink" href="ion/Symbol/ImportLocation#Functions:">#</a>
94 </h2><ul class="sub-entries sub-functions">
95
96 <li>
97 <h3 id="ImportLocation::__construct">
98 <a href="ion/Symbol/ImportLocation/__construct">ImportLocation::__construct</a><a class="permalink" href="ion/Symbol/ImportLocation#ImportLocation::__construct">#</a>
99 </h3>
100 <p>Create a new import location.</p>
101
102 <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>
103 </li>
104
105 </ul>
106 <div class="comments">
107 <style>.giscus-frame {min-height: 16em;}</style>
108 <script>
109 function giscus_load(button) {
110 let script = document.createElement("script");
111 script.setAttribute("data-repo", 'awesomized/ext-ion');
112 script.setAttribute("data-category", 'Comments on Docs');
113 script.setAttribute("data-repo-id", 'R_kgDOGfXEXw');
114 script.setAttribute("data-category-id", 'DIC_kwDOGfXEX84CBHuf');
115 script.setAttribute("data-mapping", 'og:title');
116 script.setAttribute("data-input-position", 'bottom');
117 script.setAttribute("data-reactions-enabled", false);
118 script.setAttribute("data-theme", 'light');
119 script.setAttribute("data-lang", 'en');
120
121 script.src = "//giscus.app/client.js";
122 button.parentNode.replaceChild(script, button);
123 }
124 </script>
125 <button class="activator" onclick="giscus_load(this)">Show Comments from Github Discussions</button>
126
127 </div>
128
129 <footer>
130
131 <ul>
132 <li><a href="https://github.com/m6w6/mdref">mdref-v3.0
133 </a></li>
134 <li><a href="LICENSE">&copy; 2013-2022 All rights reserved.</a></li>
135 <li>
136 </li>
137 </ul>
138
139 </footer>
140
141 <script src="index.js" defer></script>
142
143 </div>
144 </body>
145 </html>