Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
devuri committed Feb 11, 2024
1 parent 58e8214 commit 48020ac
Show file tree
Hide file tree
Showing 22 changed files with 2,947 additions and 330 deletions.
578 changes: 578 additions & 0 deletions docs/code/classes/Urisoft-App-EnvGenerator.html

Large diffs are not rendered by default.

119 changes: 54 additions & 65 deletions docs/code/classes/Urisoft-App-Http-AppFramework.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ <h3 id="toc">
<span>
&nbsp;: mixed </span>
</dt>
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/Urisoft-App-Http-AppFramework.html#property_config_dir">$config_dir</a>
<span>
&nbsp;: mixed </span>
</dt>
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
Expand Down Expand Up @@ -174,13 +181,6 @@ <h3 id="toc">
</dt>
<dd>Set up the application error handling based on environment settings.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a href="classes/Urisoft-App-Http-AppFramework.html#method_set_config">set_config()</a>
<span>
&nbsp;: void </span>
</dt>
<dd>Set the config options.</dd>

</dl>


Expand Down Expand Up @@ -260,6 +260,40 @@ <h4 class="phpdocumentor-element__name" id="property_config">



</article>
<article
class="
phpdocumentor-element
-property
-protected
"
>
<h4 class="phpdocumentor-element__name" id="property_config_dir">
$config_dir
<a href="classes/Urisoft-App-Http-AppFramework.html#property_config_dir" class="headerlink"><i class="fas fa-link"></i></a>
<span class="phpdocumentor-element__modifiers">
</span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Http/AppFramework.php"><a href="files/src-app-http-appframework.html"><abbr title="src/App/Http/AppFramework.php">AppFramework.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">16</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">$config_dir</span>
</code>

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

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



</article>
<article
class="
Expand Down Expand Up @@ -315,15 +349,15 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Http/AppFramework.php"><a href="files/src-app-http-appframework.html"><abbr title="src/App/Http/AppFramework.php">AppFramework.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">25</span>
<span class="phpdocumentor-element-found-in__line">27</span>

</aside>

<p class="phpdocumentor-summary">Setup App.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$app_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">$options</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&#039;app&#039;</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$app_path</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$site_config</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">$options</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&#039;app&#039;</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand All @@ -336,6 +370,15 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<section class="phpdocumentor-description"><p>The base app path, e.g., <strong>DIR</strong>.</p>
</section>

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$site_config</span>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>The config directory location.</p>
</section>

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$options</span>
Expand Down Expand Up @@ -385,7 +428,7 @@ <h4 class="phpdocumentor-element__name" id="method_kernel">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Http/AppFramework.php"><a href="files/src-app-http-appframework.html"><abbr title="src/App/Http/AppFramework.php">AppFramework.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">51</span>
<span class="phpdocumentor-element-found-in__line">60</span>

</aside>

Expand Down Expand Up @@ -420,7 +463,7 @@ <h4 class="phpdocumentor-element__name" id="method_set_app_errors">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Http/AppFramework.php"><a href="files/src-app-http-appframework.html"><abbr title="src/App/Http/AppFramework.php">AppFramework.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">63</span>
<span class="phpdocumentor-element-found-in__line">72</span>

</aside>

Expand All @@ -434,60 +477,6 @@ <h4 class="phpdocumentor-element__name" id="method_set_app_errors">



<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">void</span>
&mdash;


</article>
<article
class="phpdocumentor-element
-method
-protected
"
>
<h4 class="phpdocumentor-element__name" id="method_set_config">
set_config()
<a href="classes/Urisoft-App-Http-AppFramework.html#method_set_config" 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/App/Http/AppFramework.php"><a href="files/src-app-http-appframework.html"><abbr title="src/App/Http/AppFramework.php">AppFramework.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">98</span>

</aside>

<p class="phpdocumentor-summary">Set the config options.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__name">set_config</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$options</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tenant</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$options</span>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>The configuration options filename, e.g., app.php.</p>
</section>

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$tenant</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
= <span class="phpdocumentor-signature__argument__default-value">[]</span> </dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>The tenant data e.g., [ 'tenant_id' =&gt; 495743 ].</p>
</section>

</dd>
</dl>



<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">void</span>
&mdash;
Expand Down
Loading

0 comments on commit 48020ac

Please sign in to comment.