Skip to content

Commit 017cfb8

Browse files
committed
Updated API for commit 993e05ceacd05751ef142c828dc1bbe460f14aeb
1 parent 6c18174 commit 017cfb8

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

docs/classes/CodeIgniter-API-ResponseTrait.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h4 id="toc-properties">
294294
<dt class="phpdocumentor-table-of-contents__entry -property -public">
295295
<a class="" href="classes/CodeIgniter-API-ResponseTrait.html#property_request">$request</a>
296296
<span>
297-
&nbsp;: <a href="classes/CodeIgniter-HTTP-RequestInterface.html"><abbr title="\CodeIgniter\HTTP\RequestInterface">RequestInterface</abbr></a> </span>
297+
&nbsp;: <a href="classes/CodeIgniter-HTTP-CLIRequest.html"><abbr title="\CodeIgniter\HTTP\CLIRequest">CLIRequest</abbr></a>|<a href="classes/CodeIgniter-HTTP-IncomingRequest.html"><abbr title="\CodeIgniter\HTTP\IncomingRequest">IncomingRequest</abbr></a> </span>
298298
</dt>
299299

300300
<dt class="phpdocumentor-table-of-contents__entry -property -public">
@@ -498,7 +498,7 @@ <h4 class="phpdocumentor-element__name" id="property_request">
498498

499499
<code class="phpdocumentor-code phpdocumentor-signature ">
500500
<span class="phpdocumentor-signature__visibility">public</span>
501-
<span class="phpdocumentor-signature__type"><a href="classes/CodeIgniter-HTTP-RequestInterface.html"><abbr title="\CodeIgniter\HTTP\RequestInterface">RequestInterface</abbr></a></span>
501+
<span class="phpdocumentor-signature__type"><a href="classes/CodeIgniter-HTTP-CLIRequest.html"><abbr title="\CodeIgniter\HTTP\CLIRequest">CLIRequest</abbr></a>|<a href="classes/CodeIgniter-HTTP-IncomingRequest.html"><abbr title="\CodeIgniter\HTTP\IncomingRequest">IncomingRequest</abbr></a></span>
502502
<span class="phpdocumentor-signature__name">$request</span>
503503
</code>
504504

docs/classes/CodeIgniter-Debug-BaseExceptionHandler.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h2 class="phpdocumentor-content__title">
272272
<aside class="phpdocumentor-element-found-in">
273273
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
274274
:
275-
<span class="phpdocumentor-element-found-in__line">25</span>
275+
<span class="phpdocumentor-element-found-in__line">27</span>
276276

277277
</aside>
278278

@@ -422,7 +422,7 @@ <h4 class="phpdocumentor-element__name" id="property_config">
422422
<aside class="phpdocumentor-element-found-in">
423423
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
424424
:
425-
<span class="phpdocumentor-element-found-in__line">30</span>
425+
<span class="phpdocumentor-element-found-in__line">32</span>
426426

427427
</aside>
428428

@@ -461,7 +461,7 @@ <h4 class="phpdocumentor-element__name" id="property_obLevel">
461461
<aside class="phpdocumentor-element-found-in">
462462
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
463463
:
464-
<span class="phpdocumentor-element-found-in__line">35</span>
464+
<span class="phpdocumentor-element-found-in__line">37</span>
465465

466466
</aside>
467467

@@ -500,7 +500,7 @@ <h4 class="phpdocumentor-element__name" id="property_viewPath">
500500
<aside class="phpdocumentor-element-found-in">
501501
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
502502
:
503-
<span class="phpdocumentor-element-found-in__line">41</span>
503+
<span class="phpdocumentor-element-found-in__line">43</span>
504504

505505
</aside>
506506

@@ -545,7 +545,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
545545
<aside class="phpdocumentor-element-found-in">
546546
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
547547
:
548-
<span class="phpdocumentor-element-found-in__line">43</span>
548+
<span class="phpdocumentor-element-found-in__line">45</span>
549549

550550
</aside>
551551

@@ -589,15 +589,15 @@ <h4 class="phpdocumentor-element__name" id="method_handle">
589589
<aside class="phpdocumentor-element-found-in">
590590
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
591591
:
592-
<span class="phpdocumentor-element-found-in__line">59</span>
592+
<span class="phpdocumentor-element-found-in__line">63</span>
593593

594594
</aside>
595595

596596
<p class="phpdocumentor-summary">The main entry point into the handler.</p>
597597

598598
<code class="phpdocumentor-code phpdocumentor-signature ">
599599
<span class="phpdocumentor-signature__visibility">public</span>
600-
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">handle</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Throwable">Throwable</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$exception</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CodeIgniter-HTTP-RequestInterface.html"><abbr title="\CodeIgniter\HTTP\RequestInterface">RequestInterface</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$request</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CodeIgniter-HTTP-ResponseInterface.html"><abbr title="\CodeIgniter\HTTP\ResponseInterface">ResponseInterface</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$response</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$statusCode</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$exitCode</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
600+
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">handle</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Throwable">Throwable</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$exception</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CodeIgniter-HTTP-CLIRequest.html"><abbr title="\CodeIgniter\HTTP\CLIRequest">CLIRequest</abbr></a>|<a href="classes/CodeIgniter-HTTP-IncomingRequest.html"><abbr title="\CodeIgniter\HTTP\IncomingRequest">IncomingRequest</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$request</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/CodeIgniter-HTTP-ResponseInterface.html"><abbr title="\CodeIgniter\HTTP\ResponseInterface">ResponseInterface</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$response</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$statusCode</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$exitCode</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
601601

602602
<div class="phpdocumentor-label-line">
603603
</div>
@@ -614,7 +614,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
614614
</dd>
615615
<dt class="phpdocumentor-argument-list__entry">
616616
<span class="phpdocumentor-signature__argument__name">$request</span>
617-
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/CodeIgniter-HTTP-RequestInterface.html"><abbr title="\CodeIgniter\HTTP\RequestInterface">RequestInterface</abbr></a></span>
617+
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/CodeIgniter-HTTP-CLIRequest.html"><abbr title="\CodeIgniter\HTTP\CLIRequest">CLIRequest</abbr></a>|<a href="classes/CodeIgniter-HTTP-IncomingRequest.html"><abbr title="\CodeIgniter\HTTP\IncomingRequest">IncomingRequest</abbr></a></span>
618618
</dt>
619619
<dd class="phpdocumentor-argument-list__definition">
620620

@@ -662,7 +662,7 @@ <h4 class="phpdocumentor-element__name" id="method_collectVars">
662662
<aside class="phpdocumentor-element-found-in">
663663
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
664664
:
665-
<span class="phpdocumentor-element-found-in__line">70</span>
665+
<span class="phpdocumentor-element-found-in__line">74</span>
666666

667667
</aside>
668668

@@ -718,7 +718,7 @@ <h4 class="phpdocumentor-element__name" id="method_describeMemory">
718718
<aside class="phpdocumentor-element-found-in">
719719
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
720720
:
721-
<span class="phpdocumentor-element-found-in__line">150</span>
721+
<span class="phpdocumentor-element-found-in__line">154</span>
722722

723723
</aside>
724724

@@ -784,7 +784,7 @@ <h4 class="phpdocumentor-element__name" id="method_highlightFile">
784784
<aside class="phpdocumentor-element-found-in">
785785
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
786786
:
787-
<span class="phpdocumentor-element-found-in__line">164</span>
787+
<span class="phpdocumentor-element-found-in__line">168</span>
788788

789789
</aside>
790790

@@ -863,7 +863,7 @@ <h4 class="phpdocumentor-element__name" id="method_maskSensitiveData">
863863
<aside class="phpdocumentor-element-found-in">
864864
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
865865
:
866-
<span class="phpdocumentor-element-found-in__line">99</span>
866+
<span class="phpdocumentor-element-found-in__line">103</span>
867867

868868
</aside>
869869

@@ -926,7 +926,7 @@ <h4 class="phpdocumentor-element__name" id="method_render">
926926
<aside class="phpdocumentor-element-found-in">
927927
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
928928
:
929-
<span class="phpdocumentor-element-found-in__line">246</span>
929+
<span class="phpdocumentor-element-found-in__line">250</span>
930930

931931
</aside>
932932

@@ -985,7 +985,7 @@ <h4 class="phpdocumentor-element__name" id="method_maskData">
985985
<aside class="phpdocumentor-element-found-in">
986986
<abbr class="phpdocumentor-element-found-in__file" title="system/Debug/BaseExceptionHandler.php"><a href="files/system-debug-baseexceptionhandler.html"><abbr title="system/Debug/BaseExceptionHandler.php">BaseExceptionHandler.php</abbr></a></abbr>
987987
:
988-
<span class="phpdocumentor-element-found-in__line">113</span>
988+
<span class="phpdocumentor-element-found-in__line">117</span>
989989

990990
</aside>
991991

0 commit comments

Comments
 (0)