summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-09 08:17:30 +0100
committerRemi Collet <remi@php.net>2025-03-09 08:17:30 +0100
commit36732c55c7d2a13088fcf7e14be2a6141433b703 (patch)
tree2aa0aee7605ec083cc7f90a0e42a532b8dbbf3c1 /REFLECTION
parent04806beb662398b90c8a6c4c5b624d010c6db368 (diff)
update to 5.9.0
re-license spec file to CECILL-2.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION336
1 files changed, 287 insertions, 49 deletions
diff --git a/REFLECTION b/REFLECTION
index 26c02b6..4d34a5c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
+Extension [ <persistent> extension #129 phalcon version 5.9.0 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -74,7 +74,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
}
}
- - Classes [616] {
+ - Classes [617] {
Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -7693,9 +7693,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Parameter #1 [ <optional> $value = <default> ]
Parameter #2 [ <optional> int $expire = <default> ]
Parameter #3 [ <optional> string $path = <default> ]
- Parameter #4 [ <optional> ?bool $secure = <default> ]
- Parameter #5 [ <optional> ?string $domain = <default> ]
- Parameter #6 [ <optional> ?bool $httpOnly = <default> ]
+ Parameter #4 [ <optional> bool $secure = <default> ]
+ Parameter #5 [ <optional> string $domain = <default> ]
+ Parameter #6 [ <optional> bool $httpOnly = <default> ]
Parameter #7 [ <optional> array $options = [] ]
}
- Return [ Phalcon\Http\Response\CookiesInterface ]
@@ -12141,6 +12141,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon> public method isSuccess ] {
@@ -12545,7 +12546,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $eventType = 'storage' ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:phalcon, ctor> protected method __construct ] {
- Parameters [2] {
@@ -12606,6 +12607,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -12613,6 +12621,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method has ] {
- Parameters [1] {
@@ -13145,6 +13160,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -23121,7 +23137,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $prefix = 'ph-apcu-' ]
}
- - Methods [32] {
+ - Methods [34] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23277,6 +23293,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -23284,6 +23307,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -23398,7 +23428,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $prefix = 'ph-memc-' ]
}
- - Methods [29] {
+ - Methods [31] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23530,6 +23560,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -23537,6 +23574,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -23659,7 +23703,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $data = NULL ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -23762,6 +23806,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -23769,6 +23820,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -23883,7 +23941,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $prefix = 'ph-reds-' ]
}
- - Methods [29] {
+ - Methods [31] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -24011,6 +24069,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -24018,6 +24083,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -24140,7 +24212,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $storageDir = '' ]
}
- - Methods [39] {
+ - Methods [41] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -24350,6 +24422,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -24357,6 +24436,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -24480,7 +24566,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $options = NULL ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:phalcon, overwrites Phalcon\Storage\Adapter\AbstractAdapter, ctor> public method __construct ] {
- Parameters [2] {
@@ -24584,6 +24670,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -24591,6 +24684,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] {
- Parameters [1] {
@@ -24702,6 +24802,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
@@ -24761,6 +24862,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -25413,7 +25515,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $data = NULL ]
}
- - Methods [11] {
+ - Methods [12] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:phalcon> public method read ] {
- Parameters [1] {
@@ -28121,7 +28229,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $eventType = 'cache' ]
}
- - Methods [32] {
+ - Methods [34] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu, ctor> public method __construct ] {
- Parameters [2] {
@@ -28277,6 +28385,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -28284,6 +28399,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -28398,7 +28520,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $eventType = 'cache' ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Libmemcached, ctor> public method __construct ] {
- Parameters [2] {
@@ -28494,6 +28616,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -28501,6 +28630,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -28623,7 +28759,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $eventType = 'cache' ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Memory, ctor> public method __construct ] {
- Parameters [2] {
@@ -28726,6 +28862,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -28733,6 +28876,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -28847,7 +28997,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $eventType = 'cache' ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Redis, ctor> public method __construct ] {
- Parameters [2] {
@@ -28943,6 +29093,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -28950,6 +29107,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -29072,7 +29236,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $eventType = 'cache' ]
}
- - Methods [30] {
+ - Methods [32] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Stream, ctor> public method __construct ] {
- Parameters [2] {
@@ -29209,6 +29373,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -29216,6 +29387,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method setDefaultSerializer ] {
- Parameters [1] {
@@ -29339,7 +29517,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ protected $eventType = 'cache' ]
}
- - Methods [25] {
+ - Methods [27] {
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Weak, ctor> public method __construct ] {
- Parameters [2] {
@@ -29443,6 +29621,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getLifetime ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] {
- Parameters [0] {
@@ -29450,6 +29635,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getSerializer ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Phalcon\Storage\Serializer\SerializerInterface ]
+ }
+
Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method doGet ] {
- Parameters [1] {
@@ -60683,9 +60875,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Parameter #1 [ <optional> $value = <default> ]
Parameter #2 [ <optional> int $expire = <default> ]
Parameter #3 [ <optional> string $path = <default> ]
- Parameter #4 [ <optional> ?bool $secure = <default> ]
- Parameter #5 [ <optional> ?string $domain = <default> ]
- Parameter #6 [ <optional> ?bool $httpOnly = <default> ]
+ Parameter #4 [ <optional> bool $secure = <default> ]
+ Parameter #5 [ <optional> string $domain = <default> ]
+ Parameter #6 [ <optional> bool $httpOnly = <default> ]
Parameter #7 [ <optional> array $options = [] ]
}
}
@@ -62325,9 +62517,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Parameter #1 [ <optional> $value = <default> ]
Parameter #2 [ <optional> int $expire = <default> ]
Parameter #3 [ <optional> string $path = <default> ]
- Parameter #4 [ <optional> ?bool $secure = <default> ]
- Parameter #5 [ <optional> ?string $domain = <default> ]
- Parameter #6 [ <optional> ?bool $httpOnly = <default> ]
+ Parameter #4 [ <optional> bool $secure = <default> ]
+ Parameter #5 [ <optional> string $domain = <default> ]
+ Parameter #6 [ <optional> bool $httpOnly = <default> ]
Parameter #7 [ <optional> array $options = [] ]
}
- Return [ Phalcon\Http\Response\CookiesInterface ]
@@ -76353,7 +76545,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Property [ private $path = '' ]
}
- - Methods [16] {
+ - Methods [17] {
Method [ <internal:phalcon, overwrites Phalcon\Session\Adapter\Noop, ctor> public method __construct ] {
- Parameters [1] {
@@ -76421,6 +76613,13 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Return [ string ]
}
+ Method [ <internal:phalcon> protected method getGlobFiles ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $pattern ]
+ }
+ }
+
Method [ <internal:phalcon> protected method phpFileExists ] {
- Parameters [1] {
@@ -77415,6 +77614,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -77472,6 +77672,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, overwrites Serializable, prototype Serializable> public method unserialize ] {
@@ -77501,6 +77702,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -77586,6 +77788,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -77671,6 +77874,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -77756,6 +77960,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -77819,6 +78024,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\Igbinary, prototype Serializable> public method unserialize ] {
@@ -77863,6 +78069,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -77957,6 +78164,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -78042,6 +78250,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -78127,6 +78336,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -78212,6 +78422,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -78297,6 +78508,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -78382,6 +78594,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:phalcon, inherits Phalcon\Storage\Serializer\AbstractSerializer> public method isSuccess ] {
@@ -78856,12 +79069,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Method [ <internal:phalcon> public method onUncaughtLowSeverity ] {
- - Parameters [5] {
+ - Parameters [4] {
Parameter #0 [ <required> $severity ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
}
- Return [ void ]
}
@@ -83416,7 +83628,9 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Constants [0] {
}
- - Static properties [0] {
+ - Static properties [2] {
+ Property [ public static $serializer = NULL ]
+ Property [ public static $defaultValue = NULL ]
}
- Static methods [0] {
@@ -83428,11 +83642,8 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
- Parameter #0 [ <required> $number ]
- Parameter #1 [ <required> $message ]
- Parameter #2 [ <required> $file ]
- Parameter #3 [ <required> $line ]
+ - Parameters [1] {
+ Parameter #0 [ <required> $element ]
}
}
}
@@ -83455,6 +83666,30 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $action ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> final class phalcon\11__closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:phalcon> final public method __invoke ] {
+
- Parameters [4] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
@@ -83465,7 +83700,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
}
}
- Class [ <internal:phalcon> final class phalcon\11__closure ] {
+ Class [ <internal:phalcon> final class phalcon\12__closure ] {
- Constants [0] {
}
@@ -83493,7 +83728,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
}
}
- Class [ <internal:phalcon> final class phalcon\12__closure ] {
+ Class [ <internal:phalcon> final class phalcon\13__closure ] {
- Constants [0] {
}
@@ -83517,7 +83752,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
}
}
- Class [ <internal:phalcon> final class phalcon\13__closure ] {
+ Class [ <internal:phalcon> final class phalcon\14__closure ] {
- Constants [0] {
}
@@ -83558,12 +83793,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
+ - Parameters [4] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
}
}
}
@@ -83586,11 +83820,12 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -83613,12 +83848,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
+ - Parameters [4] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
}
}
}
@@ -83641,11 +83875,12 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -83668,12 +83903,11 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [5] {
+ - Parameters [4] {
Parameter #0 [ <required> $number ]
Parameter #1 [ <required> $message ]
Parameter #2 [ <required> $file ]
Parameter #3 [ <required> $line ]
- Parameter #4 [ <required> $context ]
}
}
}
@@ -83696,8 +83930,12 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
- Methods [1] {
Method [ <internal:phalcon> final public method __invoke ] {
- - Parameters [1] {
- Parameter #0 [ <required> $file ]
+ - Parameters [5] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $message ]
+ Parameter #2 [ <required> $file ]
+ Parameter #3 [ <required> $line ]
+ Parameter #4 [ <required> $context ]
}
}
}
@@ -83721,7 +83959,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $element ]
+ Parameter #0 [ <required> $file ]
}
}
}
@@ -83769,7 +84007,7 @@ Extension [ <persistent> extension #104 phalcon version 5.8.0 ] {
Method [ <internal:phalcon> final public method __invoke ] {
- Parameters [1] {
- Parameter #0 [ <required> $action ]
+ Parameter #0 [ <required> $element ]
}
}
}