Skip to content

Commit

Permalink
Updated API for commit f48aa6f61ed800c3117eeeee8ea5b1d7daf6e752
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 19, 2024
1 parent 65aad95 commit d18d0cb
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 58 deletions.
18 changes: 8 additions & 10 deletions docs/classes/CodeIgniter-Database-Forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fields">$fields</a>
<span>
&nbsp;: array&lt;string, array&lt;string|int, mixed&gt;|string&gt; </span>
&nbsp;: array&lt;string, array&lt;string, bool|string&gt;|string&gt; </span>
</dt>
<dd>List of fields.</dd>
<dd>List of fields in the form `[name =&gt; attributes]`</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fkAllowActions">$fkAllowActions</a>
Expand Down Expand Up @@ -1231,19 +1231,17 @@ <h4 class="phpdocumentor-element__name" id="property_fields">

</aside>

<p class="phpdocumentor-summary">List of fields.</p>
<p class="phpdocumentor-summary">List of fields in the form `[name =&gt; attributes]`</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string|int, mixed&gt;|string&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string, bool|string&gt;|string&gt;</span>
<span class="phpdocumentor-signature__name">$fields</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>


<section class="phpdocumentor-description"><p>[name =&gt; attributes]</p>
</section>





Expand Down Expand Up @@ -2778,7 +2776,7 @@ <h4 class="phpdocumentor-element__name" id="method_reset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1256</span>
<span class="phpdocumentor-element-found-in__line">1258</span>

</aside>

Expand Down Expand Up @@ -3497,7 +3495,7 @@ <h4 class="phpdocumentor-element__name" id="method__processForeignKeys">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1196</span>
<span class="phpdocumentor-element-found-in__line">1198</span>

</aside>

Expand Down Expand Up @@ -3555,7 +3553,7 @@ <h4 class="phpdocumentor-element__name" id="method__processIndexes">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1150</span>
<span class="phpdocumentor-element-found-in__line">1152</span>

</aside>

Expand Down
16 changes: 7 additions & 9 deletions docs/classes/CodeIgniter-Database-MySQLi-Forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fields">$fields</a>
<span>
&nbsp;: array&lt;string, array&lt;string|int, mixed&gt;|string&gt; </span>
&nbsp;: array&lt;string, array&lt;string, bool|string&gt;|string&gt; </span>
</dt>
<dd>List of fields.</dd>
<dd>List of fields in the form `[name =&gt; attributes]`</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fkAllowActions">$fkAllowActions</a>
Expand Down Expand Up @@ -1324,19 +1324,17 @@ <h4 class="phpdocumentor-element__name" id="property_fields">

</aside>

<p class="phpdocumentor-summary">List of fields.</p>
<p class="phpdocumentor-summary">List of fields in the form `[name =&gt; attributes]`</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string|int, mixed&gt;|string&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string, bool|string&gt;|string&gt;</span>
<span class="phpdocumentor-signature__name">$fields</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>


<section class="phpdocumentor-description"><p>[name =&gt; attributes]</p>
</section>





Expand Down Expand Up @@ -2856,7 +2854,7 @@ <h4 class="phpdocumentor-element__name" id="method_reset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1256</span>
<span class="phpdocumentor-element-found-in__line">1258</span>

</aside>

Expand Down Expand Up @@ -3583,7 +3581,7 @@ <h4 class="phpdocumentor-element__name" id="method__processForeignKeys">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1196</span>
<span class="phpdocumentor-element-found-in__line">1198</span>

</aside>

Expand Down
18 changes: 8 additions & 10 deletions docs/classes/CodeIgniter-Database-OCI8-Forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fields">$fields</a>
<span>
&nbsp;: array&lt;string, array&lt;string|int, mixed&gt;|string&gt; </span>
&nbsp;: array&lt;string, array&lt;string, bool|string&gt;|string&gt; </span>
</dt>
<dd>List of fields.</dd>
<dd>List of fields in the form `[name =&gt; attributes]`</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-OCI8-Forge.html#property_fkAllowActions">$fkAllowActions</a>
Expand Down Expand Up @@ -1243,19 +1243,17 @@ <h4 class="phpdocumentor-element__name" id="property_fields">

</aside>

<p class="phpdocumentor-summary">List of fields.</p>
<p class="phpdocumentor-summary">List of fields in the form `[name =&gt; attributes]`</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string|int, mixed&gt;|string&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string, bool|string&gt;|string&gt;</span>
<span class="phpdocumentor-signature__name">$fields</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>


<section class="phpdocumentor-description"><p>[name =&gt; attributes]</p>
</section>





Expand Down Expand Up @@ -2827,7 +2825,7 @@ <h4 class="phpdocumentor-element__name" id="method_reset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1256</span>
<span class="phpdocumentor-element-found-in__line">1258</span>

</aside>

Expand Down Expand Up @@ -3552,7 +3550,7 @@ <h4 class="phpdocumentor-element__name" id="method__processForeignKeys">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1196</span>
<span class="phpdocumentor-element-found-in__line">1198</span>

</aside>

Expand Down Expand Up @@ -3610,7 +3608,7 @@ <h4 class="phpdocumentor-element__name" id="method__processIndexes">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1150</span>
<span class="phpdocumentor-element-found-in__line">1152</span>

</aside>

Expand Down
18 changes: 8 additions & 10 deletions docs/classes/CodeIgniter-Database-Postgre-Forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fields">$fields</a>
<span>
&nbsp;: array&lt;string, array&lt;string|int, mixed&gt;|string&gt; </span>
&nbsp;: array&lt;string, array&lt;string, bool|string&gt;|string&gt; </span>
</dt>
<dd>List of fields.</dd>
<dd>List of fields in the form `[name =&gt; attributes]`</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fkAllowActions">$fkAllowActions</a>
Expand Down Expand Up @@ -1280,19 +1280,17 @@ <h4 class="phpdocumentor-element__name" id="property_fields">

</aside>

<p class="phpdocumentor-summary">List of fields.</p>
<p class="phpdocumentor-summary">List of fields in the form `[name =&gt; attributes]`</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string|int, mixed&gt;|string&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string, bool|string&gt;|string&gt;</span>
<span class="phpdocumentor-signature__name">$fields</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>


<section class="phpdocumentor-description"><p>[name =&gt; attributes]</p>
</section>





Expand Down Expand Up @@ -2827,7 +2825,7 @@ <h4 class="phpdocumentor-element__name" id="method_reset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1256</span>
<span class="phpdocumentor-element-found-in__line">1258</span>

</aside>

Expand Down Expand Up @@ -3550,7 +3548,7 @@ <h4 class="phpdocumentor-element__name" id="method__processForeignKeys">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1196</span>
<span class="phpdocumentor-element-found-in__line">1198</span>

</aside>

Expand Down Expand Up @@ -3608,7 +3606,7 @@ <h4 class="phpdocumentor-element__name" id="method__processIndexes">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1150</span>
<span class="phpdocumentor-element-found-in__line">1152</span>

</aside>

Expand Down
16 changes: 7 additions & 9 deletions docs/classes/CodeIgniter-Database-SQLSRV-Forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fields">$fields</a>
<span>
&nbsp;: array&lt;string, array&lt;string|int, mixed&gt;|string&gt; </span>
&nbsp;: array&lt;string, array&lt;string, bool|string&gt;|string&gt; </span>
</dt>
<dd>List of fields.</dd>
<dd>List of fields in the form `[name =&gt; attributes]`</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-SQLSRV-Forge.html#property_fkAllowActions">$fkAllowActions</a>
Expand Down Expand Up @@ -1275,19 +1275,17 @@ <h4 class="phpdocumentor-element__name" id="property_fields">

</aside>

<p class="phpdocumentor-summary">List of fields.</p>
<p class="phpdocumentor-summary">List of fields in the form `[name =&gt; attributes]`</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string|int, mixed&gt;|string&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string, bool|string&gt;|string&gt;</span>
<span class="phpdocumentor-signature__name">$fields</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>


<section class="phpdocumentor-description"><p>[name =&gt; attributes]</p>
</section>





Expand Down Expand Up @@ -2842,7 +2840,7 @@ <h4 class="phpdocumentor-element__name" id="method_reset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1256</span>
<span class="phpdocumentor-element-found-in__line">1258</span>

</aside>

Expand Down Expand Up @@ -3631,7 +3629,7 @@ <h4 class="phpdocumentor-element__name" id="method__processForeignKeys">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1196</span>
<span class="phpdocumentor-element-found-in__line">1198</span>

</aside>

Expand Down
16 changes: 7 additions & 9 deletions docs/classes/CodeIgniter-Database-SQLite3-Forge.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fields">$fields</a>
<span>
&nbsp;: array&lt;string, array&lt;string|int, mixed&gt;|string&gt; </span>
&nbsp;: array&lt;string, array&lt;string, bool|string&gt;|string&gt; </span>
</dt>
<dd>List of fields.</dd>
<dd>List of fields in the form `[name =&gt; attributes]`</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Database-Forge.html#property_fkAllowActions">$fkAllowActions</a>
Expand Down Expand Up @@ -1280,19 +1280,17 @@ <h4 class="phpdocumentor-element__name" id="property_fields">

</aside>

<p class="phpdocumentor-summary">List of fields.</p>
<p class="phpdocumentor-summary">List of fields in the form `[name =&gt; attributes]`</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string|int, mixed&gt;|string&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, array&lt;string, bool|string&gt;|string&gt;</span>
<span class="phpdocumentor-signature__name">$fields</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>


<section class="phpdocumentor-description"><p>[name =&gt; attributes]</p>
</section>





Expand Down Expand Up @@ -2798,7 +2796,7 @@ <h4 class="phpdocumentor-element__name" id="method_reset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1256</span>
<span class="phpdocumentor-element-found-in__line">1258</span>

</aside>

Expand Down Expand Up @@ -3574,7 +3572,7 @@ <h4 class="phpdocumentor-element__name" id="method__processIndexes">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">1150</span>
<span class="phpdocumentor-element-found-in__line">1152</span>

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -8243,7 +8243,7 @@ Search.appendIndex(
}, {
"fqsen": "\\CodeIgniter\\Database\\Forge\u003A\u003A\u0024fields",
"name": "fields",
"summary": "List\u0020of\u0020fields.",
"summary": "List\u0020of\u0020fields\u0020in\u0020the\u0020form\u0020\u0060\u005Bname\u0020\u003D\u003E\u0020attributes\u005D\u0060",
"url": "classes/CodeIgniter-Database-Forge.html#property_fields"
}, {
"fqsen": "\\CodeIgniter\\Database\\Forge\u003A\u003A\u0024keys",
Expand Down

0 comments on commit d18d0cb

Please sign in to comment.