From 0ca37893f08eb534df7b958655681f8053dd1024 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Jun 2026 07:22:01 +0200 Subject: update to 5.15.0 --- REFLECTION | 5075 +++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 3832 insertions(+), 1243 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b408c32..3370eb5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 phalcon version 5.14.2 ] { +Extension [ extension #153 phalcon version 5.15.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -77,7 +77,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - - Classes [1305] { + - Classes [1329] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -1541,7 +1541,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Db\Geometry\GeometryInterface ] { + Interface [ interface Phalcon\Contracts\Dispatcher\Dispatcher ] { - Constants [0] { } @@ -1555,145 +1555,169 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Properties [0] { } - - Methods [3] { - Method [ abstract public method getSrid ] { + - Methods [21] { + Method [ abstract public method dispatch ] { - Parameters [0] { } - - Return [ int ] } - Method [ abstract public method getType ] { + Method [ abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method toWkt ] { + Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } - } - } - Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { + Method [ abstract public method getHandlerSuffix ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ abstract public method getParam ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } - - Properties [0] { - } + Method [ abstract public method getParameter ] { - - Methods [12] { - Method [ abstract public method clear ] { + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } + + Method [ abstract public method getParams ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method decrement ] { + Method [ abstract public method getParameters ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } - - Return [ int|bool ] + - Return [ array ] } - Method [ abstract public method delete ] { + Method [ abstract public method getReturnedValue ] { + + - Parameters [0] { + } + } + + Method [ abstract public method hasParam ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $param ] } - Return [ bool ] } - Method [ abstract public method deleteMultiple ] { + Method [ abstract public method isFinished ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method get ] { + Method [ abstract public method setActionName ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ abstract public method getAdapter ] { + Method [ abstract public method setActionSuffix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] } + - Return [ void ] } - Method [ abstract public method getKeys ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $actionName ] } - - Return [ array ] + - Return [ void ] } - Method [ abstract public method getPrefix ] { + Method [ abstract public method setDefaultNamespace ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method has ] { + Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $handlerSuffix ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method increment ] { + Method [ abstract public method setModuleName ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] } - - Return [ int|bool ] + - Return [ void ] } - Method [ abstract public method set ] { + Method [ abstract public method setNamespaceName ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method setForever ] { + Method [ abstract public method setParam ] { - Parameters [2] { - Parameter #0 [ string $key ] + Parameter #0 [ $param ] Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] } } } - Interface [ interface Phalcon\Contracts\Auth\Adapter\Adapter ] { + Interface [ interface Phalcon\Contracts\Db\Geometry\Geometry ] { - Constants [0] { } @@ -1701,49 +1725,93 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static properties [0] { } - - Static methods [1] { - Method [ abstract static public method fromOptions ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Contracts\Encryption\Security\Security $hasher ] - Parameter #1 [ array $options ] - } - - Return [ static ] - } + - Static methods [0] { } - Properties [0] { } - Methods [3] { - Method [ abstract public method retrieveByCredentials ] { + Method [ abstract public method getSrid ] { - - Parameters [1] { - Parameter #0 [ array $credentials ] + - Parameters [0] { } - - Return [ ?Phalcon\Contracts\Auth\AuthUser ] + - Return [ int ] } - Method [ abstract public method retrieveById ] { + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method pad ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ int $paddingSize ] } - - Return [ ?Phalcon\Contracts\Auth\AuthUser ] + - Return [ string ] } - Method [ abstract public method validateCredentials ] { + Method [ abstract public method unpad ] { - Parameters [2] { - Parameter #0 [ Phalcon\Contracts\Auth\AuthUser $user ] - Parameter #1 [ array $credentials ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } - - Return [ bool ] + - Return [ int ] } } } - Interface [ interface Phalcon\Dispatcher\DispatcherInterface ] { + Interface [ interface Phalcon\Contracts\Encryption\Security\Uuid\Uuid ] { + + - 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\Db\Geometry\GeometryInterface extends Phalcon\Contracts\Db\Geometry\Geometry ] { - Constants [0] { } @@ -1757,169 +1825,264 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Properties [0] { } - - Methods [21] { - Method [ abstract public method dispatch ] { + - Methods [3] { + Method [ abstract public method getSrid ] { - Parameters [0] { } + - Return [ int ] } - Method [ abstract public method forward ] { + Method [ abstract public method getType ] { - - Parameters [1] { - Parameter #0 [ array $forward ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method toWkt ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ abstract public method getActionSuffix ] { + Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ abstract public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getHandlerSuffix ] { + Method [ abstract public method decrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] + - Return [ int|bool ] } - Method [ abstract public method getParam ] { + Method [ abstract public method delete ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ abstract public method getParameter ] { + Method [ abstract public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ abstract public method getParams ] { + Method [ abstract public method getAdapter ] { - Parameters [0] { } - - Return [ array ] } - Method [ abstract public method getParameters ] { + Method [ abstract public method getKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } - Return [ array ] } - Method [ abstract public method getReturnedValue ] { + Method [ abstract public method getPrefix ] { - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method hasParam ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ abstract public method isFinished ] { + Method [ abstract public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + - Return [ int|bool ] + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ abstract public method setActionName ] { + Method [ abstract public method setForever ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ void ] + - Return [ bool ] } + } + } - Method [ abstract public method setActionSuffix ] { + Interface [ interface Phalcon\Contracts\Assets\Asset ] { - - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getAssetKey ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?array ] } - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method getFilter ] { - - Parameters [1] { - Parameter #0 [ string $defaultNamespace ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setHandlerSuffix ] { + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setAttributes ] { - Parameters [1] { - Parameter #0 [ string $handlerSuffix ] + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Assets\Asset ] } - Method [ abstract public method setModuleName ] { + Method [ abstract public method setFilter ] { - Parameters [1] { - Parameter #0 [ ?string $moduleName = null ] + Parameter #0 [ bool $filter ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Assets\Asset ] } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method setType ] { - Parameters [1] { - Parameter #0 [ string $namespaceName ] + Parameter #0 [ string $type ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Assets\Asset ] } + } + } - Method [ abstract public method setParam ] { + Interface [ interface Phalcon\Contracts\Auth\Adapter\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method fromOptions ] { - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Contracts\Encryption\Security\Security $hasher ] + Parameter #1 [ array $options ] } - - Return [ void ] + - Return [ static ] } + } - Method [ abstract public method setParams ] { + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method retrieveByCredentials ] { - Parameters [1] { - Parameter #0 [ array $params ] + Parameter #0 [ array $credentials ] } - - Return [ void ] + - Return [ ?Phalcon\Contracts\Auth\AuthUser ] + } + + Method [ abstract public method retrieveById ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ ?Phalcon\Contracts\Auth\AuthUser ] + } + + Method [ abstract public method validateCredentials ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Auth\AuthUser $user ] + Parameter #1 [ array $credentials ] + } + - Return [ bool ] } } } - Interface [ interface Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Interface [ interface Phalcon\Encryption\Crypt\Padding\PadInterface extends Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -1934,7 +2097,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ abstract public method pad ] { + Method [ abstract public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -1942,7 +2105,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method unpad ] { + Method [ abstract public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -1953,7 +2116,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Encryption\Security\Uuid\UuidInterface ] { + Interface [ interface Phalcon\Encryption\Security\Uuid\UuidInterface extends Phalcon\Contracts\Encryption\Security\Uuid\Uuid ] { - Constants [4] { Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } @@ -1975,7 +2138,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Assets\AssetInterface ] { + Interface [ interface Phalcon\Assets\AssetInterface extends Phalcon\Contracts\Assets\Asset ] { - Constants [0] { } @@ -1990,56 +2153,56 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [7] { - Method [ abstract public method getAssetKey ] { + Method [ abstract public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getAttributes ] { + Method [ abstract public method getAttributes ] { - Parameters [0] { } - Return [ ?array ] } - Method [ abstract public method getFilter ] { + Method [ abstract public method getFilter ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method getType ] { + Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method setAttributes ] { + Method [ abstract public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ Phalcon\Contracts\Assets\Asset ] } - Method [ abstract public method setFilter ] { + Method [ abstract public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ Phalcon\Contracts\Assets\Asset ] } - Method [ abstract public method setType ] { + Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ Phalcon\Contracts\Assets\Asset ] } } } @@ -2950,6 +3113,125 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Domain\Payload\Readable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method getException ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ abstract public method getExtras ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getInput ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getOutput ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getStatus ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Phalcon\Contracts\Domain\Payload\Writeable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method setException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setExtras ] { + + - Parameters [1] { + Parameter #0 [ $extras ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setOutput ] { + + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + } + } + Interface [ interface Phalcon\Contracts\Paginator\Adapter ] { - Constants [0] { @@ -2984,7 +3266,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Parameters [1] { Parameter #0 [ int $page ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Paginator\Adapter ] } Method [ abstract public method setLimit ] { @@ -2992,7 +3274,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Parameters [1] { Parameter #0 [ int $limit ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Paginator\Adapter ] } } } @@ -3574,6 +3856,89 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Logger\Adapter\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method add ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] + } + + Method [ abstract public method begin ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] + } + + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] + } + + Method [ abstract public method getFormatter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + } + + Method [ abstract public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method process ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ void ] + } + + Method [ abstract public method rollback ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] + } + + Method [ abstract public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + } + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] + } + } + } + Interface [ interface Phalcon\Db\Adapter\AdapterInterface extends Phalcon\Contracts\Db\Adapter\Adapter ] { - Constants [0] { @@ -4202,7 +4567,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Parameters [1] { Parameter #0 [ int $page ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Paginator\Adapter ] } Method [ abstract public method setLimit ] { @@ -4210,7 +4575,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Parameters [1] { Parameter #0 [ int $limit ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Paginator\Adapter ] } } } @@ -4340,6 +4705,31 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Assets\Filter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ string ] + } + } + } + Interface [ interface Phalcon\Contracts\Auth\Access\Access ] { - Constants [0] { @@ -4428,6 +4818,139 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ abstract public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Contracts\Flash\Flash ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ abstract public method error ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } + } + } + + Interface [ interface Phalcon\Contracts\Logger\Formatter\Formatter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ string ] + } + } + } + Interface [ interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { @@ -4955,7 +5478,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { + Interface [ interface Phalcon\Logger\Adapter\AdapterInterface extends Phalcon\Contracts\Logger\Adapter\Adapter ] { - Constants [0] { } @@ -4970,50 +5493,50 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [9] { - Method [ abstract public method add ] { + Method [ abstract public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] } - Method [ abstract public method begin ] { + Method [ abstract public method begin ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] } - Method [ abstract public method close ] { + Method [ abstract public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method commit ] { + Method [ abstract public method commit ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] } - Method [ abstract public method getFormatter ] { + Method [ abstract public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ abstract public method inTransaction ] { + Method [ abstract public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method process ] { + Method [ abstract public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -5021,19 +5544,19 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method rollback ] { + Method [ abstract public method rollback ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] } - Method [ abstract public method setFormatter ] { + Method [ abstract public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] } } } @@ -5081,7 +5604,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Assets\FilterInterface ] { + Interface [ interface Phalcon\Assets\FilterInterface extends Phalcon\Contracts\Assets\Filter ] { - Constants [0] { } @@ -5096,7 +5619,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [1] { - Method [ abstract public method filter ] { + Method [ abstract public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] @@ -5208,6 +5731,144 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Cache\Cache ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method getMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ abstract public method setMultiple ] { + + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getNode ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] { + + - 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\Contracts\Forms\Schema ] { - Constants [0] { @@ -5232,6 +5893,143 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Logger\Logger ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ abstract public method alert ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method critical ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method debug ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method emergency ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method error ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method getAdapter ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] + } + + Method [ abstract public method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method info ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method log ] { + + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method notice ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method trace ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method warning ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { @@ -5680,7 +6478,183 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { + Interface [ interface Phalcon\Dispatcher\DispatcherInterface extends Phalcon\Contracts\Dispatcher\Dispatcher ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ abstract public method dispatch ] { + + - Parameters [0] { + } + } + + Method [ abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } + + Method [ abstract public method getParameter ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReturnedValue ] { + + - Parameters [0] { + } + } + + Method [ abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ bool ] + } + + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] + } + - Return [ void ] + } + + Method [ abstract public method setHandlerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] + } + - Return [ void ] + } + + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] + } + + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Encryption\Security\JWT\Signer\SignerInterface extends Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] { - Constants [0] { } @@ -5695,21 +6669,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [4] { - Method [ abstract public method getAlgHeader ] { + Method [ abstract public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getAlgorithm ] { + Method [ abstract public method getAlgorithm ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method sign ] { + Method [ abstract public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] @@ -5718,7 +6692,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method verify ] { + Method [ abstract public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] @@ -5763,7 +6737,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Flash\FlashInterface ] { + Interface [ interface Phalcon\Flash\FlashInterface extends Phalcon\Contracts\Flash\Flash ] { - Constants [0] { } @@ -5778,7 +6752,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [5] { - Method [ abstract public method error ] { + Method [ abstract public method error ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -5786,7 +6760,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?string ] } - Method [ abstract public method message ] { + Method [ abstract public method message ] { - Parameters [2] { Parameter #0 [ string $type ] @@ -5795,7 +6769,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?string ] } - Method [ abstract public method notice ] { + Method [ abstract public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -5803,7 +6777,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?string ] } - Method [ abstract public method success ] { + Method [ abstract public method success ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -5811,7 +6785,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?string ] } - Method [ abstract public method warning ] { + Method [ abstract public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -5983,7 +6957,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { + Interface [ interface Phalcon\Logger\Formatter\FormatterInterface extends Phalcon\Contracts\Logger\Formatter\Formatter ] { - Constants [0] { } @@ -5998,7 +6972,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [1] { - Method [ abstract public method format ] { + Method [ abstract public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -6456,7 +7430,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Cache\CacheInterface ] { + Interface [ interface Phalcon\Cache\CacheInterface extends Phalcon\Contracts\Cache\Cache ] { - Constants [0] { } @@ -6471,14 +7445,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [8] { - Method [ abstract public method clear ] { + Method [ abstract public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method delete ] { + Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -6486,7 +7460,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method deleteMultiple ] { + Method [ abstract public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] @@ -6494,7 +7468,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method get ] { + Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -6502,7 +7476,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ abstract public method getMultiple ] { + Method [ abstract public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] @@ -6510,7 +7484,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ abstract public method has ] { + Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -6518,7 +7492,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method set ] { + Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -6528,7 +7502,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method setMultiple ] { + Method [ abstract public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] @@ -6539,6 +7513,249 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Cli\Dispatcher extends Phalcon\Contracts\Dispatcher\Dispatcher ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [30] { + Method [ abstract public method getActiveTask ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\TaskInterface ] + } + + Method [ abstract public method getLastTask ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\TaskInterface ] + } + + Method [ abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getTaskName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getTaskSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ abstract public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ abstract public method setTaskName ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ abstract public method setTaskSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $taskSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method dispatch ] { + + - Parameters [0] { + } + } + + Method [ abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } + + Method [ abstract public method getParameter ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReturnedValue ] { + + - Parameters [0] { + } + } + + Method [ abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ bool ] + } + + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] + } + - Return [ void ] + } + + Method [ abstract public method setHandlerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] + } + - Return [ void ] + } + + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] + } + + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\Contracts\Container\Ioc\IocContainer ] { - Constants [0] { @@ -6965,6 +8182,259 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Domain\Payload\Payload extends Phalcon\Contracts\Domain\Payload\Readable, Phalcon\Contracts\Domain\Payload\Writeable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ abstract public method getException ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ abstract public method getExtras ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getInput ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getOutput ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getStatus ] { + + - Parameters [0] { + } + } + + Method [ abstract public method setException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setExtras ] { + + - Parameters [1] { + Parameter #0 [ $extras ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setOutput ] { + + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + + Method [ abstract public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] + } + } + } + + Interface [ interface Phalcon\Contracts\Encryption\Crypt\Crypt ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ abstract public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + } + - Return [ string ] + } + + Method [ abstract public method decryptBase64 ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + } + - Return [ string ] + } + + Method [ abstract public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + } + - Return [ string ] + } + + Method [ abstract public method encryptBase64 ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + } + - Return [ string ] + } + + Method [ abstract public method getAuthData ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAuthTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAuthTagLength ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getAvailableCiphers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getCipher ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setAuthData ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] + } + + Method [ abstract public method setAuthTag ] { + + - Parameters [1] { + Parameter #0 [ string $tag ] + } + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] + } + + Method [ abstract public method setAuthTagLength ] { + + - Parameters [1] { + Parameter #0 [ int $length ] + } + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] + } + + Method [ abstract public method setCipher ] { + + - Parameters [1] { + Parameter #0 [ string $cipher ] + } + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] + } + + Method [ abstract public method setKey ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] + } + + Method [ abstract public method setPadding ] { + + - Parameters [1] { + Parameter #0 [ int $scheme ] + } + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] + } + + Method [ abstract public method useSigning ] { + + - Parameters [1] { + Parameter #0 [ bool $useSigning ] + } + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] + } + } + } + Interface [ interface Phalcon\Contracts\Encryption\Security\CryptoUtils ] { - Constants [0] { @@ -7410,6 +8880,227 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Mvc\Dispatcher extends Phalcon\Contracts\Dispatcher\Dispatcher ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [27] { + Method [ abstract public method getActiveController ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ControllerInterface ] + } + + Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getLastController ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\ControllerInterface ] + } + + Method [ abstract public method setControllerName ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ] + } + + Method [ abstract public method setControllerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $controllerSuffix ] + } + - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ] + } + + Method [ abstract public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ] + } + + Method [ abstract public method dispatch ] { + + - Parameters [0] { + } + } + + Method [ abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } + + Method [ abstract public method getParameter ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + } + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReturnedValue ] { + + - Parameters [0] { + } + } + + Method [ abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ bool ] + } + + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] + } + - Return [ void ] + } + + Method [ abstract public method setHandlerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] + } + - Return [ void ] + } + + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] + } + + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\Contracts\Paginator\Repository ] { - Constants [8] { @@ -7513,7 +9204,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { + Interface [ interface Phalcon\Domain\Payload\ReadableInterface extends Phalcon\Contracts\Domain\Payload\Readable ] { - Constants [0] { } @@ -7528,38 +9219,38 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [6] { - Method [ abstract public method getException ] { + Method [ abstract public method getException ] { - Parameters [0] { } - Return [ ?Throwable ] } - Method [ abstract public method getExtras ] { + Method [ abstract public method getExtras ] { - Parameters [0] { } } - Method [ abstract public method getInput ] { + Method [ abstract public method getInput ] { - Parameters [0] { } } - Method [ abstract public method getMessages ] { + Method [ abstract public method getMessages ] { - Parameters [0] { } } - Method [ abstract public method getOutput ] { + Method [ abstract public method getOutput ] { - Parameters [0] { } } - Method [ abstract public method getStatus ] { + Method [ abstract public method getStatus ] { - Parameters [0] { } @@ -7567,7 +9258,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Domain\Payload\WriteableInterface ] { + Interface [ interface Phalcon\Domain\Payload\WriteableInterface extends Phalcon\Contracts\Domain\Payload\Writeable ] { - Constants [0] { } @@ -7582,57 +9273,57 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [6] { - Method [ abstract public method setException ] { + Method [ abstract public method setException ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setExtras ] { + Method [ abstract public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setInput ] { + Method [ abstract public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setMessages ] { + Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setOutput ] { + Method [ abstract public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setStatus ] { + Method [ abstract public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } } } - Interface [ interface Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { + Interface [ interface Phalcon\Encryption\Security\Uuid\NodeProviderInterface extends Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] { - Constants [0] { } @@ -7647,7 +9338,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [1] { - Method [ abstract public method getNode ] { + Method [ abstract public method getNode ] { - Parameters [0] { } @@ -7656,7 +9347,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { + Interface [ interface Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface extends Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] { - Constants [0] { } @@ -7671,14 +9362,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ abstract public method getDateTime ] { + Method [ abstract public method getDateTime ] { - Parameters [0] { } - Return [ DateTimeImmutable ] } - Method [ abstract public method getNode ] { + Method [ abstract public method getNode ] { - Parameters [0] { } @@ -7687,7 +9378,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Logger\LoggerInterface ] { + Interface [ interface Phalcon\Logger\LoggerInterface extends Phalcon\Contracts\Logger\Logger ] { - Constants [0] { } @@ -7702,7 +9393,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [14] { - Method [ abstract public method alert ] { + Method [ abstract public method alert ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7711,7 +9402,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method critical ] { + Method [ abstract public method critical ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7720,7 +9411,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method debug ] { + Method [ abstract public method debug ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7729,7 +9420,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method emergency ] { + Method [ abstract public method emergency ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7738,7 +9429,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method error ] { + Method [ abstract public method error ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7747,36 +9438,36 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method getAdapter ] { + Method [ abstract public method getAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Logger\Adapter\Adapter ] } - Method [ abstract public method getAdapters ] { + Method [ abstract public method getAdapters ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getLogLevel ] { + Method [ abstract public method getLogLevel ] { - Parameters [0] { } - Return [ int ] } - Method [ abstract public method getName ] { + Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method info ] { + Method [ abstract public method info ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7785,7 +9476,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method log ] { + Method [ abstract public method log ] { - Parameters [3] { Parameter #0 [ $level ] @@ -7795,7 +9486,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method notice ] { + Method [ abstract public method notice ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7804,7 +9495,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method trace ] { + Method [ abstract public method trace ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -7813,7 +9504,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method warning ] { + Method [ abstract public method warning ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -8355,7 +10046,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { + Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\Contracts\Cli\Dispatcher, Phalcon\Contracts\Dispatcher\Dispatcher ] { - Constants [0] { } @@ -8370,42 +10061,42 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [30] { - Method [ abstract public method getActiveTask ] { + Method [ abstract public method getActiveTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } - Method [ abstract public method getLastTask ] { + Method [ abstract public method getLastTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } - Method [ abstract public method getOptions ] { + Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getTaskName ] { + Method [ abstract public method getTaskName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getTaskSuffix ] { + Method [ abstract public method getTaskSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method setDefaultTask ] { + Method [ abstract public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] @@ -8413,7 +10104,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setOptions ] { + Method [ abstract public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -8421,7 +10112,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setTaskName ] { + Method [ abstract public method setTaskName ] { - Parameters [1] { Parameter #0 [ string $taskName ] @@ -8429,7 +10120,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setTaskSuffix ] { + Method [ abstract public method setTaskSuffix ] { - Parameters [1] { Parameter #0 [ string $taskSuffix ] @@ -8437,13 +10128,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method dispatch ] { + Method [ abstract public method dispatch ] { - Parameters [0] { } } - Method [ abstract public method forward ] { + Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] @@ -8451,28 +10142,28 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getActionSuffix ] { + Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getHandlerSuffix ] { + Method [ abstract public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getParam ] { + Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] @@ -8480,7 +10171,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ abstract public method getParameter ] { + Method [ abstract public method getParameter ] { - Parameters [2] { Parameter #0 [ $param ] @@ -8488,27 +10179,27 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ abstract public method getParams ] { + Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getParameters ] { + Method [ abstract public method getParameters ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getReturnedValue ] { + Method [ abstract public method getReturnedValue ] { - Parameters [0] { } } - Method [ abstract public method hasParam ] { + Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] @@ -8516,14 +10207,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method isFinished ] { + Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method setActionName ] { + Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -8531,7 +10222,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setActionSuffix ] { + Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] @@ -8539,7 +10230,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -8547,7 +10238,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] @@ -8555,7 +10246,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setHandlerSuffix ] { + Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] @@ -8563,7 +10254,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setModuleName ] { + Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = null ] @@ -8571,7 +10262,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] @@ -8579,7 +10270,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setParam ] { + Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] @@ -8588,7 +10279,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setParams ] { + Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] @@ -9805,6 +11496,121 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Interface [ interface Phalcon\Contracts\Messages\Messages extends ArrayAccess, Countable, Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ void ] + } + + Method [ abstract public method appendMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + } + + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $fieldName ] + } + - Return [ array ] + } + + Method [ abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ bool ] + } + + Method [ abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ mixed ] + } + + Method [ abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ mixed $offset ] + Parameter #1 [ mixed $value ] + } + - Tentative return [ void ] + } + + Method [ abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ void ] + } + + Method [ abstract public method count ] { + + - Parameters [0] { + } + - Tentative return [ int ] + } + + Method [ abstract public method current ] { + + - Parameters [0] { + } + - Tentative return [ mixed ] + } + + Method [ abstract public method next ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ abstract public method key ] { + + - Parameters [0] { + } + - Tentative return [ mixed ] + } + + Method [ abstract public method valid ] { + + - Parameters [0] { + } + - Tentative return [ bool ] + } + + Method [ abstract public method rewind ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + } + } + Interface [ interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - Constants [0] { @@ -10374,7 +12180,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] { + Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Contracts\Domain\Payload\Readable, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Contracts\Domain\Payload\Writeable, Phalcon\Contracts\Domain\Payload\Payload ] { - Constants [0] { } @@ -10389,94 +12195,94 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [12] { - Method [ abstract public method getException ] { + Method [ abstract public method getException ] { - Parameters [0] { } - Return [ ?Throwable ] } - Method [ abstract public method getExtras ] { + Method [ abstract public method getExtras ] { - Parameters [0] { } } - Method [ abstract public method getInput ] { + Method [ abstract public method getInput ] { - Parameters [0] { } } - Method [ abstract public method getMessages ] { + Method [ abstract public method getMessages ] { - Parameters [0] { } } - Method [ abstract public method getOutput ] { + Method [ abstract public method getOutput ] { - Parameters [0] { } } - Method [ abstract public method getStatus ] { + Method [ abstract public method getStatus ] { - Parameters [0] { } } - Method [ abstract public method setException ] { + Method [ abstract public method setException ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setExtras ] { + Method [ abstract public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setInput ] { + Method [ abstract public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setMessages ] { + Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setOutput ] { + Method [ abstract public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } - Method [ abstract public method setStatus ] { + Method [ abstract public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ Phalcon\Contracts\Domain\Payload\Payload ] } } } - Interface [ interface Phalcon\Encryption\Crypt\CryptInterface ] { + Interface [ interface Phalcon\Encryption\Crypt\CryptInterface extends Phalcon\Contracts\Encryption\Crypt\Crypt ] { - Constants [0] { } @@ -10491,7 +12297,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [17] { - Method [ abstract public method decrypt ] { + Method [ abstract public method decrypt ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -10500,7 +12306,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method decryptBase64 ] { + Method [ abstract public method decryptBase64 ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -10509,7 +12315,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method encrypt ] { + Method [ abstract public method encrypt ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -10518,7 +12324,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method encryptBase64 ] { + Method [ abstract public method encryptBase64 ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -10527,102 +12333,102 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method getAuthData ] { + Method [ abstract public method getAuthData ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getAuthTag ] { + Method [ abstract public method getAuthTag ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getAuthTagLength ] { + Method [ abstract public method getAuthTagLength ] { - Parameters [0] { } - Return [ int ] } - Method [ abstract public method getAvailableCiphers ] { + Method [ abstract public method getAvailableCiphers ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getCipher ] { + Method [ abstract public method getCipher ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getKey ] { + Method [ abstract public method getKey ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method setAuthData ] { + Method [ abstract public method setAuthData ] { - Parameters [1] { Parameter #0 [ string $data ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] } - Method [ abstract public method setAuthTag ] { + Method [ abstract public method setAuthTag ] { - Parameters [1] { Parameter #0 [ string $tag ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] } - Method [ abstract public method setAuthTagLength ] { + Method [ abstract public method setAuthTagLength ] { - Parameters [1] { Parameter #0 [ int $length ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] } - Method [ abstract public method setCipher ] { + Method [ abstract public method setCipher ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] } - Method [ abstract public method setKey ] { + Method [ abstract public method setKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] } - Method [ abstract public method setPadding ] { + Method [ abstract public method setPadding ] { - Parameters [1] { Parameter #0 [ int $scheme ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] } - Method [ abstract public method useSigning ] { + Method [ abstract public method useSigning ] { - Parameters [1] { Parameter #0 [ bool $useSigning ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Crypt\Crypt ] } } } @@ -12497,7 +14303,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { + Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Contracts\Mvc\Dispatcher, Phalcon\Contracts\Dispatcher\Dispatcher ] { - Constants [0] { } @@ -12512,58 +14318,58 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [27] { - Method [ abstract public method getActiveController ] { + Method [ abstract public method getActiveController ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\ControllerInterface ] } - Method [ abstract public method getControllerName ] { + Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getLastController ] { + Method [ abstract public method getLastController ] { - Parameters [0] { } - Return [ ?Phalcon\Mvc\ControllerInterface ] } - Method [ abstract public method setControllerName ] { + Method [ abstract public method setControllerName ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - - Return [ Phalcon\Dispatcher\DispatcherInterface ] + - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ] } - Method [ abstract public method setControllerSuffix ] { + Method [ abstract public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] } - - Return [ Phalcon\Dispatcher\DispatcherInterface ] + - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ] } - Method [ abstract public method setDefaultController ] { + Method [ abstract public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - - Return [ Phalcon\Dispatcher\DispatcherInterface ] + - Return [ Phalcon\Contracts\Dispatcher\Dispatcher ] } - Method [ abstract public method dispatch ] { + Method [ abstract public method dispatch ] { - Parameters [0] { } } - Method [ abstract public method forward ] { + Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] @@ -12571,28 +14377,28 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getActionSuffix ] { + Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getHandlerSuffix ] { + Method [ abstract public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getParam ] { + Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] @@ -12600,7 +14406,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ abstract public method getParameter ] { + Method [ abstract public method getParameter ] { - Parameters [2] { Parameter #0 [ $param ] @@ -12608,27 +14414,27 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ abstract public method getParams ] { + Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getParameters ] { + Method [ abstract public method getParameters ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getReturnedValue ] { + Method [ abstract public method getReturnedValue ] { - Parameters [0] { } } - Method [ abstract public method hasParam ] { + Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] @@ -12636,14 +14442,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method isFinished ] { + Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method setActionName ] { + Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -12651,7 +14457,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setActionSuffix ] { + Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] @@ -12659,7 +14465,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -12667,7 +14473,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] @@ -12675,7 +14481,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setHandlerSuffix ] { + Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] @@ -12683,7 +14489,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setModuleName ] { + Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = null ] @@ -12691,7 +14497,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] @@ -12699,7 +14505,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setParam ] { + Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] @@ -12708,7 +14514,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ abstract public method setParams ] { + Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] @@ -18400,7 +20206,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -18408,20 +20214,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static properties [0] { } - - Static methods [2] { - Method [ static public method tagFactoryNotFound ] { - - - Parameters [0] { - } - - Return [ self ] - } - - Method [ static public method usingParameterRequired ] { - - - Parameters [0] { - } - - Return [ self ] - } + - Static methods [0] { } - Properties [4] { @@ -18505,7 +20298,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Support\Helper\Str\AbstractStr ] { + Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -18513,74 +20306,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [5] { - Method [ protected method toEndsWith ] { - - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] - } - - Return [ bool ] - } - - Method [ protected method toInterpolate ] { - - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] - } - - Return [ string ] - } - - Method [ protected method toLower ] { - - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] - } - - Return [ string ] - } - - Method [ protected method toStartsWith ] { + - Static methods [2] { + Method [ static public method tagFactoryNotFound ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ self ] } - Method [ protected method toUpper ] { + Method [ static public method usingParameterRequired ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - - Return [ string ] + - Return [ self ] } } - } - - Class [ class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - Properties [4] { Property [ protected $message = '' ] @@ -18663,7 +20403,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -18755,7 +20495,73 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] { + Class [ abstract class Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ protected method toEndsWith ] { + + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] + } + - Return [ bool ] + } + + Method [ protected method toInterpolate ] { + + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = '%' ] + Parameter #3 [ string $right = '%' ] + } + - Return [ string ] + } + + Method [ protected method toLower ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ string ] + } + + Method [ protected method toStartsWith ] { + + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] + } + - Return [ bool ] + } + + Method [ protected method toUpper ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20058,6 +21864,98 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { @@ -20236,7 +22134,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Db\Geometry\AbstractGeometry implements Stringable, Phalcon\Db\Geometry\GeometryInterface ] { + Class [ abstract class Phalcon\Db\Geometry\AbstractGeometry implements Stringable, Phalcon\Db\Geometry\GeometryInterface, Phalcon\Contracts\Db\Geometry\Geometry ] { - Constants [0] { } @@ -20252,21 +22150,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [4] { - Method [ abstract public method getType ] { + Method [ abstract public method getType ] { - Parameters [0] { } - Return [ int ] } - Method [ abstract public method toWkt ] { + Method [ abstract public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -20374,98 +22272,6 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -20650,7 +22456,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] { + Class [ abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface, Phalcon\Contracts\Encryption\Security\Uuid\Uuid ] { - Constants [7] { Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } @@ -22264,7 +24070,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $type = NULL ] } - - Methods [78] { + - Methods [79] { Method [ public method __construct ] { - Parameters [1] { @@ -22836,6 +24642,16 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } + Method [ private method buildValuePlaceholder ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ $position ] + Parameter #2 [ $dataTypes ] + } + - Return [ array ] + } + Method [ abstract public method affectedRows ] { - Parameters [0] { @@ -25202,7 +27018,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $supportedOperators = NULL ] } - - Methods [71] { + - Methods [75] { Method [ public method createSavepoint ] { - Parameters [1] { @@ -25389,6 +27205,34 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } + Method [ public method supportsAlterTable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsMaterializedViews ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsOnConflictUpdate ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReturning ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ protected method getColumnSize ] { - Parameters [1] { @@ -26199,7 +28043,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface, Phalcon\Contracts\Logger\Adapter\Adapter ] { - Constants [0] { } @@ -26240,7 +28084,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method add ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -26248,21 +28092,28 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method begin ] { + Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method commit ] { + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { - Parameters [0] { } @@ -26276,14 +28127,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ int ] } - Method [ public method inTransaction ] { + Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method process ] { + Method [ abstract public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -26291,14 +28142,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method rollback ] { + Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setFormatter ] { + Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] @@ -26335,13 +28186,6 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Return [ void ] } - - Method [ abstract public method close ] { - - - Parameters [0] { - } - - Return [ bool ] - } } } @@ -27020,12 +28864,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolator = NULL ] Property [ protected $interpolatorFactory = NULL ] + Property [ protected $triggerError = false ] } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { - Parameters [2] { @@ -27043,6 +28889,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } + Method [ public method offsetExists ] { - Parameters [1] { @@ -27225,7 +29079,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface, Phalcon\Contracts\Assets\Asset ] { - Constants [0] { } @@ -27263,14 +29117,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getAssetKey ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { - Parameters [0] { } @@ -27285,7 +29139,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getFilter ] { + Method [ public method getFilter ] { - Parameters [0] { } @@ -27343,7 +29197,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -27371,7 +29225,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -27387,7 +29241,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] @@ -27427,7 +29281,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] @@ -27484,7 +29338,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface, Phalcon\Contracts\Assets\Asset ] { - Constants [0] { } @@ -27513,14 +29367,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getAssetKey ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { - Parameters [0] { } @@ -27534,21 +29388,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getFilter ] { + Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -27556,7 +29410,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] @@ -27564,7 +29418,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] @@ -27942,98 +29796,6 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ class Phalcon\Container\Resolver\Lazy\Env extends Phalcon\Container\Resolver\Lazy\Lazy implements Phalcon\Contracts\Container\Resolver\Resolvable ] { - Constants [0] { @@ -28788,7 +30550,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { + Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Contracts\Dispatcher\Dispatcher, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -28829,7 +30591,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $returnedValue = NULL ] } - - Methods [41] { + - Methods [46] { Method [ public method callActionMethod ] { - Parameters [3] { @@ -28839,13 +30601,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method dispatch ] { + Method [ public method dispatch ] { - Parameters [0] { } } - Method [ public method forward ] { + Method [ public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] @@ -28853,14 +30615,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method getActionName ] { + Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getActionSuffix ] { + Method [ public method getActionSuffix ] { - Parameters [0] { } @@ -28895,7 +30657,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getHandlerSuffix ] { + Method [ public method getHandlerSuffix ] { - Parameters [0] { } @@ -28923,7 +30685,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getParam ] { + Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] @@ -28932,7 +30694,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getParameter ] { + Method [ public method getParameter ] { - Parameters [3] { Parameter #0 [ $param ] @@ -28941,21 +30703,42 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getParams ] { + Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getParameters ] { + Method [ public method getParameters ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasParam ] { + Method [ public method getPreviousActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousHandlerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] @@ -28971,14 +30754,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method isFinished ] { + Method [ public method isFinished ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setActionName ] { + Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -28986,7 +30769,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setDefaultAction ] { + Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -28994,7 +30777,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setDefaultNamespace ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] @@ -29009,7 +30792,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method setParam ] { + Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] @@ -29027,7 +30810,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setParams ] { + Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] @@ -29051,7 +30834,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setActionSuffix ] { + Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] @@ -29067,7 +30850,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setHandlerSuffix ] { + Method [ public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] @@ -29084,7 +30867,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Dispatcher\DispatcherInterface ] } - Method [ public method setModuleName ] { + Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = null ] @@ -29092,7 +30875,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setNamespaceName ] { + Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] @@ -29100,7 +30883,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method getReturnedValue ] { + Method [ public method getReturnedValue ] { - Parameters [0] { } @@ -29113,6 +30896,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } + Method [ abstract protected method handleException ] { + + - Parameters [1] { + Parameter #0 [ Exception $exception ] + } + } + Method [ protected method resolveEmptyProperties ] { - Parameters [0] { @@ -29120,6 +30910,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } + Method [ abstract protected method throwDispatchException ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ int $exceptionCode = 0 ] + } + } + Method [ protected method toCamelCase ] { - Parameters [1] { @@ -29667,7 +31465,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface ] { + Class [ abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface, Phalcon\Contracts\Flash\Flash ] { - Constants [0] { } @@ -29708,7 +31506,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method error ] { + Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -29758,7 +31556,16 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method notice ] { + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + - Return [ ?string ] + } + + Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -29822,7 +31629,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } - Method [ public method success ] { + Method [ public method success ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -29839,7 +31646,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?string ] } - Method [ public method warning ] { + Method [ public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -29850,7 +31657,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Method [ private method getTemplate ] { - Parameters [2] { - Parameter #0 [ string $cssClassses ] + Parameter #0 [ string $cssClasses ] Parameter #1 [ string $cssIconClasses ] } - Return [ string ] @@ -29896,15 +31703,6 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Return [ void ] } - - Method [ abstract public method message ] { - - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ string $message ] - } - - Return [ ?string ] - } } } @@ -30441,7 +32239,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $width = NULL ] } - - Methods [21] { + - Methods [36] { Method [ public method background ] { - Parameters [2] { @@ -30623,10 +32421,149 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Return [ int ] } + + Method [ abstract protected method processBackground ] { + + - Parameters [4] { + Parameter #0 [ int $red ] + Parameter #1 [ int $green ] + Parameter #2 [ int $blue ] + Parameter #3 [ int $opacity ] + } + - Return [ void ] + } + + Method [ abstract protected method processBlur ] { + + - Parameters [1] { + Parameter #0 [ int $radius ] + } + - Return [ void ] + } + + Method [ abstract protected method processCrop ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $offsetX ] + Parameter #3 [ int $offsetY ] + } + - Return [ void ] + } + + Method [ abstract protected method processFlip ] { + + - Parameters [1] { + Parameter #0 [ int $direction ] + } + - Return [ void ] + } + + Method [ abstract protected method processMask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + } + } + + Method [ abstract protected method processPixelate ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + - Return [ void ] + } + + Method [ abstract protected method processReflection ] { + + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] + } + - Return [ void ] + } + + Method [ abstract protected method processRender ] { + + - Parameters [2] { + Parameter #0 [ string $extension ] + Parameter #1 [ int $quality ] + } + } + + Method [ abstract protected method processResize ] { + + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + } + - Return [ void ] + } + + Method [ abstract protected method processRotate ] { + + - Parameters [1] { + Parameter #0 [ int $degrees ] + } + - Return [ void ] + } + + Method [ abstract protected method processSave ] { + + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ int $quality ] + } + } + + Method [ abstract protected method processSharpen ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + - Return [ void ] + } + + Method [ abstract protected method processText ] { + + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ int $red ] + Parameter #5 [ int $green ] + Parameter #6 [ int $blue ] + Parameter #7 [ int $size ] + Parameter #8 [ ?string $fontFile = null ] + } + - Return [ void ] + } + + Method [ abstract protected method processWatermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + } + - Return [ void ] + } + + Method [ private method parseColor ] { + + - Parameters [1] { + Parameter #0 [ string $color ] + } + - Return [ array ] + } } } - Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter extends Phalcon\Support\Helper\Str\AbstractStr implements Phalcon\Logger\Formatter\FormatterInterface ] { + Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter extends Phalcon\Support\Helper\Str\AbstractStr implements Phalcon\Logger\Formatter\FormatterInterface, Phalcon\Contracts\Logger\Formatter\Formatter ] { - Constants [0] { } @@ -30725,7 +32662,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method format ] { + Method [ abstract public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -31649,7 +33586,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { + Class [ abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Contracts\Cache\Cache, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -31680,6 +33617,24 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + Method [ public method setEventsManager ] { - Parameters [1] { @@ -31794,14 +33749,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method clear ] { + Method [ abstract public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method delete ] { + Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -31809,7 +33764,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method deleteMultiple ] { + Method [ abstract public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] @@ -31817,15 +33772,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ abstract public method getMultiple ] { + Method [ abstract public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] @@ -31833,7 +33780,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ abstract public method has ] { + Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -31841,17 +33788,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ abstract public method set ] { - - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] - } - - Return [ bool ] - } - - Method [ abstract public method setMultiple ] { + Method [ abstract public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] @@ -32216,7 +34153,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ abstract class Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { + Class [ abstract class Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface, Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] { - Constants [0] { } @@ -32232,21 +34169,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [4] { - Method [ public method getAlgorithm ] { + Method [ public method getAlgorithm ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getAlgHeader ] { + Method [ abstract public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method sign ] { + Method [ abstract public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] @@ -32255,7 +34192,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ abstract public method verify ] { + Method [ abstract public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] @@ -33088,21 +35025,23 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ protected $adapters = NULL ] + Property [ protected $clock = NULL ] Property [ protected $excluded = NULL ] Property [ protected $logLevel = 8 ] Property [ protected $name = '' ] Property [ protected $timezone = NULL ] } - - Methods [13] { + - Methods [16] { Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $name ] Parameter #1 [ array $adapters = [] ] Parameter #2 [ ?DateTimeZone $timezone = null ] + Parameter #3 [ ?Phalcon\Time\Clock\ClockInterface $clock = null ] } } @@ -33115,6 +35054,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } + Method [ public method begin ] { + + - Parameters [0] { + } + - Return [ static ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ static ] + } + Method [ public method excludeAdapters ] { - Parameters [1] { @@ -33160,6 +35113,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } + Method [ public method rollback ] { + + - Parameters [0] { + } + - Return [ static ] + } + Method [ public method setAdapters ] { - Parameters [1] { @@ -35101,20 +37061,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ private method setSerializer ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ RedisCluster $connection ] + Parameter #0 [ string $prefix = '' ] } - - Return [ void ] + - Return [ array ] } - Method [ public method getKeys ] { + Method [ private method setSerializer ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ RedisCluster $connection ] } - - Return [ array ] + - Return [ void ] } Method [ public method setForever ] { @@ -36541,7 +38501,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $roleInherits = NULL ] } - - Methods [30] { + - Methods [34] { Method [ public method __construct ] { - Parameters [0] { @@ -36711,6 +38671,25 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } + Method [ private method buildAccessKey ] { + + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ string $access ] + } + - Return [ string ] + } + + Method [ private method buildKey ] { + + - Parameters [3] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ string $access ] + } + - Return [ string ] + } + Method [ private method canAccess ] { - Parameters [3] { @@ -36732,6 +38711,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } + Method [ private method toComponentName ] { + + - Parameters [1] { + Parameter #0 [ $component ] + } + } + + Method [ private method toRoleName ] { + + - Parameters [1] { + Parameter #0 [ $role ] + } + } + Method [ public method getActiveAccess ] { - Parameters [0] { @@ -39132,7 +41125,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -39169,14 +41162,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getAssetKey ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { - Parameters [0] { } @@ -39191,7 +41184,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getFilter ] { + Method [ public method getFilter ] { - Parameters [0] { } @@ -39249,7 +41242,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -39277,7 +41270,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -39293,7 +41286,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] @@ -39333,7 +41326,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] @@ -39374,7 +41367,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -39411,14 +41404,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getAssetKey ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { - Parameters [0] { } @@ -39433,7 +41426,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getFilter ] { + Method [ public method getFilter ] { - Parameters [0] { } @@ -39491,7 +41484,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -39519,7 +41512,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -39535,7 +41528,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] @@ -39575,7 +41568,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] @@ -40167,7 +42160,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name = '' ] } } @@ -40684,7 +42678,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { + Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface, Phalcon\Contracts\Assets\Filter ] { - Constants [0] { } @@ -40699,7 +42693,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [1] { - Method [ public method filter ] { + Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] @@ -40709,7 +42703,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { + Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface, Phalcon\Contracts\Assets\Filter ] { - Constants [0] { } @@ -40724,7 +42718,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [1] { - Method [ public method filter ] { + Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] @@ -40734,7 +42728,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { + Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface, Phalcon\Contracts\Assets\Filter ] { - Constants [0] { } @@ -40749,7 +42743,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [1] { - Method [ public method filter ] { + Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] @@ -40759,7 +42753,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -40787,14 +42781,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getAssetKey ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { - Parameters [0] { } @@ -40808,21 +42802,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getFilter ] { + Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -40830,7 +42824,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] @@ -40838,7 +42832,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] @@ -40848,7 +42842,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Contracts\Assets\Asset, Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -40876,14 +42870,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getAssetKey ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { - Parameters [0] { } @@ -40897,21 +42891,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getFilter ] { + Method [ public method getFilter ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -40919,7 +42913,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ bool $filter ] @@ -40927,7 +42921,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] @@ -40956,7 +42950,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $tagFactory = NULL ] } - - Methods [35] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -41189,6 +43183,16 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } + Method [ private method applyFilters ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ array $filters ] + Parameter #2 [ bool $mustFilter = true ] + } + - Return [ string ] + } + Method [ private method calculatePrefixedPath ] { - Parameters [3] { @@ -42964,7 +44968,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Class [ class Phalcon\Auth\Guard\Config\SessionGuardConfig extends Phalcon\Auth\Guard\Config\AbstractGuardConfig implements Phalcon\Contracts\Auth\Guard\GuardConfig ] { - - Constants [0] { + - Constants [1] { + Constant [ public int DEFAULT_REMEMBER_TTL ] { 31536000 } } - Static properties [0] { @@ -42973,18 +44978,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ private $name = NULL ] Property [ private $rememberName = NULL ] + Property [ private $rememberTtl = NULL ] } - - Methods [5] { + - Methods [6] { Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ ?string $suffix = null ] Parameter #1 [ ?string $name = null ] Parameter #2 [ ?string $rememberName = null ] + Parameter #3 [ $rememberTtl = ] } } @@ -43002,6 +45009,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method getRememberTtl ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ private method derive ] { - Parameters [2] { @@ -43179,12 +45193,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - - Properties [9] { + - Properties [10] { Property [ protected $eventsManager = NULL ] Property [ protected $adapter = NULL ] Property [ protected $config = NULL ] Property [ protected $lastUserAttempted = NULL ] Property [ protected $user = NULL ] + Property [ protected $clock = NULL ] Property [ protected $cookies = NULL ] Property [ protected $request = NULL ] Property [ protected $session = NULL ] @@ -43194,12 +45209,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [32] { Method [ public method __construct ] { - - Parameters [5] { + - Parameters [6] { Parameter #0 [ Phalcon\Contracts\Auth\Adapter\Adapter $adapter ] Parameter #1 [ Phalcon\Http\RequestInterface $request ] Parameter #2 [ Phalcon\Http\Response\CookiesInterface $cookies ] Parameter #3 [ Phalcon\Session\ManagerInterface $session ] Parameter #4 [ ?Phalcon\Auth\Guard\Config\SessionGuardConfig $config = null ] + Parameter #5 [ ?Phalcon\Time\Clock\ClockInterface $clock = null ] } } @@ -43736,7 +45752,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static properties [0] { } - - Static methods [3] { + - Static methods [4] { Method [ static public method arrayOption ] { - Parameters [3] { @@ -43747,6 +45763,16 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } + Method [ static public method requireArray ] { + + - Parameters [3] { + Parameter #0 [ array $options ] + Parameter #1 [ string $key ] + Parameter #2 [ string $context ] + } + - Return [ array ] + } + Method [ static public method requireString ] { - Parameters [3] { @@ -44127,7 +46153,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name = '' ] } } @@ -44295,7 +46322,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [12] { + - Properties [13] { Property [ protected $eventsManager = NULL ] Property [ protected $checkedPath = NULL ] Property [ protected $classes = NULL ] @@ -44308,6 +46335,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $isDebug = false ] Property [ protected $isRegistered = false ] Property [ protected $namespaces = NULL ] + Property [ protected $nestingLevel = 0 ] } - Methods [35] { @@ -44562,9 +46590,10 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Method [ private method checkDirectories ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $directories ] Parameter #1 [ string $dirSeparator ] + Parameter #2 [ string $name = '' ] } - Return [ array ] } @@ -46076,7 +48105,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ string $prefix = '' ] @@ -47027,7 +49056,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] { + Class [ class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Cache\Cache, Phalcon\Cache\CacheInterface ] { - Constants [0] { } @@ -47044,14 +49073,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [24] { - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -47059,7 +49088,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method deleteMultiple ] { + Method [ public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] @@ -47067,7 +49096,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -47075,7 +49104,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getMultiple ] { + Method [ public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] @@ -47083,7 +49112,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -47091,7 +49120,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] @@ -47101,7 +49130,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method setMultiple ] { + Method [ public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] @@ -47314,7 +49343,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Cache\Exception\CacheKeysNotIterable extends Phalcon\Cache\Exception\InvalidArgumentException implements Stringable, Throwable ] { + Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -47333,9 +49362,12 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [10] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } @@ -47403,7 +49435,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -47495,95 +49527,6 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Cache\Exception\InvalidCacheKey extends Phalcon\Cache\Exception\InvalidArgumentException implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ class Phalcon\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -47825,7 +49768,9 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ ?string $reason = null ] } } @@ -47983,7 +49928,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] { + Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Dispatcher\Dispatcher, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface, Phalcon\Contracts\Cli\Dispatcher ] { - Constants [0] { } @@ -48025,7 +49970,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $options = NULL ] } - - Methods [54] { + - Methods [57] { Method [ public method callActionMethod ] { - Parameters [3] { @@ -48035,14 +49980,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getActiveTask ] { + Method [ public method getActiveTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } - Method [ public method getLastTask ] { + Method [ public method getLastTask ] { - Parameters [0] { } @@ -48058,21 +50003,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getOptions ] { + Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getTaskName ] { + Method [ public method getTaskName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getTaskSuffix ] { + Method [ public method getTaskSuffix ] { - Parameters [0] { } @@ -48087,7 +50032,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method setDefaultTask ] { + Method [ public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] @@ -48095,7 +50040,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setOptions ] { + Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -48103,7 +50048,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setTaskName ] { + Method [ public method setTaskName ] { - Parameters [1] { Parameter #0 [ string $taskName ] @@ -48111,7 +50056,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setTaskSuffix ] { + Method [ public method setTaskSuffix ] { - Parameters [1] { Parameter #0 [ string $taskSuffix ] @@ -48119,14 +50064,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method handleException ] { + Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } - Method [ protected method throwDispatchException ] { + Method [ protected method throwDispatchException ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -48134,13 +50079,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method dispatch ] { + Method [ public method dispatch ] { - Parameters [0] { } } - Method [ public method forward ] { + Method [ public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] @@ -48148,14 +50093,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method getActionName ] { + Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getActionSuffix ] { + Method [ public method getActionSuffix ] { - Parameters [0] { } @@ -48190,7 +50135,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getHandlerSuffix ] { + Method [ public method getHandlerSuffix ] { - Parameters [0] { } @@ -48218,7 +50163,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getParam ] { + Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] @@ -48227,7 +50172,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getParameter ] { + Method [ public method getParameter ] { - Parameters [3] { Parameter #0 [ $param ] @@ -48236,21 +50181,42 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getParams ] { + Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getParameters ] { + Method [ public method getParameters ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasParam ] { + Method [ public method getPreviousActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousHandlerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] @@ -48266,14 +50232,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method isFinished ] { + Method [ public method isFinished ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setActionName ] { + Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -48281,7 +50247,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setDefaultAction ] { + Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -48289,7 +50255,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setDefaultNamespace ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] @@ -48304,7 +50270,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method setParam ] { + Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] @@ -48322,7 +50288,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setParams ] { + Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] @@ -48346,7 +50312,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setActionSuffix ] { + Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] @@ -48362,7 +50328,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setHandlerSuffix ] { + Method [ public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] @@ -48379,7 +50345,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Dispatcher\DispatcherInterface ] } - Method [ public method setModuleName ] { + Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = null ] @@ -48387,7 +50353,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setNamespaceName ] { + Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] @@ -48395,7 +50361,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method getReturnedValue ] { + Method [ public method getReturnedValue ] { - Parameters [0] { } @@ -48738,7 +50704,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $route = '' ] } } @@ -48827,7 +50794,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $route = '' ] } } @@ -48916,7 +50884,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type = '' ] } } @@ -56463,7 +58432,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface ] { + Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface, Phalcon\Contracts\Logger\Logger ] { - Constants [0] { } @@ -56479,7 +58448,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [15] { - Method [ public method alert ] { + Method [ public method alert ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56488,7 +58457,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method critical ] { + Method [ public method critical ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56497,7 +58466,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method debug ] { + Method [ public method debug ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56506,7 +58475,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method emergency ] { + Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56515,7 +58484,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method error ] { + Method [ public method error ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56524,7 +58493,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method getAdapter ] { + Method [ public method getAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -56532,14 +58501,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getAdapters ] { + Method [ public method getAdapters ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getLogLevel ] { + Method [ public method getLogLevel ] { - Parameters [0] { } @@ -56553,14 +58522,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } - Method [ public method getName ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method info ] { + Method [ public method info ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56569,7 +58538,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method notice ] { + Method [ public method notice ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56578,7 +58547,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method trace ] { + Method [ public method trace ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56587,7 +58556,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method warning ] { + Method [ public method warning ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -56596,7 +58565,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method log ] { + Method [ public method log ] { - Parameters [3] { Parameter #0 [ $level ] @@ -61039,7 +63008,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $supportedOperators = NULL ] } - - Methods [79] { + - Methods [83] { Method [ public method addColumn ] { - Parameters [3] { @@ -61258,6 +63227,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method supportsOnConflictUpdate ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method sharedLock ] { - Parameters [2] { @@ -61503,6 +63479,27 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } + Method [ public method supportsAlterTable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsMaterializedViews ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReturning ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ protected method getColumnSize ] { - Parameters [1] { @@ -61793,7 +63790,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $supportedOperators = NULL ] } - - Methods [77] { + - Methods [81] { Method [ public method addColumn ] { - Parameters [3] { @@ -62034,6 +64031,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method supportsMaterializedViews ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReturning ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method sharedLock ] { - Parameters [2] { @@ -62242,6 +64253,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } + Method [ public method supportsAlterTable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsOnConflictUpdate ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ protected method getColumnSize ] { - Parameters [1] { @@ -62532,7 +64557,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $supportedOperators = NULL ] } - - Methods [77] { + - Methods [81] { Method [ public method addColumn ] { - Parameters [3] { @@ -62770,6 +64795,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method supportsAlterTable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReturning ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method sharedLock ] { - Parameters [2] { @@ -62983,6 +65022,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } + Method [ public method supportsMaterializedViews ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsOnConflictUpdate ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ protected method getColumnSize ] { - Parameters [1] { @@ -63735,7 +65788,96 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\ColumnTypeRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ColumnTypeRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Exceptions\ConflictTargetColumnRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -63824,7 +65966,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\ConflictTargetColumnRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ConflictUpdateColumnRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -63913,7 +66055,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\ConflictUpdateColumnRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\ForeignKeyColumnsRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64002,7 +66144,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\ForeignKeyColumnsRequired extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\GeneratedAutoIncrementConflict extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64091,7 +66233,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\GeneratedAutoIncrementConflict extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\GeneratedDefaultConflict extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64180,7 +66322,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\GeneratedDefaultConflict extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\IncompleteBindTypes extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64269,7 +66411,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\IncompleteBindTypes extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidBindParameter extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64358,7 +66500,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidBindParameter extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidCheckExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64447,7 +66589,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Exceptions\InvalidCheckExpression extends Phalcon\Db\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Exceptions\InvalidDialectClass extends Phalcon\Db\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -64468,7 +66610,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $className ] } } @@ -67835,7 +69978,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Geometry\GeometryCollection extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + Class [ class Phalcon\Db\Geometry\GeometryCollection extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -67860,7 +70003,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -67874,14 +70017,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } - Method [ public method toWkt ] { + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -67897,7 +70040,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Geometry\LineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + Class [ class Phalcon\Db\Geometry\LineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -67922,7 +70065,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -67936,7 +70079,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } - Method [ public method toWkt ] { + Method [ public method toWkt ] { - Parameters [0] { } @@ -67950,7 +70093,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -67966,7 +70109,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Geometry\MultiLineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + Class [ class Phalcon\Db\Geometry\MultiLineString extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -67991,7 +70134,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -68005,14 +70148,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } - Method [ public method toWkt ] { + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -68028,7 +70171,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Geometry\MultiPoint extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + Class [ class Phalcon\Db\Geometry\MultiPoint extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -68053,7 +70196,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -68067,14 +70210,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } - Method [ public method toWkt ] { + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -68090,7 +70233,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Geometry\MultiPolygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + Class [ class Phalcon\Db\Geometry\MultiPolygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -68115,7 +70258,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -68129,14 +70272,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } - Method [ public method toWkt ] { + Method [ public method toWkt ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -68152,7 +70295,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Geometry\Point extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + Class [ class Phalcon\Db\Geometry\Point extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -68179,7 +70322,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -68200,7 +70343,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ float ] } - Method [ public method toWkt ] { + Method [ public method toWkt ] { - Parameters [0] { } @@ -68214,7 +70357,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -68230,7 +70373,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Db\Geometry\Polygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Db\Geometry\GeometryInterface, Stringable ] { + Class [ class Phalcon\Db\Geometry\Polygon extends Phalcon\Db\Geometry\AbstractGeometry implements Phalcon\Contracts\Db\Geometry\Geometry, Phalcon\Db\Geometry\GeometryInterface, Stringable ] { - Constants [0] { } @@ -68255,7 +70398,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { - Parameters [0] { } @@ -68269,7 +70412,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ array ] } - Method [ public method toWkt ] { + Method [ public method toWkt ] { - Parameters [0] { } @@ -68283,7 +70426,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getSrid ] { + Method [ public method getSrid ] { - Parameters [0] { } @@ -71963,7 +74106,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { + Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Contracts\Domain\Payload\Payload, Phalcon\Contracts\Domain\Payload\Writeable, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Contracts\Domain\Payload\Readable, Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } @@ -71984,44 +74127,44 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [12] { - Method [ public method getException ] { + Method [ public method getException ] { - Parameters [0] { } - Return [ ?Throwable ] } - Method [ public method getExtras ] { + Method [ public method getExtras ] { - Parameters [0] { } } - Method [ public method getInput ] { + Method [ public method getInput ] { - Parameters [0] { } } - Method [ public method getMessages ] { + Method [ public method getMessages ] { - Parameters [0] { } } - Method [ public method getStatus ] { + Method [ public method getStatus ] { - Parameters [0] { } } - Method [ public method getOutput ] { + Method [ public method getOutput ] { - Parameters [0] { } } - Method [ public method setException ] { + Method [ public method setException ] { - Parameters [1] { Parameter #0 [ Throwable $exception ] @@ -72029,7 +74172,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setExtras ] { + Method [ public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] @@ -72037,7 +74180,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setInput ] { + Method [ public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] @@ -72045,7 +74188,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setMessages ] { + Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] @@ -72053,7 +74196,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setOutput ] { + Method [ public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] @@ -72061,7 +74204,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setStatus ] { + Method [ public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] @@ -72138,7 +74281,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt implements Phalcon\Encryption\Crypt\CryptInterface ] { + Class [ class Phalcon\Encryption\Crypt implements Phalcon\Encryption\Crypt\CryptInterface, Phalcon\Contracts\Encryption\Crypt\Crypt ] { - Constants [9] { Constant [ public string DEFAULT_ALGORITHM ] { sha256 } @@ -72183,7 +74326,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method decrypt ] { + Method [ public method decrypt ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -72192,7 +74335,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method decryptBase64 ] { + Method [ public method decryptBase64 ] { - Parameters [3] { Parameter #0 [ string $input ] @@ -72202,7 +74345,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method encrypt ] { + Method [ public method encrypt ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -72211,7 +74354,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method encryptBase64 ] { + Method [ public method encryptBase64 ] { - Parameters [3] { Parameter #0 [ string $input ] @@ -72221,28 +74364,28 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getAvailableCiphers ] { + Method [ public method getAvailableCiphers ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getAuthData ] { + Method [ public method getAuthData ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAuthTag ] { + Method [ public method getAuthTag ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAuthTagLength ] { + Method [ public method getAuthTagLength ] { - Parameters [0] { } @@ -72263,14 +74406,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getCipher ] { + Method [ public method getCipher ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getKey ] { + Method [ public method getKey ] { - Parameters [0] { } @@ -72285,44 +74428,44 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method setAuthData ] { + Method [ public method setAuthData ] { - Parameters [1] { Parameter #0 [ string $data ] } - - Return [ static ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setAuthTag ] { + Method [ public method setAuthTag ] { - Parameters [1] { Parameter #0 [ string $tag ] } - - Return [ static ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setAuthTagLength ] { + Method [ public method setAuthTagLength ] { - Parameters [1] { Parameter #0 [ int $length ] } - - Return [ static ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setCipher ] { + Method [ public method setCipher ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - - Return [ static ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setKey ] { + Method [ public method setKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - - Return [ static ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ public method setHashAlgorithm ] { @@ -72333,20 +74476,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } - Method [ public method setPadding ] { + Method [ public method setPadding ] { - Parameters [1] { Parameter #0 [ int $scheme ] } - - Return [ static ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method useSigning ] { + Method [ public method useSigning ] { - Parameters [1] { Parameter #0 [ bool $useSigning ] } - - Return [ static ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } Method [ protected method checkCipherHashIsAvailable ] { @@ -72842,6 +74985,184 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Class [ class Phalcon\Encryption\Crypt\Exception\InvalidAuthTagLength extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Encryption\Crypt\Exception\InvalidDecryptLength extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Encryption\Crypt\Exception\InvalidPaddingSize extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] { - Constants [0] { @@ -73567,7 +75888,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Padding\Ansi implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Ansi implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -73582,7 +75903,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method pad ] { + Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -73590,7 +75911,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method unpad ] { + Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -73601,7 +75922,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Padding\Iso10126 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Iso10126 implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -73616,7 +75937,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method pad ] { + Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -73624,7 +75945,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method unpad ] { + Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -73635,7 +75956,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Padding\IsoIek implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\IsoIek implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -73650,7 +75971,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method pad ] { + Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -73658,7 +75979,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method unpad ] { + Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -73669,7 +75990,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Padding\Noop implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Noop implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -73684,7 +76005,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method pad ] { + Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -73692,7 +76013,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method unpad ] { + Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -73703,7 +76024,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Padding\Pkcs7 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Pkcs7 implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -73718,7 +76039,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method pad ] { + Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -73726,7 +76047,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method unpad ] { + Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -73737,7 +76058,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Padding\Space implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Space implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -73752,7 +76073,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method pad ] { + Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -73760,7 +76081,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method unpad ] { + Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -73771,7 +76092,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Crypt\Padding\Zero implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Zero implements Phalcon\Encryption\Crypt\Padding\PadInterface, Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -73786,7 +76107,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method pad ] { + Method [ public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -73794,7 +76115,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method unpad ] { + Method [ public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -75469,7 +77790,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\JWT\Signer\Hmac extends Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { + Class [ class Phalcon\Encryption\Security\JWT\Signer\Hmac extends Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer, Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - Constants [0] { } @@ -75492,14 +77813,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getAlgHeader ] { + Method [ public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } - Method [ public method sign ] { + Method [ public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] @@ -75508,7 +77829,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method verify ] { + Method [ public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] @@ -75527,7 +77848,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getAlgorithm ] { + Method [ public method getAlgorithm ] { - Parameters [0] { } @@ -75536,7 +77857,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\JWT\Signer\None implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { + Class [ class Phalcon\Encryption\Security\JWT\Signer\None implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface, Phalcon\Contracts\Encryption\Security\JWT\Signer\Signer ] { - Constants [0] { } @@ -75551,21 +77872,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [4] { - Method [ public method getAlgHeader ] { + Method [ public method getAlgHeader ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAlgorithm ] { + Method [ public method getAlgorithm ] { - Parameters [0] { } - Return [ string ] } - Method [ public method sign ] { + Method [ public method sign ] { - Parameters [2] { Parameter #0 [ string $payload ] @@ -75574,7 +77895,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method verify ] { + Method [ public method verify ] { - Parameters [3] { Parameter #0 [ string $source ] @@ -75886,9 +78207,10 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [14] { Method [ public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Token $token ] Parameter #1 [ int $timeShift = 0 ] + Parameter #2 [ ?Phalcon\Time\Clock\ClockInterface $clock = null ] } } @@ -76154,7 +78476,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\Uuid\RandomNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { + Class [ class Phalcon\Encryption\Security\Uuid\RandomNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface, Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] { - Constants [0] { } @@ -76169,7 +78491,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [1] { - Method [ public method getNode ] { + Method [ public method getNode ] { - Parameters [0] { } @@ -76178,7 +78500,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\Uuid\SysNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { + Class [ class Phalcon\Encryption\Security\Uuid\SysNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface, Phalcon\Contracts\Encryption\Security\Uuid\NodeProvider ] { - Constants [0] { } @@ -76194,7 +78516,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [2] { - Method [ public method getNode ] { + Method [ public method getNode ] { - Parameters [0] { } @@ -76211,7 +78533,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - 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 ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version1 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface, Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] { - Constants [7] { Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } @@ -76243,14 +78565,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getDateTime ] { + Method [ public method getDateTime ] { - Parameters [0] { } - Return [ DateTimeImmutable ] } - Method [ public method getNode ] { + Method [ public method getNode ] { - Parameters [0] { } @@ -76304,7 +78626,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\Uuid\Version3 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version3 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - Constants [7] { Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } @@ -76383,7 +78705,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\Uuid\Version4 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version4 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - Constants [7] { Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } @@ -76460,7 +78782,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\Uuid\Version5 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version5 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - Constants [7] { Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } @@ -76539,7 +78861,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - 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 ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version6 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface, Phalcon\Contracts\Encryption\Security\Uuid\TimeBasedUuid ] { - Constants [7] { Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } @@ -76569,14 +78891,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getDateTime ] { + Method [ public method getDateTime ] { - Parameters [0] { } - Return [ DateTimeImmutable ] } - Method [ public method getNode ] { + Method [ public method getNode ] { - Parameters [0] { } @@ -76630,7 +78952,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Encryption\Security\Uuid\Version7 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version7 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Contracts\Encryption\Security\Uuid\Uuid, Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - Constants [7] { Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } @@ -85673,7 +87995,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Contracts\Flash\Flash, Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -85699,7 +88021,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [24] { - Method [ public method message ] { + Method [ public method message ] { - Parameters [2] { Parameter #0 [ string $type ] @@ -85731,7 +88053,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method error ] { + Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -85781,7 +88103,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method notice ] { + Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -85845,7 +88167,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } - Method [ public method success ] { + Method [ public method success ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -85862,7 +88184,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?string ] } - Method [ public method warning ] { + Method [ public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -86154,7 +88476,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Contracts\Flash\Flash, Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [1] { Constant [ public string SESSION_KEY ] { _flashMessages } @@ -86166,7 +88488,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [11] { + - Properties [12] { Property [ protected $container = NULL ] Property [ protected $autoescape = true ] Property [ protected $automaticHtml = true ] @@ -86178,9 +88500,19 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $interpolator = NULL ] Property [ protected $messages = NULL ] Property [ protected $sessionService = NULL ] + Property [ protected $sessionKey = '' ] } - Methods [29] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = null ] + Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = null ] + Parameter #2 [ ?string $sessionKey = null ] + } + } + Method [ public method clear ] { - Parameters [0] { @@ -86205,7 +88537,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method message ] { + Method [ public method message ] { - Parameters [2] { Parameter #0 [ string $type ] @@ -86246,15 +88578,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = null ] - Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = null ] - } - } - - Method [ public method error ] { + Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -86304,7 +88628,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method notice ] { + Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -86368,7 +88692,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } - Method [ public method success ] { + Method [ public method success ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -86385,7 +88709,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?string ] } - Method [ public method warning ] { + Method [ public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] @@ -99047,7 +101371,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Properties [0] { } - - Methods [1] { + - Methods [2] { Method [ public method serialize ] { - Parameters [1] { @@ -99055,6 +101379,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Return [ ?string ] } + + Method [ private method quote ] { + + - Parameters [1] { + Parameter #0 [ string $value ] + } + - Return [ string ] + } } } @@ -102001,7 +104333,15 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method create ] { + + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + } + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + } } - Properties [7] { @@ -102037,7 +104377,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ protected method processBackground ] { + Method [ protected method processBackground ] { - Parameters [4] { Parameter #0 [ int $red ] @@ -102048,7 +104388,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processBlur ] { + Method [ protected method processBlur ] { - Parameters [1] { Parameter #0 [ int $radius ] @@ -102064,7 +104404,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ protected method processCrop ] { + Method [ protected method processCrop ] { - Parameters [4] { Parameter #0 [ int $width ] @@ -102075,7 +104415,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processFlip ] { + Method [ protected method processFlip ] { - Parameters [1] { Parameter #0 [ int $direction ] @@ -102083,14 +104423,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processMask ] { + Method [ protected method processMask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } } - Method [ protected method processPixelate ] { + Method [ protected method processPixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] @@ -102098,7 +104438,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processReflection ] { + Method [ protected method processReflection ] { - Parameters [3] { Parameter #0 [ int $height ] @@ -102108,7 +104448,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processRender ] { + Method [ protected method processRender ] { - Parameters [2] { Parameter #0 [ string $extension ] @@ -102116,7 +104456,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ protected method processResize ] { + Method [ protected method processResize ] { - Parameters [2] { Parameter #0 [ int $width ] @@ -102125,7 +104465,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processRotate ] { + Method [ protected method processRotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] @@ -102133,7 +104473,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processSave ] { + Method [ protected method processSave ] { - Parameters [2] { Parameter #0 [ string $file ] @@ -102142,7 +104482,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ protected method processSharpen ] { + Method [ protected method processSharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] @@ -102150,7 +104490,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processText ] { + Method [ protected method processText ] { - Parameters [9] { Parameter #0 [ string $text ] @@ -102166,7 +104506,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processWatermark ] { + Method [ protected method processWatermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] @@ -102376,7 +104716,15 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method create ] { + + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + } + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + } } - Properties [8] { @@ -102426,7 +104774,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processBackground ] { + Method [ protected method processBackground ] { - Parameters [4] { Parameter #0 [ int $red ] @@ -102437,7 +104785,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processBlur ] { + Method [ protected method processBlur ] { - Parameters [1] { Parameter #0 [ int $radius ] @@ -102445,7 +104793,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processCrop ] { + Method [ protected method processCrop ] { - Parameters [4] { Parameter #0 [ int $width ] @@ -102456,7 +104804,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processFlip ] { + Method [ protected method processFlip ] { - Parameters [1] { Parameter #0 [ int $direction ] @@ -102464,15 +104812,15 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processMask ] { + Method [ protected method processMask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - Return [ void ] } - Method [ protected method processPixelate ] { + Method [ protected method processPixelate ] { - Parameters [1] { Parameter #0 [ int $amount ] @@ -102480,7 +104828,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processReflection ] { + Method [ protected method processReflection ] { - Parameters [3] { Parameter #0 [ int $height ] @@ -102490,7 +104838,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processRender ] { + Method [ protected method processRender ] { - Parameters [2] { Parameter #0 [ string $extension ] @@ -102499,7 +104847,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ protected method processResize ] { + Method [ protected method processResize ] { - Parameters [2] { Parameter #0 [ int $width ] @@ -102508,7 +104856,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processRotate ] { + Method [ protected method processRotate ] { - Parameters [1] { Parameter #0 [ int $degrees ] @@ -102516,7 +104864,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processSave ] { + Method [ protected method processSave ] { - Parameters [2] { Parameter #0 [ string $file ] @@ -102525,7 +104873,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processSharpen ] { + Method [ protected method processSharpen ] { - Parameters [1] { Parameter #0 [ int $amount ] @@ -102533,7 +104881,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processText ] { + Method [ protected method processText ] { - Parameters [9] { Parameter #0 [ string $text ] @@ -102549,10 +104897,10 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ protected method processWatermark ] { + Method [ protected method processWatermark ] { - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ int $offsetX ] Parameter #2 [ int $offsetY ] Parameter #3 [ int $opacity ] @@ -103047,6 +105395,96 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Class [ class Phalcon\Image\Exceptions\InvalidColor extends Phalcon\Image\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $color ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Image\Exceptions\MissingDimensions extends Phalcon\Image\Exception implements Stringable, Throwable ] { - Constants [0] { @@ -104230,7 +106668,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Contracts\Logger\Adapter\Adapter, Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } @@ -104250,14 +106688,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [15] { - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method process ] { + Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -104286,7 +106724,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method add ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -104294,21 +106732,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method begin ] { + Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method commit ] { + Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { - Parameters [0] { } @@ -104322,21 +106760,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ int ] } - Method [ public method inTransaction ] { + Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method rollback ] { + Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setFormatter ] { + Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] @@ -104362,7 +106800,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Contracts\Logger\Adapter\Adapter, Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } @@ -104393,7 +106831,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } @@ -104407,7 +106845,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method process ] { + Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -104460,7 +106898,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method add ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -104468,21 +106906,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method begin ] { + Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method commit ] { + Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { - Parameters [0] { } @@ -104496,21 +106934,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ int ] } - Method [ public method inTransaction ] { + Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method rollback ] { + Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setFormatter ] { + Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] @@ -104536,7 +106974,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Contracts\Logger\Adapter\Adapter, Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } @@ -104568,14 +107006,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method process ] { + Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -104622,7 +107060,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method add ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -104630,21 +107068,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method begin ] { + Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method commit ] { + Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getFormatter ] { + Method [ public method getFormatter ] { - Parameters [0] { } @@ -104658,21 +107096,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ int ] } - Method [ public method inTransaction ] { + Method [ public method inTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method rollback ] { + Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method setFormatter ] { + Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] @@ -105261,7 +107699,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Contracts\Logger\Formatter\Formatter, Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } @@ -105288,7 +107726,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method format ] { + Method [ public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -105379,7 +107817,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Contracts\Logger\Formatter\Formatter, Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } @@ -105408,7 +107846,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method format ] { + Method [ public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] @@ -105582,7 +108020,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface ] { + Class [ class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface, Phalcon\Contracts\Logger\Logger ] { - Constants [10] { Constant [ public int ALERT ] { 2 } @@ -105603,16 +108041,17 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ protected $adapters = NULL ] + Property [ protected $clock = NULL ] Property [ protected $excluded = NULL ] Property [ protected $logLevel = 8 ] Property [ protected $name = '' ] Property [ protected $timezone = NULL ] } - - Methods [23] { - Method [ public method alert ] { + - Methods [26] { + Method [ public method alert ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105621,7 +108060,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method critical ] { + Method [ public method critical ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105630,7 +108069,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method debug ] { + Method [ public method debug ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105639,7 +108078,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method emergency ] { + Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105648,7 +108087,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method error ] { + Method [ public method error ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105657,7 +108096,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method info ] { + Method [ public method info ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105666,7 +108105,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method log ] { + Method [ public method log ] { - Parameters [3] { Parameter #0 [ $level ] @@ -105676,7 +108115,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method notice ] { + Method [ public method notice ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105685,7 +108124,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method trace ] { + Method [ public method trace ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105694,7 +108133,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method warning ] { + Method [ public method warning ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -105705,10 +108144,11 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $name ] Parameter #1 [ array $adapters = [] ] Parameter #2 [ ?DateTimeZone $timezone = null ] + Parameter #3 [ ?Phalcon\Time\Clock\ClockInterface $clock = null ] } } @@ -105721,6 +108161,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } + Method [ public method begin ] { + + - Parameters [0] { + } + - Return [ static ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ static ] + } + Method [ public method excludeAdapters ] { - Parameters [1] { @@ -105729,7 +108183,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } - Method [ public method getAdapter ] { + Method [ public method getAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -105737,21 +108191,21 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getAdapters ] { + Method [ public method getAdapters ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getLogLevel ] { + Method [ public method getLogLevel ] { - Parameters [0] { } - Return [ int ] } - Method [ public method getName ] { + Method [ public method getName ] { - Parameters [0] { } @@ -105766,6 +108220,13 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ static ] } + Method [ public method rollback ] { + + - Parameters [0] { + } + - Return [ static ] + } + Method [ public method setAdapters ] { - Parameters [1] { @@ -106193,7 +108654,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { + Class [ class Phalcon\Messages\Messages implements Phalcon\Contracts\Messages\Messages, Traversable, Iterator, Countable, ArrayAccess, JsonSerializable ] { - Constants [0] { } @@ -106217,7 +108678,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method appendMessage ] { + Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] @@ -106225,7 +108686,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method appendMessages ] { + Method [ public method appendMessages ] { - Parameters [1] { Parameter #0 [ $messages ] @@ -106246,7 +108707,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Messages\MessageInterface ] } - Method [ public method filter ] { + Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $fieldName ] @@ -106581,7 +109042,9 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Methods [10] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ ?string $reason = null ] } } @@ -106817,7 +109280,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { + Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Dispatcher\Dispatcher, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface, Phalcon\Contracts\Mvc\Dispatcher ] { - Constants [0] { } @@ -106858,8 +109321,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected $handlerSuffix = 'Controller' ] } - - Methods [53] { - Method [ public method forward ] { + - Methods [54] { + Method [ public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] @@ -106867,7 +109330,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method getActiveController ] { + Method [ public method getActiveController ] { - Parameters [0] { } @@ -106881,27 +109344,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getControllerName ] { + Method [ public method getControllerName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getLastController ] { + Method [ public method getLastController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ public method getPreviousActionName ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ public method getPreviousControllerName ] { - Parameters [0] { @@ -106909,14 +109365,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getPreviousNamespaceName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method setControllerName ] { + Method [ public method setControllerName ] { - Parameters [1] { Parameter #0 [ string $controllerName ] @@ -106924,7 +109373,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Mvc\DispatcherInterface ] } - Method [ public method setControllerSuffix ] { + Method [ public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] @@ -106932,7 +109381,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Mvc\DispatcherInterface ] } - Method [ public method setDefaultController ] { + Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] @@ -106940,14 +109389,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Mvc\DispatcherInterface ] } - Method [ protected method handleException ] { + Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } - Method [ protected method throwDispatchException ] { + Method [ protected method throwDispatchException ] { - Parameters [2] { Parameter #0 [ string $message ] @@ -106964,20 +109413,20 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method dispatch ] { + Method [ public method dispatch ] { - Parameters [0] { } } - Method [ public method getActionName ] { + Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getActionSuffix ] { + Method [ public method getActionSuffix ] { - Parameters [0] { } @@ -107012,7 +109461,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getHandlerSuffix ] { + Method [ public method getHandlerSuffix ] { - Parameters [0] { } @@ -107040,7 +109489,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method getParam ] { + Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] @@ -107049,7 +109498,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getParameter ] { + Method [ public method getParameter ] { - Parameters [3] { Parameter #0 [ $param ] @@ -107058,21 +109507,42 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } - Method [ public method getParams ] { + Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getParameters ] { + Method [ public method getParameters ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasParam ] { + Method [ public method getPreviousActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousHandlerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] @@ -107088,14 +109558,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method isFinished ] { + Method [ public method isFinished ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setActionName ] { + Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -107103,7 +109573,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setDefaultAction ] { + Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] @@ -107111,7 +109581,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setDefaultNamespace ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] @@ -107126,7 +109596,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } - Method [ public method setParam ] { + Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] @@ -107144,7 +109614,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setParams ] { + Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] @@ -107168,7 +109638,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setActionSuffix ] { + Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] @@ -107184,7 +109654,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setHandlerSuffix ] { + Method [ public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] @@ -107201,7 +109671,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ Phalcon\Dispatcher\DispatcherInterface ] } - Method [ public method setModuleName ] { + Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ ?string $moduleName = null ] @@ -107209,7 +109679,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method setNamespaceName ] { + Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] @@ -107217,7 +109687,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ void ] } - Method [ public method getReturnedValue ] { + Method [ public method getReturnedValue ] { - Parameters [0] { } @@ -132606,18 +135076,18 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Methods [7] { - Method [ public method paginate ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $config ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ public method __construct ] { + Method [ public method paginate ] { - - Parameters [1] { - Parameter #0 [ array $config ] + - Parameters [0] { } + - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method getLimit ] { @@ -134974,6 +137444,95 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } } + Class [ class Phalcon\Session\Exceptions\InvalidSessionId extends Phalcon\Session\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Session\Exceptions\InvalidSessionName extends Phalcon\Session\Exception implements Stringable, Throwable ] { - Constants [0] { @@ -141699,7 +144258,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Property [ protected static $overrides = NULL ] } - - Static methods [3] { + - Static methods [4] { Method [ static public method get ] { - Parameters [1] { @@ -141723,6 +144282,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { } - Return [ void ] } + + Method [ static private method readGlobal ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ mixed ] + } } - Properties [0] { @@ -142471,7 +145038,7 @@ Extension [ extension #153 phalcon version 5.14.2 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $message ] + Parameter #0 [ string $modifier ] Parameter #1 [ ?Throwable $ex = null ] } } @@ -142657,13 +145224,15 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [3] { + - Properties [5] { Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolator = NULL ] Property [ protected $interpolatorFactory = NULL ] + Property [ protected $triggerError = false ] Property [ protected $translate = NULL ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [2] { @@ -142733,6 +145302,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } + Method [ public method offsetExists ] { - Parameters [1] { @@ -142797,16 +145374,18 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [6] { + - Properties [8] { Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolator = NULL ] Property [ protected $interpolatorFactory = NULL ] + Property [ protected $triggerError = false ] Property [ protected $category = NULL ] Property [ protected $defaultDomain = NULL ] Property [ protected $directory = NULL ] Property [ protected $locale = NULL ] } - - Methods [24] { + - Methods [25] { Method [ public method __construct ] { - Parameters [2] { @@ -142952,6 +145531,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } + Method [ public method offsetExists ] { - Parameters [1] { @@ -143016,11 +145603,12 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolator = NULL ] Property [ protected $interpolatorFactory = NULL ] + Property [ protected $triggerError = false ] Property [ private $translate = NULL ] - Property [ private $triggerError = false ] } - Methods [13] { @@ -143048,14 +145636,6 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ bool ] } - Method [ public method notFound ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ string ] - } - Method [ public method query ] { - Parameters [2] { @@ -143081,6 +145661,14 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Return [ string ] } + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } + Method [ public method offsetExists ] { - Parameters [1] { @@ -144051,7 +146639,8 @@ Extension [ extension #153 phalcon version 5.14.2 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $interpolate = NULL ] } - Methods [1] { -- cgit