Skip to content

Commit

Permalink
[AUTO] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gigili committed Mar 19, 2022
1 parent 64dad8a commit d53994b
Show file tree
Hide file tree
Showing 23 changed files with 328 additions and 141 deletions.
13 changes: 9 additions & 4 deletions docs/classes/Gac-Routing-Exceptions-CallbackNotFound.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<title>Documentation</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
<link rel="icon" href="images/favicon.ico"/>
Expand Down Expand Up @@ -54,18 +55,22 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/gac.html">Gac</a></h4>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="namespaces/gac.html" class="">Gac</a>
</h4>
<ul class="phpdocumentor-list">
<li>
<a href="namespaces/gac-routing.html">Routing</a>
<a href="namespaces/gac-routing.html" class="">Routing</a>

</li>
</ul>

</section>
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="packages/Application.html" class="">Application</a>
</h4>

</section>

Expand Down
13 changes: 9 additions & 4 deletions docs/classes/Gac-Routing-Exceptions-RouteNotFoundException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<title>Documentation</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
<link rel="icon" href="images/favicon.ico"/>
Expand Down Expand Up @@ -54,18 +55,22 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/gac.html">Gac</a></h4>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="namespaces/gac.html" class="">Gac</a>
</h4>
<ul class="phpdocumentor-list">
<li>
<a href="namespaces/gac-routing.html">Routing</a>
<a href="namespaces/gac-routing.html" class="">Routing</a>

</li>
</ul>

</section>
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="packages/Application.html" class="">Application</a>
</h4>

</section>

Expand Down
29 changes: 17 additions & 12 deletions docs/classes/Gac-Routing-Request.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<title>Documentation</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
<link rel="icon" href="images/favicon.ico"/>
Expand Down Expand Up @@ -54,18 +55,22 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/gac.html">Gac</a></h4>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="namespaces/gac.html" class="">Gac</a>
</h4>
<ul class="phpdocumentor-list">
<li>
<a href="namespaces/gac-routing.html">Routing</a>
<a href="namespaces/gac-routing.html" class="">Routing</a>

</li>
</ul>

</section>
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="packages/Application.html" class="">Application</a>
</h4>

</section>

Expand Down Expand Up @@ -126,52 +131,52 @@ <h3 id="toc">
</h3>

<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -property -private">
<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/Gac-Routing-Request.html#property_data">$data</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Gac-Routing-Request.html#method___construct">__construct()</a>
<span>
&nbsp;: mixed </span>
&nbsp;: mixed </span>
</dt>
<dd>Request constructor.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Gac-Routing-Request.html#method_get">get()</a>
<span>
&nbsp;: mixed </span>
&nbsp;: mixed </span>
</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_headers">headers()</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt;|string|null </span>
&nbsp;: array&lt;string|int, mixed&gt;|string|null </span>
</dt>
<dd>Returns list of all the header items or a value of a specific item</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Gac-Routing-Request.html#method_send">send()</a>
<span>
&nbsp;: mixed </span>
&nbsp;: mixed </span>
</dt>
<dd>Send response back</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Gac-Routing-Request.html#method_status">status()</a>
<span>
&nbsp;: <a href="classes/Gac-Routing-Request.html"><abbr title="\Gac\Routing\Request">Request</abbr></a> </span>
&nbsp;: <a href="classes/Gac-Routing-Request.html"><abbr title="\Gac\Routing\Request">Request</abbr></a> </span>
</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>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
<dd>Private method used for parsing request body data for PUT and PATCH requests</dd>

Expand Down
Loading

0 comments on commit d53994b

Please sign in to comment.