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

Commit

Permalink
Merge pull request #223 from devuri/_is_multitenant()_db_class
Browse files Browse the repository at this point in the history
Is multitenant() db class
  • Loading branch information
devuri authored Feb 10, 2024
2 parents ae9926b + 1727b34 commit fa41604
Show file tree
Hide file tree
Showing 23 changed files with 2,059 additions and 586 deletions.
10 changes: 5 additions & 5 deletions docs/code/classes/Urisoft-App-Core-Plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ <h4 class="phpdocumentor-element__name" id="method_manage_tenant_install_plugins
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Core/Plugin.php"><a href="files/src-app-core-plugin.html"><abbr title="src/App/Core/Plugin.php">Plugin.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">202</span>
<span class="phpdocumentor-element-found-in__line">198</span>

</aside>

Expand Down Expand Up @@ -675,7 +675,7 @@ <h4 class="phpdocumentor-element__name" id="method_add_core_app_events">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Core/Plugin.php"><a href="files/src-app-core-plugin.html"><abbr title="src/App/Core/Plugin.php">Plugin.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">211</span>
<span class="phpdocumentor-element-found-in__line">207</span>

</aside>

Expand Down Expand Up @@ -741,7 +741,7 @@ <h4 class="phpdocumentor-element__name" id="method_define_basic_app_init">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Core/Plugin.php"><a href="files/src-app-core-plugin.html"><abbr title="src/App/Core/Plugin.php">Plugin.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">270</span>
<span class="phpdocumentor-element-found-in__line">266</span>

</aside>

Expand Down Expand Up @@ -774,7 +774,7 @@ <h4 class="phpdocumentor-element__name" id="method_extract_domain">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Core/Plugin.php"><a href="files/src-app-core-plugin.html"><abbr title="src/App/Core/Plugin.php">Plugin.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">253</span>
<span class="phpdocumentor-element-found-in__line">249</span>

</aside>

Expand Down Expand Up @@ -821,7 +821,7 @@ <h4 class="phpdocumentor-element__name" id="method_security_headers">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/App/Core/Plugin.php"><a href="files/src-app-core-plugin.html"><abbr title="src/App/Core/Plugin.php">Plugin.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">228</span>
<span class="phpdocumentor-element-found-in__line">224</span>

</aside>

Expand Down
16 changes: 4 additions & 12 deletions docs/code/classes/Urisoft-App-Http-AppFramework.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">

<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 class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$tenant_ids</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</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>, </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 @@ -345,14 +345,6 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<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_ids</span>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;|null</span>
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>

</dd>
</dl>

Expand Down Expand Up @@ -393,7 +385,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">56</span>
<span class="phpdocumentor-element-found-in__line">51</span>

</aside>

Expand Down Expand Up @@ -428,7 +420,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">68</span>
<span class="phpdocumentor-element-found-in__line">63</span>

</aside>

Expand Down Expand Up @@ -461,7 +453,7 @@ <h4 class="phpdocumentor-element__name" id="method_set_config">
<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">103</span>
<span class="phpdocumentor-element-found-in__line">98</span>

</aside>

Expand Down
Loading

0 comments on commit fa41604

Please sign in to comment.