Skip to content

Commit 572c163

Browse files
committed
Updated API for commit b281d3fcfab058a6ac7c9b92dade910b36b756a3
1 parent 9249b35 commit 572c163

7 files changed

Lines changed: 135 additions & 30 deletions

File tree

docs/classes/CodeIgniter-Autoloader-Autoloader.html

Lines changed: 111 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,12 @@ <h4 id="toc-properties">
374374
</dt>
375375
<dd>Stores namespaces as key, and path as values.</dd>
376376

377+
<dt class="phpdocumentor-table-of-contents__entry -property -private">
378+
<a class="" href="classes/CodeIgniter-Autoloader-Autoloader.html#property_composerPath">$composerPath</a>
379+
<span>
380+
&nbsp;: string </span>
381+
</dt>
382+
377383
</dl>
378384

379385
<h4 id="toc-methods">
@@ -382,6 +388,12 @@ <h4 id="toc-methods">
382388

383389
</h4>
384390
<dl class="phpdocumentor-table-of-contents">
391+
<dt class="phpdocumentor-table-of-contents__entry -method -public">
392+
<a class="" href="classes/CodeIgniter-Autoloader-Autoloader.html#method___construct">__construct()</a>
393+
<span>
394+
&nbsp;: mixed </span>
395+
</dt>
396+
385397
<dt class="phpdocumentor-table-of-contents__entry -method -public">
386398
<a class="" href="classes/CodeIgniter-Autoloader-Autoloader.html#method_addNamespace">addNamespace()</a>
387399
<span>
@@ -658,6 +670,43 @@ <h4 class="phpdocumentor-element__name" id="property_prefixes">
658670

659671

660672

673+
</article>
674+
<article
675+
class="
676+
phpdocumentor-element
677+
-property
678+
-private
679+
-read-only "
680+
>
681+
<h4 class="phpdocumentor-element__name" id="property_composerPath">
682+
$composerPath
683+
<a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_composerPath" class="headerlink"><i class="fas fa-link"></i></a>
684+
685+
<span class="phpdocumentor-element__modifiers">
686+
<small class="phpdocumentor-element__modifier">read-only</small> </span>
687+
</h4>
688+
<aside class="phpdocumentor-element-found-in">
689+
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
690+
:
691+
<span class="phpdocumentor-element-found-in__line">96</span>
692+
693+
</aside>
694+
695+
696+
697+
<code class="phpdocumentor-code phpdocumentor-signature ">
698+
<span class="phpdocumentor-signature__visibility">private</span>
699+
<span class="phpdocumentor-signature__type">string</span>
700+
<span class="phpdocumentor-signature__name">$composerPath</span>
701+
= <span class="phpdocumentor-signature__default-value">COMPOSER_PATH</span></code>
702+
703+
704+
705+
706+
707+
708+
709+
661710
</article>
662711
</section>
663712

@@ -672,6 +721,50 @@ <h3 class="phpdocumentor-elements__header" id="methods">
672721
-method
673722
-public
674723
"
724+
>
725+
<h4 class="phpdocumentor-element__name" id="method___construct">
726+
__construct()
727+
<a href="classes/CodeIgniter-Autoloader-Autoloader.html#method___construct" class="headerlink"><i class="fas fa-link"></i></a>
728+
729+
</h4>
730+
<aside class="phpdocumentor-element-found-in">
731+
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
732+
:
733+
<span class="phpdocumentor-element-found-in__line">96</span>
734+
735+
</aside>
736+
737+
738+
<code class="phpdocumentor-code phpdocumentor-signature ">
739+
<span class="phpdocumentor-signature__visibility">public</span>
740+
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$composerPath</span><span> = </span><span class="phpdocumentor-signature__argument__default-value"><abbr title="\CodeIgniter\Autoloader\COMPOSER_PATH">COMPOSER_PATH</abbr></span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
741+
742+
<div class="phpdocumentor-label-line">
743+
</div>
744+
745+
746+
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
747+
<dl class="phpdocumentor-argument-list">
748+
<dt class="phpdocumentor-argument-list__entry">
749+
<span class="phpdocumentor-argument-list__argument__name">$composerPath</span>
750+
: <span class="phpdocumentor-argument-list__argument__type">string</span>
751+
= <span class="phpdocumentor-argument-list__argument__default-value"><abbr title="\CodeIgniter\Autoloader\COMPOSER_PATH">COMPOSER_PATH</abbr></span> </dt>
752+
<dd class="phpdocumentor-argument-list__definition">
753+
754+
</dd>
755+
</dl>
756+
757+
758+
759+
760+
761+
762+
</article>
763+
<article
764+
class="phpdocumentor-element
765+
-method
766+
-public
767+
"
675768
>
676769
<h4 class="phpdocumentor-element__name" id="method_addNamespace">
677770
addNamespace()
@@ -681,7 +774,7 @@ <h4 class="phpdocumentor-element__name" id="method_addNamespace">
681774
<aside class="phpdocumentor-element-found-in">
682775
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
683776
:
684-
<span class="phpdocumentor-element-found-in__line">193</span>
777+
<span class="phpdocumentor-element-found-in__line">197</span>
685778

686779
</aside>
687780

@@ -737,7 +830,7 @@ <h4 class="phpdocumentor-element__name" id="method_getNamespace">
737830
<aside class="phpdocumentor-element-found-in">
738831
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
739832
:
740-
<span class="phpdocumentor-element-found-in__line">223</span>
833+
<span class="phpdocumentor-element-found-in__line">227</span>
741834

742835
</aside>
743836

@@ -788,7 +881,7 @@ <h4 class="phpdocumentor-element__name" id="method_initialize">
788881
<aside class="phpdocumentor-element-found-in">
789882
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
790883
:
791-
<span class="phpdocumentor-element-found-in__line">102</span>
884+
<span class="phpdocumentor-element-found-in__line">106</span>
792885

793886
</aside>
794887

@@ -845,7 +938,7 @@ <h4 class="phpdocumentor-element__name" id="method_initializeKint">
845938
<aside class="phpdocumentor-element-found-in">
846939
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
847940
:
848-
<span class="phpdocumentor-element-found-in__line">494</span>
941+
<span class="phpdocumentor-element-found-in__line">498</span>
849942

850943
</aside>
851944

@@ -890,7 +983,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadHelpers">
890983
<aside class="phpdocumentor-element-found-in">
891984
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
892985
:
893-
<span class="phpdocumentor-element-found-in__line">486</span>
986+
<span class="phpdocumentor-element-found-in__line">490</span>
894987

895988
</aside>
896989

@@ -925,7 +1018,7 @@ <h4 class="phpdocumentor-element__name" id="method_register">
9251018
<aside class="phpdocumentor-element-found-in">
9261019
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
9271020
:
928-
<span class="phpdocumentor-element-found-in__line">167</span>
1021+
<span class="phpdocumentor-element-found-in__line">171</span>
9291022

9301023
</aside>
9311024

@@ -967,7 +1060,7 @@ <h4 class="phpdocumentor-element__name" id="method_removeNamespace">
9671060
<aside class="phpdocumentor-element-found-in">
9681061
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
9691062
:
970-
<span class="phpdocumentor-element-found-in__line">237</span>
1063+
<span class="phpdocumentor-element-found-in__line">241</span>
9711064

9721065
</aside>
9731066

@@ -1016,7 +1109,7 @@ <h4 class="phpdocumentor-element__name" id="method_sanitizeFilename">
10161109
<aside class="phpdocumentor-element-found-in">
10171110
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
10181111
:
1019-
<span class="phpdocumentor-element-found-in__line">336</span>
1112+
<span class="phpdocumentor-element-found-in__line">340</span>
10201113

10211114
</aside>
10221115

@@ -1082,7 +1175,7 @@ <h4 class="phpdocumentor-element__name" id="method_unregister">
10821175
<aside class="phpdocumentor-element-found-in">
10831176
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
10841177
:
1085-
<span class="phpdocumentor-element-found-in__line">180</span>
1178+
<span class="phpdocumentor-element-found-in__line">184</span>
10861179

10871180
</aside>
10881181

@@ -1117,7 +1210,7 @@ <h4 class="phpdocumentor-element__name" id="method_discoverComposerNamespaces">
11171210
<aside class="phpdocumentor-element-found-in">
11181211
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
11191212
:
1120-
<span class="phpdocumentor-element-found-in__line">452</span>
1213+
<span class="phpdocumentor-element-found-in__line">456</span>
11211214

11221215
</aside>
11231216

@@ -1159,7 +1252,7 @@ <h4 class="phpdocumentor-element__name" id="method_includeFile">
11591252
<aside class="phpdocumentor-element-found-in">
11601253
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
11611254
:
1162-
<span class="phpdocumentor-element-found-in__line">312</span>
1255+
<span class="phpdocumentor-element-found-in__line">316</span>
11631256

11641257
</aside>
11651258

@@ -1212,7 +1305,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadInNamespace">
12121305
<aside class="phpdocumentor-element-found-in">
12131306
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
12141307
:
1215-
<span class="phpdocumentor-element-found-in__line">281</span>
1308+
<span class="phpdocumentor-element-found-in__line">285</span>
12161309

12171310
</aside>
12181311

@@ -1267,7 +1360,7 @@ <h4 class="phpdocumentor-element__name" id="method_autoloadKint">
12671360
<aside class="phpdocumentor-element-found-in">
12681361
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
12691362
:
1270-
<span class="phpdocumentor-element-found-in__line">507</span>
1363+
<span class="phpdocumentor-element-found-in__line">511</span>
12711364

12721365
</aside>
12731366

@@ -1301,7 +1394,7 @@ <h4 class="phpdocumentor-element__name" id="method_configureKint">
13011394
<aside class="phpdocumentor-element-found-in">
13021395
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
13031396
:
1304-
<span class="phpdocumentor-element-found-in__line">529</span>
1397+
<span class="phpdocumentor-element-found-in__line">533</span>
13051398

13061399
</aside>
13071400

@@ -1335,7 +1428,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadComposerAutoloader">
13351428
<aside class="phpdocumentor-element-found-in">
13361429
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
13371430
:
1338-
<span class="phpdocumentor-element-found-in__line">137</span>
1431+
<span class="phpdocumentor-element-found-in__line">141</span>
13391432

13401433
</aside>
13411434

@@ -1379,7 +1472,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadComposerNamespaces">
13791472
<aside class="phpdocumentor-element-found-in">
13801473
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
13811474
:
1382-
<span class="phpdocumentor-element-found-in__line">371</span>
1475+
<span class="phpdocumentor-element-found-in__line">375</span>
13831476

13841477
</aside>
13851478

@@ -1535,12 +1628,14 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
15351628
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_files">$files</a></li>
15361629
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_helpers">$helpers</a></li>
15371630
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_prefixes">$prefixes</a></li>
1631+
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_composerPath">$composerPath</a></li>
15381632
</ul>
15391633
</li>
15401634

15411635
<li class="phpdocumentor-on-this-page-section__title">Methods</li>
15421636
<li>
15431637
<ul class="phpdocumentor-list -clean">
1638+
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#method___construct">__construct()</a></li>
15441639
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#method_addNamespace">addNamespace()</a></li>
15451640
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#method_getNamespace">getNamespace()</a></li>
15461641
<li class=""><a href="classes/CodeIgniter-Autoloader-Autoloader.html#method_initialize">initialize()</a></li>

docs/files/system-autoloader-autoloader.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h4 id="toc-constants">
288288
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
289289
<a class="" href="namespaces/default.html#constant_VENDORPATH">VENDORPATH</a>
290290
<span>
291-
&nbsp;= dirname(COMPOSER_PATH) . DIRECTORY_SEPARATOR </span>
291+
&nbsp;= dirname($this-&gt;composerPath) . DIRECTORY_SEPARATOR </span>
292292
</dt>
293293

294294
</dl>
@@ -315,7 +315,7 @@ <h4 class="phpdocumentor-element__name" id="constant_VENDORPATH">
315315
<aside class="phpdocumentor-element-found-in">
316316
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
317317
:
318-
<span class="phpdocumentor-element-found-in__line">142</span>
318+
<span class="phpdocumentor-element-found-in__line">146</span>
319319

320320
</aside>
321321

@@ -325,7 +325,7 @@ <h4 class="phpdocumentor-element__name" id="constant_VENDORPATH">
325325
<span class="phpdocumentor-signature__visibility">public</span>
326326
<span class="phpdocumentor-signature__type">mixed</span>
327327
<span class="phpdocumentor-signature__name">VENDORPATH</span>
328-
= <span class="phpdocumentor-signature__default-value">dirname(COMPOSER_PATH) . DIRECTORY_SEPARATOR</span>
328+
= <span class="phpdocumentor-signature__default-value">dirname($this-&gt;composerPath) . DIRECTORY_SEPARATOR</span>
329329
</code>
330330

331331

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h4 id="toc-constants">
379379
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
380380
<a class="" href="namespaces/default.html#constant_VENDORPATH">VENDORPATH</a>
381381
<span>
382-
&nbsp;= dirname(COMPOSER_PATH) . DIRECTORY_SEPARATOR </span>
382+
&nbsp;= dirname($this-&gt;composerPath) . DIRECTORY_SEPARATOR </span>
383383
</dt>
384384

385385
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
@@ -2159,7 +2159,7 @@ <h4 class="phpdocumentor-element__name" id="constant_VENDORPATH">
21592159
<aside class="phpdocumentor-element-found-in">
21602160
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/Autoloader.php"><a href="files/system-autoloader-autoloader.html"><abbr title="system/Autoloader/Autoloader.php">Autoloader.php</abbr></a></abbr>
21612161
:
2162-
<span class="phpdocumentor-element-found-in__line">142</span>
2162+
<span class="phpdocumentor-element-found-in__line">146</span>
21632163

21642164
</aside>
21652165

@@ -2169,7 +2169,7 @@ <h4 class="phpdocumentor-element__name" id="constant_VENDORPATH">
21692169
<span class="phpdocumentor-signature__visibility">public</span>
21702170
<span class="phpdocumentor-signature__type">mixed</span>
21712171
<span class="phpdocumentor-signature__name">VENDORPATH</span>
2172-
= <span class="phpdocumentor-signature__default-value">dirname(COMPOSER_PATH) . DIRECTORY_SEPARATOR</span>
2172+
= <span class="phpdocumentor-signature__default-value">dirname($this-&gt;composerPath) . DIRECTORY_SEPARATOR</span>
21732173
</code>
21742174

21752175

docs/js/searchIndex.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ Search.appendIndex(
235235
"name": "Autoloader",
236236
"summary": "An\u0020autoloader\u0020that\u0020uses\u0020both\u0020PSR4\u0020autoloading,\u0020and\u0020traditional\u0020classmaps.",
237237
"url": "classes/CodeIgniter-Autoloader-Autoloader.html"
238+
}, {
239+
"fqsen": "\\CodeIgniter\\Autoloader\\Autoloader\u003A\u003A__construct\u0028\u0029",
240+
"name": "__construct",
241+
"summary": "",
242+
"url": "classes/CodeIgniter-Autoloader-Autoloader.html#method___construct"
238243
}, {
239244
"fqsen": "\\CodeIgniter\\Autoloader\\Autoloader\u003A\u003Ainitialize\u0028\u0029",
240245
"name": "initialize",
@@ -335,6 +340,11 @@ Search.appendIndex(
335340
"name": "helpers",
336341
"summary": "Stores\u0020helper\u0020list.",
337342
"url": "classes/CodeIgniter-Autoloader-Autoloader.html#property_helpers"
343+
}, {
344+
"fqsen": "\\CodeIgniter\\Autoloader\\Autoloader\u003A\u003A\u0024composerPath",
345+
"name": "composerPath",
346+
"summary": "",
347+
"url": "classes/CodeIgniter-Autoloader-Autoloader.html#property_composerPath"
338348
}, {
339349
"fqsen": "\\CodeIgniter\\Autoloader\\FileLocator",
340350
"name": "FileLocator",

0 commit comments

Comments
 (0)