diff options
| author | Remi Collet <remi@remirepo.net> | 2023-09-12 21:08:12 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-09-12 21:08:12 +0200 | 
| commit | 7dd01e8f872bb5630352f2a0000f3242b1165431 (patch) | |
| tree | bcd77c6b541649a892fd69e9670c50da0f6828c5 /REFLECTION | |
| parent | 3cce8fc56c513933cfbf9d111b4ca036df3c971a (diff) | |
update to 5.3.1
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 ] {  | 
