Skip to content

Commit

Permalink
Updated API for commit 82584a649e215067b7ac431528528874c423a327
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 27, 2024
1 parent 6fe0501 commit 61708f7
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions docs/classes/CodeIgniter-Validation-Validation.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Validation-Validation.html#property_rules">$rules</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
&nbsp;: array&lt;string|int, array{label?: string, rules: list<string>}&gt; </span>
</dt>
<dd>Stores the actual rules that should be run against $data.</dd>

Expand Down Expand Up @@ -813,7 +813,7 @@ <h4 class="phpdocumentor-element__name" id="property_rules">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, array{label?: string, rules: list<string>}&gt;</span>
<span class="phpdocumentor-signature__name">$rules</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>

Expand Down Expand Up @@ -1055,7 +1055,7 @@ <h4 class="phpdocumentor-element__name" id="method_check">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">241</span>
<span class="phpdocumentor-element-found-in__line">244</span>

</aside>

Expand Down Expand Up @@ -1138,7 +1138,7 @@ <h4 class="phpdocumentor-element__name" id="method_getError">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">860</span>
<span class="phpdocumentor-element-found-in__line">863</span>

</aside>

Expand Down Expand Up @@ -1188,7 +1188,7 @@ <h4 class="phpdocumentor-element__name" id="method_getErrors">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">888</span>
<span class="phpdocumentor-element-found-in__line">891</span>

</aside>

Expand Down Expand Up @@ -1247,7 +1247,7 @@ <h4 class="phpdocumentor-element__name" id="method_getRuleGroup">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">644</span>
<span class="phpdocumentor-element-found-in__line">647</span>

</aside>

Expand Down Expand Up @@ -1319,7 +1319,7 @@ <h4 class="phpdocumentor-element__name" id="method_getRules">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">622</span>
<span class="phpdocumentor-element-found-in__line">625</span>

</aside>

Expand Down Expand Up @@ -1358,7 +1358,7 @@ <h4 class="phpdocumentor-element__name" id="method_getValidated">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">260</span>
<span class="phpdocumentor-element-found-in__line">263</span>

</aside>

Expand Down Expand Up @@ -1397,7 +1397,7 @@ <h4 class="phpdocumentor-element__name" id="method_hasError">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">851</span>
<span class="phpdocumentor-element-found-in__line">854</span>

</aside>

Expand Down Expand Up @@ -1446,7 +1446,7 @@ <h4 class="phpdocumentor-element__name" id="method_hasRule">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">630</span>
<span class="phpdocumentor-element-found-in__line">633</span>

</aside>

Expand Down Expand Up @@ -1495,7 +1495,7 @@ <h4 class="phpdocumentor-element__name" id="method_listErrors">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">682</span>
<span class="phpdocumentor-element-found-in__line">685</span>

</aside>

Expand Down Expand Up @@ -1546,7 +1546,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadRuleGroup">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">744</span>
<span class="phpdocumentor-element-found-in__line">747</span>

</aside>

Expand Down Expand Up @@ -1619,7 +1619,7 @@ <h4 class="phpdocumentor-element__name" id="method_reset">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">986</span>
<span class="phpdocumentor-element-found-in__line">989</span>

</aside>

Expand Down Expand Up @@ -1729,7 +1729,7 @@ <h4 class="phpdocumentor-element__name" id="method_setError">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">896</span>
<span class="phpdocumentor-element-found-in__line">899</span>

</aside>

Expand Down Expand Up @@ -1785,7 +1785,7 @@ <h4 class="phpdocumentor-element__name" id="method_setRule">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">547</span>
<span class="phpdocumentor-element-found-in__line">550</span>

</aside>

Expand Down Expand Up @@ -1882,7 +1882,7 @@ <h4 class="phpdocumentor-element__name" id="method_setRuleGroup">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">666</span>
<span class="phpdocumentor-element-found-in__line">669</span>

</aside>

Expand Down Expand Up @@ -1946,7 +1946,7 @@ <h4 class="phpdocumentor-element__name" id="method_setRules">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">587</span>
<span class="phpdocumentor-element-found-in__line">590</span>

</aside>

Expand Down Expand Up @@ -2016,7 +2016,7 @@ <h4 class="phpdocumentor-element__name" id="method_showError">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">698</span>
<span class="phpdocumentor-element-found-in__line">701</span>

</aside>

Expand Down Expand Up @@ -2074,7 +2074,7 @@ <h4 class="phpdocumentor-element__name" id="method_withRequest">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">505</span>
<span class="phpdocumentor-element-found-in__line">508</span>

</aside>

Expand Down Expand Up @@ -2124,7 +2124,7 @@ <h4 class="phpdocumentor-element__name" id="method_fillPlaceholders">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">786</span>
<span class="phpdocumentor-element-found-in__line">789</span>

</aside>

Expand Down Expand Up @@ -2188,7 +2188,7 @@ <h4 class="phpdocumentor-element__name" id="method_getErrorMessage">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">909</span>
<span class="phpdocumentor-element-found-in__line">912</span>

</aside>

Expand Down Expand Up @@ -2274,7 +2274,7 @@ <h4 class="phpdocumentor-element__name" id="method_loadRuleSets">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">719</span>
<span class="phpdocumentor-element-found-in__line">722</span>

</aside>

Expand Down Expand Up @@ -2310,7 +2310,7 @@ <h4 class="phpdocumentor-element__name" id="method_processRules">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">276</span>
<span class="phpdocumentor-element-found-in__line">279</span>

</aside>

Expand Down Expand Up @@ -2401,7 +2401,7 @@ <h4 class="phpdocumentor-element__name" id="method_splitRules">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">944</span>
<span class="phpdocumentor-element-found-in__line">947</span>

</aside>

Expand Down Expand Up @@ -2450,7 +2450,7 @@ <h4 class="phpdocumentor-element__name" id="method_getRegex">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">221</span>
<span class="phpdocumentor-element-found-in__line">224</span>

</aside>

Expand Down Expand Up @@ -2499,7 +2499,7 @@ <h4 class="phpdocumentor-element__name" id="method_isClosure">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">470</span>
<span class="phpdocumentor-element-found-in__line">473</span>

</aside>

Expand Down Expand Up @@ -2547,7 +2547,7 @@ <h4 class="phpdocumentor-element__name" id="method_isStringList">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">478</span>
<span class="phpdocumentor-element-found-in__line">481</span>

</aside>

Expand Down Expand Up @@ -2596,7 +2596,7 @@ <h4 class="phpdocumentor-element__name" id="method_processIfExist">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">384</span>
<span class="phpdocumentor-element-found-in__line">387</span>

</aside>

Expand Down Expand Up @@ -2664,7 +2664,7 @@ <h4 class="phpdocumentor-element__name" id="method_processPermitEmpty">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">426</span>
<span class="phpdocumentor-element-found-in__line">429</span>

</aside>

Expand Down Expand Up @@ -2732,7 +2732,7 @@ <h4 class="phpdocumentor-element__name" id="method_retrievePlaceholders">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/Validation/Validation.php"><a href="files/system-validation-validation.html"><abbr title="system/Validation/Validation.php">Validation.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">841</span>
<span class="phpdocumentor-element-found-in__line">844</span>

</aside>

Expand Down

0 comments on commit 61708f7

Please sign in to comment.