diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -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 ] { |