Skip to content

Commit

Permalink
[AUTO] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gigili committed May 4, 2024
1 parent 545146c commit a509b8f
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 9 deletions.
60 changes: 54 additions & 6 deletions docs/classes/Gac-Routing-Request.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ <h4 id="toc-methods">
</dt>
<dd>Returns a value for a specified body argument</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Gac-Routing-Request.html#method_getAllData">getAllData()</a>
<span>
&nbsp;: mixed </span>
</dt>
<dd>Returns all body request arguments</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Gac-Routing-Request.html#method_header">header()</a>
<span>
Expand Down Expand Up @@ -358,6 +365,46 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>

</section>

</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_getAllData">
getAllData()
<a href="classes/Gac-Routing-Request.html#method_getAllData" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">50</span>

</aside>

<p class="phpdocumentor-summary">Returns all body request arguments</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">getAllData</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<div class="phpdocumentor-label-line">
</div>




<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">mixed</span>
&mdash;
<section class="phpdocumentor-description"><p>All body arguments</p>
</section>

</section>

</article>
<article
class="phpdocumentor-element
Expand All @@ -373,7 +420,7 @@ <h4 class="phpdocumentor-element__name" id="method_header">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">115</span>
<span class="phpdocumentor-element-found-in__line">124</span>

</aside>

Expand Down Expand Up @@ -451,7 +498,7 @@ <h4 class="phpdocumentor-element__name" id="method_headers">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">53</span>
<span class="phpdocumentor-element-found-in__line">62</span>

</aside>

Expand Down Expand Up @@ -505,7 +552,7 @@ <h4 class="phpdocumentor-element__name" id="method_send">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">136</span>
<span class="phpdocumentor-element-found-in__line">145</span>

</aside>

Expand Down Expand Up @@ -575,7 +622,7 @@ <h4 class="phpdocumentor-element__name" id="method_status">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">98</span>
<span class="phpdocumentor-element-found-in__line">107</span>

</aside>

Expand Down Expand Up @@ -653,7 +700,7 @@ <h4 class="phpdocumentor-element__name" id="method_get_request_headers">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">70</span>
<span class="phpdocumentor-element-found-in__line">79</span>

</aside>

Expand Down Expand Up @@ -693,7 +740,7 @@ <h4 class="phpdocumentor-element__name" id="method_parse_patch_and_put_request_d
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Request.php"><a href="files/src-request.html"><abbr title="src/Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">148</span>
<span class="phpdocumentor-element-found-in__line">157</span>

</aside>

Expand Down Expand Up @@ -841,6 +888,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Gac-Routing-Request.html#method___construct">__construct()</a></li>
<li><a href="classes/Gac-Routing-Request.html#method_get">get()</a></li>
<li><a href="classes/Gac-Routing-Request.html#method_getAllData">getAllData()</a></li>
<li><a href="classes/Gac-Routing-Request.html#method_header">header()</a></li>
<li><a href="classes/Gac-Routing-Request.html#method_headers">headers()</a></li>
<li><a href="classes/Gac-Routing-Request.html#method_send">send()</a></li>
Expand Down
5 changes: 5 additions & 0 deletions docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Search.appendIndex(
"name": "get",
"summary": "Returns\u0020a\u0020value\u0020for\u0020a\u0020specified\u0020body\u0020argument",
"url": "classes/Gac-Routing-Request.html#method_get"
}, {
"fqsen": "\\Gac\\Routing\\Request\u003A\u003AgetAllData\u0028\u0029",
"name": "getAllData",
"summary": "Returns\u0020all\u0020body\u0020request\u0020arguments",
"url": "classes/Gac-Routing-Request.html#method_getAllData"
}, {
"fqsen": "\\Gac\\Routing\\Request\u003A\u003Aheaders\u0028\u0029",
"name": "headers",
Expand Down
6 changes: 3 additions & 3 deletions docs/reports/deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,21 @@ <h3><abbr title="src/Request.php">Request.php</abbr></h3>
<th class="phpdocumentor-heading">Reason</th>
</tr>
<tr>
<td class="phpdocumentor-cell">98</td>
<td class="phpdocumentor-cell">107</td>
<td class="phpdocumentor-cell"><a href="classes/Gac-Routing-Request.html#method_status"><abbr title="\Gac\Routing\Request::status()">Request::status()</abbr></a></td>
<td class="phpdocumentor-cell"><p>Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::withStatus(401, 'Not Authorized');</p>
</td>
</tr>
<tr>
<td class="phpdocumentor-cell">115</td>
<td class="phpdocumentor-cell">124</td>
<td class="phpdocumentor-cell"><a href="classes/Gac-Routing-Request.html#method_header"><abbr title="\Gac\Routing\Request::header()">Request::header()</abbr></a></td>
<td class="phpdocumentor-cell"><p>Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::withHeader('header-key', 'header-value');</p>
</td>
</tr>
<tr>
<td class="phpdocumentor-cell">136</td>
<td class="phpdocumentor-cell">145</td>
<td class="phpdocumentor-cell"><a href="classes/Gac-Routing-Request.html#method_send"><abbr title="\Gac\Routing\Request::send()">Request::send()</abbr></a></td>
<td class="phpdocumentor-cell"><p>Soon this option will be removed and should be replaced with a call to the Response class
New way of using the Response class: Response::status(200, 'OK')::setBody($output);</p>
Expand Down

0 comments on commit a509b8f

Please sign in to comment.