Skip to content

Commit e14f1e1

Browse files
committed
Updated API for commit 6c06f84663caf45d27d2883b476c3afc6c894b25
1 parent 2bcd4a9 commit e14f1e1

File tree

75 files changed

+2696
-74465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2696
-74465
lines changed

docs/classes/CodeIgniter-Autoloader-Autoloader.html

+20-68
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,14 @@ <h4 id="toc-properties">
347347
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
348348
<a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_files">$files</a>
349349
<span>
350-
&nbsp;: array&lt;string|int, string&gt; </span>
350+
&nbsp;: array&lt;int, string&gt; </span>
351351
</dt>
352352
<dd>Stores files as a list.</dd>
353353

354354
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
355355
<a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_helpers">$helpers</a>
356356
<span>
357-
&nbsp;: array&lt;string|int, string&gt; </span>
357+
&nbsp;: array&lt;int, string&gt; </span>
358358
</dt>
359359
<dd>Stores helper list.</dd>
360360

@@ -534,37 +534,21 @@ <h4 class="phpdocumentor-element__name" id="property_files">
534534
<aside class="phpdocumentor-element-found-in">
535535
<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>
536536
:
537-
<span class="phpdocumentor-element-found-in__line">81</span>
537+
<span class="phpdocumentor-element-found-in__line">80</span>
538538

539539
</aside>
540540

541541
<p class="phpdocumentor-summary">Stores files as a list.</p>
542542

543543
<code class="phpdocumentor-code phpdocumentor-signature ">
544544
<span class="phpdocumentor-signature__visibility">protected</span>
545-
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
545+
<span class="phpdocumentor-signature__type">array&lt;int, string&gt;</span>
546546
<span class="phpdocumentor-signature__name">$files</span>
547547
= <span class="phpdocumentor-signature__default-value">[]</span></code>
548548

549549

550550

551551

552-
<h5 class="phpdocumentor-tag-list__heading" id="tags">
553-
Tags
554-
<a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_files#tags" class="headerlink"><i class="fas fa-link"></i></a>
555-
556-
</h5>
557-
<dl class="phpdocumentor-tag-list">
558-
<dt class="phpdocumentor-tag-list__entry">
559-
<span class="phpdocumentor-tag__name">phpstan-var</span>
560-
</dt>
561-
<dd class="phpdocumentor-tag-list__definition">
562-
563-
<section class="phpdocumentor-description"><p>list<string></p>
564-
</section>
565-
566-
</dd>
567-
</dl>
568552

569553
</article>
570554
<article
@@ -584,15 +568,15 @@ <h4 class="phpdocumentor-element__name" id="property_helpers">
584568
<aside class="phpdocumentor-element-found-in">
585569
<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>
586570
:
587-
<span class="phpdocumentor-element-found-in__line">90</span>
571+
<span class="phpdocumentor-element-found-in__line">88</span>
588572

589573
</aside>
590574

591575
<p class="phpdocumentor-summary">Stores helper list.</p>
592576

593577
<code class="phpdocumentor-code phpdocumentor-signature ">
594578
<span class="phpdocumentor-signature__visibility">protected</span>
595-
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
579+
<span class="phpdocumentor-signature__type">array&lt;int, string&gt;</span>
596580
<span class="phpdocumentor-signature__name">$helpers</span>
597581
= <span class="phpdocumentor-signature__default-value">[&#039;url&#039;]</span></code>
598582

@@ -601,22 +585,6 @@ <h4 class="phpdocumentor-element__name" id="property_helpers">
601585

602586

603587

604-
<h5 class="phpdocumentor-tag-list__heading" id="tags">
605-
Tags
606-
<a href="classes/CodeIgniter-Autoloader-Autoloader.html#property_helpers#tags" class="headerlink"><i class="fas fa-link"></i></a>
607-
608-
</h5>
609-
<dl class="phpdocumentor-tag-list">
610-
<dt class="phpdocumentor-tag-list__entry">
611-
<span class="phpdocumentor-tag__name">phpstan-var</span>
612-
</dt>
613-
<dd class="phpdocumentor-tag-list__definition">
614-
615-
<section class="phpdocumentor-description"><p>list<string></p>
616-
</section>
617-
618-
</dd>
619-
</dl>
620588

621589
</article>
622590
<article
@@ -675,7 +643,7 @@ <h4 class="phpdocumentor-element__name" id="method_addNamespace">
675643
<aside class="phpdocumentor-element-found-in">
676644
<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>
677645
:
678-
<span class="phpdocumentor-element-found-in__line">193</span>
646+
<span class="phpdocumentor-element-found-in__line">190</span>
679647

680648
</aside>
681649

@@ -707,22 +675,6 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
707675
</dl>
708676

709677

710-
<h5 class="phpdocumentor-tag-list__heading" id="tags">
711-
Tags
712-
<a href="classes/CodeIgniter-Autoloader-Autoloader.html#method_addNamespace#tags" class="headerlink"><i class="fas fa-link"></i></a>
713-
714-
</h5>
715-
<dl class="phpdocumentor-tag-list">
716-
<dt class="phpdocumentor-tag-list__entry">
717-
<span class="phpdocumentor-tag__name">phpstan-param</span>
718-
</dt>
719-
<dd class="phpdocumentor-tag-list__definition">
720-
721-
<section class="phpdocumentor-description"><p>array&lt;string, list<string>|string&gt;|string $namespace</p>
722-
</section>
723-
724-
</dd>
725-
</dl>
726678

727679
<section>
728680
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
@@ -744,7 +696,7 @@ <h4 class="phpdocumentor-element__name" id="method_getNamespace">
744696
<aside class="phpdocumentor-element-found-in">
745697
<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>
746698
:
747-
<span class="phpdocumentor-element-found-in__line">223</span>
699+
<span class="phpdocumentor-element-found-in__line">220</span>
748700

749701
</aside>
750702

@@ -792,7 +744,7 @@ <h4 class="phpdocumentor-element__name" id="method_initialize">
792744
<aside class="phpdocumentor-element-found-in">
793745
<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>
794746
:
795-
<span class="phpdocumentor-element-found-in__line">98</span>
747+
<span class="phpdocumentor-element-found-in__line">96</span>
796748

797749
</aside>
798750

@@ -846,7 +798,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadHelpers">
846798
<aside class="phpdocumentor-element-found-in">
847799
<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>
848800
:
849-
<span class="phpdocumentor-element-found-in__line">487</span>
801+
<span class="phpdocumentor-element-found-in__line">484</span>
850802

851803
</aside>
852804

@@ -878,7 +830,7 @@ <h4 class="phpdocumentor-element__name" id="method_register">
878830
<aside class="phpdocumentor-element-found-in">
879831
<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>
880832
:
881-
<span class="phpdocumentor-element-found-in__line">160</span>
833+
<span class="phpdocumentor-element-found-in__line">158</span>
882834

883835
</aside>
884836

@@ -910,7 +862,7 @@ <h4 class="phpdocumentor-element__name" id="method_removeNamespace">
910862
<aside class="phpdocumentor-element-found-in">
911863
<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>
912864
:
913-
<span class="phpdocumentor-element-found-in__line">237</span>
865+
<span class="phpdocumentor-element-found-in__line">234</span>
914866

915867
</aside>
916868

@@ -956,7 +908,7 @@ <h4 class="phpdocumentor-element__name" id="method_sanitizeFilename">
956908
<aside class="phpdocumentor-element-found-in">
957909
<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>
958910
:
959-
<span class="phpdocumentor-element-found-in__line">333</span>
911+
<span class="phpdocumentor-element-found-in__line">330</span>
960912

961913
</aside>
962914

@@ -1028,7 +980,7 @@ <h4 class="phpdocumentor-element__name" id="method_unregister">
1028980
<aside class="phpdocumentor-element-found-in">
1029981
<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>
1030982
:
1031-
<span class="phpdocumentor-element-found-in__line">179</span>
983+
<span class="phpdocumentor-element-found-in__line">177</span>
1032984

1033985
</aside>
1034986

@@ -1062,7 +1014,7 @@ <h4 class="phpdocumentor-element__name" id="method_discoverComposerNamespaces">
10621014
<aside class="phpdocumentor-element-found-in">
10631015
<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>
10641016
:
1065-
<span class="phpdocumentor-element-found-in__line">453</span>
1017+
<span class="phpdocumentor-element-found-in__line">450</span>
10661018

10671019
</aside>
10681020

@@ -1110,7 +1062,7 @@ <h4 class="phpdocumentor-element__name" id="method_includeFile">
11101062
<aside class="phpdocumentor-element-found-in">
11111063
<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>
11121064
:
1113-
<span class="phpdocumentor-element-found-in__line">309</span>
1065+
<span class="phpdocumentor-element-found-in__line">306</span>
11141066

11151067
</aside>
11161068

@@ -1160,7 +1112,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadInNamespace">
11601112
<aside class="phpdocumentor-element-found-in">
11611113
<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>
11621114
:
1163-
<span class="phpdocumentor-element-found-in__line">279</span>
1115+
<span class="phpdocumentor-element-found-in__line">276</span>
11641116

11651117
</aside>
11661118

@@ -1212,7 +1164,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadComposerAutoloader">
12121164
<aside class="phpdocumentor-element-found-in">
12131165
<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>
12141166
:
1215-
<span class="phpdocumentor-element-found-in__line">133</span>
1167+
<span class="phpdocumentor-element-found-in__line">131</span>
12161168

12171169
</aside>
12181170

@@ -1253,7 +1205,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadComposerClassmap">
12531205
<aside class="phpdocumentor-element-found-in">
12541206
<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>
12551207
:
1256-
<span class="phpdocumentor-element-found-in__line">439</span>
1208+
<span class="phpdocumentor-element-found-in__line">436</span>
12571209

12581210
</aside>
12591211

@@ -1294,7 +1246,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadComposerNamespaces">
12941246
<aside class="phpdocumentor-element-found-in">
12951247
<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>
12961248
:
1297-
<span class="phpdocumentor-element-found-in__line">369</span>
1249+
<span class="phpdocumentor-element-found-in__line">366</span>
12981250

12991251
</aside>
13001252

0 commit comments

Comments
 (0)