From 19f67b9ec74de8b9fc8999ba69c1dc0ed336cb57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 May 2026 07:29:41 +0200 Subject: update to 5.12.0 --- REFLECTION | 3315 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 2806 insertions(+), 509 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index dc701d2..70f00bc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #146 phalcon version 5.11.1 ] { +Extension [ extension #149 phalcon version 5.12.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -74,7 +74,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - - Classes [622] { + - Classes [640] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -226,7 +226,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Properties [0] { } - - Methods [11] { + - Methods [12] { Method [ abstract public method clear ] { - Parameters [0] { @@ -250,6 +250,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } + Method [ abstract public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + Method [ abstract public method get ] { - Parameters [2] { @@ -746,7 +754,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Properties [0] { } - - Methods [11] { + - Methods [12] { Method [ abstract public method clear ] { - Parameters [0] { @@ -770,6 +778,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } + Method [ abstract public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + Method [ abstract public method get ] { - Parameters [2] { @@ -1046,6 +1062,28 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Interface [ interface Phalcon\Encryption\Security\Uuid\UuidInterface ] { + + - Constants [4] { + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ interface Phalcon\Assets\AssetInterface ] { - Constants [0] { @@ -4312,6 +4350,85 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Interface [ interface Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getNode ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getDateTime ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + + Method [ abstract public method getNode ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + Interface [ interface Phalcon\Logger\LoggerInterface ] { - Constants [0] { @@ -8913,7 +9030,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Properties [0] { } - - Methods [51] { + - Methods [54] { Method [ abstract public method addBehavior ] { - Parameters [2] { @@ -9005,6 +9122,13 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Mvc\Model\QueryInterface ] } + Method [ abstract public method clearReusableObjects ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ abstract public method executeQuery ] { - Parameters [3] { @@ -9182,6 +9306,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Method [ abstract public method getReusableRecords ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + } + } + Method [ abstract public method getWriteConnection ] { - Parameters [1] { @@ -9335,6 +9467,16 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ abstract public method setReusableRecords ] { + + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + Parameter #2 [ $records ] + } + - Return [ void ] + } + Method [ abstract public method setModelSchema ] { - Parameters [2] { @@ -12129,7 +12271,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'storage' ] } - - Methods [27] { + - Methods [35] { Method [ protected method __construct ] { - Parameters [2] { @@ -12145,7 +12287,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ abstract public method decrement ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -12153,7 +12295,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ abstract public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -12161,6 +12303,22 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + Method [ public method get ] { - Parameters [2] { @@ -12211,7 +12369,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ abstract public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -12219,7 +12377,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ abstract public method increment ] { + Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -12227,7 +12385,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ abstract public method set ] { + Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -12247,9 +12405,59 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Method [ protected method doGet ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetData ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ abstract protected method doDecrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ abstract protected method doDelete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract protected method doHas ] { + - Parameters [1] { Parameter #0 [ string $key ] } + - Return [ bool ] + } + + Method [ abstract protected method doIncrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ abstract protected method doSet ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] } Method [ protected method getFilteredKeys ] { @@ -13440,6 +13648,77 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Class [ abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [6] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Config\Config extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Config\ConfigInterface ] { - Constants [1] { @@ -17267,7 +17546,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $prefix = 'ph-reds-' ] } - - Methods [31] { + - Methods [39] { Method [ public method __construct ] { - Parameters [2] { @@ -17283,37 +17562,54 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } } - Method [ public method delete ] { + Method [ public method getKeys ] { - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method getAdapter ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -17321,7 +17617,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -17329,7 +17625,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -17339,15 +17635,6 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - Method [ private method checkAuth ] { - Parameters [1] { @@ -17380,6 +17667,30 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + Method [ public method get ] { - Parameters [2] { @@ -17416,6 +17727,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -17426,6 +17763,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Method [ protected method doGet ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetData ] { + - Parameters [1] { Parameter #0 [ string $key ] } @@ -20187,8 +20532,8 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = null ] - Parameter #3 [ ?int $offsetY = null ] + Parameter #2 [ $offsetX = ] + Parameter #3 [ $offsetY = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -20544,7 +20889,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $result = NULL ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [2] { @@ -20725,6 +21070,19 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } + Method [ public method refresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getResult ] { + + - Parameters [0] { + } + } + Method [ abstract public method toArray ] { - Parameters [0] { @@ -20754,7 +21112,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface ] { + Class [ abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -20765,12 +21123,13 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $view = NULL ] } - - Methods [9] { + - Methods [12] { Method [ public method __construct ] { - Parameters [2] { @@ -20786,6 +21145,13 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ string ] } + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + Method [ public method getView ] { - Parameters [0] { @@ -20802,6 +21168,23 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] + } + } + Method [ public method __get ] { - Parameters [1] { @@ -23526,7 +23909,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $prefix = 'ph-apcu-' ] } - - Methods [34] { + - Methods [42] { Method [ public method __construct ] { - Parameters [2] { @@ -23542,70 +23925,78 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method delete ] { + Method [ protected method doDecrement ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doGetData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] } } - Method [ public method set ] { + Method [ protected method doHas ] { - - Parameters [3] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method setForever ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ protected method doGet ] { + Method [ protected method doSet ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } + - Return [ bool ] } Method [ protected method phpApcuDec ] { @@ -23661,6 +24052,30 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + Method [ public method get ] { - Parameters [2] { @@ -23703,6 +24118,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -23711,6 +24152,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -23817,7 +24266,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $prefix = 'ph-memc-' ] } - - Methods [31] { + - Methods [39] { Method [ public method __construct ] { - Parameters [2] { @@ -23833,67 +24282,75 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } } - Method [ public method delete ] { + Method [ public method getKeys ] { - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method getAdapter ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doHas ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] } + - Return [ bool ] } - Method [ public method set ] { + Method [ protected method doIncrement ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method setForever ] { + Method [ protected method doSet ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } @@ -23934,6 +24391,30 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Adapter\Libmemcached ] } + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + Method [ public method get ] { - Parameters [2] { @@ -23970,6 +24451,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -23980,6 +24487,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Method [ protected method doGet ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetData ] { + - Parameters [1] { Parameter #0 [ string $key ] } @@ -24092,7 +24607,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $data = NULL ] } - - Methods [27] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -24108,7 +24623,24 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -24116,7 +24648,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method delete ] { + Method [ protected method doDelete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -24124,15 +24656,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method getKeys ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -24140,7 +24671,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -24148,7 +24679,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -24158,20 +24689,36 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ protected method doGet ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] } Method [ public method get ] { @@ -24216,6 +24763,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -24224,6 +24797,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -24330,7 +24911,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $prefix = 'ph-redc-' ] } - - Methods [28] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -24360,7 +24941,24 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -24368,7 +24966,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method delete ] { + Method [ protected method doDelete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -24376,15 +24974,15 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method getKeys ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ array $keys ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -24392,7 +24990,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -24400,7 +24998,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -24410,11 +25008,26 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] } - Return [ bool ] } @@ -24455,6 +25068,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -24465,6 +25104,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Method [ protected method doGet ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetData ] { + - Parameters [1] { Parameter #0 [ string $key ] } @@ -24577,7 +25224,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $storageDir = '' ] } - - Methods [41] { + - Methods [49] { Method [ public method __construct ] { - Parameters [2] { @@ -24593,39 +25240,48 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } + - Return [ array ] } - Method [ public method delete ] { + Method [ public method setForever ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method get ] { + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -24633,7 +25289,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -24641,7 +25297,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -24651,15 +25307,6 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - Method [ private method getDir ] { - Parameters [1] { @@ -24774,6 +25421,46 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ string ] } + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getAdapter ] { - Parameters [0] { @@ -24808,6 +25495,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -24816,7 +25529,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } - Method [ protected method doGet ] { + Method [ protected method doGetData ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -24931,7 +25644,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $options = NULL ] } - - Methods [27] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -24947,31 +25660,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } + - Return [ array ] } - Method [ public method delete ] { + Method [ public method setForever ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method getKeys ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $serializer ] } - - Return [ array ] + - Return [ void ] } - Method [ public method increment ] { + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -24979,7 +25693,15 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method get ] { + Method [ protected method doDelete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doGet ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -24987,7 +25709,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -24995,7 +25717,15 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method set ] { + Method [ protected method doIncrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -25005,21 +25735,44 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $serializer ] + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } Method [ public method getAdapter ] { @@ -25056,7 +25809,33 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ protected method doGet ] { + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ protected method doGetData ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -28686,7 +29465,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [34] { + - Methods [42] { Method [ public method __construct ] { - Parameters [2] { @@ -28702,70 +29481,78 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method delete ] { + Method [ protected method doDecrement ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doGetData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] } } - Method [ public method set ] { + Method [ protected method doHas ] { - - Parameters [3] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method setForever ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ protected method doGet ] { + Method [ protected method doSet ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } + - Return [ bool ] } Method [ protected method phpApcuDec ] { @@ -28821,6 +29608,30 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + Method [ public method get ] { - Parameters [2] { @@ -28863,6 +29674,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -28871,6 +29708,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -28977,7 +29822,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [27] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -28993,37 +29838,54 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } } - Method [ public method delete ] { + Method [ public method getKeys ] { - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method getAdapter ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29031,7 +29893,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29039,7 +29901,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -29049,11 +29911,26 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] } - Return [ bool ] } @@ -29094,6 +29971,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -29104,6 +30007,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Method [ protected method doGet ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetData ] { + - Parameters [1] { Parameter #0 [ string $key ] } @@ -29216,7 +30127,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [27] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -29232,7 +30143,24 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29240,7 +30168,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method delete ] { + Method [ protected method doDelete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29248,15 +30176,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method getKeys ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29264,7 +30191,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29272,7 +30199,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -29282,20 +30209,36 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ protected method doGet ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] } Method [ public method get ] { @@ -29340,6 +30283,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -29348,6 +30317,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -29454,7 +30431,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [27] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -29470,37 +30447,54 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } } - Method [ public method delete ] { + Method [ public method getKeys ] { - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method getAdapter ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29508,7 +30502,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29516,7 +30510,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -29526,11 +30520,26 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] } - Return [ bool ] } @@ -29571,6 +30580,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -29581,6 +30616,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Method [ protected method doGet ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetData ] { + - Parameters [1] { Parameter #0 [ string $key ] } @@ -29692,7 +30735,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [27] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -29714,7 +30757,24 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method decrement ] { + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29722,7 +30782,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method delete ] { + Method [ protected method doDelete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29730,15 +30790,15 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method getKeys ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ array $keys ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29746,7 +30806,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29754,7 +30814,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -29764,11 +30824,26 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] } - Return [ bool ] } @@ -29809,6 +30884,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -29819,6 +30920,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Method [ protected method doGet ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetData ] { + - Parameters [1] { Parameter #0 [ string $key ] } @@ -29931,7 +31040,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [32] { + - Methods [40] { Method [ public method __construct ] { - Parameters [2] { @@ -29947,39 +31056,48 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } + - Return [ array ] } - Method [ public method delete ] { + Method [ public method setForever ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method get ] { + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method getKeys ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29987,7 +31105,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doIncrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29995,7 +31113,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method set ] { + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -30005,15 +31123,6 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - Method [ protected method phpFileExists ] { - Parameters [1] { @@ -30055,6 +31164,46 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getAdapter ] { - Parameters [0] { @@ -30089,6 +31238,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setDefaultSerializer ] { - Parameters [1] { @@ -30097,7 +31272,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } - Method [ protected method doGet ] { + Method [ protected method doGetData ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -30212,7 +31387,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $eventType = 'cache' ] } - - Methods [27] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -30228,31 +31403,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } + - Return [ array ] } - Method [ public method delete ] { + Method [ public method setForever ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method getKeys ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $serializer ] } - - Return [ array ] + - Return [ void ] } - Method [ public method increment ] { + Method [ protected method doDecrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -30260,7 +31436,15 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method get ] { + Method [ protected method doDelete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doGet ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -30268,7 +31452,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method has ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -30276,7 +31460,15 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method set ] { + Method [ protected method doIncrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ protected method doSet ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -30286,21 +31478,44 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ bool ] } - Method [ public method setForever ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $serializer ] + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } Method [ public method getAdapter ] { @@ -30337,7 +31552,33 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ protected method doGet ] { + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ protected method doGetData ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -41506,7 +42747,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $fetchMode = 0 ] Property [ protected $pdoStatement = NULL ] Property [ protected $result = NULL ] - Property [ protected $rowCount = false ] + Property [ protected $rowCount = NULL ] Property [ protected $sqlStatement = NULL ] } @@ -44433,6 +45674,622 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Class [ class Phalcon\Encryption\Security\Uuid ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method v1 ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\Version1 ] + } + + Method [ public method v3 ] { + + - Parameters [2] { + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] + } + - Return [ Phalcon\Encryption\Security\Uuid\Version3 ] + } + + Method [ public method v4 ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\Version4 ] + } + + Method [ public method v5 ] { + + - Parameters [2] { + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] + } + - Return [ Phalcon\Encryption\Security\Uuid\Version5 ] + } + + Method [ public method v6 ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\Version6 ] + } + + Method [ public method v7 ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\Version7 ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\RandomNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method getNode ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\SysNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $node = NULL ] + } + + - Methods [2] { + Method [ public method getNode ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method isValidNode ] { + + - Parameters [1] { + Parameter #0 [ string $node ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\Version1 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ ?DateTimeInterface $dateTime = ] + Parameter #1 [ $node = ] + } + } + + Method [ public method getDateTime ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + + Method [ public method getNode ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\Version3 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\Version4 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\Version5 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\Version6 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getDateTime ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + + Method [ public method getNode ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Encryption\Security\Uuid\Version7 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + - Return [ DateTimeImmutable ] + } + + Method [ protected method format ] { + + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { - Constants [0] { @@ -54823,7 +56680,20 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [2] { + Method [ static public method tagFactoryNotFound ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Exception ] + } + + Method [ static public method usingParameterRequired ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Exception ] + } } - Properties [4] { @@ -56429,7 +58299,260 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ private $attributes = NULL ] + Property [ private $prefix = '' ] + Property [ private $url = NULL ] + Property [ private $data = NULL ] + Property [ private $separator = '
  • /
  • ' ] + Property [ private $template = NULL ] + Property [ private $interpolator = NULL ] + } + + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Mvc\Url\UrlInterface $url = ] + } + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method add ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $link = '' ] + Parameter #2 [ string $icon = '' ] + Parameter #3 [ array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method clearAttributes ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSeparator ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTemplate ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ void ] + } + + Method [ public method render ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method setSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $separator ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method setTemplate ] { + + - Parameters [3] { + Parameter #0 [ string $main ] + Parameter #1 [ string $line ] + Parameter #2 [ string $last ] + } + - Return [ Phalcon\Html\Helper\Breadcrumbs ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ private method getLink ] { + + - Parameters [2] { + Parameter #0 [ string $template ] + Parameter #1 [ array $element ] + } + - Return [ string ] + } + + Method [ private method processAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -56440,145 +58563,31 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Static methods [0] { } - - Properties [10] { + - Properties [5] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] - Property [ private $attributes = NULL ] - Property [ private $data = NULL ] - Property [ private $separator = '
  • /
  • ' ] - Property [ private $template = NULL ] - Property [ private $interpolator = NULL ] } - - Methods [25] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - } - } - + - Methods [11] { Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ public method add ] { - - - Parameters [4] { + - Parameters [3] { Parameter #0 [ string $text ] - Parameter #1 [ string $link = '' ] - Parameter #2 [ string $icon = '' ] - Parameter #3 [ array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ public method clear ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method clearAttributes ] { - - - Parameters [0] { - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getSeparator ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getTemplate ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method remove ] { - - - Parameters [1] { - Parameter #0 [ int $index ] - } - - Return [ void ] - } - - Method [ public method render ] { - - - Parameters [0] { + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ bool $raw = false ] } - Return [ string ] } - Method [ public method setAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ public method setSeparator ] { - - - Parameters [1] { - Parameter #0 [ string $separator ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ public method setTemplate ] { - - - Parameters [3] { - Parameter #0 [ string $main ] - Parameter #1 [ string $line ] - Parameter #2 [ string $last ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ public method toArray ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ private method getLink ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $template ] - Parameter #1 [ array $element ] - } - - Return [ string ] - } - - Method [ private method processAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ string ] } Method [ protected method close ] { @@ -56664,7 +58673,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -56686,10 +58695,9 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Methods [11] { Method [ public method __invoke ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } @@ -56785,7 +58793,66 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Doctype implements Stringable ] { + + - Constants [11] { + Constant [ public int HTML32 ] { 1 } + Constant [ public int HTML401_STRICT ] { 2 } + Constant [ public int HTML401_TRANSITIONAL ] { 3 } + Constant [ public int HTML401_FRAMESET ] { 4 } + Constant [ public int HTML5 ] { 5 } + Constant [ public int XHTML10_STRICT ] { 6 } + Constant [ public int XHTML10_TRANSITIONAL ] { 7 } + Constant [ public int XHTML10_FRAMESET ] { 8 } + Constant [ public int XHTML11 ] { 9 } + Constant [ public int XHTML20 ] { 10 } + Constant [ public int XHTML5 ] { 11 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $delimiter = NULL ] + Property [ private $type = NULL ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ int $type = null ] + Parameter #1 [ string $delimiter = '\n' ] + } + - Return [ Phalcon\Html\Helper\Doctype ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + } + } + + Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -56807,9 +58874,11 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Methods [11] { Method [ public method __invoke ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } @@ -56905,66 +58974,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ class Phalcon\Html\Helper\Doctype implements Stringable ] { - - - Constants [11] { - Constant [ public int HTML32 ] { 1 } - Constant [ public int HTML401_STRICT ] { 2 } - Constant [ public int HTML401_TRANSITIONAL ] { 3 } - Constant [ public int HTML401_FRAMESET ] { 4 } - Constant [ public int HTML5 ] { 5 } - Constant [ public int XHTML10_STRICT ] { 6 } - Constant [ public int XHTML10_TRANSITIONAL ] { 7 } - Constant [ public int XHTML10_FRAMESET ] { 8 } - Constant [ public int XHTML11 ] { 9 } - Constant [ public int XHTML20 ] { 10 } - Constant [ public int XHTML5 ] { 11 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $delimiter = NULL ] - Property [ private $type = NULL ] - } - - - Methods [4] { - Method [ public method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ int $type = null ] - Parameter #1 [ string $delimiter = '\n' ] - } - - Return [ Phalcon\Html\Helper\Doctype ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getType ] { - - - Parameters [0] { - } - - Return [ int ] - } - } - } - - Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -56986,11 +58996,8 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Methods [11] { Method [ public method __invoke ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } @@ -57086,7 +59093,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Html\Helper\FriendlyTitle extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -57097,29 +59104,32 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] + Property [ protected $friendly = NULL ] } - Methods [11] { - Method [ public method __invoke ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = '-' ] + Parameter #2 [ bool $lowercase = true ] + Parameter #3 [ $replace = ] } + - Return [ string ] } Method [ protected method close ] { @@ -59436,7 +61446,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $selected = '' ] } - - Methods [20] { + - Methods [21] { Method [ public method add ] { - Parameters [4] { @@ -59459,6 +61469,14 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Html\Helper\Input\Select ] } + Method [ public method fromData ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Helper\Input\Select\SelectDataInterface $data ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + Method [ public method optGroup ] { - Parameters [2] { @@ -59616,6 +61634,72 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Class [ class Phalcon\Html\Helper\Input\Select\ArrayData implements Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Select\ResultsetData implements Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $resultset = NULL ] + Property [ protected $using = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] + Parameter #1 [ array $using ] + } + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + Class [ class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { @@ -61059,6 +63143,128 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } + Class [ class Phalcon\Html\Helper\Preload extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $response = NULL ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Http\ResponseInterface $response = ] + } + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $href ] + Parameter #1 [ string $type = 'style' ] + Parameter #2 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Constants [0] { @@ -61841,18 +64047,22 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [5] { Property [ protected $mapper = NULL ] Property [ private $escaper = NULL ] + Property [ private $response = NULL ] + Property [ private $url = NULL ] Property [ protected $services = NULL ] } - Methods [12] { Method [ public method __construct ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] Parameter #1 [ array $services = [] ] + Parameter #2 [ ?Phalcon\Http\ResponseInterface $response = ] + Parameter #3 [ ?Phalcon\Mvc\Url\UrlInterface $url = ] } } @@ -64098,8 +66308,8 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = null ] - Parameter #3 [ ?int $offsetY = null ] + Parameter #2 [ $offsetX = ] + Parameter #3 [ $offsetY = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -64481,8 +66691,8 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = null ] - Parameter #3 [ ?int $offsetY = null ] + Parameter #2 [ $offsetX = ] + Parameter #3 [ $offsetY = ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } @@ -66703,7 +68913,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { + Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -66714,17 +68924,42 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] } - - Methods [5] { + - Methods [8] { Method [ final public method __construct ] { - Parameters [0] { } } + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] + } + } + Method [ public method __get ] { - Parameters [1] { @@ -68125,7 +70360,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - - Properties [15] { + - Properties [16] { Property [ protected $container = NULL ] Property [ protected $dirtyState = 1 ] Property [ protected $dirtyRelated = NULL ] @@ -68135,6 +70370,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $related = NULL ] Property [ protected $operationMade = 0 ] Property [ protected $oldSnapshot = NULL ] + Property [ protected $rawValues = NULL ] Property [ protected $skipped = false ] Property [ protected $snapshot = NULL ] Property [ protected $transaction = NULL ] @@ -69531,7 +71767,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method clearReusableObjects ] { + Method [ public method clearReusableObjects ] { - Parameters [0] { } @@ -69814,7 +72050,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method getReusableRecords ] { + Method [ public method getReusableRecords ] { - Parameters [2] { Parameter #0 [ string $modelName ] @@ -70027,7 +72263,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } - Method [ public method setReusableRecords ] { + Method [ public method setReusableRecords ] { - Parameters [3] { Parameter #0 [ string $modelName ] @@ -73155,7 +75391,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $disableHydration = false ] } - - Methods [30] { + - Methods [32] { Method [ public method __construct ] { - Parameters [3] { @@ -73380,6 +75616,19 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } - Return [ bool ] } + + Method [ public method refresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getResult ] { + + - Parameters [0] { + } + } } } @@ -73415,7 +75664,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $keepSnapshots = false ] } - - Methods [30] { + - Methods [32] { Method [ public method __construct ] { - Parameters [5] { @@ -73643,6 +75892,19 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } - Return [ bool ] } + + Method [ public method refresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getResult ] { + + - Parameters [0] { + } + } } } @@ -75971,7 +78233,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -75982,12 +78244,13 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] Property [ protected $view = NULL ] } - - Methods [9] { + - Methods [12] { Method [ public method render ] { - Parameters [3] { @@ -76012,6 +78275,13 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ string ] } + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + Method [ public method getView ] { - Parameters [0] { @@ -76028,6 +78298,23 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] + } + } + Method [ public method __get ] { - Parameters [1] { @@ -76060,7 +78347,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -76080,7 +78367,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { Property [ protected $options = NULL ] } - - Methods [21] { + - Methods [22] { Method [ public method callMacro ] { - Parameters [2] { @@ -76106,7 +78393,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ public method getEventsManager ] { + Method [ public method getEventsManager ] { - Parameters [0] { } @@ -76154,7 +78441,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { } } - Method [ public method setEventsManager ] { + Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] @@ -76217,6 +78504,15 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Return [ void ] } + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] + } + } + Method [ public method __get ] { - Parameters [1] { @@ -76597,6 +78893,7 @@ Extension [ extension #146 phalcon version 5.11.1 ] { - Parameters [1] { Parameter #0 [ array $options ] } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method setUniquePrefix ] { -- cgit