Skip to content

Commit

Permalink
Updated API for commit dae379fad232b6e36b0aa40ab24829953ef5692c
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent 8168520 commit 8311929
Show file tree
Hide file tree
Showing 20 changed files with 480 additions and 479 deletions.
4 changes: 2 additions & 2 deletions docs/classes/CodeIgniter-BaseModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,7 @@ <h4 class="phpdocumentor-element__name" id="method_chunk">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">chunk</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$size</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Closure">Closure</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$userFunc</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">chunk</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$size</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">callable(Array): mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$userFunc</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -3174,7 +3174,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$userFunc</span>
: <span class="phpdocumentor-signature__argument__return-type"><abbr title="\Closure">Closure</abbr></span>
: <span class="phpdocumentor-signature__argument__return-type">callable(Array): mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>Callback Function</p>
Expand Down
52 changes: 26 additions & 26 deletions docs/classes/CodeIgniter-Database-BaseBuilder.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions docs/classes/CodeIgniter-Database-BaseConnection.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/classes/CodeIgniter-Database-MySQLi-Builder.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/classes/CodeIgniter-Database-MySQLi-Connection.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/classes/CodeIgniter-Database-OCI8-Builder.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/classes/CodeIgniter-Database-OCI8-Connection.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/classes/CodeIgniter-Database-Postgre-Builder.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions docs/classes/CodeIgniter-Database-Postgre-Connection.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/classes/CodeIgniter-Database-SQLSRV-Builder.html

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions docs/classes/CodeIgniter-Database-SQLSRV-Connection.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/classes/CodeIgniter-Database-SQLite3-Builder.html

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions docs/classes/CodeIgniter-Database-SQLite3-Connection.html

Large diffs are not rendered by default.

41 changes: 13 additions & 28 deletions docs/classes/CodeIgniter-Model.html
Original file line number Diff line number Diff line change
Expand Up @@ -3344,7 +3344,7 @@ <h4 class="phpdocumentor-element__name" id="method___call">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">920</span>
<span class="phpdocumentor-element-found-in__line">916</span>

</aside>

Expand Down Expand Up @@ -3456,7 +3456,7 @@ <h4 class="phpdocumentor-element__name" id="method___get">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">891</span>
<span class="phpdocumentor-element-found-in__line">887</span>

</aside>

Expand Down Expand Up @@ -3507,7 +3507,7 @@ <h4 class="phpdocumentor-element__name" id="method___isset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">905</span>
<span class="phpdocumentor-element-found-in__line">901</span>

</aside>

Expand Down Expand Up @@ -3753,7 +3753,7 @@ <h4 class="phpdocumentor-element__name" id="method_builder">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">690</span>
<span class="phpdocumentor-element-found-in__line">686</span>

</aside>

Expand Down Expand Up @@ -3817,7 +3817,7 @@ <h4 class="phpdocumentor-element__name" id="method_chunk">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">631</span>
<span class="phpdocumentor-element-found-in__line">627</span>

</aside>

Expand Down Expand Up @@ -3858,21 +3858,6 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dl>


<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/CodeIgniter-Model.html#method_chunk#tags" class="headerlink"><i class="fas fa-link"></i></a>

</h5>
<dl class="phpdocumentor-tag-list">
<dt class="phpdocumentor-tag-list__entry">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/CodeIgniter-Database-Exceptions-DataException.html"><abbr title="\CodeIgniter\Database\Exceptions\DataException">DataException</abbr></a></span>


</dd>
</dl>



Expand Down Expand Up @@ -3944,7 +3929,7 @@ <h4 class="phpdocumentor-element__name" id="method_countAllResults">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">665</span>
<span class="phpdocumentor-element-found-in__line">661</span>

</aside>

Expand Down Expand Up @@ -5042,7 +5027,7 @@ <h4 class="phpdocumentor-element__name" id="method_insert">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">788</span>
<span class="phpdocumentor-element-found-in__line">784</span>

</aside>

Expand Down Expand Up @@ -7308,7 +7293,7 @@ <h4 class="phpdocumentor-element__name" id="method_set">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">737</span>
<span class="phpdocumentor-element-found-in__line">733</span>

</aside>

Expand Down Expand Up @@ -7762,7 +7747,7 @@ <h4 class="phpdocumentor-element__name" id="method_update">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">851</span>
<span class="phpdocumentor-element-found-in__line">847</span>

</aside>

Expand Down Expand Up @@ -9260,7 +9245,7 @@ <h4 class="phpdocumentor-element__name" id="method_doProtectFieldsForInsert">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">817</span>
<span class="phpdocumentor-element-found-in__line">813</span>

</aside>

Expand Down Expand Up @@ -9885,7 +9870,7 @@ <h4 class="phpdocumentor-element__name" id="method_objectToRawArray">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">879</span>
<span class="phpdocumentor-element-found-in__line">875</span>

</aside>

Expand Down Expand Up @@ -10188,7 +10173,7 @@ <h4 class="phpdocumentor-element__name" id="method_shouldUpdate">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">760</span>
<span class="phpdocumentor-element-found-in__line">756</span>

</aside>

Expand Down Expand Up @@ -10589,7 +10574,7 @@ <h4 class="phpdocumentor-element__name" id="method_checkBuilderMethod">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Model.php"><a href="files/system-model.html"><abbr title="system/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">945</span>
<span class="phpdocumentor-element-found-in__line">941</span>

</aside>

Expand Down
Loading

0 comments on commit 8311929

Please sign in to comment.