summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-12 21:08:12 +0200
committerRemi Collet <remi@php.net>2023-09-12 21:08:12 +0200
commit7dd01e8f872bb5630352f2a0000f3242b1165431 (patch)
treebcd77c6b541649a892fd69e9670c50da0f6828c5 /REFLECTION
parent3cce8fc56c513933cfbf9d111b4ca036df3c971a (diff)
update to 5.3.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION22
1 files changed, 16 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index dcf2905..633693a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 phalcon version 5.3.0 ] {
+Extension [ <persistent> extension #120 phalcon version 5.3.1 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -65691,7 +65691,7 @@ Extension [ <persistent> extension #120 phalcon version 5.3.0 ] {
Property [ protected $uniqueTypes = NULL ]
}
- - Methods [87] {
+ - Methods [88] {
Method [ <internal:phalcon, ctor> final public method __construct ] {
- Parameters [3] {
@@ -65999,6 +65999,14 @@ Extension [ <persistent> extension #120 phalcon version 5.3.0 ] {
- Return [ bool ]
}
+ Method [ <internal:phalcon> public method doSave ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Support\Collection\CollectionInterface $visited ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:phalcon, prototype Serializable> public method serialize ] {
- Parameters [0] {
@@ -66197,9 +66205,10 @@ Extension [ <persistent> extension #120 phalcon version 5.3.0 ] {
Method [ <internal:phalcon> protected method preSaveRelatedRecords ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ]
Parameter #1 [ <required> $related ]
+ Parameter #2 [ <required> Phalcon\Support\Collection\CollectionInterface $visited ]
}
- Return [ bool ]
}
@@ -66215,9 +66224,10 @@ Extension [ <persistent> extension #120 phalcon version 5.3.0 ] {
Method [ <internal:phalcon> protected method postSaveRelatedRecords ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ]
Parameter #1 [ <required> $related ]
+ Parameter #2 [ <required> Phalcon\Support\Collection\CollectionInterface $visited ]
}
- Return [ bool ]
}
@@ -72567,7 +72577,7 @@ Extension [ <persistent> 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 [ <persistent> extension #120 phalcon version 5.3.0 ] {
- Parameters [0] {
}
- - Return [ ?string ]
+ - Return [ string ]
}
Method [ <internal:phalcon> public method getMatch ] {