Skip to content

Commit

Permalink
[AUTO] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gigili committed Sep 17, 2021
1 parent 44ae737 commit 38c72b4
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 4 deletions.
48 changes: 44 additions & 4 deletions docs/classes/Gac-Routing-Request.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ <h3 id="toc">
</dt>
<dd>Sets the header status code for the response</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a href="classes/Gac-Routing-Request.html#method_parse_patch_and_put_request_data">parse_patch_and_put_request_data()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
<dd></dd>

</dl>


Expand Down Expand Up @@ -267,7 +274,7 @@ <h4 class="phpdocumentor-element__name" id="method_get">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Request.php"><a href="files/request.html"><abbr title="Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">46</span>
<span class="phpdocumentor-element-found-in__line">41</span>

</aside>

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

</aside>

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

</aside>

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

</aside>

Expand Down Expand Up @@ -448,6 +455,39 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
</section>


</article>
<article
class="phpdocumentor-element
-method
-private
"
>
<h4 class="phpdocumentor-element__name" id="method_parse_patch_and_put_request_data">
parse_patch_and_put_request_data()
<a href="classes/Gac-Routing-Request.html#method_parse_patch_and_put_request_data" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Request.php"><a href="files/request.html"><abbr title="Request.php">Request.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">80</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__name">parse_patch_and_put_request_data</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>

<section class="phpdocumentor-description"></section>




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


</article>
</section>

Expand Down
5 changes: 5 additions & 0 deletions docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Search.appendIndex(
"name": "send",
"summary": "Send\u0020response\u0020back",
"url": "classes/Gac-Routing-Request.html#method_send"
}, {
"fqsen": "\\Gac\\Routing\\Request\u003A\u003Aparse_patch_and_put_request_data\u0028\u0029",
"name": "parse_patch_and_put_request_data",
"summary": "",
"url": "classes/Gac-Routing-Request.html#method_parse_patch_and_put_request_data"
}, {
"fqsen": "\\Gac\\Routing\\Request\u003A\u003A\u0024data",
"name": "data",
Expand Down

0 comments on commit 38c72b4

Please sign in to comment.