From 82315bd3c99547a29fe3b253caba93f124cbce0c Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 11 Aug 2024 10:47:41 +0000 Subject: [PATCH] Updated API for commit a5c7f77b2fd6a953a39dc356e2e89427e23ebc9e --- docs/classes/CodeIgniter-Entity-Entity.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/classes/CodeIgniter-Entity-Entity.html b/docs/classes/CodeIgniter-Entity-Entity.html index 2a21d12e5..d20098cc1 100644 --- a/docs/classes/CodeIgniter-Entity-Entity.html +++ b/docs/classes/CodeIgniter-Entity-Entity.html @@ -332,7 +332,7 @@

$attributes -  : array<string|int, mixed> +  : array<string, mixed>
Holds the current values of all class vars.
@@ -377,7 +377,7 @@

$original -  : array<string|int, mixed> +  : array<string, mixed>
Holds original copies of all class vars so we can determine what's actually been changed and not accidentally write @@ -589,7 +589,7 @@

protected - array<string|int, mixed> + array<string, mixed> $attributes = [] @@ -821,7 +821,7 @@

protected - array<string|int, mixed> + array<string, mixed> $original = []