From 7dd01e8f872bb5630352f2a0000f3242b1165431 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Sep 2023 21:08:12 +0200 Subject: update to 5.3.1 --- REFLECTION | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index dcf2905..633693a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 phalcon version 5.3.0 ] { +Extension [ extension #120 phalcon version 5.3.1 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -65691,7 +65691,7 @@ Extension [ extension #120 phalcon version 5.3.0 ] { Property [ protected $uniqueTypes = NULL ] } - - Methods [87] { + - Methods [88] { Method [ final public method __construct ] { - Parameters [3] { @@ -65999,6 +65999,14 @@ Extension [ extension #120 phalcon version 5.3.0 ] { - Return [ bool ] } + Method [ public method doSave ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $visited ] + } + - Return [ bool ] + } + Method [ public method serialize ] { - Parameters [0] { @@ -66197,9 +66205,10 @@ Extension [ extension #120 phalcon version 5.3.0 ] { Method [ protected method preSaveRelatedRecords ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ $related ] + Parameter #2 [ Phalcon\Support\Collection\CollectionInterface $visited ] } - Return [ bool ] } @@ -66215,9 +66224,10 @@ Extension [ extension #120 phalcon version 5.3.0 ] { Method [ protected method postSaveRelatedRecords ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ $related ] + Parameter #2 [ Phalcon\Support\Collection\CollectionInterface $visited ] } - Return [ bool ] } @@ -72567,7 +72577,7 @@ Extension [ extension #120 phalcon version 5.3.0 ] { Property [ protected $converters = NULL ] Property [ protected $group = NULL ] Property [ protected $hostname = NULL ] - Property [ protected $id = NULL ] + Property [ protected $id = '' ] Property [ protected $methods = NULL ] Property [ protected $match = NULL ] Property [ protected $name = NULL ] @@ -72661,7 +72671,7 @@ Extension [ extension #120 phalcon version 5.3.0 ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } Method [ public method getMatch ] { -- cgit