From 117e2e7814945cb30416ee30a4a1065c6e3aa28e Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 30 Mar 2024 23:44:51 +0000 Subject: [PATCH] Updated API for commit 3b86d09a59692ae2e141e4d215ad4df40cf88ec9 --- docs/classes/CodeIgniter-BaseModel.html | 205 +++++++++++++----------- docs/classes/CodeIgniter-Model.html | 153 ++++++++++-------- docs/js/searchIndex.js | 2 +- docs/reports/deprecated.html | 4 +- 4 files changed, 197 insertions(+), 167 deletions(-) diff --git a/docs/classes/CodeIgniter-BaseModel.html b/docs/classes/CodeIgniter-BaseModel.html index 53c376ccd..80eb1b57d 100644 --- a/docs/classes/CodeIgniter-BaseModel.html +++ b/docs/classes/CodeIgniter-BaseModel.html @@ -649,9 +649,9 @@

$validationRules -  : array<int, string>|string +  : array<string, array<string, array<string, string>|string>|string>|string
-
Rules used to validate data in insert, update, and save methods.
+
Rules used to validate data in insert(), update(), and save() methods.
@@ -1242,7 +1242,7 @@

@@ -1276,7 +1276,7 @@

@@ -1310,7 +1310,7 @@

@@ -1344,7 +1344,7 @@

@@ -1378,7 +1378,7 @@

@@ -1412,7 +1412,7 @@

@@ -1446,7 +1446,7 @@

@@ -1515,7 +1515,7 @@

@@ -1549,7 +1549,7 @@

@@ -1583,7 +1583,7 @@

@@ -1617,7 +1617,7 @@

@@ -1651,7 +1651,7 @@

@@ -1685,7 +1685,7 @@

@@ -1719,7 +1719,7 @@

@@ -1753,7 +1753,7 @@

@@ -2067,7 +2067,7 @@

@@ -2102,7 +2102,7 @@

@@ -2312,7 +2312,7 @@

@@ -2346,7 +2346,7 @@

@@ -2381,15 +2381,15 @@

-

Rules used to validate data in insert, update, and save methods.

+

Rules used to validate data in insert(), update(), and save() methods.

protected - array<int, string>|string + array<string, array<string, array<string, string>|string>|string>|string $validationRules = [] @@ -2399,6 +2399,21 @@

+

+ Tags + + +
+
+
+ see +
+
+ https://codeigniter4.github.io/userguide/models/model.html#setting-validation-rules + + +
+
@@ -2423,7 +2438,7 @@

@@ -2480,7 +2495,7 @@

@@ -2521,7 +2536,7 @@

@@ -2569,7 +2584,7 @@

@@ -2617,7 +2632,7 @@

@@ -2666,7 +2681,7 @@

@@ -2712,7 +2727,7 @@

@@ -2748,7 +2763,7 @@

@@ -2800,7 +2815,7 @@

@@ -2870,7 +2885,7 @@

@@ -2919,7 +2934,7 @@

@@ -2978,7 +2993,7 @@

@@ -3050,7 +3065,7 @@

@@ -3103,7 +3118,7 @@

@@ -3171,7 +3186,7 @@

@@ -3228,7 +3243,7 @@

@@ -3295,7 +3310,7 @@

@@ -3331,7 +3346,7 @@

@@ -3406,7 +3421,7 @@

@@ -3442,7 +3457,7 @@

@@ -3479,7 +3494,7 @@

@@ -3528,7 +3543,7 @@

@@ -3623,7 +3638,7 @@

@@ -3726,7 +3741,7 @@

@@ -3763,7 +3778,7 @@

@@ -3841,7 +3856,7 @@

@@ -3890,7 +3905,7 @@

@@ -3931,7 +3946,7 @@

@@ -4004,7 +4019,7 @@

@@ -4080,7 +4095,7 @@

@@ -4128,7 +4143,7 @@

@@ -4187,7 +4202,7 @@

@@ -4237,7 +4252,7 @@

@@ -4296,7 +4311,7 @@

@@ -4304,7 +4319,7 @@

public - setValidationRules(array<string|int, mixed> $validationRules) : $this + setValidationRules(array<string, array<string, array<string, string>|string>|string> $validationRules) : $this
@@ -4315,7 +4330,7 @@

Parameters
$validationRules - : array<string|int, mixed> + : array<string, array<string, array<string, string>|string>|string>

Value

@@ -4346,7 +4361,7 @@

@@ -4394,7 +4409,7 @@

@@ -4474,7 +4489,7 @@

@@ -4585,7 +4600,7 @@

@@ -4650,7 +4665,7 @@

@@ -4699,7 +4714,7 @@

@@ -4774,7 +4789,7 @@

@@ -4848,7 +4863,7 @@

@@ -4886,7 +4901,7 @@

@@ -4949,7 +4964,7 @@

@@ -5008,7 +5023,7 @@

@@ -5077,7 +5092,7 @@

@@ -5115,7 +5130,7 @@

@@ -5181,7 +5196,7 @@

@@ -5262,7 +5277,7 @@

@@ -5297,7 +5312,7 @@

@@ -5388,7 +5403,7 @@

@@ -5479,7 +5494,7 @@

@@ -5522,7 +5537,7 @@

@@ -5597,7 +5612,7 @@

@@ -5672,7 +5687,7 @@

@@ -5768,7 +5783,7 @@

@@ -5856,7 +5871,7 @@

@@ -5920,7 +5935,7 @@

@@ -5954,7 +5969,7 @@

@@ -6027,7 +6042,7 @@

@@ -6112,7 +6127,7 @@

@@ -6194,7 +6209,7 @@

@@ -6265,7 +6280,7 @@

@@ -6328,7 +6343,7 @@

@@ -6399,7 +6414,7 @@

@@ -6465,7 +6480,7 @@

@@ -6520,7 +6535,7 @@

@@ -6566,7 +6581,7 @@

@@ -6663,7 +6678,7 @@

diff --git a/docs/classes/CodeIgniter-Model.html b/docs/classes/CodeIgniter-Model.html index 025494115..38da7b000 100644 --- a/docs/classes/CodeIgniter-Model.html +++ b/docs/classes/CodeIgniter-Model.html @@ -626,9 +626,9 @@

$validationRules -  : array<int, string>|string +  : array<string, array<string, array<string, string>|string>|string>|string
-
Rules used to validate data in insert, update, and save methods.
+
Rules used to validate data in insert(), update(), and save() methods.
$builderMethodsNotAvailable @@ -1567,7 +1567,7 @@

@@ -1601,7 +1601,7 @@

@@ -1635,7 +1635,7 @@

@@ -1669,7 +1669,7 @@

@@ -1703,7 +1703,7 @@

@@ -1737,7 +1737,7 @@

@@ -1771,7 +1771,7 @@

@@ -1840,7 +1840,7 @@

@@ -1874,7 +1874,7 @@

@@ -1908,7 +1908,7 @@

@@ -1942,7 +1942,7 @@

@@ -1976,7 +1976,7 @@

@@ -2010,7 +2010,7 @@

@@ -2044,7 +2044,7 @@

@@ -2112,7 +2112,7 @@

@@ -2495,7 +2495,7 @@

@@ -2564,7 +2564,7 @@

@@ -2844,7 +2844,7 @@

@@ -2878,7 +2878,7 @@

@@ -2913,15 +2913,15 @@

-

Rules used to validate data in insert, update, and save methods.

+

Rules used to validate data in insert(), update(), and save() methods.

protected - array<int, string>|string + array<string, array<string, array<string, string>|string>|string>|string $validationRules = [] @@ -2931,6 +2931,21 @@

+

+ Tags + + +
+
+
+ see +
+
+ https://codeigniter4.github.io/userguide/models/model.html#setting-validation-rules + + +
+
@@ -3242,7 +3257,7 @@

@@ -3288,7 +3303,7 @@

@@ -3324,7 +3339,7 @@

@@ -3607,7 +3622,7 @@

@@ -3713,7 +3728,7 @@

@@ -3785,7 +3800,7 @@

@@ -3838,7 +3853,7 @@

@@ -3906,7 +3921,7 @@

@@ -3963,7 +3978,7 @@

@@ -4030,7 +4045,7 @@

@@ -4130,7 +4145,7 @@

@@ -4166,7 +4181,7 @@

@@ -4203,7 +4218,7 @@

@@ -4783,7 +4798,7 @@

@@ -5338,7 +5353,7 @@

@@ -6220,7 +6235,7 @@

@@ -6298,7 +6313,7 @@

@@ -6347,7 +6362,7 @@

@@ -6388,7 +6403,7 @@

@@ -6461,7 +6476,7 @@

@@ -6917,7 +6932,7 @@

@@ -7013,7 +7028,7 @@

@@ -7072,7 +7087,7 @@

@@ -7122,7 +7137,7 @@

@@ -7181,7 +7196,7 @@

@@ -7189,7 +7204,7 @@

public - setValidationRules(array<string|int, mixed> $validationRules) : $this + setValidationRules(array<string, array<string, array<string, string>|string>|string> $validationRules) : $this
@@ -7200,7 +7215,7 @@

Parameters
$validationRules - : array<string|int, mixed> + : array<string, array<string, array<string, string>|string>|string>

Value

@@ -7231,7 +7246,7 @@

@@ -7357,7 +7372,7 @@

@@ -7468,7 +7483,7 @@

@@ -7828,7 +7843,7 @@

@@ -7877,7 +7892,7 @@

@@ -8533,7 +8548,7 @@

@@ -8999,7 +9014,7 @@

@@ -9151,7 +9166,7 @@

@@ -9185,7 +9200,7 @@

@@ -9258,7 +9273,7 @@

@@ -9425,7 +9440,7 @@

@@ -9496,7 +9511,7 @@

@@ -9559,7 +9574,7 @@

@@ -9679,7 +9694,7 @@

@@ -9734,7 +9749,7 @@

@@ -9780,7 +9795,7 @@

@@ -9877,7 +9892,7 @@

diff --git a/docs/js/searchIndex.js b/docs/js/searchIndex.js index 227be5ab9..77e0e1a98 100644 --- a/docs/js/searchIndex.js +++ b/docs/js/searchIndex.js @@ -688,7 +688,7 @@ Search.appendIndex( }, { "fqsen": "\\CodeIgniter\\BaseModel\u003A\u003A\u0024validationRules", "name": "validationRules", - "summary": "Rules\u0020used\u0020to\u0020validate\u0020data\u0020in\u0020insert,\u0020update,\u0020and\u0020save\u0020methods.", + "summary": "Rules\u0020used\u0020to\u0020validate\u0020data\u0020in\u0020insert\u0028\u0029,\u0020update\u0028\u0029,\u0020and\u0020save\u0028\u0029\u0020methods.", "url": "classes/CodeIgniter-BaseModel.html#property_validationRules" }, { "fqsen": "\\CodeIgniter\\BaseModel\u003A\u003A\u0024validationMessages", diff --git a/docs/reports/deprecated.html b/docs/reports/deprecated.html index ab1ce59ec..e321a3f29 100644 --- a/docs/reports/deprecated.html +++ b/docs/reports/deprecated.html @@ -489,13 +489,13 @@

BaseModel.php

Reason - 508 + 511 BaseModel::idValue()

Add an override on getIdValue() instead. Will be removed in version 5.0.

- 1876 + 1879 BaseModel::fillPlaceholders()

use fillPlaceholders($rules, $data) from Validation instead