Skip to content

Commit

Permalink
Updated API for commit 71888053c0005e3e9d4d41212a9c30bd444f045a
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 7, 2024
1 parent 9b3fc17 commit 05db21c
Show file tree
Hide file tree
Showing 944 changed files with 75,433 additions and 27,834 deletions.
145 changes: 117 additions & 28 deletions docs/classes/CodeIgniter-API-ResponseTrait.html

Large diffs are not rendered by default.

200 changes: 153 additions & 47 deletions docs/classes/CodeIgniter-Autoloader-Autoloader.html

Large diffs are not rendered by default.

52 changes: 37 additions & 15 deletions docs/classes/CodeIgniter-Autoloader-FileLocator.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/codeigniter-database.html" class="">Database</a>

</li>
<li>
<a href="namespaces/codeigniter-datacaster.html" class="">DataCaster</a>

</li>
<li>
<a href="namespaces/codeigniter-dataconverter.html" class="">DataConverter</a>

</li>
<li>
<a href="namespaces/codeigniter-debug.html" class="">Debug</a>
Expand Down Expand Up @@ -127,6 +135,10 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
<li>
<a href="namespaces/codeigniter-format.html" class="">Format</a>

</li>
<li>
<a href="namespaces/codeigniter-helpers.html" class="">Helpers</a>

</li>
<li>
<a href="namespaces/codeigniter-honeypot.html" class="">Honeypot</a>
Expand Down Expand Up @@ -251,6 +263,9 @@ <h2 class="phpdocumentor-content__title">
</ul>
</div>

<span class="phpdocumentor-element__implements">
implements
<a href="classes/CodeIgniter-Autoloader-FileLocatorInterface.html"><abbr title="\CodeIgniter\Autoloader\FileLocatorInterface">FileLocatorInterface</abbr></a> </span>

</h2>

Expand All @@ -262,7 +277,7 @@ <h2 class="phpdocumentor-content__title">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">20</span>
<span class="phpdocumentor-element-found-in__line">22</span>

</aside>

Expand Down Expand Up @@ -298,6 +313,13 @@ <h3 id="toc">



<h4 id="toc-interfaces">
Interfaces
<a href="classes/CodeIgniter-Autoloader-FileLocator.html#toc-interfaces" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -interface"><a href="classes/CodeIgniter-Autoloader-FileLocatorInterface.html"><abbr title="\CodeIgniter\Autoloader\FileLocatorInterface">FileLocatorInterface</abbr></a></dt><dd>Allows loading non-class files in a namespaced manner.</dd> </dl>



Expand Down Expand Up @@ -373,7 +395,7 @@ <h4 id="toc-methods">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/CodeIgniter-Autoloader-FileLocator.html#method_search">search()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
&nbsp;: array&lt;int, string&gt; </span>
</dt>
<dd>Searches through all of the defined namespaces looking for a file.</dd>

Expand Down Expand Up @@ -429,7 +451,7 @@ <h4 class="phpdocumentor-element__name" id="property_autoloader">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">27</span>
<span class="phpdocumentor-element-found-in__line">29</span>

</aside>

Expand Down Expand Up @@ -468,7 +490,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">29</span>
<span class="phpdocumentor-element-found-in__line">31</span>

</aside>

Expand Down Expand Up @@ -509,7 +531,7 @@ <h4 class="phpdocumentor-element__name" id="method_findQualifiedNameFromPath">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">264</span>
<span class="phpdocumentor-element-found-in__line">266</span>

</aside>

Expand Down Expand Up @@ -560,7 +582,7 @@ <h4 class="phpdocumentor-element__name" id="method_getClassname">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">120</span>
<span class="phpdocumentor-element-found-in__line">122</span>

</aside>

Expand Down Expand Up @@ -606,7 +628,7 @@ <h4 class="phpdocumentor-element__name" id="method_listFiles">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">306</span>
<span class="phpdocumentor-element-found-in__line">311</span>

</aside>

Expand Down Expand Up @@ -657,7 +679,7 @@ <h4 class="phpdocumentor-element__name" id="method_listNamespaceFiles">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">339</span>
<span class="phpdocumentor-element-found-in__line">344</span>

</aside>

Expand Down Expand Up @@ -715,7 +737,7 @@ <h4 class="phpdocumentor-element__name" id="method_locateFile">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">49</span>
<span class="phpdocumentor-element-found-in__line">51</span>

</aside>

Expand Down Expand Up @@ -791,15 +813,15 @@ <h4 class="phpdocumentor-element__name" id="method_search">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">177</span>
<span class="phpdocumentor-element-found-in__line">181</span>

</aside>

<p class="phpdocumentor-summary">Searches through all of the defined namespaces looking for a file.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">search</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$path</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ext</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&#039;php&#039;</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$prioritizeApp</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">true</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
<span class="phpdocumentor-signature__name">search</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$path</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ext</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&#039;php&#039;</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$prioritizeApp</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">true</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand Down Expand Up @@ -842,7 +864,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>

<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</span>
</section>

</article>
Expand All @@ -860,7 +882,7 @@ <h4 class="phpdocumentor-element__name" id="method_ensureExt">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">210</span>
<span class="phpdocumentor-element-found-in__line">214</span>

</aside>

Expand Down Expand Up @@ -913,7 +935,7 @@ <h4 class="phpdocumentor-element__name" id="method_getNamespaces">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">228</span>
<span class="phpdocumentor-element-found-in__line">232</span>

</aside>

Expand Down Expand Up @@ -949,7 +971,7 @@ <h4 class="phpdocumentor-element__name" id="method_legacyLocate">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Autoloader/FileLocator.php"><a href="files/system-autoloader-filelocator.html"><abbr title="system/Autoloader/FileLocator.php">FileLocator.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">375</span>
<span class="phpdocumentor-element-found-in__line">380</span>

</aside>

Expand Down
Loading

0 comments on commit 05db21c

Please sign in to comment.