diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-19 10:45:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-19 10:45:41 +0200 |
commit | 45f5560c5dda150997952e74f10e3edc700593a1 (patch) | |
tree | ac31c8bd4cd75cff1b13af887a30cddd65cb9146 /REFLECTION | |
parent | 988b89b087ec924afda4513698baa36a9028f04c (diff) |
update to 5.2.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 phalcon version 5.2.1 ] { +Extension [ <persistent> extension #118 phalcon version 5.2.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -23500,7 +23500,7 @@ Extension [ <persistent> extension #117 phalcon version 5.2.1 ] { Property [ protected $storageDir = '' ] } - - Methods [35] { + - Methods [36] { Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] { - Parameters [2] { @@ -23599,6 +23599,14 @@ Extension [ <persistent> extension #117 phalcon version 5.2.1 ] { - Return [ string ] } + Method [ <internal:phalcon> private method getKeyWithoutPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> string $key ] + } + - Return [ string ] + } + Method [ <internal:phalcon> private method getIterator ] { - Parameters [1] { |