From 0b955e8ef77a6c7c22c28184d150dbf3ef57f15f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2026 08:10:01 +0200 Subject: update to 5.16.0 --- PHPINFO | 5 +- REFLECTION | 9900 ++++++++++++++++++++++++++++++++++++++++++----------- composer.json | 1 + php-phalcon5.spec | 12 +- 4 files changed, 7964 insertions(+), 1954 deletions(-) diff --git a/PHPINFO b/PHPINFO index 72549c3..438146e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,14 +5,15 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 5.15.0 -Build Date => Jun 19 2026 00:00:00 +Version => 5.16.0 +Build Date => Jun 23 2026 00:00:00 Powered by Zephir => Version 0.23.0-$Id$ Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On phalcon.db.force_casting => Off => Off phalcon.form.strict_entity_property_check => Off => Off +phalcon.orm.call_setters_on_hydration => Off => Off phalcon.orm.case_insensitive_column_map => Off => Off phalcon.orm.cast_last_insert_id_to_int => Off => Off phalcon.orm.cast_on_hydrate => Off => Off diff --git a/REFLECTION b/REFLECTION index 3370eb5..9671636 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 phalcon version 5.15.0 ] { +Extension [ extension #154 phalcon version 5.16.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -18,6 +18,9 @@ Extension [ extension #153 phalcon version 5.15.0 ] { Entry [ phalcon.form.strict_entity_property_check ] Current = '0' } + Entry [ phalcon.orm.call_setters_on_hydration ] + Current = '0' + } Entry [ phalcon.orm.case_insensitive_column_map ] Current = '0' } @@ -77,7 +80,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - - Classes [1329] { + - Classes [1398] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -1755,7 +1758,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Interface [ interface Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { + Interface [ interface Phalcon\Queue\Exceptions\QueueThrowable extends Throwable, Stringable ] { - Constants [0] { } @@ -1769,320 +1772,65 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method pad ] { - - - Parameters [1] { - Parameter #0 [ int $paddingSize ] - } - - Return [ string ] - } - - Method [ abstract public method unpad ] { - - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] - } - - Return [ int ] - } - } - } - - 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] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ abstract public method getSrid ] { + - Methods [8] { + Method [ abstract public method getMessage ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getType ] { + Method [ abstract public method getCode ] { - Parameters [0] { } - - Return [ int ] } - Method [ abstract public method toWkt ] { + Method [ abstract public method getFile ] { - Parameters [0] { } - Return [ string ] } - } - } - 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 ] { + Method [ abstract public method getLine ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ abstract public method decrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - - Return [ int|bool ] - } - - Method [ abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ abstract public method deleteMultiple ] { - - - Parameters [1] { - Parameter #0 [ array $keys ] - } - - Return [ bool ] - } - - Method [ abstract public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } + - Return [ int ] } - Method [ abstract public method getAdapter ] { + Method [ abstract public method getTrace ] { - Parameters [0] { } - } - - Method [ abstract public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] - } - Return [ array ] } - Method [ abstract public method getPrefix ] { + Method [ abstract public method getPrevious ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ abstract public method has ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ abstract public method increment ] { - - - 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 setForever ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ bool ] + - Return [ ?Throwable ] } - } - } - Interface [ interface Phalcon\Contracts\Assets\Asset ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [7] { - Method [ abstract public method getAssetKey ] { + Method [ abstract public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getAttributes ] { - - - Parameters [0] { - } - - Return [ ?array ] - } - - Method [ abstract public method getFilter ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ abstract public method getType ] { + Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } - - Method [ abstract public method setAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ Phalcon\Contracts\Assets\Asset ] - } - - Method [ abstract public method setFilter ] { - - - Parameters [1] { - Parameter #0 [ bool $filter ] - } - - Return [ Phalcon\Contracts\Assets\Asset ] - } - - Method [ abstract public method setType ] { - - - Parameters [1] { - Parameter #0 [ string $type ] - } - - Return [ Phalcon\Contracts\Assets\Asset ] - } - } - } - - 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 [ Phalcon\Contracts\Encryption\Security\Security $hasher ] - Parameter #1 [ array $options ] - } - - Return [ static ] - } - } - - - Properties [0] { - } - - - Methods [3] { - Method [ abstract public method retrieveByCredentials ] { - - - Parameters [1] { - Parameter #0 [ array $credentials ] - } - - 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 extends Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { + Interface [ interface Phalcon\Contracts\Encryption\Crypt\Padding\Pad ] { - Constants [0] { } @@ -2097,7 +1845,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } - Methods [2] { - Method [ abstract public method pad ] { + Method [ abstract public method pad ] { - Parameters [1] { Parameter #0 [ int $paddingSize ] @@ -2105,7 +1853,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string ] } - Method [ abstract public method unpad ] { + Method [ abstract public method unpad ] { - Parameters [2] { Parameter #0 [ string $input ] @@ -2116,7 +1864,334 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Interface [ interface Phalcon\Encryption\Security\Uuid\UuidInterface extends Phalcon\Contracts\Encryption\Security\Uuid\Uuid ] { + 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] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getSrid ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method toWkt ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + 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 [ bool ] + } + + Method [ abstract public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + - Return [ int|bool ] + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method getAdapter ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ abstract public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method increment ] { + + - 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 setForever ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Contracts\Assets\Asset ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ ?array ] + } + + Method [ abstract public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Contracts\Assets\Asset ] + } + + Method [ abstract public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Contracts\Assets\Asset ] + } + + Method [ abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Contracts\Assets\Asset ] + } + } + } + + 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 [ Phalcon\Contracts\Encryption\Security\Security $hasher ] + Parameter #1 [ array $options ] + } + - Return [ static ] + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method retrieveByCredentials ] { + + - Parameters [1] { + Parameter #0 [ array $credentials ] + } + - 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 extends 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 [ int $paddingSize ] + } + - Return [ string ] + } + + Method [ abstract public method unpad ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] + } + - Return [ int ] + } + } + } + + 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 } @@ -3939,6 +4014,440 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Interface [ interface Phalcon\Contracts\Queue\Consumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ abstract public method acknowledge ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ abstract public method getQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ abstract public method receive ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ abstract public method receiveNoWait ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ abstract public method reject ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #1 [ bool $requeue = false ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Contracts\Queue\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method createConsumer ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + } + - Return [ Phalcon\Contracts\Queue\Consumer ] + } + + Method [ abstract public method createMessage ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + - Return [ Phalcon\Contracts\Queue\Message ] + } + + Method [ abstract public method createProducer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ abstract public method createQueue ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ abstract public method createSubscriptionConsumer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ] + } + + Method [ abstract public method createTemporaryQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ abstract public method createTopic ] { + + - Parameters [1] { + Parameter #0 [ string $topicName ] + } + - Return [ Phalcon\Contracts\Queue\Topic ] + } + + Method [ abstract public method purgeQueue ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Contracts\Queue\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ abstract public method getBody ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getCorrelationId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ abstract public method getHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getMessageId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ abstract public method getProperties ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method getReplyTo ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ abstract public method getTimestamp ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ abstract public method isRedelivered ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setBody ] { + + - Parameters [1] { + Parameter #0 [ string $body ] + } + - Return [ void ] + } + + Method [ abstract public method setCorrelationId ] { + + - Parameters [1] { + Parameter #0 [ string $correlationId ] + } + - Return [ void ] + } + + Method [ abstract public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setHeaders ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ void ] + } + + Method [ abstract public method setMessageId ] { + + - Parameters [1] { + Parameter #0 [ string $messageId ] + } + - Return [ void ] + } + + Method [ abstract public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ void ] + } + + Method [ abstract public method setProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setRedelivered ] { + + - Parameters [1] { + Parameter #0 [ bool $redelivered ] + } + - Return [ void ] + } + + Method [ abstract public method setReplyTo ] { + + - Parameters [1] { + Parameter #0 [ string $replyTo ] + } + - Return [ void ] + } + + Method [ abstract public method setTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Contracts\Queue\Producer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getDeliveryDelay ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ abstract public method getPriority ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ abstract public method getTimeToLive ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ abstract public method send ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ abstract public method setDeliveryDelay ] { + + - Parameters [1] { + Parameter #0 [ $deliveryDelay = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ abstract public method setPriority ] { + + - Parameters [1] { + Parameter #0 [ $priority = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ abstract public method setTimeToLive ] { + + - Parameters [1] { + Parameter #0 [ $timeToLive = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + } + } + + Interface [ interface Phalcon\Contracts\Queue\SubscriptionConsumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method consume ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ void ] + } + + Method [ abstract public method subscribe ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + Parameter #1 [ $callback ] + } + - Return [ void ] + } + + Method [ abstract public method unsubscribe ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + } + - Return [ void ] + } + + Method [ abstract public method unsubscribeAll ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\Db\Adapter\AdapterInterface extends Phalcon\Contracts\Db\Adapter\Adapter ] { - Constants [0] { @@ -4951,6 +5460,48 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Interface [ interface Phalcon\Contracts\Queue\ConnectionFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method createContext ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Context ] + } + } + } + + Interface [ interface Phalcon\Contracts\Queue\Destination ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { @@ -6030,6 +6581,40 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Interface [ interface Phalcon\Contracts\Support\Debug\TemplateAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ abstract public method setTemplate ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $template ] + } + - Return [ static ] + } + } + } + Interface [ interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { @@ -7513,6 +8098,24 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Interface [ interface Phalcon\Cli\TaskInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ interface Phalcon\Contracts\Cli\Dispatcher extends Phalcon\Contracts\Dispatcher\Dispatcher ] { - Constants [0] { @@ -10552,24 +11155,6 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Interface [ interface Phalcon\Cli\TaskInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - Interface [ interface Phalcon\Contracts\Auth\Adapter\RememberAdapter extends Phalcon\Contracts\Auth\Adapter\Adapter ] { - Constants [0] { @@ -11611,6 +12196,137 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Interface [ interface Phalcon\Contracts\Queue\Queue extends Phalcon\Contracts\Queue\Destination ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getQueueName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Contracts\Queue\Topic extends Phalcon\Contracts\Queue\Destination ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getTopicName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Contracts\Queue\VisibilityAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Phalcon\Contracts\Support\Debug\Renderer extends Phalcon\Contracts\Support\Debug\TemplateAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method getCssSources ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ string ] + } + + Method [ abstract public method getJsSources ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ string ] + } + + Method [ abstract public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method render ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Debug\Report\ExceptionReport $report ] + } + - Return [ string ] + } + + Method [ abstract public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ abstract public method setTemplate ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $template ] + } + - Return [ static ] + } + } + } + Interface [ interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - Constants [0] { @@ -18064,6 +18780,35 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Interface [ interface Phalcon\Contracts\Queue\Processor ] { + + - Constants [3] { + Constant [ public string ACK ] { enqueue.ack } + Constant [ public string REJECT ] { enqueue.reject } + Constant [ public string REQUEUE ] { enqueue.requeue } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method process ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #1 [ Phalcon\Contracts\Queue\Context $context ] + } + - Return [ object|string ] + } + } + } + Interface [ interface Phalcon\Di\InitializationAwareInterface ] { - Constants [0] { @@ -18981,6 +19726,55 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Class [ abstract class Phalcon\Factory\AbstractConfigFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method checkConfigElement ] { + + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] + } + - Return [ array ] + } + + Method [ protected method getException ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Exception ] + } + + Method [ protected method getExceptionClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + Class [ class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -19106,55 +19900,6 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ abstract class Phalcon\Factory\AbstractConfigFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [4] { - Method [ protected method checkConfig ] { - - - Parameters [1] { - Parameter #0 [ $config ] - } - - Return [ array ] - } - - Method [ protected method checkConfigElement ] { - - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] - } - - Return [ array ] - } - - Method [ protected method getException ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ Exception ] - } - - Method [ protected method getExceptionClass ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - Class [ class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -19320,6 +20065,54 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Class [ abstract class Phalcon\Di\Injectable extends stdClass implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $container = NULL ] + } + + - Methods [4] { + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + Class [ abstract class Phalcon\Forms\Element\AbstractElement implements Stringable, Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { @@ -20158,7 +20951,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ abstract class Phalcon\Di\Injectable extends stdClass implements Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20169,44 +20962,88 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $container = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [4] { - Method [ public method __get ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method __isset ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method getDI ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + } + + 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\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20214,7 +21051,20 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [2] { + Method [ static public method tagFactoryNotFound ] { + + - Parameters [0] { + } + - Return [ self ] + } + + Method [ static public method usingParameterRequired ] { + + - Parameters [0] { + } + - Return [ self ] + } } - Properties [4] { @@ -20298,7 +21148,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20306,20 +21156,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - 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] { @@ -20403,165 +21240,73 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Image\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 [ 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 ] { + 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] { } @@ -21864,6 +22609,98 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Class [ class Phalcon\Queue\Exceptions\Exception extends Exception implements Throwable, Stringable, Phalcon\Queue\Exceptions\QueueThrowable ] { + + - 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\Session\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -22180,6 +23017,48 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Class [ abstract class Phalcon\Events\AbstractEventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $eventsManager = NULL ] + } + + - Methods [3] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] + } + } + } + } + Class [ class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -22527,48 +23406,6 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ abstract class Phalcon\Events\AbstractEventsAware ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $eventsManager = NULL ] - } - - - Methods [3] { - Method [ public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - - Return [ void ] - } - - Method [ protected method fireManagerEvent ] { - - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] - } - } - } - } - Class [ class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -25368,7 +26205,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] { - Constants [0] { } @@ -25379,103 +26216,149 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $annotations = NULL ] - Property [ protected $annotationsLimit = 0 ] - Property [ protected $reader = NULL ] + - Properties [2] { + Property [ protected $pollInterval = 200 ] + Property [ protected $queue = NULL ] } - - Methods [11] { - Method [ public method get ] { + - Methods [6] { + Method [ abstract public method acknowledge ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] } - - Return [ Phalcon\Annotations\Reflection ] + - Return [ void ] } - Method [ public method getAnnotationsLimit ] { + Method [ public method getQueue ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Contracts\Queue\Queue ] } - Method [ public method getConstant ] { + Method [ public method receive ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $constantName ] + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ ?Phalcon\Contracts\Queue\Message ] } - Method [ public method getConstants ] { + Method [ abstract public method receiveNoWait ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Contracts\Queue\Message ] } - Method [ public method getProperty ] { + Method [ abstract public method reject ] { - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $propertyName ] + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #1 [ bool $requeue = false ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ void ] } - Method [ public method getProperties ] { + Method [ public method setPollInterval ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ int $pollInterval ] } - - Return [ array ] + - Return [ void ] } + } + } - Method [ public method getMethod ] { + Class [ abstract class Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method createQueue ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ Phalcon\Contracts\Queue\Queue ] } - Method [ public method getMethods ] { + Method [ public method createTemporaryQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTopic ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ string $topicName ] } - - Return [ array ] + - Return [ Phalcon\Contracts\Queue\Topic ] } - Method [ public method getReader ] { + Method [ abstract public method close ] { - Parameters [0] { } - - Return [ Phalcon\Annotations\ReaderInterface ] + - Return [ void ] } - Method [ public method setAnnotationsLimit ] { + Method [ abstract public method createConsumer ] { - Parameters [1] { - Parameter #0 [ int $annotationsLimit ] + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] } + - Return [ Phalcon\Contracts\Queue\Consumer ] } - Method [ public method setReader ] { + Method [ abstract public method createMessage ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + - Return [ Phalcon\Contracts\Queue\Message ] + } + + Method [ abstract public method createProducer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ abstract public method createSubscriptionConsumer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ] + } + + Method [ abstract public method purgeQueue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] } + - Return [ void ] } } } - Class [ class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] { + Class [ abstract class Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] { - Constants [0] { } @@ -25487,129 +26370,179 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $body = '' ] + Property [ protected $headers = NULL ] + Property [ protected $properties = NULL ] + Property [ protected $redelivered = false ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [21] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] } } - Method [ public method __wakeup ] { + Method [ public method getBody ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getCorrelationId ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getCode ] { + Method [ public method getHeader ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] } } - Method [ final public method getFile ] { + Method [ public method getHeaders ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method getMessageId ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?string ] } - Method [ final public method getTrace ] { + Method [ public method getProperties ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getReplyTo ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ ?string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getTimestamp ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?int ] } - Method [ public method __toString ] { + Method [ public method isRedelivered ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - } - } - Class [ abstract class Phalcon\Auth\AbstractAuthDispatcherListener ] { + Method [ public method setBody ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $body ] + } + - Return [ void ] + } - - Static properties [0] { - } + Method [ public method setCorrelationId ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $correlationId ] + } + - Return [ void ] + } - - Properties [1] { - Property [ protected $manager = NULL ] - } + Method [ public method setHeader ] { - - Methods [3] { - Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setHeaders ] { - Parameters [1] { - Parameter #0 [ Phalcon\Contracts\Auth\Manager $manager ] + Parameter #0 [ array $headers ] } + - Return [ void ] } - Method [ abstract protected method getActionType ] { + Method [ public method setMessageId ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $messageId ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method enforce ] { + Method [ public method setProperties ] { - - Parameters [3] { - Parameter #0 [ string $actionName ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ $forwardHandler = ] + - Parameters [1] { + Parameter #0 [ array $properties ] } - - Return [ bool ] + - Return [ void ] + } + + Method [ public method setProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setRedelivered ] { + + - Parameters [1] { + Parameter #0 [ bool $redelivered ] + } + - Return [ void ] + } + + Method [ public method setReplyTo ] { + + - Parameters [1] { + Parameter #0 [ string $replyTo ] + } + - Return [ void ] + } + + Method [ public method setTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ void ] } } } - Class [ abstract class Phalcon\Auth\Access\AbstractAccess implements Phalcon\Contracts\Auth\Access\Access ] { + Class [ abstract class Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] { - Constants [0] { } @@ -25620,70 +26553,67 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $exceptActions = NULL ] - Property [ protected $onlyActions = NULL ] + - Properties [0] { } - Methods [7] { - Method [ public method getExceptActions ] { + Method [ public method getDeliveryDelay ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?int ] } - Method [ public method getOnlyActions ] { + Method [ public method getPriority ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?int ] } - Method [ public method isAllowed ] { + Method [ public method getTimeToLive ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Contracts\Auth\Guard\Guard $guard ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $context = [] ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?int ] } - Method [ public method redirectTo ] { + Method [ abstract public method send ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] } - - Return [ ?array ] + - Return [ void ] } - Method [ public method setExceptActions ] { + Method [ public method setDeliveryDelay ] { - Parameters [1] { - Parameter #0 [ array $exceptActions = [] ] + Parameter #0 [ $deliveryDelay = ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Queue\Producer ] } - Method [ public method setOnlyActions ] { + Method [ public method setPriority ] { - Parameters [1] { - Parameter #0 [ array $onlyActions = [] ] + Parameter #0 [ $priority = ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Queue\Producer ] } - Method [ abstract protected method allowedIf ] { + Method [ public method setTimeToLive ] { - Parameters [1] { - Parameter #0 [ Phalcon\Contracts\Auth\Guard\Guard $guard ] + Parameter #0 [ $timeToLive = ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Queue\Producer ] } } } - Class [ abstract class Phalcon\Auth\Adapter\Config\AbstractAdapterConfig implements Phalcon\Contracts\Auth\Adapter\AdapterConfig ] { + Class [ abstract class Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] { - Constants [0] { } @@ -25694,28 +26624,55 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $model = NULL ] + - Properties [2] { + Property [ protected $pollInterval = 200 ] + Property [ protected $subscriptions = NULL ] } - - Methods [2] { - Method [ public method __construct ] { + - Methods [5] { + Method [ public method consume ] { - Parameters [1] { - Parameter #0 [ ?string $model = null ] + Parameter #0 [ int $timeout = 0 ] } + - Return [ void ] } - Method [ public method getModel ] { + Method [ public method subscribe ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + Parameter #1 [ $callback ] + } + - Return [ void ] + } + + Method [ public method unsubscribe ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + } + - Return [ void ] + } + + Method [ public method unsubscribeAll ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ void ] + } + + Method [ private method resolveQueueName ] { + + - Parameters [1] { + Parameter #0 [ $consumer ] + } + - Return [ string ] } } } - Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { + Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -25726,88 +26683,435 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [3] { + Property [ protected $annotations = NULL ] + Property [ protected $annotationsLimit = 0 ] + Property [ protected $reader = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ $className ] } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method __wakeup ] { + Method [ public method getAnnotationsLimit ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ int ] } - Method [ final public method getMessage ] { + Method [ public method getConstant ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $constantName ] } - - Return [ string ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ final public method getCode ] { + Method [ public method getConstants ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $className ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getProperty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } - - Return [ string ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ final public method getLine ] { + Method [ public method getProperties ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method getMethod ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getReader ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method setAnnotationsLimit ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $annotationsLimit ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method setReader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } - - Return [ string ] } } } - Class [ class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Annotations\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 [ abstract class Phalcon\Auth\AbstractAuthDispatcherListener ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $manager = NULL ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Auth\Manager $manager ] + } + } + + Method [ abstract protected method getActionType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method enforce ] { + + - Parameters [3] { + Parameter #0 [ string $actionName ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ $forwardHandler = ] + } + - Return [ bool ] + } + } + } + + Class [ abstract class Phalcon\Auth\Access\AbstractAccess implements Phalcon\Contracts\Auth\Access\Access ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $exceptActions = NULL ] + Property [ protected $onlyActions = NULL ] + } + + - Methods [7] { + Method [ public method getExceptActions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getOnlyActions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isAllowed ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Contracts\Auth\Guard\Guard $guard ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $context = [] ] + } + - Return [ bool ] + } + + Method [ public method redirectTo ] { + + - Parameters [0] { + } + - Return [ ?array ] + } + + Method [ public method setExceptActions ] { + + - Parameters [1] { + Parameter #0 [ array $exceptActions = [] ] + } + - Return [ void ] + } + + Method [ public method setOnlyActions ] { + + - Parameters [1] { + Parameter #0 [ array $onlyActions = [] ] + } + - Return [ void ] + } + + Method [ abstract protected method allowedIf ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Auth\Guard\Guard $guard ] + } + - Return [ bool ] + } + } + } + + Class [ abstract class Phalcon\Auth\Adapter\Config\AbstractAdapterConfig implements Phalcon\Contracts\Auth\Adapter\AdapterConfig ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $model = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ ?string $model = null ] + } + } + + Method [ public method getModel ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + } + } + + Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\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 [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\Cli\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -26245,7 +27549,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - - Properties [14] { + - Properties [15] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] @@ -26259,10 +27563,11 @@ Extension [ extension #153 phalcon version 5.15.0 ] { Property [ protected $transactionsWithSavepoints = false ] Property [ protected $type = NULL ] Property [ protected $affectedRows = 0 ] + Property [ protected $autoReconnect = false ] Property [ protected $pdo = NULL ] } - - Methods [85] { + - Methods [94] { Method [ public method __construct ] { - Parameters [1] { @@ -26325,6 +27630,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string ] } + Method [ public method ensureConnection ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method execute ] { - Parameters [3] { @@ -26345,6 +27657,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ PDOStatement ] } + Method [ public method getAutoReconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getErrorInfo ] { - Parameters [0] { @@ -26380,6 +27699,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string|bool ] } + Method [ public method ping ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method prepare ] { - Parameters [1] { @@ -26406,6 +27732,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method setAutoReconnect ] { + + - Parameters [1] { + Parameter #0 [ bool $autoReconnect ] + } + - Return [ static ] + } + Method [ abstract protected method getDsnDefaults ] { - Parameters [0] { @@ -26413,6 +27747,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ array ] } + Method [ protected method isConnectionError ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + Method [ protected method prepareRealSql ] { - Parameters [2] { @@ -26422,6 +27764,40 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ void ] } + Method [ private method canReconnect ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + + Method [ private method executeStatement ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + } + + Method [ private method handleConnectionLost ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method queryStatement ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $params ] + Parameter #2 [ array $types ] + } + - Return [ PDOStatement ] + } + Method [ public method addColumn ] { - Parameters [3] { @@ -29889,12 +31265,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - - Properties [2] { + - Properties [4] { + Property [ protected $autoReconnect = false ] Property [ protected $pdo = NULL ] Property [ protected $profiler = NULL ] + Property [ protected $transactionLevel = 0 ] } - - Methods [35] { + - Methods [43] { Method [ public method __call ] { - Parameters [2] { @@ -29931,6 +31309,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ void ] } + Method [ public method ensureConnection ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method errorCode ] { - Parameters [0] { @@ -30062,6 +31447,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Method [ public method getAutoReconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getDriverName ] { - Parameters [0] { @@ -30115,6 +31507,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ PDOStatement ] } + Method [ public method ping ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method prepare ] { - Parameters [2] { @@ -30157,6 +31556,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method setAutoReconnect ] { + + - Parameters [1] { + Parameter #0 [ bool $autoReconnect ] + } + - Return [ static ] + } + Method [ public method setProfiler ] { - Parameters [1] { @@ -30185,6 +31592,38 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } - Return [ array ] } + + Method [ protected method isConnectionError ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + + Method [ private method canReconnect ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + + Method [ private method performStatement ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ PDOStatement ] + } + + Method [ private method reconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } } } @@ -33799,6 +35238,76 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] + } + + - Methods [7] { + Method [ final public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { - Constants [0] { @@ -51131,76 +52640,6 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $container = NULL ] - Property [ protected $eventsManager = NULL ] - } - - - Methods [7] { - Method [ final public method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - - Return [ void ] - } - - Method [ public method __get ] { - - - Parameters [1] { - Parameter #0 [ string $propertyName ] - } - } - - Method [ public method __isset ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ public method getDI ] { - - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } - } - } - Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [1] { @@ -57247,13 +58686,15 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - - Properties [3] { + - Properties [5] { + Property [ protected $autoReconnect = false ] Property [ protected $pdo = NULL ] Property [ protected $profiler = NULL ] + Property [ protected $transactionLevel = 0 ] Property [ protected $arguments = NULL ] } - - Methods [37] { + - Methods [42] { Method [ public method __construct ] { - Parameters [6] { @@ -57309,6 +58750,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method ensureConnection ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method errorCode ] { - Parameters [0] { @@ -57440,6 +58888,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Method [ public method getAutoReconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getDriverName ] { - Parameters [0] { @@ -57493,6 +58948,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ PDOStatement ] } + Method [ public method ping ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method prepare ] { - Parameters [2] { @@ -57535,6 +58997,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method setAutoReconnect ] { + + - Parameters [1] { + Parameter #0 [ bool $autoReconnect ] + } + - Return [ static ] + } + Method [ public method setProfiler ] { - Parameters [1] { @@ -57563,6 +59033,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } - Return [ array ] } + + Method [ protected method isConnectionError ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } } } @@ -57671,12 +59149,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - - Properties [2] { + - Properties [4] { + Property [ protected $autoReconnect = false ] Property [ protected $pdo = NULL ] Property [ protected $profiler = NULL ] + Property [ protected $transactionLevel = 0 ] } - - Methods [36] { + - Methods [41] { Method [ public method __construct ] { - Parameters [2] { @@ -57721,6 +59201,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method ensureConnection ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method errorCode ] { - Parameters [0] { @@ -57852,6 +59339,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Method [ public method getAutoReconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getDriverName ] { - Parameters [0] { @@ -57905,6 +59399,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ PDOStatement ] } + Method [ public method ping ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method prepare ] { - Parameters [2] { @@ -57947,6 +59448,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method setAutoReconnect ] { + + - Parameters [1] { + Parameter #0 [ bool $autoReconnect ] + } + - Return [ static ] + } + Method [ public method setProfiler ] { - Parameters [1] { @@ -57975,6 +59484,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } - Return [ array ] } + + Method [ protected method isConnectionError ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } } } @@ -60397,7 +61914,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - - Properties [14] { + - Properties [15] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] @@ -60409,12 +61926,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { Property [ protected $transactionLevel = 0 ] Property [ protected $transactionsWithSavepoints = false ] Property [ protected $affectedRows = 0 ] + Property [ protected $autoReconnect = false ] Property [ protected $pdo = NULL ] Property [ protected $dialectType = 'mysql' ] Property [ protected $type = 'mysql' ] } - - Methods [85] { + - Methods [90] { Method [ public method addForeignKey ] { - Parameters [3] { @@ -60459,6 +61977,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ array ] } + Method [ protected method isConnectionError ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + Method [ public method __construct ] { - Parameters [1] { @@ -60521,6 +62047,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string ] } + Method [ public method ensureConnection ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method execute ] { - Parameters [3] { @@ -60541,6 +62074,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ PDOStatement ] } + Method [ public method getAutoReconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getErrorInfo ] { - Parameters [0] { @@ -60576,6 +62116,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string|bool ] } + Method [ public method ping ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method prepare ] { - Parameters [1] { @@ -60602,6 +62149,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method setAutoReconnect ] { + + - Parameters [1] { + Parameter #0 [ bool $autoReconnect ] + } + - Return [ static ] + } + Method [ protected method prepareRealSql ] { - Parameters [2] { @@ -61169,7 +62724,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - - Properties [14] { + - Properties [15] { Property [ protected $connectionId = NULL ] Property [ protected $descriptor = NULL ] Property [ protected $dialect = NULL ] @@ -61181,12 +62736,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { Property [ protected $transactionLevel = 0 ] Property [ protected $transactionsWithSavepoints = false ] Property [ protected $affectedRows = 0 ] + Property [ protected $autoReconnect = false ] Property [ protected $pdo = NULL ] Property [ protected $dialectType = 'postgresql' ] Property [ protected $type = 'pgsql' ] } - - Methods [85] { + - Methods [90] { Method [ public method __construct ] { - Parameters [1] { @@ -61269,766 +62825,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ array ] } - Method [ public method affectedRows ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method begin ] { - - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] - } - - Return [ bool ] - } - - Method [ public method commit ] { - - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] - } - - Return [ bool ] - } - - Method [ public method close ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method convertBoundParams ] { - - - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params = [] ] - } - - Return [ array ] - } - - Method [ public method escapeString ] { - - - Parameters [1] { - Parameter #0 [ string $str ] - } - - Return [ string ] - } - - Method [ public method execute ] { - - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] - } - - Return [ bool ] - } - - Method [ public method executePrepared ] { - - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ array $dataTypes = [] ] - } - - Return [ PDOStatement ] - } - - Method [ public method getErrorInfo ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getInternalHandler ] { - - - Parameters [0] { - } - } - - Method [ public method getTransactionLevel ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method isUnderTransaction ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method lastInsertId ] { - - - Parameters [1] { - Parameter #0 [ ?string $name = null ] - } - - Return [ string|bool ] - } - - Method [ public method prepare ] { - - - Parameters [1] { - Parameter #0 [ string $sqlStatement ] - } - - Return [ PDOStatement ] - } - - Method [ public method query ] { - - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] - } - - Return [ Phalcon\Db\ResultInterface|bool ] - } - - Method [ public method rollback ] { - - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] - } - - Return [ bool ] - } - - Method [ protected method prepareRealSql ] { - - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $parameters ] - } - - Return [ void ] - } - - Method [ public method addColumn ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - } - - Return [ bool ] - } - - Method [ public method addCheck ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\CheckInterface $check ] - } - - Return [ bool ] - } - - Method [ public method addForeignKey ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] - } - - Return [ bool ] - } - - Method [ public method addIndex ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] - } - - Return [ bool ] - } - - Method [ public method addPrimaryKey ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] - } - - Return [ bool ] - } - - Method [ public method createSavepoint ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ public method createView ] { - - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] - } - - Return [ bool ] - } - - Method [ public method delete ] { - - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $whereCondition = null ] - Parameter #2 [ array $placeholders = [] ] - Parameter #3 [ array $dataTypes = [] ] - } - - Return [ bool ] - } - - Method [ public method describeIndexes ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ array ] - } - - Method [ public method dropColumn ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] - } - - Return [ bool ] - } - - Method [ public method dropCheck ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $checkName ] - } - - Return [ bool ] - } - - Method [ public method dropForeignKey ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] - } - - Return [ bool ] - } - - Method [ public method dropIndex ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] - } - - Return [ bool ] - } - - Method [ public method dropPrimaryKey ] { - - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - } - - Return [ bool ] - } - - Method [ public method dropTable ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] - } - - Return [ bool ] - } - - Method [ public method dropView ] { - - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] - } - - Return [ bool ] - } - - Method [ public method escapeIdentifier ] { - - - Parameters [1] { - Parameter #0 [ $identifier ] - } - - Return [ string ] - } - - Method [ public method fetchAll ] { - - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode = 2 ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] - } - - Return [ array ] - } - - Method [ public method fetchColumn ] { - - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders = [] ] - Parameter #2 [ $column = ] - } - - Return [ string|bool ] - } - - Method [ public method fetchOne ] { - - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode = ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] - } - - Return [ array ] - } - - Method [ public method forUpdate ] { - - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ string $modifier = '' ] - } - - Return [ string ] - } - - Method [ public method getColumnDefinition ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] - } - - Return [ string ] - } - - Method [ public method getColumnList ] { - - - Parameters [1] { - Parameter #0 [ $columnList ] - } - - Return [ string ] - } - - Method [ public method getConnectionId ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getDefaultValue ] { - - - Parameters [0] { - } - - Return [ Phalcon\Db\RawValue ] - } - - Method [ public method getDescriptor ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getDialect ] { - - - Parameters [0] { - } - - Return [ Phalcon\Db\DialectInterface ] - } - - Method [ public method getDialectType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ public method getNestedTransactionSavepointName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getRealSQLStatement ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getSQLBindTypes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getSQLStatement ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getSQLVariables ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method insert ] { - - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields = ] - Parameter #3 [ $dataTypes = ] - } - - Return [ bool ] - } - - Method [ public method insertAsDict ] { - - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes = ] - } - - Return [ bool ] - } - - Method [ public method isNestedTransactionsWithSavepoints ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method limit ] { - - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] - } - - Return [ string ] - } - - Method [ public method listTables ] { - - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] - } - - Return [ array ] - } - - Method [ public method listViews ] { - - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] - } - - Return [ array ] - } - - Method [ public method releaseSavepoint ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ public method rollbackSavepoint ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - - Return [ void ] - } - - Method [ public method setDialect ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] - } - } - - Method [ public method setNestedTransactionsWithSavepoints ] { - - - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] - } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] - } - - Method [ public method sharedLock ] { - - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ string $modifier = '' ] - } - - Return [ string ] - } - - Method [ public method createMaterializedView ] { - - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] - } - - Return [ bool ] - } - - Method [ public method dropMaterializedView ] { - - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] - } - - Return [ bool ] - } - - Method [ public method refreshMaterializedView ] { - - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $concurrent = false ] - } - - Return [ bool ] - } - - Method [ public method onConflictUpdate ] { - - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $conflictColumns ] - Parameter #2 [ array $updateColumns ] - } - - Return [ string ] - } - - Method [ public method returning ] { - - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $columns ] - } - - Return [ string ] - } - - Method [ public method tableExists ] { - - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - } - - Return [ bool ] - } - - Method [ public method tableOptions ] { - - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - } - - Return [ array ] - } - - Method [ public method update ] { - - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition = ] - Parameter #4 [ $dataTypes = ] - } - - Return [ bool ] - } - - Method [ public method updateAsDict ] { - - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition = ] - Parameter #3 [ $dataTypes = ] - } - - Return [ bool ] - } - - Method [ public method supportsDefaultValue ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method viewExists ] { - - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - } - - Return [ bool ] - } - } - } - - Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - - Constants [1] { - Constant [ public string BIND_PATTERN ] { /\?([0-9]+)|:([a-zA-Z0-9_]+):/ } - } - - - Static properties [1] { - Property [ protected static $connectionConsecutive = 0 ] - } - - - Static methods [1] { - Method [ static public method setup ] { - - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ void ] - } - } - - - Properties [14] { - Property [ protected $connectionId = NULL ] - Property [ protected $descriptor = NULL ] - Property [ protected $dialect = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $realSqlStatement = NULL ] - Property [ protected $sqlBindTypes = NULL ] - Property [ protected $sqlStatement = NULL ] - Property [ protected $sqlVariables = NULL ] - Property [ protected $transactionLevel = 0 ] - Property [ protected $transactionsWithSavepoints = false ] - Property [ protected $affectedRows = 0 ] - Property [ protected $pdo = NULL ] - Property [ protected $dialectType = 'sqlite' ] - Property [ protected $type = 'sqlite' ] - } - - - Methods [85] { - Method [ public method __construct ] { + Method [ protected method isConnectionError ] { - Parameters [1] { - Parameter #0 [ array $descriptor ] - } - } - - Method [ public method connect ] { - - - Parameters [1] { - Parameter #0 [ array $descriptor = [] ] - } - - Return [ void ] - } - - Method [ public method describeColumns ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ array ] - } - - Method [ public method describeIndexes ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ array ] - } - - Method [ public method describeReferences ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ array ] - } - - Method [ public method getDefaultValue ] { - - - Parameters [0] { - } - - Return [ Phalcon\Db\RawValue ] - } - - Method [ public method useExplicitIdValue ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method supportsDefaultValue ] { - - - Parameters [0] { + Parameter #0 [ Throwable $exception ] } - Return [ bool ] } - Method [ protected method getDsnDefaults ] { - - - Parameters [0] { - } - - Return [ array ] - } - Method [ public method affectedRows ] { - Parameters [0] { @@ -62076,6 +62880,803 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string ] } + Method [ public method ensureConnection ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] + } + - Return [ bool ] + } + + Method [ public method executePrepared ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ array $dataTypes = [] ] + } + - Return [ PDOStatement ] + } + + Method [ public method getAutoReconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getErrorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getInternalHandler ] { + + - Parameters [0] { + } + } + + Method [ public method getTransactionLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ ?string $name = null ] + } + - Return [ string|bool ] + } + + Method [ public method ping ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + - Return [ PDOStatement ] + } + + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] + } + - Return [ Phalcon\Db\ResultInterface|bool ] + } + + Method [ public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] + } + - Return [ bool ] + } + + Method [ public method setAutoReconnect ] { + + - Parameters [1] { + Parameter #0 [ bool $autoReconnect ] + } + - Return [ static ] + } + + Method [ protected method prepareRealSql ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] + } + - Return [ void ] + } + + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ public method addCheck ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] + } + - Return [ bool ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $whereCondition = null ] + Parameter #2 [ array $placeholders = [] ] + Parameter #3 [ array $dataTypes = [] ] + } + - Return [ bool ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ array ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ bool ] + } + + Method [ public method dropCheck ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] + } + - Return [ bool ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] + } + - Return [ bool ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = 2 ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders = [] ] + Parameter #2 [ $column = ] + } + - Return [ string|bool ] + } + + Method [ public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode = ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] + } + - Return [ array ] + } + + Method [ public method forUpdate ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] + } + + Method [ public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSQLVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method insert ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields = ] + Parameter #3 [ $dataTypes = ] + } + - Return [ bool ] + } + + Method [ public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes = ] + } + - Return [ bool ] + } + + Method [ public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] + } + - Return [ array ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] + } + - Return [ array ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] + } + - Return [ string ] + } + + Method [ public method createMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ public method dropMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ bool ] + } + + Method [ public method refreshMaterializedView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] + } + - Return [ bool ] + } + + Method [ public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] + } + - Return [ string ] + } + + Method [ public method returning ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] + } + - Return [ string ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + } + - Return [ bool ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition = ] + Parameter #4 [ $dataTypes = ] + } + - Return [ bool ] + } + + Method [ public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition = ] + Parameter #3 [ $dataTypes = ] + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { + + - Constants [1] { + Constant [ public string BIND_PATTERN ] { /\?([0-9]+)|:([a-zA-Z0-9_]+):/ } + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive = 0 ] + } + + - Static methods [1] { + Method [ static public method setup ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + } + + - Properties [15] { + Property [ protected $connectionId = NULL ] + Property [ protected $descriptor = NULL ] + Property [ protected $dialect = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $realSqlStatement = NULL ] + Property [ protected $sqlBindTypes = NULL ] + Property [ protected $sqlStatement = NULL ] + Property [ protected $sqlVariables = NULL ] + Property [ protected $transactionLevel = 0 ] + Property [ protected $transactionsWithSavepoints = false ] + Property [ protected $affectedRows = 0 ] + Property [ protected $autoReconnect = false ] + Property [ protected $pdo = NULL ] + Property [ protected $dialectType = 'sqlite' ] + Property [ protected $type = 'sqlite' ] + } + + - Methods [90] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor = [] ] + } + - Return [ void ] + } + + Method [ public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ array ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ array ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ array ] + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getDsnDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method begin ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] + } + - Return [ bool ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method convertBoundParams ] { + + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params = [] ] + } + - Return [ array ] + } + + Method [ public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method ensureConnection ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ public method execute ] { - Parameters [3] { @@ -62096,6 +63697,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ PDOStatement ] } + Method [ public method getAutoReconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method getErrorInfo ] { - Parameters [0] { @@ -62131,6 +63739,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string|bool ] } + Method [ public method ping ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ public method prepare ] { - Parameters [1] { @@ -62157,6 +63772,22 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method setAutoReconnect ] { + + - Parameters [1] { + Parameter #0 [ bool $autoReconnect ] + } + - Return [ static ] + } + + Method [ protected method isConnectionError ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + Method [ protected method prepareRealSql ] { - Parameters [2] { @@ -135512,7 +137143,4108 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Paginator\Exceptions\InvalidBuilderInstance extends Phalcon\Paginator\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Paginator\Exceptions\InvalidBuilderInstance extends Phalcon\Paginator\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\Paginator\Exceptions\InvalidCursorColumn extends Phalcon\Paginator\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\Paginator\Exceptions\InvalidLimit extends Phalcon\Paginator\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\Paginator\Exceptions\MissingColumnsForHaving extends Phalcon\Paginator\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\Paginator\Exceptions\MissingRequiredParameter extends Phalcon\Paginator\Exception implements Stringable, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + Property [ private $parameter = NULL ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $parameter ] + } + } + + Method [ public method getParameter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + 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\Paginator\Exceptions\PaginatorDataNotArray extends Phalcon\Paginator\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\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] + } + } + + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getExceptionClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method checkConfigElement ] { + + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] + } + - Return [ array ] + } + + Method [ protected method getException ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Exception ] + } + } + } + + Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, Phalcon\Contracts\Paginator\Repository, JsonSerializable ] { + + - Constants [8] { + Constant [ public string PROPERTY_CURRENT_PAGE ] { current } + Constant [ public string PROPERTY_FIRST_PAGE ] { first } + Constant [ public string PROPERTY_ITEMS ] { items } + Constant [ public string PROPERTY_LAST_PAGE ] { last } + Constant [ public string PROPERTY_LIMIT ] { limit } + Constant [ public string PROPERTY_NEXT_PAGE ] { next } + Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } + Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $aliases = NULL ] + Property [ protected $properties = NULL ] + } + + - Methods [15] { + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $property ] + } + } + + Method [ public method getAliases ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCurrent ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getFirst ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getItems ] { + + - Parameters [0] { + } + } + + Method [ public method getLast ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getNext ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getPrevious ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getTotalItems ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setAliases ] { + + - Parameters [1] { + Parameter #0 [ array $aliases ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ protected method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method getRealNameProperty ] { + + - Parameters [1] { + Parameter #0 [ string $property ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Queue\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] + } + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] + } + - Return [ Phalcon\Contracts\Queue\ConnectionFactory ] + } + + Method [ protected method getExceptionClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method checkConfigElement ] { + + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] + } + - Return [ array ] + } + + Method [ protected method getException ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Exception ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $connection = NULL ] + Property [ protected $host = '127.0.0.1' ] + Property [ protected $persistent = false ] + Property [ protected $port = 11300 ] + Property [ protected $usedTube = 'default' ] + Property [ protected $watchedTubes = NULL ] + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $host = '127.0.0.1' ] + Parameter #1 [ int $port = 11300 ] + Parameter #2 [ bool $persistent = false ] + } + } + + Method [ public method buryJob ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ int $priority ] + } + - Return [ bool ] + } + + Method [ public method connect ] { + + - Parameters [0] { + } + } + + Method [ public method deleteJob ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ bool ] + } + + Method [ public method disconnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method ignoreTube ] { + + - Parameters [1] { + Parameter #0 [ string $tube ] + } + - Return [ bool ] + } + + Method [ public method put ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ int $priority ] + Parameter #2 [ int $delay ] + Parameter #3 [ int $ttr ] + } + - Return [ int|bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ int $length = 0 ] + } + - Return [ string|bool ] + } + + Method [ public method readStatus ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method releaseJob ] { + + - Parameters [3] { + Parameter #0 [ string $id ] + Parameter #1 [ int $priority ] + Parameter #2 [ int $delay ] + } + - Return [ bool ] + } + + Method [ public method reserve ] { + + - Parameters [1] { + Parameter #0 [ $timeout = ] + } + - Return [ ?array ] + } + + Method [ public method touchJob ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ bool ] + } + + Method [ public method useTube ] { + + - Parameters [1] { + Parameter #0 [ string $tube ] + } + - Return [ bool ] + } + + Method [ public method watchTube ] { + + - Parameters [1] { + Parameter #0 [ string $tube ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ int|bool ] + } + + Method [ private method restoreSession ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $options = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method createContext ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Context ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Beanstalk\BeanstalkConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer, Phalcon\Contracts\Queue\VisibilityAware ] { + + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $queue = NULL ] + Property [ protected $connection = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection $connection ] + Parameter #1 [ Phalcon\Contracts\Queue\Queue $queue ] + } + } + + Method [ public method acknowledge ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method receive ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method receiveNoWait ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method reject ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #1 [ bool $requeue = false ] + } + - Return [ void ] + } + + Method [ public method touch ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ bool ] + } + + Method [ private method buildMessage ] { + + - Parameters [1] { + Parameter #0 [ $job ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ private method resolveJobId ] { + + - Parameters [1] { + Parameter #0 [ $message ] + } + - Return [ string ] + } + + Method [ public method getQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method setPollInterval ] { + + - Parameters [1] { + Parameter #0 [ int $pollInterval ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Beanstalk\BeanstalkContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $connection = NULL ] + Property [ protected $host = '127.0.0.1' ] + Property [ protected $persistent = false ] + Property [ protected $pollInterval = 200 ] + Property [ protected $port = 11300 ] + Property [ protected $ttr = 86400 ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $host ] + Parameter #1 [ int $port ] + Parameter #2 [ bool $persistent = false ] + Parameter #3 [ int $ttr = 86400 ] + Parameter #4 [ int $pollInterval = 200 ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method createConsumer ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + } + - Return [ Phalcon\Contracts\Queue\Consumer ] + } + + Method [ public method createMessage ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + - Return [ Phalcon\Contracts\Queue\Message ] + } + + Method [ public method createProducer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method createSubscriptionConsumer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ] + } + + Method [ public method getTtr ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method purgeQueue ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] + } + - Return [ void ] + } + + Method [ public method putMessage ] { + + - Parameters [5] { + Parameter #0 [ string $tube ] + Parameter #1 [ string $payload ] + Parameter #2 [ int $priority ] + Parameter #3 [ int $delay ] + Parameter #4 [ int $ttr ] + } + - Return [ void ] + } + + Method [ private method getConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection ] + } + + Method [ private method newConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Queue\Adapter\Beanstalk\BeanstalkConnection ] + } + + Method [ public method createQueue ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTemporaryQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTopic ] { + + - Parameters [1] { + Parameter #0 [ string $topicName ] + } + - Return [ Phalcon\Contracts\Queue\Topic ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Beanstalk\BeanstalkMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $body = '' ] + Property [ protected $headers = NULL ] + Property [ protected $properties = NULL ] + Property [ protected $redelivered = false ] + Property [ protected $jobId = NULL ] + } + + - Methods [23] { + Method [ public method getJobId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method setJobId ] { + + - Parameters [1] { + Parameter #0 [ string $jobId ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + } + + Method [ public method getBody ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getCorrelationId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getMessageId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getProperties ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getReplyTo ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method isRedelivered ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setBody ] { + + - Parameters [1] { + Parameter #0 [ string $body ] + } + - Return [ void ] + } + + Method [ public method setCorrelationId ] { + + - Parameters [1] { + Parameter #0 [ string $correlationId ] + } + - Return [ void ] + } + + Method [ public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setHeaders ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ void ] + } + + Method [ public method setMessageId ] { + + - Parameters [1] { + Parameter #0 [ string $messageId ] + } + - Return [ void ] + } + + Method [ public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ void ] + } + + Method [ public method setProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setRedelivered ] { + + - Parameters [1] { + Parameter #0 [ bool $redelivered ] + } + - Return [ void ] + } + + Method [ public method setReplyTo ] { + + - Parameters [1] { + Parameter #0 [ string $replyTo ] + } + - Return [ void ] + } + + Method [ public method setTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Beanstalk\BeanstalkProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] { + + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $context = NULL ] + Property [ protected $deliveryDelay = NULL ] + Property [ protected $priority = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Queue\Adapter\Beanstalk\BeanstalkContext $context ] + } + } + + Method [ public method getDeliveryDelay ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method getPriority ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method send ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method setDeliveryDelay ] { + + - Parameters [1] { + Parameter #0 [ $deliveryDelay = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method setPriority ] { + + - Parameters [1] { + Parameter #0 [ $priority = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method getTimeToLive ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method setTimeToLive ] { + + - Parameters [1] { + Parameter #0 [ $timeToLive = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Beanstalk\BeanstalkSubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $subscriptions = NULL ] + Property [ protected $context = NULL ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Queue\Adapter\Beanstalk\BeanstalkContext $context ] + Parameter #1 [ int $pollInterval = 200 ] + } + } + + Method [ public method consume ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ void ] + } + + Method [ public method subscribe ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + Parameter #1 [ $callback ] + } + - Return [ void ] + } + + Method [ public method unsubscribe ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + } + - Return [ void ] + } + + Method [ public method unsubscribeAll ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\GenericQueue implements Phalcon\Contracts\Queue\Queue, Phalcon\Contracts\Queue\Destination ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $queueName = '' ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + } + + Method [ public method getQueueName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\GenericTopic implements Phalcon\Contracts\Queue\Topic, Phalcon\Contracts\Queue\Destination ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $topicName = '' ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $topicName ] + } + } + + Method [ public method getTopicName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Memory\MemoryConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $options = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method createContext ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Context ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Memory\MemoryConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $queue = NULL ] + Property [ protected $context = NULL ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Queue\Adapter\Memory\MemoryContext $context ] + Parameter #1 [ Phalcon\Contracts\Queue\Queue $queue ] + } + } + + Method [ public method acknowledge ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method receiveNoWait ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method reject ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #1 [ bool $requeue = false ] + } + - Return [ void ] + } + + Method [ public method getQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method receive ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method setPollInterval ] { + + - Parameters [1] { + Parameter #0 [ int $pollInterval ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Memory\MemoryContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $queues = NULL ] + } + + - Methods [11] { + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method createConsumer ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + } + - Return [ Phalcon\Contracts\Queue\Consumer ] + } + + Method [ public method createMessage ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + - Return [ Phalcon\Contracts\Queue\Message ] + } + + Method [ public method createProducer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method createSubscriptionConsumer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ] + } + + Method [ public method popMessage ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method purgeQueue ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] + } + - Return [ void ] + } + + Method [ public method pushMessage ] { + + - Parameters [2] { + Parameter #0 [ string $queueName ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method createQueue ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTemporaryQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTopic ] { + + - Parameters [1] { + Parameter #0 [ string $topicName ] + } + - Return [ Phalcon\Contracts\Queue\Topic ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Memory\MemoryMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $body = '' ] + Property [ protected $headers = NULL ] + Property [ protected $properties = NULL ] + Property [ protected $redelivered = false ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + } + + Method [ public method getBody ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getCorrelationId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getMessageId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getProperties ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getReplyTo ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method isRedelivered ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setBody ] { + + - Parameters [1] { + Parameter #0 [ string $body ] + } + - Return [ void ] + } + + Method [ public method setCorrelationId ] { + + - Parameters [1] { + Parameter #0 [ string $correlationId ] + } + - Return [ void ] + } + + Method [ public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setHeaders ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ void ] + } + + Method [ public method setMessageId ] { + + - Parameters [1] { + Parameter #0 [ string $messageId ] + } + - Return [ void ] + } + + Method [ public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ void ] + } + + Method [ public method setProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setRedelivered ] { + + - Parameters [1] { + Parameter #0 [ bool $redelivered ] + } + - Return [ void ] + } + + Method [ public method setReplyTo ] { + + - Parameters [1] { + Parameter #0 [ string $replyTo ] + } + - Return [ void ] + } + + Method [ public method setTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Memory\MemoryProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $context = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Queue\Adapter\Memory\MemoryContext $context ] + } + } + + Method [ public method send ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method getDeliveryDelay ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method getPriority ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method getTimeToLive ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method setDeliveryDelay ] { + + - Parameters [1] { + Parameter #0 [ $deliveryDelay = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method setPriority ] { + + - Parameters [1] { + Parameter #0 [ $priority = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method setTimeToLive ] { + + - Parameters [1] { + Parameter #0 [ $timeToLive = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Memory\MemorySubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $subscriptions = NULL ] + Property [ protected $context = NULL ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Queue\Adapter\Memory\MemoryContext $context ] + } + } + + Method [ public method consume ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ void ] + } + + Method [ public method subscribe ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + Parameter #1 [ $callback ] + } + - Return [ void ] + } + + Method [ public method unsubscribe ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + } + - Return [ void ] + } + + Method [ public method unsubscribeAll ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\MessageEnvelope ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method decode ] { + + - Parameters [1] { + Parameter #0 [ string $payload ] + } + - Return [ ?array ] + } + + Method [ static public method encode ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Queue\Adapter\QueueDestinationGuard ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method assertQueue ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + Parameter #1 [ string $action ] + } + - Return [ void ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Queue\Adapter\Redis\RedisConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $options = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method createContext ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Context ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Redis\RedisConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $queue = NULL ] + Property [ protected $context = NULL ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Queue\Adapter\Redis\RedisContext $context ] + Parameter #1 [ Phalcon\Contracts\Queue\Queue $queue ] + } + } + + Method [ public method acknowledge ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method receive ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method receiveNoWait ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method reject ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #1 [ bool $requeue = false ] + } + - Return [ void ] + } + + Method [ public method getQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method setPollInterval ] { + + - Parameters [1] { + Parameter #0 [ int $pollInterval ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Redis\RedisContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $prefix = 'phalcon_queue:' ] + Property [ protected $redis = NULL ] + } + + - Methods [18] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $redis ] + Parameter #1 [ string $prefix = 'phalcon_queue:' ] + Parameter #2 [ int $pollInterval = 200 ] + } + } + + Method [ public method blockingPop ] { + + - Parameters [2] { + Parameter #0 [ string $queueName ] + Parameter #1 [ int $timeout ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method createConsumer ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + } + - Return [ Phalcon\Contracts\Queue\Consumer ] + } + + Method [ public method createMessage ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + - Return [ Phalcon\Contracts\Queue\Message ] + } + + Method [ public method createProducer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method createSubscriptionConsumer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ] + } + + Method [ public method popMessage ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method purgeQueue ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] + } + - Return [ void ] + } + + Method [ public method pushMessage ] { + + - Parameters [3] { + Parameter #0 [ string $queueName ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #2 [ int $delay = 0 ] + } + - Return [ void ] + } + + Method [ private method buildMessage ] { + + - Parameters [1] { + Parameter #0 [ string $payload ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ private method delayedKey ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ string ] + } + + Method [ private method listKey ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ string ] + } + + Method [ private method now ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ private method promote ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ void ] + } + + Method [ public method createQueue ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTemporaryQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTopic ] { + + - Parameters [1] { + Parameter #0 [ string $topicName ] + } + - Return [ Phalcon\Contracts\Queue\Topic ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Redis\RedisMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $body = '' ] + Property [ protected $headers = NULL ] + Property [ protected $properties = NULL ] + Property [ protected $redelivered = false ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + } + + Method [ public method getBody ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getCorrelationId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getMessageId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getProperties ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getReplyTo ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method isRedelivered ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setBody ] { + + - Parameters [1] { + Parameter #0 [ string $body ] + } + - Return [ void ] + } + + Method [ public method setCorrelationId ] { + + - Parameters [1] { + Parameter #0 [ string $correlationId ] + } + - Return [ void ] + } + + Method [ public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setHeaders ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ void ] + } + + Method [ public method setMessageId ] { + + - Parameters [1] { + Parameter #0 [ string $messageId ] + } + - Return [ void ] + } + + Method [ public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ void ] + } + + Method [ public method setProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setRedelivered ] { + + - Parameters [1] { + Parameter #0 [ bool $redelivered ] + } + - Return [ void ] + } + + Method [ public method setReplyTo ] { + + - Parameters [1] { + Parameter #0 [ string $replyTo ] + } + - Return [ void ] + } + + Method [ public method setTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Redis\RedisProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $context = NULL ] + Property [ protected $deliveryDelay = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Queue\Adapter\Redis\RedisContext $context ] + } + } + + Method [ public method getDeliveryDelay ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method send ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method setDeliveryDelay ] { + + - Parameters [1] { + Parameter #0 [ $deliveryDelay = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method getPriority ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method getTimeToLive ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method setPriority ] { + + - Parameters [1] { + Parameter #0 [ $priority = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method setTimeToLive ] { + + - Parameters [1] { + Parameter #0 [ $timeToLive = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Redis\RedisSubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $subscriptions = NULL ] + Property [ protected $context = NULL ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Queue\Adapter\Redis\RedisContext $context ] + Parameter #1 [ int $pollInterval = 200 ] + } + } + + Method [ public method consume ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ void ] + } + + Method [ public method subscribe ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + Parameter #1 [ $callback ] + } + - Return [ void ] + } + + Method [ public method unsubscribe ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + } + - Return [ void ] + } + + Method [ public method unsubscribeAll ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Stream\StreamConnectionFactory implements Phalcon\Contracts\Queue\ConnectionFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $options = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method createContext ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Context ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Stream\StreamConsumer extends Phalcon\Queue\Adapter\AbstractConsumer implements Phalcon\Contracts\Queue\Consumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $queue = NULL ] + Property [ protected $context = NULL ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Queue\Adapter\Stream\StreamContext $context ] + Parameter #1 [ Phalcon\Contracts\Queue\Queue $queue ] + Parameter #2 [ int $pollInterval = 200 ] + } + } + + Method [ public method acknowledge ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method receiveNoWait ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method reject ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #1 [ bool $requeue = false ] + } + - Return [ void ] + } + + Method [ public method getQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method receive ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method setPollInterval ] { + + - Parameters [1] { + Parameter #0 [ int $pollInterval ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Stream\StreamContext extends Phalcon\Queue\Adapter\AbstractContext implements Phalcon\Contracts\Queue\Context ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $pollInterval = 200 ] + Property [ protected $storageDir = '' ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $storageDir ] + Parameter #1 [ int $pollInterval = 200 ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method createConsumer ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + } + - Return [ Phalcon\Contracts\Queue\Consumer ] + } + + Method [ public method createMessage ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + - Return [ Phalcon\Contracts\Queue\Message ] + } + + Method [ public method createProducer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method createSubscriptionConsumer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\SubscriptionConsumer ] + } + + Method [ public method popMessage ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ ?Phalcon\Contracts\Queue\Message ] + } + + Method [ public method purgeQueue ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] + } + - Return [ void ] + } + + Method [ public method pushMessage ] { + + - Parameters [2] { + Parameter #0 [ string $queueName ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ private method ensureDir ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method getFilepath ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ string ] + } + + Method [ public method createQueue ] { + + - Parameters [1] { + Parameter #0 [ string $queueName ] + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTemporaryQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + + Method [ public method createTopic ] { + + - Parameters [1] { + Parameter #0 [ string $topicName ] + } + - Return [ Phalcon\Contracts\Queue\Topic ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Stream\StreamMessage extends Phalcon\Queue\Adapter\AbstractMessage implements Phalcon\Contracts\Queue\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $body = '' ] + Property [ protected $headers = NULL ] + Property [ protected $properties = NULL ] + Property [ protected $redelivered = false ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $body = '' ] + Parameter #1 [ array $properties = [] ] + Parameter #2 [ array $headers = [] ] + } + } + + Method [ public method getBody ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getCorrelationId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getMessageId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getProperties ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getReplyTo ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method isRedelivered ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setBody ] { + + - Parameters [1] { + Parameter #0 [ string $body ] + } + - Return [ void ] + } + + Method [ public method setCorrelationId ] { + + - Parameters [1] { + Parameter #0 [ string $correlationId ] + } + - Return [ void ] + } + + Method [ public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setHeaders ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ void ] + } + + Method [ public method setMessageId ] { + + - Parameters [1] { + Parameter #0 [ string $messageId ] + } + - Return [ void ] + } + + Method [ public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ void ] + } + + Method [ public method setProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setRedelivered ] { + + - Parameters [1] { + Parameter #0 [ bool $redelivered ] + } + - Return [ void ] + } + + Method [ public method setReplyTo ] { + + - Parameters [1] { + Parameter #0 [ string $replyTo ] + } + - Return [ void ] + } + + Method [ public method setTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Stream\StreamProducer extends Phalcon\Queue\Adapter\AbstractProducer implements Phalcon\Contracts\Queue\Producer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $context = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Queue\Adapter\Stream\StreamContext $context ] + } + } + + Method [ public method send ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Destination $destination ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method getDeliveryDelay ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method getPriority ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method getTimeToLive ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method setDeliveryDelay ] { + + - Parameters [1] { + Parameter #0 [ $deliveryDelay = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method setPriority ] { + + - Parameters [1] { + Parameter #0 [ $priority = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + + Method [ public method setTimeToLive ] { + + - Parameters [1] { + Parameter #0 [ $timeToLive = ] + } + - Return [ Phalcon\Contracts\Queue\Producer ] + } + } + } + + Class [ class Phalcon\Queue\Adapter\Stream\StreamSubscriptionConsumer extends Phalcon\Queue\Adapter\AbstractSubscriptionConsumer implements Phalcon\Contracts\Queue\SubscriptionConsumer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $pollInterval = 200 ] + Property [ protected $subscriptions = NULL ] + Property [ protected $context = NULL ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Queue\Adapter\Stream\StreamContext $context ] + Parameter #1 [ int $pollInterval = 200 ] + } + } + + Method [ public method consume ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ void ] + } + + Method [ public method subscribe ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + Parameter #1 [ $callback ] + } + - Return [ void ] + } + + Method [ public method unsubscribe ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Consumer $consumer ] + } + - Return [ void ] + } + + Method [ public method unsubscribeAll ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Cli\ConsumerTask extends Phalcon\Cli\Task implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] + } + + - Methods [8] { + Method [ public method mainAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Consumer\BoundProcessor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $consumer = NULL ] + Property [ protected $processor = NULL ] + Property [ protected $queue = NULL ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] + Parameter #1 [ Phalcon\Contracts\Queue\Processor $processor ] + Parameter #2 [ Phalcon\Contracts\Queue\Consumer $consumer ] + } + } + + Method [ public method getConsumer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Consumer ] + } + + Method [ public method getProcessor ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Processor ] + } + + Method [ public method getQueue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Queue\Queue ] + } + } + } + + Class [ class Phalcon\Queue\Consumer\Events ] { + + - Constants [7] { + Constant [ public string AFTER_END ] { queue:afterEnd } + Constant [ public string AFTER_PROCESS ] { queue:afterProcess } + Constant [ public string AFTER_RECEIVE ] { queue:afterReceive } + Constant [ public string BEFORE_PROCESS ] { queue:beforeProcess } + Constant [ public string BEFORE_RECEIVE ] { queue:beforeReceive } + Constant [ public string BEFORE_START ] { queue:beforeStart } + Constant [ public string PROCESSOR_EXCEPTION ] { queue:processorException } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Queue\Consumer\QueueConsumer extends Phalcon\Events\AbstractEventsAware implements Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $eventsManager = NULL ] + Property [ protected $bindings = NULL ] + Property [ protected $context = NULL ] + Property [ protected $pollInterval = 200 ] + Property [ protected $shouldStop = false ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Queue\Context $context ] + } + } + + Method [ public method bind ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Queue\Queue $queue ] + Parameter #1 [ Phalcon\Contracts\Queue\Processor $processor ] + } + - Return [ Phalcon\Queue\Consumer\QueueConsumer ] + } + + Method [ public method consume ] { + + - Parameters [1] { + Parameter #0 [ int $timeout = 0 ] + } + - Return [ void ] + } + + Method [ public method consumeOnce ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method end ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method isStopRequested ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setPollInterval ] { + + - Parameters [1] { + Parameter #0 [ int $pollInterval ] + } + - Return [ void ] + } + + Method [ public method start ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method stop ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method handleResult ] { + + - Parameters [3] { + Parameter #0 [ $consumer ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + Parameter #2 [ $result ] + } + - Return [ void ] + } + + Method [ private method process ] { + + - Parameters [2] { + Parameter #0 [ $binding ] + Parameter #1 [ Phalcon\Contracts\Queue\Message $message ] + } + - Return [ void ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] + } + } + } + } + + Class [ class Phalcon\Queue\Consumer\Worker ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $consumer = NULL ] + Property [ protected $options = NULL ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Queue\Consumer\QueueConsumer $consumer ] + Parameter #1 [ ?Phalcon\Queue\Consumer\WorkerOptions $options = null ] + } + } + + Method [ public method handleSignal ] { + + - Parameters [1] { + Parameter #0 [ int $signal ] + } + - Return [ void ] + } + + Method [ public method run ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ private method installSignalHandlers ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Queue\Consumer\WorkerOptions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $jitter = 0 ] + Property [ protected $maxMemory = 0 ] + Property [ protected $maxMessages = 0 ] + Property [ protected $maxSeconds = 0 ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ int $maxMessages = 0 ] + Parameter #1 [ int $maxSeconds = 0 ] + Parameter #2 [ int $maxMemory = 0 ] + Parameter #3 [ int $jitter = 0 ] + } + } + + Method [ public method getJitter ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getMaxMemory ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getMaxMessages ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getMaxSeconds ] { + + - Parameters [0] { + } + - Return [ int ] + } + } + } + + Class [ class Phalcon\Queue\Exceptions\DeliveryDelayNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, 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\Queue\Exceptions\InvalidDestinationException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, 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 $action ] + } + } + + 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\Queue\Exceptions\InvalidMessageException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, 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\Queue\Exceptions\PriorityNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] { - Constants [0] { } @@ -135601,7 +141333,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Paginator\Exceptions\InvalidCursorColumn extends Phalcon\Paginator\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Queue\Exceptions\PurgeQueueNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] { - Constants [0] { } @@ -135690,7 +141422,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Paginator\Exceptions\InvalidLimit extends Phalcon\Paginator\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Queue\Exceptions\SubscriptionConsumerNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] { - Constants [0] { } @@ -135779,7 +141511,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Paginator\Exceptions\MissingColumnsForHaving extends Phalcon\Paginator\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Queue\Exceptions\TemporaryQueueNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] { - Constants [0] { } @@ -135868,105 +141600,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Paginator\Exceptions\MissingRequiredParameter extends Phalcon\Paginator\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - Property [ private $parameter = NULL ] - } - - - Methods [11] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ string $parameter ] - } - } - - Method [ public method getParameter ] { - - - Parameters [0] { - } - - Return [ string ] - } - - 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\Paginator\Exceptions\PaginatorDataNotArray extends Phalcon\Paginator\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Queue\Exceptions\TimeToLiveNotSupportedException extends Phalcon\Queue\Exceptions\Exception implements Phalcon\Queue\Exceptions\QueueThrowable, Stringable, Throwable ] { - Constants [0] { } @@ -136055,7 +141689,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Queue\QueueFactory extends Phalcon\Factory\AbstractConfigFactory ] { - Constants [0] { } @@ -136066,16 +141700,15 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [1] { + Property [ protected $adapterFactory = NULL ] } - - Methods [10] { + - Methods [7] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ ?Phalcon\Queue\AdapterFactory $factory = null ] } } @@ -136084,7 +141717,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Parameters [1] { Parameter #0 [ $config ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Queue\Context ] } Method [ public method newInstance ] { @@ -136093,7 +141726,7 @@ Extension [ extension #153 phalcon version 5.15.0 ] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Queue\Context ] } Method [ protected method getExceptionClass ] { @@ -136103,28 +141736,6 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string ] } - Method [ protected method getServices ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ protected method getService ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - } - - Method [ protected method init ] { - - - Parameters [1] { - Parameter #0 [ array $services = [] ] - } - - Return [ void ] - } - Method [ protected method checkConfig ] { - Parameters [1] { @@ -136152,141 +141763,6 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } - Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, Phalcon\Contracts\Paginator\Repository, JsonSerializable ] { - - - Constants [8] { - Constant [ public string PROPERTY_CURRENT_PAGE ] { current } - Constant [ public string PROPERTY_FIRST_PAGE ] { first } - Constant [ public string PROPERTY_ITEMS ] { items } - Constant [ public string PROPERTY_LAST_PAGE ] { last } - Constant [ public string PROPERTY_LIMIT ] { limit } - Constant [ public string PROPERTY_NEXT_PAGE ] { next } - Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } - Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $aliases = NULL ] - Property [ protected $properties = NULL ] - } - - - Methods [15] { - Method [ public method __get ] { - - - Parameters [1] { - Parameter #0 [ string $property ] - } - } - - Method [ public method getAliases ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getCurrent ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getFirst ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getItems ] { - - - Parameters [0] { - } - } - - Method [ public method getLast ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getLimit ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getNext ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getPrevious ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getTotalItems ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method jsonSerialize ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method setAliases ] { - - - Parameters [1] { - Parameter #0 [ array $aliases ] - } - - Return [ Phalcon\Paginator\RepositoryInterface ] - } - - Method [ public method setProperties ] { - - - Parameters [1] { - Parameter #0 [ array $properties ] - } - - Return [ Phalcon\Paginator\RepositoryInterface ] - } - - Method [ protected method getProperty ] { - - - Parameters [2] { - Parameter #0 [ string $property ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ protected method getRealNameProperty ] { - - - Parameters [1] { - Parameter #0 [ string $property ] - } - - Return [ string ] - } - } - } - Class [ class Phalcon\Session\Adapter\Exceptions\AdapterRuntimeError extends Phalcon\Session\Exception implements Stringable, Throwable ] { - Constants [0] { @@ -140584,17 +146060,25 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [7] { + - Properties [9] { Property [ protected $blacklist = NULL ] Property [ protected $data = NULL ] Property [ protected $hideDocumentRoot = false ] + Property [ protected $renderer = NULL ] + Property [ protected $reportBuilder = NULL ] Property [ protected $showBackTrace = true ] Property [ protected $showFileFragment = false ] Property [ protected $showFiles = true ] Property [ protected $uri = 'https://assets.phalcon.io/debug/5.0.x/' ] } - - Methods [29] { + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + Method [ public method clearVars ] { - Parameters [0] { @@ -140624,6 +146108,13 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string ] } + Method [ public method getRenderer ] { + + - Parameters [0] { + } + - Return [ Phalcon\Contracts\Support\Debug\Renderer ] + } + Method [ public method getVersion ] { - Parameters [0] { @@ -140696,6 +146187,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ static ] } + Method [ public method setRenderer ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Support\Debug\Renderer $renderer ] + } + - Return [ static ] + } + Method [ public method setShowBackTrace ] { - Parameters [1] { @@ -140727,109 +146226,10 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } - Return [ static ] } - - Method [ protected method escapeString ] { - - - Parameters [1] { - Parameter #0 [ string $value ] - } - - Return [ string ] - } - - Method [ protected method getArrayDump ] { - - - Parameters [2] { - Parameter #0 [ array $argument ] - Parameter #1 [ $n = ] - } - - Return [ ?string ] - } - - Method [ protected method getVarDump ] { - - - Parameters [1] { - Parameter #0 [ $variable ] - } - - Return [ string ] - } - - Method [ final protected method showTraceItem ] { - - - Parameters [2] { - Parameter #0 [ int $number ] - Parameter #1 [ array $trace ] - } - - Return [ string ] - } - - Method [ private method closeTable ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ private method printBacktrace ] { - - - Parameters [1] { - Parameter #0 [ Throwable $exception ] - } - - Return [ string ] - } - - Method [ private method printExtraVariables ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ private method printIncludedFiles ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ private method printMemoryUsage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ private method printSuperglobal ] { - - - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ string $div ] - } - - Return [ string ] - } - - Method [ private method printTableHeader ] { - - - Parameters [4] { - Parameter #0 [ string $divId ] - Parameter #1 [ string $headerOne ] - Parameter #2 [ string $headerTwo ] - Parameter #3 [ string $colspan = '' ] - } - - Return [ string ] - } - - Method [ private method getArrVal ] { - - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - } - } } } - Class [ class Phalcon\Support\Debug\Dump ] { + Class [ class Phalcon\Support\Debug\Dump implements Phalcon\Contracts\Support\Debug\TemplateAware ] { - Constants [0] { } @@ -140840,14 +146240,15 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $detailed = false ] Property [ protected $methods = NULL ] Property [ protected $styles = NULL ] + Property [ protected $templates = NULL ] Property [ private $encode = NULL ] } - - Methods [11] { + - Methods [15] { Method [ public method __construct ] { - Parameters [2] { @@ -140870,6 +146271,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ bool ] } + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + Method [ public method one ] { - Parameters [2] { @@ -140895,6 +146304,15 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ array ] } + Method [ public method setTemplate ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $template ] + } + - Return [ static ] + } + Method [ public method toJson ] { - Parameters [1] { @@ -140919,6 +146337,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { - Return [ string ] } + Method [ protected method defaultTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + Method [ protected method getStyle ] { - Parameters [1] { @@ -140936,6 +146362,14 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } - Return [ string ] } + + Method [ private method getOutputBold ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } } } @@ -141131,6 +146565,580 @@ Extension [ extension #153 phalcon version 5.15.0 ] { } } + Class [ class Phalcon\Support\Debug\Renderer\HtmlRenderer implements Phalcon\Contracts\Support\Debug\Renderer, Phalcon\Contracts\Support\Debug\TemplateAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $templates = NULL ] + } + + - Methods [21] { + Method [ public method getCssSources ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ string ] + } + + Method [ public method getJsSources ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ string ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Debug\Report\ExceptionReport $report ] + } + - Return [ string ] + } + + Method [ public method setTemplate ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $template ] + } + - Return [ static ] + } + + Method [ protected method defaultTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ protected method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $value ] + } + - Return [ string ] + } + + Method [ protected method getArrayDump ] { + + - Parameters [2] { + Parameter #0 [ array $argument ] + Parameter #1 [ int $number = 0 ] + } + - Return [ ?string ] + } + + Method [ protected method getVarDump ] { + + - Parameters [1] { + Parameter #0 [ $variable ] + } + - Return [ string ] + } + + Method [ private method formatBytes ] { + + - Parameters [1] { + Parameter #0 [ int $bytes ] + } + - Return [ string ] + } + + Method [ private method isApp ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + - Return [ bool ] + } + + Method [ private method renderBacktrace ] { + + - Parameters [1] { + Parameter #0 [ array $backtrace ] + } + - Return [ string ] + } + + Method [ private method renderFragment ] { + + - Parameters [1] { + Parameter #0 [ array $fragment ] + } + - Return [ string ] + } + + Method [ private method renderIncludedFiles ] { + + - Parameters [1] { + Parameter #0 [ array $files ] + } + - Return [ string ] + } + + Method [ private method renderMemory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Debug\Report\ExceptionReport $report ] + } + - Return [ string ] + } + + Method [ private method renderSignature ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Debug\Report\BacktraceItem $item ] + } + - Return [ string ] + } + + Method [ private method renderSuperglobal ] { + + - Parameters [2] { + Parameter #0 [ string $div ] + Parameter #1 [ array $source ] + } + - Return [ string ] + } + + Method [ private method renderTabs ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Debug\Report\ExceptionReport $report ] + } + - Return [ string ] + } + + Method [ private method renderTraceItem ] { + + - Parameters [2] { + Parameter #0 [ int $index ] + Parameter #1 [ Phalcon\Support\Debug\Report\BacktraceItem $item ] + } + - Return [ string ] + } + + Method [ private method renderVariables ] { + + - Parameters [1] { + Parameter #0 [ array $variables ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Debug\ReportBuilder ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method build ] { + + - Parameters [7] { + Parameter #0 [ Throwable $exception ] + Parameter #1 [ array $blacklist ] + Parameter #2 [ bool $showBackTrace ] + Parameter #3 [ bool $showFiles ] + Parameter #4 [ bool $showFileFragment ] + Parameter #5 [ string $uri ] + Parameter #6 [ array $data ] + } + - Return [ Phalcon\Support\Debug\Report\ExceptionReport ] + } + + Method [ private method buildFragment ] { + + - Parameters [3] { + Parameter #0 [ string $file ] + Parameter #1 [ int $line ] + Parameter #2 [ bool $showFileFragment ] + } + - Return [ array ] + } + + Method [ private method buildItem ] { + + - Parameters [3] { + Parameter #0 [ array $trace ] + Parameter #1 [ bool $showFiles ] + Parameter #2 [ bool $showFileFragment ] + } + - Return [ Phalcon\Support\Debug\Report\BacktraceItem ] + } + + Method [ private method filter ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $blacklist ] + } + - Return [ array ] + } + + Method [ private method resolveClassLink ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ ?string ] + } + + Method [ private method resolveFunctionLink ] { + + - Parameters [1] { + Parameter #0 [ string $functionName ] + } + - Return [ ?string ] + } + } + } + + Class [ final class Phalcon\Support\Debug\Report\BacktraceItem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $args = NULL ] + Property [ protected $classLink = NULL ] + Property [ protected $className = NULL ] + Property [ protected $file = NULL ] + Property [ protected $fragment = NULL ] + Property [ protected $functionLink = NULL ] + Property [ protected $functionName = NULL ] + Property [ protected $hasArgs = false ] + Property [ protected $line = NULL ] + Property [ protected $type = NULL ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [10] { + Parameter #0 [ string $functionName ] + Parameter #1 [ $type = ] + Parameter #2 [ $className = ] + Parameter #3 [ $classLink = ] + Parameter #4 [ $functionLink = ] + Parameter #5 [ bool $hasArgs = false ] + Parameter #6 [ array $args = [] ] + Parameter #7 [ $file = ] + Parameter #8 [ $line = ] + Parameter #9 [ $fragment = ] + } + } + + Method [ public method getArgs ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getClassLink ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getClassName ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getFile ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getFragment ] { + + - Parameters [0] { + } + - Return [ ?array ] + } + + Method [ public method getFunctionLink ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getFunctionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getLine ] { + + - Parameters [0] { + } + - Return [ ?int ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method hasArgs ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Class [ final class Phalcon\Support\Debug\Report\ExceptionReport ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ protected $backtrace = NULL ] + Property [ protected $className = NULL ] + Property [ protected $file = NULL ] + Property [ protected $includedFiles = NULL ] + Property [ protected $line = NULL ] + Property [ protected $memoryUsage = 0 ] + Property [ protected $message = NULL ] + Property [ protected $peakMemoryUsage = 0 ] + Property [ protected $request = NULL ] + Property [ protected $server = NULL ] + Property [ protected $showBackTrace = NULL ] + Property [ protected $uri = NULL ] + Property [ protected $variables = NULL ] + } + + - Methods [22] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ string $className ] + Parameter #1 [ string $message ] + Parameter #2 [ string $file ] + Parameter #3 [ int $line ] + Parameter #4 [ bool $showBackTrace ] + Parameter #5 [ string $uri ] + } + } + + Method [ public method getBacktrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getClassName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getIncludedFiles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getMemoryUsage ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPeakMemoryUsage ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getRequest ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getServer ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasVariables ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isShowBackTrace ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setBacktrace ] { + + - Parameters [1] { + Parameter #0 [ array $backtrace ] + } + - Return [ static ] + } + + Method [ public method setIncludedFiles ] { + + - Parameters [1] { + Parameter #0 [ array $includedFiles ] + } + - Return [ static ] + } + + Method [ public method setMemoryUsage ] { + + - Parameters [1] { + Parameter #0 [ int $memoryUsage ] + } + - Return [ static ] + } + + Method [ public method setPeakMemoryUsage ] { + + - Parameters [1] { + Parameter #0 [ int $peakMemoryUsage ] + } + - Return [ static ] + } + + Method [ public method setRequest ] { + + - Parameters [1] { + Parameter #0 [ array $request ] + } + - Return [ static ] + } + + Method [ public method setServer ] { + + - Parameters [1] { + Parameter #0 [ array $server ] + } + - Return [ static ] + } + + Method [ public method setVariables ] { + + - Parameters [1] { + Parameter #0 [ array $variables ] + } + - Return [ static ] + } + } + } + Class [ class Phalcon\Support\HelperFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { diff --git a/composer.json b/composer.json index 08c6537..a934186 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "ext-libxml": "*", "ext-mbstring": "*", "ext-msgpack": "*", + "ext-pcntl": "*", "ext-pdo": "*", "ext-redis": "*", "ext-sqlite3": "*", diff --git a/php-phalcon5.spec b/php-phalcon5.spec index b18ea64..50e2558 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -20,7 +20,7 @@ %global pie_vend %{pecl_name} %global pie_proj cphalcon -%global upstream_version 5.15.0 +%global upstream_version 5.16.0 #global upstream_prever RC4 #global upstream_low %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %if %{with single} @@ -49,14 +49,10 @@ Source0: %{forgesource} BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 8.1 -BuildRequires: %{?scl_prefix}php-hash -BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pdo Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -Requires: %{?scl_prefix}php-hash%{?_isa} -Requires: %{?scl_prefix}php-json%{?_isa} Requires: %{?scl_prefix}php-pdo%{?_isa} # Extension @@ -118,6 +114,7 @@ extension=%{pecl_name}.so ;phalcon.db.escape_identifiers = On ;phalcon.db.force_casting = Off ;phalcon.form.strict_entity_property_check = Off +;phalcon.orm.call_setters_on_hydration = Off ;phalcon.orm.case_insensitive_column_map = Off ;phalcon.orm.cast_last_insert_id_to_int = Off ;phalcon.orm.cast_on_hydrate = Off @@ -188,7 +185,7 @@ install -Dpm644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %check # Shared needed extensions modules="" -for mod in hash json pdo; do +for mod in pdo; do if [ -f %{php_extdir}/${mod}.so ]; then modules="$modules -d extension=${mod}.so" fi @@ -224,6 +221,9 @@ done %changelog +* Tue Jun 23 2026 Remi Collet - 5.16.0-1 +- update to 5.16.0 + * Fri Jun 19 2026 Remi Collet - 5.15.0-1 - update to 5.15.0 -- cgit