From e53c74a42a628e9978f470918ab29a725be6a765 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 May 2026 06:52:40 +0200 Subject: update to 5.13.0 --- REFLECTION | 92832 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 50278 insertions(+), 42554 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e704bfa..681d013 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #149 phalcon version 5.12.1 ] { +Extension [ extension #152 phalcon version 5.13.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -57,6 +57,9 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Entry [ phalcon.orm.not_null_validations ] Current = '1' } + Entry [ phalcon.orm.resultset_empty_left_join_model ] + Current = '1' + } Entry [ phalcon.orm.resultset_prefetch_records ] Current = '0' } @@ -74,7 +77,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - - Classes [640] { + - Classes [737] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -107,7 +110,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Events\EventsAwareInterface ] { + Interface [ interface Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -139,6 +142,38 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } + Interface [ interface Phalcon\Events\EventsAwareInterface extends Phalcon\Contracts\Events\EventsAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } + + Method [ abstract public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -324,7 +359,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Support\Collection\CollectionInterface ] { + Interface [ interface Phalcon\Contracts\Support\Collection extends ArrayAccess, IteratorAggregate, Traversable ] { - Constants [0] { } @@ -338,12 +373,13 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [14] { + - Methods [33] { Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } + - Return [ mixed ] } Method [ abstract public method __isset ] { @@ -378,6 +414,37 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ abstract public method column ] { + + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ abstract public method each ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + Method [ abstract public method get ] { - Parameters [3] { @@ -385,6 +452,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Parameter #1 [ $defaultValue = ] Parameter #2 [ ?string $cast = null ] } + - Return [ mixed ] } Method [ abstract public method getKeys ] { @@ -395,6 +463,13 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + Method [ abstract public method getValues ] { - Parameters [0] { @@ -418,6 +493,45 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ abstract public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method keys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ abstract public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ abstract public method map ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method reduce ] { + + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] + } + - Return [ mixed ] + } + Method [ abstract public method remove ] { - Parameters [1] { @@ -426,6 +540,14 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ abstract public method replace ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ abstract public method set ] { - Parameters [2] { @@ -435,6 +557,15 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ abstract public method sort ] { + + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + Method [ abstract public method toArray ] { - Parameters [0] { @@ -445,14 +576,70 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Method [ abstract public method toJson ] { - Parameters [1] { - Parameter #0 [ int $options = 79 ] + Parameter #0 [ int $options = 4194383 ] } - Return [ string ] } + + Method [ abstract public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method where ] { + + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ bool ] + } + + Method [ abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ mixed ] + } + + Method [ abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ mixed $offset ] + Parameter #1 [ mixed $value ] + } + - Tentative return [ void ] + } + + Method [ abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ void ] + } + + Method [ abstract public method getIterator ] { + + - Parameters [0] { + } + - Tentative return [ Traversable ] + } } } - Interface [ interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { + Interface [ interface Phalcon\Support\Collection\CollectionInterface extends Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess ] { - Constants [0] { } @@ -466,32 +653,268 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [4] { - Method [ abstract public method getData ] { + - Methods [33] { + Method [ abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ mixed ] + } + + Method [ abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method clear ] { - Parameters [0] { } + - Return [ void ] + } + + Method [ abstract public method column ] { + + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] + } + - Return [ array ] } - Method [ abstract public method setData ] { + Method [ abstract public method each ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] + } + - Return [ mixed ] + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ abstract public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - Return [ void ] } - Method [ abstract public method serialize ] { + Method [ abstract public method isEmpty ] { - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method unserialize ] { + Method [ abstract public method keys ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ abstract public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ abstract public method map ] { + + - Parameters [1] { + Parameter #0 [ $callback ] } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method reduce ] { + + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] + } + - Return [ mixed ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method replace ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method sort ] { + + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] + } + - Return [ string ] + } + + Method [ abstract public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method where ] { + + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ bool ] + } + + Method [ abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ mixed ] + } + + Method [ abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ mixed $offset ] + Parameter #1 [ mixed $value ] + } + - Tentative return [ void ] + } + + Method [ abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ void ] + } + + Method [ abstract public method getIterator ] { + + - Parameters [0] { + } + - Tentative return [ Traversable ] } } } @@ -589,7 +1012,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ abstract public method getMessages ] { @@ -740,6 +1163,50 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } + Interface [ interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getData ] { + + - Parameters [0] { + } + } + + Method [ abstract public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ abstract public method serialize ] { + + - Parameters [0] { + } + } + + Method [ abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + } + } + } + Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { @@ -1153,7 +1620,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Config\ConfigInterface extends Phalcon\Support\Collection\CollectionInterface ] { + Interface [ interface Phalcon\Config\ConfigInterface extends Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection ] { - Constants [0] { } @@ -1167,7 +1634,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [18] { + - Methods [37] { Method [ abstract public method getPathDelimiter ] { - Parameters [0] { @@ -1200,14 +1667,15 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ Phalcon\Config\ConfigInterface ] } - Method [ abstract public method __get ] { + Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } + - Return [ mixed ] } - Method [ abstract public method __isset ] { + Method [ abstract public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -1215,7 +1683,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ abstract public method __set ] { + Method [ abstract public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -1224,7 +1692,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ abstract public method __unset ] { + Method [ abstract public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -1232,337 +1700,239 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ abstract public method clear ] { + Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } - Method [ abstract public method get ] { - - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] - } - } - - Method [ abstract public method getKeys ] { + Method [ abstract public method column ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + Parameter #0 [ string $propertyOrMethod ] } - Return [ array ] } - Method [ abstract public method getValues ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method has ] { + Method [ abstract public method each ] { - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ bool ] - } - - Method [ abstract public method init ] { - - - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ $callback ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ abstract public method remove ] { + Method [ abstract public method filter ] { - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ void ] - } - - Method [ abstract public method set ] { - - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ $callback ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ abstract public method toArray ] { + Method [ abstract public method first ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ abstract public method toJson ] { - - - Parameters [1] { - Parameter #0 [ int $options = 79 ] - } - - Return [ string ] + - Return [ mixed ] } - } - } - - Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - - Constants [0] { - } + Method [ abstract public method get ] { - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [29] { - Method [ abstract public method getAttributes ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ array ] + - Return [ mixed ] } - Method [ abstract public method getAutomaticCreateAttributes ] { + Method [ abstract public method getKeys ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ bool $insensitive = true ] } - Return [ array ] } - Method [ abstract public method getAutomaticUpdateAttributes ] { + Method [ abstract public method getType ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ abstract public method getBindTypes ] { + Method [ abstract public method getValues ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getColumnMap ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?array ] - } - - Method [ abstract public method getDefaultValues ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $element ] } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getDataTypes ] { + Method [ abstract public method init ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $data = [] ] } - - Return [ array ] + - Return [ void ] } - Method [ abstract public method getDataTypesNumeric ] { + Method [ abstract public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getEmptyStringAttributes ] { + Method [ abstract public method keys ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ bool $insensitive = true ] } - Return [ array ] } - Method [ abstract public method getIdentityField ] { + Method [ abstract public method last ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ mixed ] } - Method [ abstract public method getNonPrimaryKeyAttributes ] { + Method [ abstract public method map ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $callback ] } - - Return [ array ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ abstract public method getNotNullAttributes ] { + Method [ abstract public method reduce ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } - - Return [ array ] + - Return [ mixed ] } - Method [ abstract public method getPrimaryKeyAttributes ] { + Method [ abstract public method remove ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $element ] } - - Return [ array ] + - Return [ void ] } - Method [ abstract public method getReverseColumnMap ] { + Method [ abstract public method replace ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $data ] } - - Return [ ?array ] + - Return [ void ] } - Method [ abstract public method getStrategy ] { + Method [ abstract public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ void ] } - Method [ abstract public method hasAttribute ] { + Method [ abstract public method sort ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ abstract public method isEmpty ] { + Method [ abstract public method toArray ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method read ] { + Method [ abstract public method toJson ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ int $options = 4194383 ] } - - Return [ ?array ] + - Return [ string ] } - Method [ abstract public method readColumnMap ] { + Method [ abstract public method values ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ array ] } - Method [ abstract public method readColumnMapIndex ] { + Method [ abstract public method where ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } - - Return [ ?array ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ abstract public method readMetaData ] { + Method [ abstract public method offsetExists ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?array ] - } - - Method [ abstract public method readMetaDataIndex ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - } - } - - Method [ abstract public method reset ] { - - - Parameters [0] { - } - } - - Method [ abstract public method setAutomaticCreateAttributes ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ mixed $offset ] } + - Tentative return [ bool ] } - Method [ abstract public method setAutomaticUpdateAttributes ] { + Method [ abstract public method offsetGet ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ mixed $offset ] } + - Tentative return [ mixed ] } - Method [ abstract public method setEmptyStringAttributes ] { + Method [ abstract public method offsetSet ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] - } - - Return [ void ] - } - - Method [ abstract public method writeMetaDataIndex ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + Parameter #0 [ mixed $offset ] + Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } - Method [ abstract public method setStrategy ] { + Method [ abstract public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + Parameter #0 [ mixed $offset ] } + - Tentative return [ void ] } - Method [ abstract public method write ] { + Method [ abstract public method getIterator ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Tentative return [ Traversable ] } } } - Interface [ interface Phalcon\Db\Adapter\AdapterInterface ] { + Interface [ interface Phalcon\Contracts\Db\Adapter\Adapter ] { - Constants [0] { } @@ -1839,8 +2209,9 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Method [ abstract public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } @@ -1865,7 +2236,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } Method [ abstract public method getDescriptor ] { @@ -2064,8 +2435,9 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Method [ abstract public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } @@ -2075,7 +2447,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [1] { Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Contracts\Db\Adapter\Adapter ] } Method [ abstract public method supportSequences ] { @@ -2151,7 +2523,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Annotations\Adapter\AdapterInterface ] { + Interface [ interface Phalcon\Contracts\Paginator\Adapter ] { - Constants [0] { } @@ -2165,206 +2537,292 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [9] { - Method [ abstract public method get ] { + - Methods [4] { + Method [ abstract public method getLimit ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Reflection ] + - Return [ int ] } - Method [ abstract public method getConstant ] { + Method [ abstract public method paginate ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $constantName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] + - Return [ Phalcon\Contracts\Paginator\Repository ] } - Method [ abstract public method getConstants ] { + Method [ abstract public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ int $page ] } - - Return [ array ] } - Method [ abstract public method getProperty ] { + Method [ abstract public method setLimit ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $propertyName ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ Phalcon\Annotations\Collection ] } + } + } - Method [ abstract public method getProperties ] { + Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [29] { + Method [ abstract public method getAttributes ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ abstract public method getMethod ] { + Method [ abstract public method getAutomaticCreateAttributes ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ array ] } - Method [ abstract public method getMethods ] { + Method [ abstract public method getAutomaticUpdateAttributes ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ abstract public method getReader ] { + Method [ abstract public method getBindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Annotations\ReaderInterface ] + - Return [ array ] } - Method [ abstract public method setReader ] { + Method [ abstract public method getColumnMap ] { - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - } - } - - Interface [ interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - - Constants [0] { - } + Method [ abstract public method getDefaultValues ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Static methods [1] { - Method [ abstract static public method getAvailableDrivers ] { + Method [ abstract public method getDataTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - } - - - Properties [0] { - } - - Methods [13] { - Method [ abstract public method beginTransaction ] { + Method [ abstract public method getDataTypesNumeric ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method commit ] { + Method [ abstract public method getEmptyStringAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method errorCode ] { + Method [ abstract public method getIdentityField ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ ?string ] } - Method [ abstract public method errorInfo ] { + Method [ abstract public method getNonPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ abstract public method exec ] { + Method [ abstract public method getNotNullAttributes ] { - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ abstract public method getAttribute ] { + Method [ abstract public method getPrimaryKeyAttributes ] { - Parameters [1] { - Parameter #0 [ int $attribute ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method inTransaction ] { + Method [ abstract public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?array ] + } + + Method [ abstract public method getStrategy ] { - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ abstract public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } - Return [ bool ] } - Method [ abstract public method lastInsertId ] { + Method [ abstract public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method read ] { - Parameters [1] { - Parameter #0 [ ?string $name = null ] + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ ?array ] } - Method [ abstract public method prepare ] { + Method [ abstract public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?array ] + } + + Method [ abstract public method readColumnMapIndex ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } + - Return [ ?array ] } - Method [ abstract public method query ] { + Method [ abstract public method readMetaData ] { - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ abstract public method quote ] { + Method [ abstract public method readMetaDataIndex ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = null ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ string ] } - Method [ abstract public method rollBack ] { + Method [ abstract public method reset ] { - Parameters [0] { } - - Return [ bool ] } - Method [ abstract public method setAttribute ] { + Method [ abstract public method setAutomaticCreateAttributes ] { - Parameters [2] { - Parameter #0 [ int $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + } + + Method [ abstract public method setAutomaticUpdateAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ abstract public method setEmptyStringAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ abstract public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] + } + } + + Method [ abstract public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + } + } + + Method [ abstract public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] } } } - Interface [ interface Phalcon\Db\DialectInterface ] { + Interface [ interface Phalcon\Contracts\Db\Dialect ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -2533,8 +2991,9 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Method [ abstract public method forUpdate ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } @@ -2635,8 +3094,9 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Method [ abstract public method sharedLock ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } @@ -2684,7 +3144,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Html\Link\Interfaces\LinkInterface ] { + Interface [ interface Phalcon\Db\Adapter\AdapterInterface extends Phalcon\Contracts\Db\Adapter\Adapter ] { - Constants [0] { } @@ -2698,533 +3158,584 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [4] { - Method [ abstract public method getAttributes ] { + - Methods [67] { + Method [ abstract public method addColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getHref ] { + Method [ abstract public method addIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getRels ] { + Method [ abstract public method addForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method isTemplated ] { + Method [ abstract public method addPrimaryKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ bool ] } - } - } - - Interface [ interface Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - - Constants [0] { - } + Method [ abstract public method affectedRows ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Static methods [0] { - } + Method [ abstract public method begin ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] + } + - Return [ bool ] + } - - Methods [2] { - Method [ abstract public method getLinks ] { + Method [ abstract public method close ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ abstract public method getLinksByRel ] { + Method [ abstract public method commit ] { - Parameters [1] { - Parameter #0 [ string $rel ] + Parameter #0 [ bool $nesting = true ] } - - Return [ array ] + - Return [ bool ] } - } - } - - Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ abstract public method connect ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $descriptor = [] ] + } + - Return [ void ] + } - - Methods [9] { - Method [ abstract public method add ] { + Method [ abstract public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ abstract public method begin ] { + Method [ abstract public method createTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ abstract public method close ] { + Method [ abstract public method createView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - Return [ bool ] } - Method [ abstract public method commit ] { + Method [ abstract public method delete ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $whereCondition = null ] + Parameter #2 [ array $placeholders = [] ] + Parameter #3 [ array $dataTypes = [] ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ abstract public method getFormatter ] { + Method [ abstract public method describeColumns ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + - Return [ array ] } - Method [ abstract public method inTransaction ] { + Method [ abstract public method describeIndexes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method process ] { + Method [ abstract public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method rollback ] { + Method [ abstract public method dropColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ abstract public method setFormatter ] { + Method [ abstract public method dropForeignKey ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - } - } - Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface ] { + Method [ abstract public method dropIndex ] { - - Constants [0] { - } - - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ abstract public method dropPrimaryKey ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } - - Methods [4] { - Method [ abstract public method getLimit ] { + Method [ abstract public method dropTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ int ] + - Return [ bool ] } - Method [ abstract public method paginate ] { + Method [ abstract public method dropView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ bool ] } - Method [ abstract public method setCurrentPage ] { + Method [ abstract public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ int $page ] + Parameter #0 [ $identifier ] } + - Return [ string ] } - Method [ abstract public method setLimit ] { + Method [ abstract public method escapeString ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ string $str ] } + - Return [ string ] } - } - } - - Interface [ interface Phalcon\Translate\Adapter\AdapterInterface ] { - - Constants [0] { - } + Method [ abstract public method execute ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ abstract public method fetchAll ] { - - Properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = 2 ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] + } + - Return [ array ] + } - - Methods [3] { - Method [ abstract public method has ] { + Method [ abstract public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ string $index ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders = [] ] + Parameter #2 [ $column = ] } - - Return [ bool ] } - Method [ abstract public method query ] { + Method [ abstract public method fetchOne ] { - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = 2 ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ abstract public method t ] { + Method [ abstract public method forUpdate ] { - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - } - } - Interface [ interface Phalcon\Assets\FilterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ abstract public method getColumnDefinition ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } - - Methods [1] { - Method [ abstract public method filter ] { + Method [ abstract public method getColumnList ] { - Parameters [1] { - Parameter #0 [ string $content ] + Parameter #0 [ $columnList ] } - Return [ string ] } - } - } - - Interface [ interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - - Constants [0] { - } + Method [ abstract public method getConnectionId ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Static methods [1] { - Method [ abstract static public method getAvailableDrivers ] { + Method [ abstract public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } - } - - Properties [0] { - } - - - Methods [30] { - Method [ abstract public method connect ] { + Method [ abstract public method getDialect ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ abstract public method disconnect ] { + Method [ abstract public method getDialectType ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ abstract public method fetchAffected ] { + Method [ abstract public method getDefaultIdValue ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Db\RawValue ] } - Method [ abstract public method fetchAll ] { + Method [ abstract public method getDefaultValue ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Db\RawValue ] } - Method [ abstract public method fetchAssoc ] { + Method [ abstract public method getInternalHandler ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ array ] } - Method [ abstract public method fetchColumn ] { + Method [ abstract public method getNestedTransactionSavepointName ] { - - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $column = 0 ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method fetchGroup ] { + Method [ abstract public method getRealSQLStatement ] { - - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $flags = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method fetchObject ] { + Method [ abstract public method getSQLStatement ] { - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] + - Parameters [0] { } - - Return [ object ] + - Return [ string ] } - Method [ abstract public method fetchObjects ] { + Method [ abstract public method getSQLBindTypes ] { - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] + - Parameters [0] { } - Return [ array ] } - Method [ abstract public method fetchOne ] { + Method [ abstract public method getSQLVariables ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - Return [ array ] } - Method [ abstract public method fetchPairs ] { + Method [ abstract public method getType ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method fetchValue ] { + Method [ abstract public method insert ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields = ] + Parameter #3 [ $dataTypes = ] } + - Return [ bool ] } - Method [ abstract public method getAdapter ] { + Method [ abstract public method insertAsDict ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes = ] } - - Return [ PDO ] + - Return [ bool ] } - Method [ abstract public method getProfiler ] { + Method [ abstract public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + - Return [ bool ] } - Method [ abstract public method isConnected ] { + Method [ abstract public method isUnderTransaction ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method perform ] { + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ ?string $name = null ] + } + } + + Method [ abstract public method limit ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] } - - Return [ PDOStatement ] + - Return [ string ] } - Method [ abstract public method setProfiler ] { + Method [ abstract public method listTables ] { - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + Parameter #0 [ ?string $schemaName = null ] } + - Return [ array ] } - Method [ abstract public method beginTransaction ] { + Method [ abstract public method listViews ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method commit ] { + Method [ abstract public method modifyColumn ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } - Return [ bool ] } - Method [ abstract public method errorCode ] { + Method [ abstract public method query ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ ?string ] } - Method [ abstract public method errorInfo ] { + Method [ abstract public method releaseSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method exec ] { + Method [ abstract public method rollback ] { - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ bool $nesting = true ] } - - Return [ int ] + - Return [ bool ] } - Method [ abstract public method getAttribute ] { + Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ int $attribute ] + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method sharedLock ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } + - Return [ string ] } - Method [ abstract public method inTransaction ] { + Method [ abstract public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Contracts\Db\Adapter\Adapter ] + } + + Method [ abstract public method supportSequences ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method lastInsertId ] { + Method [ abstract public method tableExists ] { - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method prepare ] { + Method [ abstract public method tableOptions ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } + - Return [ array ] } - Method [ abstract public method query ] { + Method [ abstract public method update ] { - - Parameters [1] { - Parameter #0 [ string $statement ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition = ] + Parameter #4 [ $dataTypes = ] } + - Return [ bool ] } - Method [ abstract public method quote ] { + Method [ abstract public method updateAsDict ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = null ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition = ] + Parameter #3 [ $dataTypes = ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method rollBack ] { + Method [ abstract public method useExplicitIdValue ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method setAttribute ] { + Method [ abstract public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method viewExists ] { - Parameters [2] { - Parameter #0 [ int $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - Return [ bool ] } } } - Interface [ interface Phalcon\Di\DiInterface extends ArrayAccess ] { + Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface extends Phalcon\Contracts\Paginator\Adapter ] { - Constants [0] { } @@ -3232,161 +3743,134 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [3] { - Method [ abstract static public method getDefault ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getLimit ] { - Parameters [0] { } - - Return [ ?Phalcon\Di\DiInterface ] + - Return [ int ] } - Method [ abstract static public method reset ] { + Method [ abstract public method paginate ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Contracts\Paginator\Repository ] } - Method [ abstract static public method setDefault ] { + Method [ abstract public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } - } - - - Properties [0] { - } - - - Methods [15] { - Method [ abstract public method attempt ] { - - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] - } - } - - Method [ abstract public method get ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] + Parameter #0 [ int $page ] } } - Method [ abstract public method getRaw ] { + Method [ abstract public method setLimit ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ int $limit ] } } + } + } - Method [ abstract public method getService ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Di\ServiceInterface ] - } + Interface [ interface Phalcon\Annotations\Adapter\AdapterInterface ] { - Method [ abstract public method getServices ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ abstract public method getShared ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] - } - } + - Properties [0] { + } - Method [ abstract public method has ] { + - Methods [9] { + Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $className ] } - - Return [ bool ] + - Return [ Phalcon\Annotations\Reflection ] } - Method [ abstract public method remove ] { + Method [ abstract public method getConstant ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $constantName ] } - - Return [ void ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ abstract public method set ] { + Method [ abstract public method getConstants ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } - Method [ abstract public method setService ] { + Method [ abstract public method getProperty ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ abstract public method setShared ] { + Method [ abstract public method getProperties ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } - Method [ abstract public method offsetExists ] { + Method [ abstract public method getMethod ] { - - Parameters [1] { - Parameter #0 [ mixed $offset ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } - - Tentative return [ bool ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ abstract public method offsetGet ] { + Method [ abstract public method getMethods ] { - Parameters [1] { - Parameter #0 [ mixed $offset ] + Parameter #0 [ string $className ] } - - Tentative return [ mixed ] + - Return [ array ] } - Method [ abstract public method offsetSet ] { + Method [ abstract public method getReader ] { - - Parameters [2] { - Parameter #0 [ mixed $offset ] - Parameter #1 [ mixed $value ] + - Parameters [0] { } - - Tentative return [ void ] + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ abstract public method offsetUnset ] { + Method [ abstract public method setReader ] { - Parameters [1] { - Parameter #0 [ mixed $offset ] + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } - - Tentative return [ void ] } } } - Interface [ interface Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { + Interface [ interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { } @@ -3394,142 +3878,125 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ abstract static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } } - Properties [0] { } - - Methods [4] { - Method [ abstract public method getAlgHeader ] { + - Methods [13] { + Method [ abstract public method beginTransaction ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getAlgorithm ] { + Method [ abstract public method commit ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method sign ] { + Method [ abstract public method errorCode ] { - - Parameters [2] { - Parameter #0 [ string $payload ] - Parameter #1 [ string $passphrase ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ abstract public method verify ] { + Method [ abstract public method errorInfo ] { - - Parameters [3] { - Parameter #0 [ string $source ] - Parameter #1 [ string $payload ] - Parameter #2 [ string $passphrase ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - } - } - - Interface [ interface Phalcon\Filter\Validation\ValidatorCompositeInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ abstract public method exec ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } - - Methods [2] { - Method [ abstract public method getValidators ] { + Method [ abstract public method getAttribute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $attribute ] } - - Return [ array ] } - Method [ abstract public method validate ] { + Method [ abstract public method inTransaction ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - Return [ bool ] } - } - } - - Interface [ interface Phalcon\Flash\FlashInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [5] { - Method [ abstract public method error ] { + Method [ abstract public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ ?string $name = null ] } - - Return [ ?string ] + - Return [ string ] } - Method [ abstract public method message ] { + Method [ abstract public method prepare ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ string $message ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $options = [] ] } - - Return [ ?string ] } - Method [ abstract public method notice ] { + Method [ abstract public method query ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $statement ] } - - Return [ ?string ] } - Method [ abstract public method success ] { + Method [ abstract public method quote ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = null ] } - - Return [ ?string ] + - Return [ string ] } - Method [ abstract public method warning ] { + Method [ abstract public method rollBack ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ bool ] + } + + Method [ abstract public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] } } } - Interface [ interface Phalcon\Image\Adapter\AdapterInterface ] { + Interface [ interface Phalcon\Db\DialectInterface extends Phalcon\Contracts\Db\Dialect ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -3541,387 +4008,317 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [14] { - Method [ abstract public method background ] { + - Methods [34] { + Method [ abstract public method addColumn ] { - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = 100 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method blur ] { + Method [ abstract public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method crop ] { + Method [ abstract public method addIndex ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ ?int $offsetX = null ] - Parameter #3 [ ?int $offsetY = null ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method flip ] { + Method [ abstract public method addPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method mask ] { + Method [ abstract public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method pixelate ] { + Method [ abstract public method createTable ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method reflection ] { + Method [ abstract public method createView ] { - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity = 100 ] - Parameter #2 [ bool $fadeIn = false ] + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method render ] { + Method [ abstract public method describeColumns ] { - Parameters [2] { - Parameter #0 [ ?string $extension = null ] - Parameter #1 [ int $quality = 100 ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ string ] } - Method [ abstract public method resize ] { + Method [ abstract public method describeIndexes ] { - - Parameters [3] { - Parameter #0 [ ?int $width = null ] - Parameter #1 [ ?int $height = null ] - Parameter #2 [ int $master = null ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method rotate ] { + Method [ abstract public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ int $degrees ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method save ] { + Method [ abstract public method dropColumn ] { - - Parameters [2] { - Parameter #0 [ ?string $file = null ] - Parameter #1 [ int $quality = 100 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method sharpen ] { + Method [ abstract public method dropForeignKey ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method text ] { + Method [ abstract public method dropIndex ] { - - Parameters [7] { - Parameter #0 [ string $text ] - Parameter #1 [ int $offsetX = 0 ] - Parameter #2 [ int $offsetY = 0 ] - Parameter #3 [ int $opacity = 100 ] - Parameter #4 [ string $color = '000000' ] - Parameter #5 [ int $size = 12 ] - Parameter #6 [ ?string $fontFile = null ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ abstract public method watermark ] { + Method [ abstract public method dropPrimaryKey ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX = 0 ] - Parameter #2 [ int $offsetY = 0 ] - Parameter #3 [ int $opacity = 100 ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - } - } - Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method format ] { + Method [ abstract public method dropTable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ bool $ifExists = true ] } - Return [ string ] } - } - } - - Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ abstract public method missingMethod ] { + Method [ abstract public method dropView ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments = [] ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } + - Return [ string ] } - Method [ abstract public method notify ] { + Method [ abstract public method forUpdate ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } + - Return [ string ] } - } - } - - Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [13] { - Method [ abstract public method delete ] { + Method [ abstract public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method filter ] { + Method [ abstract public method getColumnList ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ array $columnList ] } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getCache ] { + Method [ abstract public method getCustomFunctions ] { - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getFirst ] { + Method [ abstract public method getSqlExpression ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ abstract public method getHydrateMode ] { + Method [ abstract public method limit ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getLast ] { + Method [ abstract public method listTables ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] + - Return [ string ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method modifyColumn ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getType ] { + Method [ abstract public method registerCustomFunction ] { - - Parameters [0] { - } - - Return [ int ] - } - - Method [ abstract public method isFresh ] { - - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } - - Return [ bool ] + - Return [ Phalcon\Db\Dialect ] } - Method [ abstract public method setHydrateMode ] { + Method [ abstract public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ int $hydrateMode ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ string ] } - Method [ abstract public method setIsFresh ] { + Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ bool $isFresh ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ string ] } - Method [ abstract public method toArray ] { + Method [ abstract public method select ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $definition ] } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method update ] { + Method [ abstract public method sharedLock ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] - } - - Return [ bool ] - } - } - } - - Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [8] { - Method [ abstract public method getContent ] { - - - Parameters [0] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ abstract public method getParamsToView ] { + Method [ abstract public method supportsReleaseSavepoints ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getViewsDir ] { + Method [ abstract public method supportsSavepoints ] { - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method partial ] { + Method [ abstract public method tableExists ] { - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] - } - } - - Method [ abstract public method setContent ] { - - - Parameters [1] { - Parameter #0 [ string $content ] + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } + - Return [ string ] } - Method [ abstract public method setParamToView ] { + Method [ abstract public method tableOptions ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } + - Return [ string ] } - Method [ abstract public method setVar ] { + Method [ abstract public method viewExists ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - } - - Method [ abstract public method setViewsDir ] { - - - Parameters [1] { - Parameter #0 [ string $viewsDir ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } + - Return [ string ] } } } - Interface [ interface Phalcon\Mvc\View\Engine\EngineInterface ] { + Interface [ interface Phalcon\Html\Link\Interfaces\LinkInterface ] { - Constants [0] { } @@ -3935,35 +4332,38 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [3] { - Method [ abstract public method getContent ] { + - Methods [4] { + Method [ abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getHref ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method partial ] { + Method [ abstract public method getRels ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method render ] { + Method [ abstract public method isTemplated ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] - Parameter #2 [ bool $mustClean = false ] + - Parameters [0] { } + - Return [ bool ] } } } - Interface [ interface Phalcon\Acl\Adapter\AdapterInterface ] { + Interface [ interface Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - Constants [0] { } @@ -3977,177 +4377,176 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [20] { - Method [ abstract public method addInherit ] { - - - Parameters [2] { - Parameter #0 [ string $roleName ] - Parameter #1 [ $roleToInherits ] - } - - Return [ bool ] - } - - Method [ abstract public method addRole ] { + - Methods [2] { + Method [ abstract public method getLinks ] { - - Parameters [2] { - Parameter #0 [ $role ] - Parameter #1 [ $accessInherits = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method addComponent ] { + Method [ abstract public method getLinksByRel ] { - - Parameters [2] { - Parameter #0 [ $componentValue ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ string $rel ] } - - Return [ bool ] + - Return [ array ] } + } + } - Method [ abstract public method addComponentAccess ] { - - - Parameters [2] { - Parameter #0 [ string $componentName ] - Parameter #1 [ $accessList ] - } - - Return [ bool ] - } + Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { - Method [ abstract public method allow ] { + - Constants [0] { + } - - Parameters [4] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ $access ] - Parameter #3 [ $func = ] - } - - Return [ void ] - } + - Static properties [0] { + } - Method [ abstract public method deny ] { + - Static methods [0] { + } - - Parameters [4] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ $access ] - Parameter #3 [ $func = ] - } - - Return [ void ] - } + - Properties [0] { + } - Method [ abstract public method dropComponentAccess ] { + - Methods [9] { + Method [ abstract public method add ] { - - Parameters [2] { - Parameter #0 [ string $componentName ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method getActiveAccess ] { + Method [ abstract public method begin ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method getActiveRole ] { + Method [ abstract public method close ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ bool ] } - Method [ abstract public method getActiveComponent ] { + Method [ abstract public method commit ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method getComponents ] { + Method [ abstract public method getFormatter ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ abstract public method getDefaultAction ] { + Method [ abstract public method inTransaction ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ abstract public method getInheritedRoles ] { + Method [ abstract public method process ] { - Parameters [1] { - Parameter #0 [ string $roleName = '' ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ void ] } - Method [ abstract public method getNoArgumentsDefaultAction ] { + Method [ abstract public method rollback ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method getRoles ] { + Method [ abstract public method setFormatter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } + } + } - Method [ abstract public method isAllowed ] { + Interface [ interface Phalcon\Translate\Adapter\AdapterInterface ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $componentName ] - Parameter #2 [ string $access ] - Parameter #3 [ ?array $parameters = [] ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ abstract public method isComponent ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ string $componentName ] + Parameter #0 [ string $index ] } - Return [ bool ] } - Method [ abstract public method isRole ] { + Method [ abstract public method query ] { - - Parameters [1] { - Parameter #0 [ string $roleName ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method t ] { - - Parameters [1] { - Parameter #0 [ int $defaultAccess ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ abstract public method setNoArgumentsDefaultAction ] { + Interface [ interface Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method filter ] { - Parameters [1] { - Parameter #0 [ int $defaultAccess ] + Parameter #0 [ string $content ] } - - Return [ void ] + - Return [ string ] } } } - Interface [ interface Phalcon\Cache\CacheInterface ] { + Interface [ interface Phalcon\Contracts\Forms\Schema ] { - Constants [0] { } @@ -4161,250 +4560,284 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [8] { - Method [ abstract public method clear ] { + - Methods [1] { + Method [ abstract public method load ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } + } + } - Method [ abstract public method delete ] { + Interface [ interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method getAvailableDrivers ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } + } - Method [ abstract public method deleteMultiple ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ $keys ] + - Methods [30] { + Method [ abstract public method connect ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method get ] { + Method [ abstract public method disconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method fetchAffected ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ int ] } - Method [ abstract public method getMultiple ] { + Method [ abstract public method fetchAll ] { - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ array ] } - Method [ abstract public method has ] { + Method [ abstract public method fetchAssoc ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method set ] { + Method [ abstract public method fetchColumn ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $column = 0 ] } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method setMultiple ] { + Method [ abstract public method fetchGroup ] { - - Parameters [2] { - Parameter #0 [ $values ] - Parameter #1 [ $ttl = ] + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $flags = null ] } - - Return [ bool ] + - Return [ array ] } - } - } - - Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { - - Constants [0] { - } + Method [ abstract public method fetchObject ] { - - Static properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] + } + - Return [ object ] + } - - Static methods [0] { - } + Method [ abstract public method fetchObjects ] { - - Properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] + } + - Return [ array ] + } - - Methods [6] { - Method [ abstract public method getException ] { + Method [ abstract public method fetchOne ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ abstract public method getExtras ] { + Method [ abstract public method fetchPairs ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ array ] } - Method [ abstract public method getInput ] { + Method [ abstract public method fetchValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } } - Method [ abstract public method getMessages ] { + Method [ abstract public method getAdapter ] { - Parameters [0] { } + - Return [ PDO ] } - Method [ abstract public method getOutput ] { + Method [ abstract public method getProfiler ] { - Parameters [0] { } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ abstract public method getStatus ] { + Method [ abstract public method isConnected ] { - Parameters [0] { } + - Return [ bool ] } - } - } - - Interface [ interface Phalcon\Domain\Payload\WriteableInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ abstract public method perform ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + } + - Return [ PDOStatement ] + } - - Methods [6] { - Method [ abstract public method setException ] { + Method [ abstract public method setProfiler ] { - Parameters [1] { - Parameter #0 [ Throwable $exception ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method setExtras ] { + Method [ abstract public method beginTransaction ] { - - Parameters [1] { - Parameter #0 [ $extras ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ bool ] } - Method [ abstract public method setInput ] { + Method [ abstract public method commit ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ bool ] } - Method [ abstract public method setMessages ] { + Method [ abstract public method errorCode ] { - - Parameters [1] { - Parameter #0 [ $messages ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ ?string ] } - Method [ abstract public method setOutput ] { + Method [ abstract public method errorInfo ] { - - Parameters [1] { - Parameter #0 [ $output ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ array ] } - Method [ abstract public method setStatus ] { + Method [ abstract public method exec ] { - Parameters [1] { - Parameter #0 [ $status ] + Parameter #0 [ string $statement ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ int ] } - } - } - - Interface [ interface Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { - - Constants [0] { - } + Method [ abstract public method getAttribute ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } - - Static methods [0] { - } + Method [ abstract public method inTransaction ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Methods [1] { - Method [ abstract public method getNode ] { + Method [ abstract public method lastInsertId ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $name = null ] } - Return [ string ] } - } - } - Interface [ interface Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { + Method [ abstract public method prepare ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options = [] ] + } + } - - Static properties [0] { - } + Method [ abstract public method query ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } - - Properties [0] { - } + Method [ abstract public method quote ] { - - Methods [2] { - Method [ abstract public method getDateTime ] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = null ] + } + - Return [ string ] + } + + Method [ abstract public method rollBack ] { - Parameters [0] { } - - Return [ DateTimeImmutable ] + - Return [ bool ] } - Method [ abstract public method getNode ] { + Method [ abstract public method setAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } } } - Interface [ interface Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { + Interface [ interface Phalcon\Di\DiInterface extends ArrayAccess ] { - Constants [0] { } @@ -4412,151 +4845,177 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [0] { - } + - Static methods [3] { + Method [ abstract static public method getDefault ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Di\DiInterface ] + } - - Methods [1] { - Method [ abstract public method getOptions ] { + Method [ abstract static public method reset ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - } - } - Interface [ interface Phalcon\Logger\LoggerInterface ] { + Method [ abstract static public method setDefault ] { - - Constants [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } } - - Static properties [0] { + - Properties [0] { } - - Static methods [0] { - } + - Methods [17] { + Method [ abstract public method attempt ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] + } + } - - Methods [13] { - Method [ abstract public method alert ] { + Method [ abstract public method get ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } - - Return [ void ] } - Method [ abstract public method critical ] { + Method [ abstract public method getRaw ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] } - Method [ abstract public method debug ] { + Method [ abstract public method getService ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ abstract public method emergency ] { + Method [ abstract public method getServices ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method error ] { + Method [ abstract public method getShared ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } - - Return [ void ] } - Method [ abstract public method getAdapter ] { + Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ abstract public method getAdapters ] { + Method [ abstract public method hasShared ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getLogLevel ] { + Method [ abstract public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ int ] + - Return [ void ] } - Method [ abstract public method getName ] { + Method [ abstract public method removeShared ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method info ] { + Method [ abstract public method set ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } - - Return [ void ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ abstract public method log ] { + Method [ abstract public method setService ] { - - Parameters [3] { - Parameter #0 [ $level ] - Parameter #1 [ string $message ] - Parameter #2 [ array $context = [] ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - - Return [ void ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ abstract public method notice ] { + Method [ abstract public method setShared ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } - - Return [ void ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ abstract public method warning ] { + Method [ abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ bool ] + } + + Method [ abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ mixed ] + } + + Method [ abstract public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ mixed $offset ] + Parameter #1 [ mixed $value ] } - - Return [ void ] + - Tentative return [ void ] + } + + Method [ abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ mixed $offset ] + } + - Tentative return [ void ] } } } - Interface [ interface Phalcon\Mvc\EntityInterface ] { + Interface [ interface Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - Constants [0] { } @@ -4570,25 +5029,43 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method readAttribute ] { + - Methods [4] { + Method [ abstract public method getAlgHeader ] { - - Parameters [1] { - Parameter #0 [ string $attribute ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method writeAttribute ] { + Method [ abstract public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method sign ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ abstract public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] } + - Return [ bool ] } } } - Interface [ interface Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { + Interface [ interface Phalcon\Filter\Validation\ValidatorCompositeInterface ] { - Constants [0] { } @@ -4603,27 +5080,25 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Methods [2] { - Method [ abstract public method getColumnMaps ] { + Method [ abstract public method getValidators ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getMetaData ] { + Method [ abstract public method validate ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } } } - Interface [ interface Phalcon\Mvc\Model\ResultInterface ] { + Interface [ interface Phalcon\Flash\FlashInterface ] { - Constants [0] { } @@ -4637,17 +5112,51 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [1] { - Method [ abstract public method setDirtyState ] { + - Methods [5] { + Method [ abstract public method error ] { - Parameters [1] { - Parameter #0 [ int $dirtyState ] + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ ?string ] + } + + Method [ abstract public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ ?string ] } } } - Interface [ interface Phalcon\Mvc\RouterInterface ] { + Interface [ interface Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } @@ -4661,288 +5170,312 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [30] { - Method [ abstract public method add ] { - - - Parameters [4] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] - Parameter #3 [ int $position = null ] - } - - Return [ Phalcon\Mvc\Router\RouteInterface ] - } - - Method [ abstract public method addConnect ] { + - Methods [14] { + Method [ abstract public method background ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = 100 ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addDelete ] { + Method [ abstract public method blur ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ int $radius ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addHead ] { + Method [ abstract public method crop ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ ?int $offsetX = null ] + Parameter #3 [ ?int $offsetY = null ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addGet ] { + Method [ abstract public method flip ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ int $direction ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addOptions ] { + Method [ abstract public method mask ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addPatch ] { + Method [ abstract public method pixelate ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ int $amount ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addPost ] { + Method [ abstract public method reflection ] { - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity = 100 ] + Parameter #2 [ bool $fadeIn = false ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addPurge ] { + Method [ abstract public method render ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [2] { + Parameter #0 [ ?string $extension = null ] + Parameter #1 [ int $quality = 100 ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ abstract public method addPut ] { + Method [ abstract public method resize ] { - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + Parameter #0 [ ?int $width = null ] + Parameter #1 [ ?int $height = null ] + Parameter #2 [ int $master = null ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method addTrace ] { + Method [ abstract public method rotate ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ int $degrees ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method attach ] { + Method [ abstract public method save ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ int $position = null ] + Parameter #0 [ ?string $file = null ] + Parameter #1 [ int $quality = 100 ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method clear ] { + Method [ abstract public method sharpen ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $amount ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method text ] { - - Parameters [0] { + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ int $offsetX = 0 ] + Parameter #2 [ int $offsetY = 0 ] + Parameter #3 [ int $opacity = 100 ] + Parameter #4 [ string $color = '000000' ] + Parameter #5 [ int $size = 12 ] + Parameter #6 [ ?string $fontFile = null ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method getControllerName ] { + Method [ abstract public method watermark ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX = 0 ] + Parameter #2 [ int $offsetY = 0 ] + Parameter #3 [ int $opacity = 100 ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } + } + } - Method [ abstract public method getMatchedRoute ] { + Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\Router\RouteInterface ] - } + - Constants [0] { + } - Method [ abstract public method getMatches ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ abstract public method getModuleName ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ abstract public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } + } + } - Method [ abstract public method getNamespaceName ] { + Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ abstract public method getParams ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments = [] ] } - - Return [ array ] } - Method [ abstract public method getRoutes ] { + Method [ abstract public method notify ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] } + } + } - Method [ abstract public method getRouteById ] { + Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method delete ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ ?Closure $conditionCallback = ] } + - Return [ bool ] } - Method [ abstract public method getRouteByName ] { + Method [ abstract public method filter ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $filter ] } + - Return [ array ] } - Method [ abstract public method handle ] { + Method [ abstract public method getCache ] { - - Parameters [1] { - Parameter #0 [ string $uri ] + - Parameters [0] { } - - Return [ void ] } - Method [ abstract public method mount ] { + Method [ abstract public method getFirst ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method getHydrateMode ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ int ] } - Method [ abstract public method setDefaultController ] { + Method [ abstract public method getLast ] { - - Parameters [1] { - Parameter #0 [ string $controllerName ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method setDefaultModule ] { + Method [ abstract public method getMessages ] { - - Parameters [1] { - Parameter #0 [ string $moduleName ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ array ] } - Method [ abstract public method setDefaults ] { + Method [ abstract public method getType ] { - - Parameters [1] { - Parameter #0 [ array $defaults ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ int ] } - Method [ abstract public method wasMatched ] { + Method [ abstract public method isFresh ] { - Parameters [0] { } - Return [ bool ] } - } - } - Interface [ interface Phalcon\Translate\Interpolator\InterpolatorInterface ] { + Method [ abstract public method setHydrateMode ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } - - Static properties [0] { - } + Method [ abstract public method setIsFresh ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } - - Properties [0] { - } + Method [ abstract public method toArray ] { - - Methods [1] { - Method [ abstract public method replacePlaceholders ] { + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method update ] { - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] } - - Return [ string ] + - Return [ bool ] } } } - Interface [ interface Phalcon\Acl\ComponentInterface extends Stringable ] { + Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } @@ -4956,69 +5489,68 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [3] { - Method [ abstract public method getDescription ] { + - Methods [8] { + Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getName ] { + Method [ abstract public method getParamsToView ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ abstract public method __toString ] { + Method [ abstract public method getViewsDir ] { - Parameters [0] { } - - Return [ string ] } - } - } - - Interface [ interface Phalcon\Acl\RoleInterface extends Stringable ] { - - Constants [0] { - } + Method [ abstract public method partial ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + } - - Static methods [0] { - } + Method [ abstract public method setContent ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $content ] + } + } - - Methods [3] { - Method [ abstract public method getName ] { + Method [ abstract public method setParamToView ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] } - Method [ abstract public method getDescription ] { + Method [ abstract public method setVar ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] } - Method [ abstract public method __toString ] { + Method [ abstract public method setViewsDir ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $viewsDir ] } - - Return [ string ] } } } - Interface [ interface Phalcon\Annotations\ReaderInterface ] { + Interface [ interface Phalcon\Mvc\View\Engine\EngineInterface ] { - Constants [0] { } @@ -5026,33 +5558,41 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [1] { - Method [ abstract static public method parseDocBlock ] { - - - Parameters [3] { - Parameter #0 [ string $docBlock ] - Parameter #1 [ $file = ] - Parameter #2 [ $line = ] - } - - Return [ array ] - } + - Static methods [0] { } - Properties [0] { } - - Methods [1] { - Method [ abstract public method parse ] { + - Methods [3] { + Method [ abstract public method getContent ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + - Return [ void ] + } + + Method [ abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean = false ] } - - Return [ array ] } } } - Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { + Interface [ interface Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { } @@ -5066,236 +5606,260 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [30] { - Method [ abstract public method getActiveTask ] { - - - Parameters [0] { - } - - Return [ Phalcon\Cli\TaskInterface ] - } - - Method [ abstract public method getLastTask ] { - - - Parameters [0] { - } - - Return [ Phalcon\Cli\TaskInterface ] - } - - Method [ abstract public method getOptions ] { + - Methods [20] { + Method [ abstract public method addInherit ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherits ] } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getTaskName ] { + Method [ abstract public method addRole ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits = ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getTaskSuffix ] { + Method [ abstract public method addComponent ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $componentValue ] + Parameter #1 [ $accessList ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method setDefaultTask ] { + Method [ abstract public method addComponentAccess ] { - - Parameters [1] { - Parameter #0 [ string $taskName ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setOptions ] { + Method [ abstract public method allow ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func = ] } - Return [ void ] } - Method [ abstract public method setTaskName ] { + Method [ abstract public method deny ] { - - Parameters [1] { - Parameter #0 [ string $taskName ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func = ] } - Return [ void ] } - Method [ abstract public method setTaskSuffix ] { + Method [ abstract public method dropComponentAccess ] { - - Parameters [1] { - Parameter #0 [ string $taskSuffix ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } - Return [ void ] } - Method [ abstract public method dispatch ] { + Method [ abstract public method getActiveAccess ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ abstract public method forward ] { - - - Parameters [1] { - Parameter #0 [ array $forward ] - } - - Return [ void ] - } - - Method [ abstract public method getActionName ] { + Method [ abstract public method getActiveRole ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ abstract public method getActionSuffix ] { + Method [ abstract public method getActiveComponent ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ abstract public method getHandlerSuffix ] { + Method [ abstract public method getComponents ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ abstract public method getParam ] { + Method [ abstract public method getDefaultAction ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] + - Parameters [0] { } + - Return [ int ] } - Method [ abstract public method getParameter ] { + Method [ abstract public method getInheritedRoles ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] + - Parameters [1] { + Parameter #0 [ string $roleName = '' ] } + - Return [ array ] } - Method [ abstract public method getParams ] { + Method [ abstract public method getNoArgumentsDefaultAction ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ abstract public method getParameters ] { + Method [ abstract public method getRoles ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getReturnedValue ] { + Method [ abstract public method isAllowed ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $roleName ] + Parameter #1 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ ?array $parameters = [] ] } + - Return [ bool ] } - Method [ abstract public method hasParam ] { + Method [ abstract public method isComponent ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ string $componentName ] } - Return [ bool ] } - Method [ abstract public method isFinished ] { + Method [ abstract public method isRole ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $roleName ] } - Return [ bool ] } - Method [ abstract public method setActionName ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ int $defaultAccess ] } - Return [ void ] } - Method [ abstract public method setActionSuffix ] { + Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + Parameter #0 [ int $defaultAccess ] } - Return [ void ] } + } + } - Method [ abstract public method setDefaultAction ] { + Interface [ interface Phalcon\Cache\CacheInterface ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method clear ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method delete ] { - Parameters [1] { - Parameter #0 [ string $defaultNamespace ] + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setHandlerSuffix ] { + Method [ abstract public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $handlerSuffix ] + Parameter #0 [ $keys ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setModuleName ] { + Method [ abstract public method get ] { - - Parameters [1] { - Parameter #0 [ ?string $moduleName = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method getMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ string $namespaceName ] + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setParam ] { + Method [ abstract public method set ] { - - Parameters [2] { - Parameter #0 [ $param ] + - Parameters [3] { + Parameter #0 [ string $key ] Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setParams ] { + Method [ abstract public method setMultiple ] { - - Parameters [1] { - Parameter #0 [ array $params ] + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] } - - Return [ void ] + - Return [ bool ] } } } - Interface [ interface Phalcon\Cli\Router\RouteInterface ] { + Interface [ interface Phalcon\Contracts\Db\Check ] { - Constants [0] { } @@ -5303,53 +5867,62 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [3] { - Method [ abstract static public method delimiter ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] - } - } + - Properties [0] { + } - Method [ abstract static public method getDelimiter ] { + - Methods [2] { + Method [ abstract public method getExpression ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract static public method reset ] { + Method [ abstract public method getName ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } } + } + + Interface [ interface Phalcon\Contracts\Db\Column ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Properties [0] { } - - Methods [11] { - Method [ abstract public method compilePattern ] { + - Methods [16] { + Method [ abstract public method getAfterPosition ] { - - Parameters [1] { - Parameter #0 [ string $pattern ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ abstract public method getCompiledPattern ] { + Method [ abstract public method getBindType ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ abstract public method getDescription ] { + Method [ abstract public method getDefault ] { - Parameters [0] { } - - Return [ string ] } Method [ abstract public method getName ] { @@ -5359,274 +5932,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ abstract public method getPaths ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method getPattern ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getReversedPaths ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method getRouteId ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method reConfigure ] { - - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - } - - Return [ void ] - } - - Method [ abstract public method setDescription ] { - - - Parameters [1] { - Parameter #0 [ string $description ] - } - - Return [ Phalcon\Cli\Router\RouteInterface ] - } - - Method [ abstract public method setName ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Cli\Router\RouteInterface ] - } - } - } - - Interface [ interface Phalcon\Cli\TaskInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Interface [ interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [6] { - Method [ abstract public method getMaster ] { - - - Parameters [0] { - } - - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] - } - - Method [ abstract public method getRead ] { - - - Parameters [1] { - Parameter #0 [ string $name = '' ] - } - - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] - } - - Method [ abstract public method getWrite ] { - - - Parameters [1] { - Parameter #0 [ string $name = '' ] - } - - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] - } - - Method [ abstract public method setMaster ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] - } - - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] - } - - Method [ abstract public method setRead ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $callableObject ] - } - - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] - } - - Method [ abstract public method setWrite ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $callableObject ] - } - - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] - } - } - } - - Interface [ interface Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [9] { - Method [ abstract public method finish ] { - - - Parameters [2] { - Parameter #0 [ ?string $statement = null ] - Parameter #1 [ array $values = [] ] - } - - Return [ void ] - } - - Method [ abstract public method getLogger ] { - - - Parameters [0] { - } - - Return [ Phalcon\Logger\LoggerInterface ] - } - - Method [ abstract public method getLogFormat ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getLogLevel ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method isActive ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ abstract public method setActive ] { - - - Parameters [1] { - Parameter #0 [ bool $active ] - } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] - } - - Method [ abstract public method setLogFormat ] { - - - Parameters [1] { - Parameter #0 [ string $logFormat ] - } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] - } - - Method [ abstract public method setLogLevel ] { - - - Parameters [1] { - Parameter #0 [ string $logLevel ] - } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] - } - - Method [ abstract public method start ] { - - - Parameters [1] { - Parameter #0 [ string $method ] - } - - Return [ void ] - } - } - } - - Interface [ interface Phalcon\Db\ColumnInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [16] { - Method [ abstract public method getAfterPosition ] { - - - Parameters [0] { - } - - Return [ ?string ] - } - - Method [ abstract public method getBindType ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ abstract public method getDefault ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getScale ] { + Method [ abstract public method getScale ] { - Parameters [0] { } @@ -5643,7 +5949,6 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ int ] } Method [ abstract public method getTypeReference ] { @@ -5710,7 +6015,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Db\IndexInterface ] { + Interface [ interface Phalcon\Contracts\Db\Index ] { - Constants [0] { } @@ -5748,7 +6053,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Db\ReferenceInterface ] { + Interface [ interface Phalcon\Contracts\Db\Reference ] { - Constants [0] { } @@ -5781,14 +6086,14 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ abstract public method getOnUpdate ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ abstract public method getReferencedColumns ] { @@ -5802,7 +6107,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ abstract public method getReferencedTable ] { @@ -5816,12 +6121,12 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } } } - Interface [ interface Phalcon\Db\ResultInterface ] { + Interface [ interface Phalcon\Contracts\Db\Result ] { - Constants [0] { } @@ -5893,7 +6198,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Interface [ interface Phalcon\Di\ServiceInterface ] { + Interface [ interface Phalcon\Contracts\Encryption\Security\CryptoUtils ] { - Constants [0] { } @@ -5907,68 +6212,51 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [8] { - Method [ abstract public method getDefinition ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getParameter ] { + - Methods [5] { + Method [ abstract public method computeHmac ] { - - Parameters [1] { - Parameter #0 [ int $position ] + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ string $key ] + Parameter #2 [ string $algo ] + Parameter #3 [ bool $raw = false ] } + - Return [ string ] } - Method [ abstract public method isResolved ] { + Method [ abstract public method getRandom ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\Random ] } - Method [ abstract public method isShared ] { + Method [ abstract public method getRandomBytes ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ abstract public method resolve ] { - - - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] - } + - Return [ int ] } - Method [ abstract public method setDefinition ] { + Method [ abstract public method setRandomBytes ] { - Parameters [1] { - Parameter #0 [ $definition ] - } - } - - Method [ abstract public method setParameter ] { - - - Parameters [2] { - Parameter #0 [ int $position ] - Parameter #1 [ array $parameter ] + Parameter #0 [ int $randomBytes ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } - Method [ abstract public method setShared ] { + Method [ abstract public method getSaltBytes ] { - Parameters [1] { - Parameter #0 [ bool $shared ] + Parameter #0 [ int $numberBytes = 0 ] } + - Return [ string ] } } } - Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] { + Interface [ interface Phalcon\Contracts\Encryption\Security\CsrfProtection ] { - Constants [0] { } @@ -5982,95 +6270,55 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [12] { - Method [ abstract public method getException ] { + - Methods [6] { + Method [ abstract public method getToken ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ ?string ] } - Method [ abstract public method getExtras ] { + Method [ abstract public method getTokenKey ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ abstract public method getInput ] { + Method [ abstract public method checkToken ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ ?string $tokenKey = null ] + Parameter #1 [ $tokenValue = ] + Parameter #2 [ bool $destroyIfValid = true ] } + - Return [ bool ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method destroyToken ] { - Parameters [0] { } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } - Method [ abstract public method getOutput ] { + Method [ abstract public method getRequestToken ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ abstract public method getStatus ] { + Method [ abstract public method getSessionToken ] { - Parameters [0] { } - } - - Method [ abstract public method setException ] { - - - Parameters [1] { - Parameter #0 [ Throwable $exception ] - } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] - } - - Method [ abstract public method setExtras ] { - - - Parameters [1] { - Parameter #0 [ $extras ] - } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] - } - - Method [ abstract public method setInput ] { - - - Parameters [1] { - Parameter #0 [ $input ] - } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] - } - - Method [ abstract public method setMessages ] { - - - Parameters [1] { - Parameter #0 [ $messages ] - } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] - } - - Method [ abstract public method setOutput ] { - - - Parameters [1] { - Parameter #0 [ $output ] - } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] - } - - Method [ abstract public method setStatus ] { - - - Parameters [1] { - Parameter #0 [ $status ] - } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ ?string ] } } } - Interface [ interface Phalcon\Encryption\Crypt\CryptInterface ] { + Interface [ interface Phalcon\Contracts\Encryption\Security\PasswordSecurity ] { - Constants [0] { } @@ -6084,144 +6332,75 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [17] { - Method [ abstract public method decrypt ] { - - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] - } - - Return [ string ] - } - - Method [ abstract public method decryptBase64 ] { + - Methods [8] { + Method [ abstract public method checkHash ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] + - Parameters [3] { + Parameter #0 [ string $password ] + Parameter #1 [ string $passwordHash ] + Parameter #2 [ int $maxPassLength = 0 ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method encrypt ] { + Method [ abstract public method hash ] { - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] + Parameter #0 [ string $password ] + Parameter #1 [ array $options = [] ] } - Return [ string ] } - Method [ abstract public method encryptBase64 ] { + Method [ abstract public method isLegacyHash ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] + - Parameters [1] { + Parameter #0 [ string $passwordHash ] } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getAvailableCiphers ] { + Method [ abstract public method getHashInformation ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $hash ] } - Return [ array ] } - Method [ abstract public method getAuthTag ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getAuthData ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getAuthTagLength ] { + Method [ abstract public method getDefaultHash ] { - Parameters [0] { } - Return [ int ] } - Method [ abstract public method getCipher ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getKey ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method setAuthTag ] { - - - Parameters [1] { - Parameter #0 [ string $tag ] - } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] - } - - Method [ abstract public method setAuthData ] { - - - Parameters [1] { - Parameter #0 [ string $data ] - } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] - } - - Method [ abstract public method setAuthTagLength ] { - - - Parameters [1] { - Parameter #0 [ int $length ] - } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] - } - - Method [ abstract public method setCipher ] { - - - Parameters [1] { - Parameter #0 [ string $cipher ] - } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] - } - - Method [ abstract public method setKey ] { + Method [ abstract public method setDefaultHash ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ int $defaultHash ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } - Method [ abstract public method setPadding ] { + Method [ abstract public method getWorkFactor ] { - - Parameters [1] { - Parameter #0 [ int $scheme ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ int ] } - Method [ abstract public method useSigning ] { + Method [ abstract public method setWorkFactor ] { - Parameters [1] { - Parameter #0 [ bool $useSigning ] + Parameter #0 [ int $workFactor ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } } } - Interface [ interface Phalcon\Events\EventInterface ] { + Interface [ interface Phalcon\Contracts\Events\Event ] { - Constants [0] { } @@ -6267,7 +6446,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [1] { Parameter #0 [ $data = ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ Phalcon\Contracts\Events\Event ] } Method [ abstract public method setType ] { @@ -6275,19 +6454,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Parameters [1] { Parameter #0 [ string $type ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ Phalcon\Contracts\Events\Event ] } Method [ abstract public method stop ] { - Parameters [0] { } - - Return [ Phalcon\Events\EventInterface ] + - Return [ Phalcon\Contracts\Events\Event ] } } } - Interface [ interface Phalcon\Events\ManagerInterface ] { + Interface [ interface Phalcon\Contracts\Events\Manager ] { - Constants [1] { Constant [ public int DEFAULT_PRIORITY ] { 100 } @@ -6302,10 +6481,25 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [6] { - Method [ abstract public method attach ] { + - Methods [16] { + Method [ abstract public method addSubscriber ] { - - Parameters [3] { + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] + } + + Method [ abstract public method arePrioritiesEnabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method attach ] { + + - Parameters [3] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] Parameter #2 [ int $priority = null ] @@ -6313,6 +6507,21 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ abstract public method clearSubscribers ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method collectResponses ] { + + - Parameters [1] { + Parameter #0 [ bool $collect ] + } + - Return [ void ] + } + Method [ abstract public method detach ] { - Parameters [2] { @@ -6330,6 +6539,14 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } + Method [ abstract public method enablePriorities ] { + + - Parameters [1] { + Parameter #0 [ bool $enablePriorities ] + } + - Return [ void ] + } + Method [ abstract public method fire ] { - Parameters [4] { @@ -6348,6 +6565,20 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ array ] } + Method [ abstract public method getResponses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getSubscribers ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ abstract public method hasListeners ] { - Parameters [1] { @@ -6355,36 +6586,33 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Return [ bool ] } - } - } - Interface [ interface Phalcon\Filter\FilterInterface ] { - - - Constants [0] { - } + Method [ abstract public method isCollecting ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ abstract public method isValidHandler ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ bool ] + } - - Methods [1] { - Method [ abstract public method sanitize ] { + Method [ abstract public method removeSubscriber ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ $sanitizers ] - Parameter #2 [ bool $noRecursive = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Events\Subscriber $subscriber ] } + - Return [ void ] } } } - Interface [ interface Phalcon\Filter\Validation\ValidationInterface ] { + Interface [ interface Phalcon\Contracts\Html\Helper\Input\SelectData ] { - Constants [0] { } @@ -6398,123 +6626,127 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [14] { - Method [ abstract public method add ] { + - Methods [2] { + Method [ abstract public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ array ] } - Method [ abstract public method appendMessage ] { + Method [ abstract public method getOptions ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ array ] } + } + } - Method [ abstract public method bind ] { + Interface [ interface Phalcon\Contracts\Paginator\Repository ] { - - Parameters [3] { - Parameter #0 [ $entity ] - Parameter #1 [ $data ] - Parameter #2 [ array $whitelist = [] ] - } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] - } + - 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 } + } - Method [ abstract public method getEntity ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ abstract public method getAliases ] { - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getFilters ] { + Method [ abstract public method getCurrent ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } + - Return [ int ] } - Method [ abstract public method getLabel ] { + Method [ abstract public method getFirst ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method getItems ] { - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] } - Method [ abstract public method getValidators ] { + Method [ abstract public method getLast ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ abstract public method getValue ] { + Method [ abstract public method getLimit ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } + - Return [ int ] } - Method [ abstract public method rule ] { + Method [ abstract public method getNext ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ int ] } - Method [ abstract public method rules ] { + Method [ abstract public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ string $field ] - Parameter #1 [ array $validators ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ int ] } - Method [ abstract public method setFilters ] { + Method [ abstract public method getTotalItems ] { - - Parameters [2] { - Parameter #0 [ string $field ] - Parameter #1 [ $filters ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ int ] } - Method [ abstract public method setLabels ] { + Method [ abstract public method setAliases ] { - Parameters [1] { - Parameter #0 [ array $labels ] + Parameter #0 [ array $aliases ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Paginator\Repository ] } - Method [ abstract public method validate ] { + Method [ abstract public method setProperties ] { - - Parameters [3] { - Parameter #0 [ $data = ] - Parameter #1 [ $entity = ] - Parameter #2 [ array $whitelist = [] ] + - Parameters [1] { + Parameter #0 [ array $properties ] } + - Return [ Phalcon\Contracts\Paginator\Repository ] } } } - Interface [ interface Phalcon\Html\Attributes\AttributesInterface ] { + Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } @@ -6528,49 +6760,47 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method getAttributes ] { + - Methods [6] { + Method [ abstract public method getException ] { - Parameters [0] { } - - Return [ Phalcon\Html\Attributes ] + - Return [ ?Throwable ] } - Method [ abstract public method setAttributes ] { + Method [ abstract public method getExtras ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Attributes $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Html\Attributes\AttributesInterface ] } - } - } - Interface [ interface Phalcon\Html\Attributes\RenderInterface ] { + Method [ abstract public method getInput ] { - - Constants [0] { - } + - Parameters [0] { + } + } - - Static properties [0] { - } + Method [ abstract public method getMessages ] { - - Static methods [0] { - } + - Parameters [0] { + } + } - - Properties [0] { - } + Method [ abstract public method getOutput ] { - - Methods [1] { - Method [ abstract public method render ] { + - Parameters [0] { + } + } + + Method [ abstract public method getStatus ] { - Parameters [0] { } - - Return [ string ] } } } - Interface [ interface Phalcon\Html\Escaper\EscaperInterface ] { + Interface [ interface Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } @@ -6584,73 +6814,113 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [8] { - Method [ abstract public method attributes ] { + - Methods [6] { + Method [ abstract public method setException ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ Throwable $exception ] } - - Return [ string ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method css ] { + Method [ abstract public method setExtras ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ $extras ] } - - Return [ string ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method getEncoding ] { + Method [ abstract public method setInput ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $input ] } - - Return [ string ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method html ] { + Method [ abstract public method setMessages ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ $messages ] } - - Return [ string ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method js ] { + Method [ abstract public method setOutput ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ $output ] } - - Return [ string ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method setEncoding ] { + Method [ abstract public method setStatus ] { - Parameters [1] { - Parameter #0 [ string $encoding ] + Parameter #0 [ $status ] } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } + } + } - Method [ abstract public method setFlags ] { + Interface [ interface Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { - - Parameters [1] { - Parameter #0 [ int $flags ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getNode ] { + + - Parameters [0] { } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] + - Return [ string ] } + } + } - Method [ abstract public method url ] { + Interface [ interface Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getDateTime ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + + Method [ abstract public method getNode ] { + + - Parameters [0] { } - Return [ string ] } } } - Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkInterface extends Phalcon\Html\Link\Interfaces\LinkInterface ] { + Interface [ interface Phalcon\Logger\LoggerInterface ] { - Constants [0] { } @@ -6664,79 +6934,121 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [9] { - Method [ abstract public method withHref ] { + - Methods [13] { + Method [ abstract public method alert ] { - - Parameters [1] { - Parameter #0 [ string $href ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ void ] } - Method [ abstract public method withRel ] { + Method [ abstract public method critical ] { - - Parameters [1] { - Parameter #0 [ string $rel ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ void ] } - Method [ abstract public method withoutRel ] { + Method [ abstract public method debug ] { - - Parameters [1] { - Parameter #0 [ string $rel ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ void ] } - Method [ abstract public method withAttribute ] { + Method [ abstract public method emergency ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ string $value ] + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ void ] } - Method [ abstract public method withoutAttribute ] { + Method [ abstract public method error ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method getAdapter ] { - Parameters [1] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method getAttributes ] { + Method [ abstract public method getAdapters ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getHref ] { + Method [ abstract public method getLogLevel ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ abstract public method getRels ] { + Method [ abstract public method getName ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method isTemplated ] { + Method [ abstract public method info ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ bool ] + - Return [ void ] + } + + Method [ abstract public method log ] { + + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method notice ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method warning ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] } } } - Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface extends Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { + Interface [ interface Phalcon\Mvc\EntityInterface ] { - Constants [0] { } @@ -6750,41 +7062,60 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [4] { - Method [ abstract public method withLink ] { + - Methods [2] { + Method [ abstract public method readAttribute ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + Parameter #0 [ string $attribute ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } - Method [ abstract public method withoutLink ] { + Method [ abstract public method writeAttribute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } + } + } - Method [ abstract public method getLinks ] { + Interface [ interface Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getColumnMaps ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } - Method [ abstract public method getLinksByRel ] { + Method [ abstract public method getMetaData ] { - - Parameters [1] { - Parameter #0 [ string $rel ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } } } - Interface [ interface Phalcon\Html\Link\Serializer\SerializerInterface ] { + Interface [ interface Phalcon\Mvc\Model\ResultInterface ] { - Constants [0] { } @@ -6799,17 +7130,16 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Methods [1] { - Method [ abstract public method serialize ] { + Method [ abstract public method setDirtyState ] { - Parameters [1] { - Parameter #0 [ array $links ] + Parameter #0 [ int $dirtyState ] } - - Return [ ?string ] } } } - Interface [ interface Phalcon\Http\Cookie\CookieInterface ] { + Interface [ interface Phalcon\Mvc\RouterInterface ] { - Constants [0] { } @@ -6823,163 +7153,272 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [19] { - Method [ abstract public method delete ] { + - Methods [31] { + Method [ abstract public method add ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] + Parameter #3 [ int $position = null ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getDomain ] { + Method [ abstract public method addConnect ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getExpiration ] { + Method [ abstract public method addDelete ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getHttpOnly ] { + Method [ abstract public method addHead ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addGet ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addOptions ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPatch ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPost ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPurge ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPut ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addTrace ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ int $position = null ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method clear ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method getName ] { + Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getOptions ] { + Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getMatchedRoute ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method getMatches ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getPath ] { + Method [ abstract public method getModuleName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getSecure ] { + Method [ abstract public method getNamespaceName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method getValue ] { + Method [ abstract public method getParams ] { - - Parameters [2] { - Parameter #0 [ $filters = ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method isUsingEncryption ] { + Method [ abstract public method getRoutes ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method send ] { + Method [ abstract public method getRouteById ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $id ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method setDomain ] { + Method [ abstract public method getRouteByName ] { - Parameters [1] { - Parameter #0 [ string $domain ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method setExpiration ] { + Method [ abstract public method handle ] { - Parameters [1] { - Parameter #0 [ int $expire ] + Parameter #0 [ string $uri ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ void ] } - Method [ abstract public method setHttpOnly ] { + Method [ abstract public method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ bool $httpOnly ] + Parameter #0 [ $config ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ abstract public method setOptions ] { + Method [ abstract public method mount ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ abstract public method setPath ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ string $path ] + Parameter #0 [ string $actionName ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ abstract public method setSecure ] { + Method [ abstract public method setDefaultController ] { - Parameters [1] { - Parameter #0 [ bool $secure ] + Parameter #0 [ string $controllerName ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ abstract public method setValue ] { + Method [ abstract public method setDefaultModule ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $moduleName ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ abstract public method useEncryption ] { + Method [ abstract public method setDefaults ] { - Parameters [1] { - Parameter #0 [ bool $useEncryption ] + Parameter #0 [ array $defaults ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method wasMatched ] { + + - Parameters [0] { + } + - Return [ bool ] } } } - Interface [ interface Phalcon\Http\Message\RequestMethodInterface ] { + Interface [ interface Phalcon\Time\Clock\ClockInterface ] { - - Constants [10] { - Constant [ public string METHOD_CONNECT ] { CONNECT } - Constant [ public string METHOD_DELETE ] { DELETE } - Constant [ public string METHOD_GET ] { GET } - Constant [ public string METHOD_HEAD ] { HEAD } - Constant [ public string METHOD_OPTIONS ] { OPTIONS } - Constant [ public string METHOD_PATCH ] { PATCH } - Constant [ public string METHOD_POST ] { POST } - Constant [ public string METHOD_PURGE ] { PURGE } - Constant [ public string METHOD_PUT ] { PUT } - Constant [ public string METHOD_TRACE ] { TRACE } + - Constants [0] { } - Static properties [0] { @@ -6991,101 +7430,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ abstract public method now ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } } } - Interface [ interface Phalcon\Http\Message\ResponseStatusCodeInterface ] { + Interface [ interface Phalcon\Translate\Interpolator\InterpolatorInterface ] { - - Constants [88] { - Constant [ public int STATUS_CONTINUE ] { 100 } - Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } - Constant [ public int STATUS_PROCESSING ] { 102 } - Constant [ public int STATUS_EARLY_HINTS ] { 103 } - Constant [ public int STATUS_OK ] { 200 } - Constant [ public int STATUS_CREATED ] { 201 } - Constant [ public int STATUS_ACCEPTED ] { 202 } - Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } - Constant [ public int STATUS_NO_CONTENT ] { 204 } - Constant [ public int STATUS_RESET_CONTENT ] { 205 } - Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } - Constant [ public int STATUS_MULTI_STATUS ] { 207 } - Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } - Constant [ public int STATUS_IM_USED ] { 226 } - Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } - Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } - Constant [ public int STATUS_FOUND ] { 302 } - Constant [ public int STATUS_SEE_OTHER ] { 303 } - Constant [ public int STATUS_NOT_MODIFIED ] { 304 } - Constant [ public int STATUS_USE_PROXY ] { 305 } - Constant [ public int STATUS_RESERVED ] { 306 } - Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } - Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } - Constant [ public int STATUS_BAD_REQUEST ] { 400 } - Constant [ public int STATUS_UNAUTHORIZED ] { 401 } - Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } - Constant [ public int STATUS_FORBIDDEN ] { 403 } - Constant [ public int STATUS_NOT_FOUND ] { 404 } - Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } - Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } - Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } - Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } - Constant [ public int STATUS_CONFLICT ] { 409 } - Constant [ public int STATUS_GONE ] { 410 } - Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } - Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } - Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } - Constant [ public int STATUS_URI_TOO_LONG ] { 414 } - Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } - Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } - Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } - Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } - Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } - Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } - Constant [ public int STATUS_LOCKED ] { 423 } - Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } - Constant [ public int STATUS_TOO_EARLY ] { 425 } - Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } - Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } - Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } - Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } - Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } - Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } - Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } - Constant [ public int STATUS_BAD_GATEWAY ] { 502 } - Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } - Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } - Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } - Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } - Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } - Constant [ public int STATUS_LOOP_DETECTED ] { 508 } - Constant [ public int STATUS_NOT_EXTENDED ] { 510 } - Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } - Constant [ public int STATUS_THIS_IS_FINE ] { 218 } - Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } - Constant [ public int STATUS_METHOD_FAILURE ] { 420 } - Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } - Constant [ public int STATUS_NO_RESPONSE ] { 444 } - Constant [ public int STATUS_RETRY_WITH ] { 449 } - Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } - Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } - Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } - Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } - Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } - Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } - Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } - Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } - Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } - Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } - Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } - Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } - Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } - Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } - Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } - Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } - Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } - Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } - Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } + - Constants [0] { } - Static properties [0] { @@ -7097,11 +7454,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ abstract public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } } } - Interface [ interface Phalcon\Http\RequestInterface ] { + Interface [ interface Phalcon\Acl\ComponentInterface extends Stringable ] { - Constants [0] { } @@ -7115,457 +7480,465 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [50] { - Method [ abstract public method get ] { + - Methods [3] { + Method [ abstract public method __toString ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getAcceptableContent ] { + Method [ abstract public method getDescription ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ abstract public method getBasicAuth ] { + Method [ abstract public method getName ] { - Parameters [0] { } - - Return [ ?array ] + - Return [ string ] } + } + } - Method [ abstract public method getBestAccept ] { + Interface [ interface Phalcon\Acl\RoleInterface extends Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getBestCharset ] { + Method [ abstract public method getDescription ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ abstract public method getBestLanguage ] { + Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ abstract public method getClientAddress ] { + Interface [ interface Phalcon\Annotations\ReaderInterface ] { - - Parameters [1] { - Parameter #0 [ bool $trustForwardedHeader = false ] - } - } + - Constants [0] { + } - Method [ abstract public method getClientCharsets ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [1] { + Method [ abstract static public method parseDocBlock ] { + + - Parameters [3] { + Parameter #0 [ string $docBlock ] + Parameter #1 [ $file = ] + Parameter #2 [ $line = ] } - Return [ array ] } + } - Method [ abstract public method getContentType ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ abstract public method parse ] { + + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ ?string ] + - Return [ array ] } + } + } - Method [ abstract public method getDigestAuth ] { + Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [30] { + Method [ abstract public method getActiveTask ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ abstract public method getHeader ] { + Method [ abstract public method getLastTask ] { - - Parameters [1] { - Parameter #0 [ string $header ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ abstract public method getHeaders ] { + Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getHttpHost ] { + Method [ abstract public method getTaskName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getHTTPReferer ] { + Method [ abstract public method getTaskSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getJsonRawBody ] { + Method [ abstract public method setDefaultTask ] { - Parameters [1] { - Parameter #0 [ bool $associative = false ] - } - } - - Method [ abstract public method getLanguages ] { - - - Parameters [0] { + Parameter #0 [ string $taskName ] } - - Return [ array ] + - Return [ void ] } - Method [ abstract public method getMethod ] { + Method [ abstract public method setOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method getPort ] { + Method [ abstract public method setTaskName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $taskName ] } - - Return [ int ] + - Return [ void ] } - Method [ abstract public method getURI ] { + Method [ abstract public method setTaskSuffix ] { - Parameters [1] { - Parameter #0 [ bool $onlyPath = false ] + Parameter #0 [ string $taskSuffix ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method getPost ] { + Method [ abstract public method dispatch ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [0] { } } - Method [ abstract public method getPut ] { + Method [ abstract public method forward ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [1] { + Parameter #0 [ array $forward ] } + - Return [ void ] } - Method [ abstract public method getQuery ] { + Method [ abstract public method getActionName ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getRawBody ] { + Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getScheme ] { + Method [ abstract public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getServer ] { + Method [ abstract public method getParam ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] } - - Return [ ?string ] } - Method [ abstract public method getServerAddress ] { + Method [ abstract public method getParameter ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] } - - Return [ string ] } - Method [ abstract public method getServerName ] { + Method [ abstract public method getParams ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ abstract public method getUploadedFiles ] { + Method [ abstract public method getParameters ] { - - Parameters [2] { - Parameter #0 [ bool $onlySuccessful = false ] - Parameter #1 [ bool $namedKeys = false ] + - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getUserAgent ] { + Method [ abstract public method getReturnedValue ] { - Parameters [0] { } - - Return [ string ] } - Method [ abstract public method has ] { + Method [ abstract public method hasParam ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $param ] } - Return [ bool ] } - Method [ abstract public method hasFiles ] { + Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method hasHeader ] { + Method [ abstract public method setActionName ] { - Parameters [1] { - Parameter #0 [ string $header ] + Parameter #0 [ string $actionName ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method hasQuery ] { + Method [ abstract public method setActionSuffix ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $actionSuffix ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method hasPost ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $actionName ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method hasPut ] { + Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $defaultNamespace ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method hasServer ] { + Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $handlerSuffix ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method isAjax ] { + Method [ abstract public method setModuleName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method isConnect ] { + Method [ abstract public method setNamespaceName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method isDelete ] { + Method [ abstract public method setParam ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method isGet ] { + Method [ abstract public method setParams ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $params ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ abstract public method isHead ] { - - - Parameters [0] { - } - - Return [ bool ] - } + Interface [ interface Phalcon\Cli\Router\RouteInterface ] { - Method [ abstract public method isMethod ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ $methods ] - Parameter #1 [ bool $strict = false ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ abstract public method isOptions ] { + - Static methods [3] { + Method [ abstract static public method delimiter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $delimiter = null ] } - - Return [ bool ] } - Method [ abstract public method isPost ] { + Method [ abstract static public method getDelimiter ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method isPurge ] { + Method [ abstract static public method reset ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } + } - Method [ abstract public method isPut ] { - - - Parameters [0] { - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ abstract public method isSecure ] { + - Methods [11] { + Method [ abstract public method compilePattern ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $pattern ] } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method isSoap ] { + Method [ abstract public method getCompiledPattern ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method isTrace ] { + Method [ abstract public method getDescription ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method numFiles ] { + Method [ abstract public method getName ] { - - Parameters [1] { - Parameter #0 [ bool $onlySuccessful = false ] + - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - } - } - - Interface [ interface Phalcon\Http\Request\FileInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [7] { - Method [ abstract public method getError ] { + Method [ abstract public method getPaths ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ abstract public method getName ] { + Method [ abstract public method getPattern ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getRealType ] { + Method [ abstract public method getReversedPaths ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ abstract public method getSize ] { + Method [ abstract public method getRouteId ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getTempName ] { + Method [ abstract public method reConfigure ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method getType ] { + Method [ abstract public method setDescription ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $description ] } - - Return [ string ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ abstract public method moveTo ] { + Method [ abstract public method setName ] { - Parameters [1] { - Parameter #0 [ string $destination ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } } } - Interface [ interface Phalcon\Http\ResponseInterface ] { + Interface [ interface Phalcon\Cli\TaskInterface ] { - Constants [0] { } @@ -7579,174 +7952,179 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [21] { - Method [ abstract public method appendContent ] { + - Methods [0] { + } + } - - Parameters [1] { - Parameter #0 [ $content ] - } - - Return [ Phalcon\Http\ResponseInterface ] - } + Interface [ interface Phalcon\Contracts\Encryption\Security\Security extends Phalcon\Contracts\Encryption\Security\CryptoUtils, Phalcon\Contracts\Encryption\Security\CsrfProtection, Phalcon\Contracts\Encryption\Security\PasswordSecurity ] { - Method [ abstract public method getContent ] { + - Constants [0] { + } - - Parameters [0] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ abstract public method computeHmac ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ string $key ] + Parameter #2 [ string $algo ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ abstract public method getStatusCode ] { + Method [ abstract public method getRandom ] { - Parameters [0] { } - - Return [ ?int ] + - Return [ Phalcon\Encryption\Security\Random ] } - Method [ abstract public method getHeaders ] { + Method [ abstract public method getRandomBytes ] { - Parameters [0] { } - - Return [ Phalcon\Http\Response\HeadersInterface ] + - Return [ int ] } - Method [ abstract public method hasHeader ] { + Method [ abstract public method setRandomBytes ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ int $randomBytes ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } - Method [ abstract public method isSent ] { + Method [ abstract public method getSaltBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $numberBytes = 0 ] } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method redirect ] { + Method [ abstract public method getToken ] { - - Parameters [3] { - Parameter #0 [ $location = ] - Parameter #1 [ bool $externalRedirect = false ] - Parameter #2 [ int $statusCode = 302 ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ ?string ] } - Method [ abstract public method resetHeaders ] { + Method [ abstract public method getTokenKey ] { - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ ?string ] } - Method [ abstract public method setContent ] { + Method [ abstract public method checkToken ] { - - Parameters [1] { - Parameter #0 [ string $content ] + - Parameters [3] { + Parameter #0 [ ?string $tokenKey = null ] + Parameter #1 [ $tokenValue = ] + Parameter #2 [ bool $destroyIfValid = true ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ bool ] } - Method [ abstract public method setContentLength ] { + Method [ abstract public method destroyToken ] { - - Parameters [1] { - Parameter #0 [ int $contentLength ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } - Method [ abstract public method setContentType ] { + Method [ abstract public method getRequestToken ] { - - Parameters [2] { - Parameter #0 [ string $contentType ] - Parameter #1 [ $charset = ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ ?string ] } - Method [ abstract public method setExpires ] { + Method [ abstract public method getSessionToken ] { - - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ ?string ] } - Method [ abstract public method setFileToSend ] { + Method [ abstract public method checkHash ] { - - Parameters [2] { - Parameter #0 [ string $filePath ] - Parameter #1 [ $attachmentName = ] + - Parameters [3] { + Parameter #0 [ string $password ] + Parameter #1 [ string $passwordHash ] + Parameter #2 [ int $maxPassLength = 0 ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ bool ] } - Method [ abstract public method setHeader ] { + Method [ abstract public method hash ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] + Parameter #0 [ string $password ] + Parameter #1 [ array $options = [] ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ abstract public method setJsonContent ] { + Method [ abstract public method isLegacyHash ] { - Parameters [1] { - Parameter #0 [ $content ] - } - - Return [ Phalcon\Http\ResponseInterface ] - } - - Method [ abstract public method setNotModified ] { - - - Parameters [0] { + Parameter #0 [ string $passwordHash ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ bool ] } - Method [ abstract public method setRawHeader ] { + Method [ abstract public method getHashInformation ] { - Parameters [1] { - Parameter #0 [ string $header ] + Parameter #0 [ string $hash ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ array ] } - Method [ abstract public method setStatusCode ] { + Method [ abstract public method getDefaultHash ] { - - Parameters [2] { - Parameter #0 [ int $code ] - Parameter #1 [ ?string $message = null ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ int ] } - Method [ abstract public method send ] { + Method [ abstract public method setDefaultHash ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $defaultHash ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } - Method [ abstract public method sendCookies ] { + Method [ abstract public method getWorkFactor ] { - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ int ] } - Method [ abstract public method sendHeaders ] { + Method [ abstract public method setWorkFactor ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $workFactor ] } + - Return [ Phalcon\Contracts\Encryption\Security\Security ] } } } - Interface [ interface Phalcon\Http\Response\CookiesInterface ] { + Interface [ interface Phalcon\Contracts\Events\Stoppable ] { - Constants [0] { } @@ -7760,78 +8138,17 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [8] { - Method [ abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ abstract public method get ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Http\Cookie\CookieInterface ] - } - - Method [ abstract public method has ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ abstract public method isUsingEncryption ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ abstract public method reset ] { - - - Parameters [0] { - } - - Return [ Phalcon\Http\Response\CookiesInterface ] - } - - Method [ abstract public method send ] { + - Methods [1] { + Method [ abstract public method isPropagationStopped ] { - Parameters [0] { } - Return [ bool ] } - - Method [ abstract public method set ] { - - - Parameters [8] { - Parameter #0 [ string $name ] - Parameter #1 [ $value = ] - Parameter #2 [ int $expire = 0 ] - Parameter #3 [ string $path = '/' ] - Parameter #4 [ bool $secure = false ] - Parameter #5 [ string $domain = '' ] - Parameter #6 [ bool $httpOnly = false ] - Parameter #7 [ array $options = [] ] - } - - Return [ Phalcon\Http\Response\CookiesInterface ] - } - - Method [ abstract public method useEncryption ] { - - - Parameters [1] { - Parameter #0 [ bool $useEncryption ] - } - - Return [ Phalcon\Http\Response\CookiesInterface ] - } } } - Interface [ interface Phalcon\Http\Response\HeadersInterface ] { + Interface [ interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - Constants [0] { } @@ -7846,52 +8163,58 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Methods [6] { - Method [ abstract public method get ] { + Method [ abstract public method getMaster ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ abstract public method has ] { + Method [ abstract public method getRead ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $name = '' ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ abstract public method reset ] { + Method [ abstract public method getWrite ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name = '' ] } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ abstract public method send ] { + Method [ abstract public method setMaster ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ abstract public method set ] { + Method [ abstract public method setRead ] { - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ string $value ] + Parameter #1 [ $callableObject ] } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ abstract public method setRaw ] { + Method [ abstract public method setWrite ] { - - Parameters [1] { - Parameter #0 [ string $header ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } } } - Interface [ interface Phalcon\Messages\MessageInterface extends Stringable ] { + Interface [ interface Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { - Constants [0] { } @@ -7905,90 +8228,79 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [11] { - Method [ abstract public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ abstract public method getCode ] { + - Methods [9] { + Method [ abstract public method finish ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?string $statement = null ] + Parameter #1 [ array $values = [] ] } + - Return [ void ] } - Method [ abstract public method getField ] { + Method [ abstract public method getLogger ] { - Parameters [0] { } + - Return [ Phalcon\Logger\LoggerInterface ] } - Method [ abstract public method getMessage ] { + Method [ abstract public method getLogFormat ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getMetaData ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ abstract public method getType ] { + Method [ abstract public method getLogLevel ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method setCode ] { + Method [ abstract public method isActive ] { - - Parameters [1] { - Parameter #0 [ int $code ] + - Parameters [0] { } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ bool ] } - Method [ abstract public method setField ] { + Method [ abstract public method setActive ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ bool $active ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ abstract public method setMessage ] { + Method [ abstract public method setLogFormat ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $logFormat ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ abstract public method setMetaData ] { + Method [ abstract public method setLogLevel ] { - Parameters [1] { - Parameter #0 [ array $metaData ] + Parameter #0 [ string $logLevel ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ abstract public method setType ] { + Method [ abstract public method start ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $method ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ void ] } } } - Interface [ interface Phalcon\Mvc\ControllerInterface ] { + Interface [ interface Phalcon\Db\CheckInterface extends Phalcon\Contracts\Db\Check ] { - Constants [0] { } @@ -8002,11 +8314,24 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [0] { + - Methods [2] { + Method [ abstract public method getExpression ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } } } - Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { + Interface [ interface Phalcon\Db\ColumnInterface extends Phalcon\Contracts\Db\Column ] { - Constants [0] { } @@ -8020,211 +8345,229 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [27] { - Method [ abstract public method getActiveController ] { + - Methods [16] { + Method [ abstract public method getAfterPosition ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ControllerInterface ] + - Return [ ?string ] } - Method [ abstract public method getControllerName ] { + Method [ abstract public method getBindType ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ abstract public method getLastController ] { + Method [ abstract public method getDefault ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ abstract public method setControllerSuffix ] { + Method [ abstract public method getName ] { - - Parameters [1] { - Parameter #0 [ string $controllerSuffix ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method setControllerName ] { + Method [ abstract public method getScale ] { - - Parameters [1] { - Parameter #0 [ string $controllerName ] + - Parameters [0] { } + - Return [ int ] } - Method [ abstract public method setDefaultController ] { + Method [ abstract public method getSize ] { - - Parameters [1] { - Parameter #0 [ string $controllerName ] + - Parameters [0] { } } - Method [ abstract public method dispatch ] { + Method [ abstract public method getType ] { - Parameters [0] { } } - Method [ abstract public method forward ] { + Method [ abstract public method getTypeReference ] { - - Parameters [1] { - Parameter #0 [ array $forward ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method getTypeValues ] { - Parameters [0] { } - - Return [ string ] } - Method [ abstract public method getActionSuffix ] { + Method [ abstract public method hasDefault ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getHandlerSuffix ] { + Method [ abstract public method isAutoIncrement ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getParam ] { + Method [ abstract public method isFirst ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method getParameter ] { + Method [ abstract public method isNotNull ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method getParams ] { + Method [ abstract public method isNumeric ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getParameters ] { + Method [ abstract public method isPrimary ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getReturnedValue ] { + Method [ abstract public method isUnsigned ] { - Parameters [0] { } + - Return [ bool ] } + } + } - Method [ abstract public method hasParam ] { + Interface [ interface Phalcon\Db\IndexInterface extends Phalcon\Contracts\Db\Index ] { - - Parameters [1] { - Parameter #0 [ $param ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getColumns ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method isFinished ] { + Method [ abstract public method getName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method setActionName ] { + Method [ abstract public method getType ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } + } + } - Method [ abstract public method setActionSuffix ] { + Interface [ interface Phalcon\Db\ReferenceInterface extends Phalcon\Contracts\Db\Reference ] { - - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method getColumns ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method getName ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method getOnDelete ] { - - Parameters [1] { - Parameter #0 [ string $defaultNamespace ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ abstract public method setHandlerSuffix ] { + Method [ abstract public method getOnUpdate ] { - - Parameters [1] { - Parameter #0 [ string $handlerSuffix ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ abstract public method setModuleName ] { + Method [ abstract public method getReferencedColumns ] { - - Parameters [1] { - Parameter #0 [ ?string $moduleName = null ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method getReferencedSchema ] { - - Parameters [1] { - Parameter #0 [ string $namespaceName ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ abstract public method setParam ] { + Method [ abstract public method getReferencedTable ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ abstract public method setParams ] { + Method [ abstract public method getSchemaName ] { - - Parameters [1] { - Parameter #0 [ array $params ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } } } - Interface [ interface Phalcon\Mvc\Micro\CollectionInterface ] { + Interface [ interface Phalcon\Db\ResultInterface extends Phalcon\Contracts\Db\Result ] { - Constants [0] { } @@ -8238,142 +8581,140 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [15] { - Method [ abstract public method delete ] { + - Methods [8] { + Method [ abstract public method dataSeek ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [1] { + Parameter #0 [ int $number ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method get ] { + Method [ abstract public method execute ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ bool ] } - Method [ abstract public method getHandler ] { + Method [ abstract public method fetch ] { - Parameters [0] { } } - Method [ abstract public method getHandlers ] { + Method [ abstract public method fetchAll ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getPrefix ] { + Method [ abstract public method fetchArray ] { - Parameters [0] { } - - Return [ string ] } - Method [ abstract public method head ] { + Method [ abstract public method getInternalResult ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ PDOStatement ] } - Method [ abstract public method isLazy ] { + Method [ abstract public method numRows ] { - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ abstract public method map ] { + Method [ abstract public method setFetchMode ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [1] { + Parameter #0 [ int $fetchMode ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ bool ] } + } + } - Method [ abstract public method options ] { + Interface [ interface Phalcon\Di\ServiceInterface ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method getDefinition ] { + + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method patch ] { + Method [ abstract public method getParameter ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [1] { + Parameter #0 [ int $position ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method post ] { + Method [ abstract public method isResolved ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ bool ] } - Method [ abstract public method put ] { + Method [ abstract public method isShared ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ bool ] } - Method [ abstract public method setHandler ] { + Method [ abstract public method resolve ] { - Parameters [2] { - Parameter #0 [ $handler ] - Parameter #1 [ bool $lazy = false ] + Parameter #0 [ $parameters = ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method setLazy ] { + Method [ abstract public method setDefinition ] { - Parameters [1] { - Parameter #0 [ bool $lazy ] + Parameter #0 [ $definition ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method setPrefix ] { + Method [ abstract public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ int $position ] + Parameter #1 [ array $parameter ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ abstract public method setShared ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ bool $shared ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } } } - Interface [ interface Phalcon\Mvc\ModelInterface ] { + Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } @@ -8381,363 +8722,464 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [11] { - Method [ abstract static public method average ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ array $parameters = [] ] + - Properties [0] { + } + + - Methods [12] { + Method [ abstract public method getException ] { + + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ abstract static public method cloneResult ] { + Method [ abstract public method getExtras ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] - Parameter #1 [ array $data ] - Parameter #2 [ int $dirtyState = 0 ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract static public method cloneResultMap ] { + Method [ abstract public method getInput ] { - - Parameters [5] { - Parameter #0 [ $base ] - Parameter #1 [ array $data ] - Parameter #2 [ $columnMap ] - Parameter #3 [ int $dirtyState = 0 ] - Parameter #4 [ bool $keepSnapshots = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract static public method cloneResultMapHydrate ] { + Method [ abstract public method getMessages ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] - Parameter #2 [ int $hydrationMode ] + - Parameters [0] { } } - Method [ abstract static public method count ] { + Method [ abstract public method getOutput ] { - - Parameters [1] { - Parameter #0 [ $parameters = ] + - Parameters [0] { } } - Method [ abstract static public method find ] { + Method [ abstract public method getStatus ] { + + - Parameters [0] { + } + } + + Method [ abstract public method setException ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ Throwable $exception ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract static public method findFirst ] { + Method [ abstract public method setExtras ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ $extras ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract static public method maximum ] { + Method [ abstract public method setInput ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ $input ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract static public method minimum ] { + Method [ abstract public method setMessages ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ $messages ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract static public method query ] { + Method [ abstract public method setOutput ] { - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ $output ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract static public method sum ] { + Method [ abstract public method setStatus ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ $status ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } + } + + Interface [ interface Phalcon\Encryption\Crypt\CryptInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Properties [0] { } - - Methods [28] { - Method [ abstract public method appendMessage ] { + - Methods [17] { + Method [ abstract public method decrypt ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ string ] } - Method [ abstract public method assign ] { + Method [ abstract public method decryptBase64 ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $whiteList = ] - Parameter #2 [ $dataColumnMap = ] + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ string ] } - Method [ abstract public method create ] { + Method [ abstract public method encrypt ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method delete ] { + Method [ abstract public method encryptBase64 ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + } + - Return [ string ] + } + + Method [ abstract public method getAvailableCiphers ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method fireEvent ] { + Method [ abstract public method getAuthTag ] { - - Parameters [1] { - Parameter #0 [ string $eventName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method fireEventCancel ] { + Method [ abstract public method getAuthData ] { - - Parameters [1] { - Parameter #0 [ string $eventName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method getDirtyState ] { + Method [ abstract public method getAuthTagLength ] { - Parameters [0] { } - Return [ int ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method getCipher ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getModelsMetaData ] { + Method [ abstract public method getKey ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaDataInterface ] + - Return [ string ] } - Method [ abstract public method getOperationMade ] { + Method [ abstract public method setAuthTag ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $tag ] } - - Return [ int ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ abstract public method getReadConnection ] { + Method [ abstract public method setAuthData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ abstract public method getReadConnectionService ] { + Method [ abstract public method setAuthTagLength ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $length ] } - - Return [ string ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ abstract public method getRelated ] { + Method [ abstract public method setCipher ] { - - Parameters [2] { - Parameter #0 [ string $alias ] - Parameter #1 [ $arguments = ] + - Parameters [1] { + Parameter #0 [ string $cipher ] } + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ abstract public method getSchema ] { + Method [ abstract public method setKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ ?string ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ abstract public method getSource ] { + Method [ abstract public method setPadding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $scheme ] } - - Return [ string ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ abstract public method getWriteConnection ] { + Method [ abstract public method useSigning ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $useSigning ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } + } + } - Method [ abstract public method getWriteConnectionService ] { + Interface [ interface Phalcon\Events\EventInterface extends Phalcon\Contracts\Events\Event ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getData ] { - Parameters [0] { } - - Return [ string ] } - Method [ abstract public method refresh ] { + Method [ abstract public method getType ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method save ] { + Method [ abstract public method isCancelable ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method setConnectionService ] { + Method [ abstract public method isStopped ] { - - Parameters [1] { - Parameter #0 [ string $connectionService ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setDirtyState ] { + Method [ abstract public method setData ] { - Parameters [1] { - Parameter #0 [ int $dirtyState ] + Parameter #0 [ $data = ] } + - Return [ Phalcon\Contracts\Events\Event ] } - Method [ abstract public method setReadConnectionService ] { + Method [ abstract public method setType ] { - Parameters [1] { - Parameter #0 [ string $connectionService ] + Parameter #0 [ string $type ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Events\Event ] } - Method [ abstract public method setSnapshotData ] { + Method [ abstract public method stop ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap = ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Contracts\Events\Event ] } + } + } - Method [ abstract public method setTransaction ] { + Interface [ interface Phalcon\Events\ManagerInterface extends Phalcon\Contracts\Events\Manager ] { + + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ abstract public method addSubscriber ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ Phalcon\Contracts\Events\Subscriber $subscriber ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ void ] } - Method [ abstract public method setWriteConnectionService ] { + Method [ abstract public method arePrioritiesEnabled ] { - - Parameters [1] { - Parameter #0 [ string $connectionService ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method skipOperation ] { + Method [ abstract public method attach ] { - - Parameters [1] { - Parameter #0 [ bool $skip ] + - Parameters [3] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + Parameter #2 [ int $priority = null ] } - Return [ void ] } - Method [ abstract public method validationHasFailed ] { + Method [ abstract public method clearSubscribers ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method update ] { + Method [ abstract public method collectResponses ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $collect ] } - - Return [ bool ] + - Return [ void ] } - } - } - Interface [ interface Phalcon\Mvc\Model\BinderInterface ] { + Method [ abstract public method detach ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + } + - Return [ void ] + } - - Static properties [0] { - } + Method [ abstract public method detachAll ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ ?string $type = null ] + } + - Return [ void ] + } - - Properties [0] { - } + Method [ abstract public method enablePriorities ] { - - Methods [4] { - Method [ abstract public method bindToHandler ] { + - Parameters [1] { + Parameter #0 [ bool $enablePriorities ] + } + - Return [ void ] + } + + Method [ abstract public method fire ] { - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ string $cacheKey ] - Parameter #3 [ ?string $methodName = null ] + Parameter #0 [ string $eventType ] + Parameter #1 [ $source ] + Parameter #2 [ $data = ] + Parameter #3 [ bool $cancelable = true ] + } + } + + Method [ abstract public method getListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] } - Return [ array ] } - Method [ abstract public method getBoundModels ] { + Method [ abstract public method getResponses ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getCache ] { + Method [ abstract public method getSubscribers ] { - Parameters [0] { } - - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ abstract public method setCache ] { + Method [ abstract public method hasListeners ] { - Parameters [1] { - Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] + Parameter #0 [ string $type ] } - - Return [ Phalcon\Mvc\Model\BinderInterface ] + - Return [ bool ] + } + + Method [ abstract public method isCollecting ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isValidHandler ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ bool ] + } + + Method [ abstract public method removeSubscriber ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Events\Subscriber $subscriber ] + } + - Return [ void ] } } } - Interface [ interface Phalcon\Mvc\Model\CriteriaInterface ] { + Interface [ interface Phalcon\Filter\FilterInterface ] { - Constants [0] { } @@ -8751,271 +9193,285 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [32] { - Method [ abstract public method andWhere ] { + - Methods [1] { + Method [ abstract public method sanitize ] { - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + Parameter #0 [ $value ] + Parameter #1 [ $sanitizers ] + Parameter #2 [ bool $noRecursive = false ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } + } + } - Method [ abstract public method betweenWhere ] { + Interface [ interface Phalcon\Filter\Validation\ValidationInterface ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Constants [0] { + } - Method [ abstract public method bind ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $bindParams ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Static methods [0] { + } - Method [ abstract public method bindTypes ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $bindTypes ] + - Methods [14] { + Method [ abstract public method add ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ abstract public method cache ] { + Method [ abstract public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $cache ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ abstract public method conditions ] { + Method [ abstract public method bind ] { - - Parameters [1] { - Parameter #0 [ string $conditions ] + - Parameters [3] { + Parameter #0 [ $entity ] + Parameter #1 [ $data ] + Parameter #2 [ array $whitelist = [] ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ abstract public method distinct ] { + Method [ abstract public method getEntity ] { - - Parameters [1] { - Parameter #0 [ $distinct ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method execute ] { + Method [ abstract public method getFilters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ abstract public method forUpdate ] { + Method [ abstract public method getLabel ] { - Parameters [1] { - Parameter #0 [ bool $forUpdate = true ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } - Method [ abstract public method getColumns ] { + Method [ abstract public method getMessages ] { - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ abstract public method getConditions ] { + Method [ abstract public method getValidators ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ abstract public method getGroupBy ] { + Method [ abstract public method getValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } } - Method [ abstract public method getHaving ] { + Method [ abstract public method rule ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ abstract public method getLimit ] { + Method [ abstract public method rules ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ array $validators ] } + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ abstract public method getModelName ] { + Method [ abstract public method setFilters ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ abstract public method getOrderBy ] { + Method [ abstract public method setLabels ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $labels ] } - - Return [ ?string ] + - Return [ void ] } - Method [ abstract public method getParams ] { + Method [ abstract public method validate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $data = ] + Parameter #1 [ $entity = ] + Parameter #2 [ array $whitelist = [] ] } - - Return [ array ] } + } + } - Method [ abstract public method getWhere ] { + Interface [ interface Phalcon\Html\Attributes\AttributesInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getAttributes ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ Phalcon\Html\Attributes ] } - Method [ abstract public method groupBy ] { + Method [ abstract public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ Phalcon\Html\Attributes $attributes ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Html\Attributes\AttributesInterface ] } + } + } - Method [ abstract public method having ] { + Interface [ interface Phalcon\Html\Attributes\RenderInterface ] { - - Parameters [1] { - Parameter #0 [ $having ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Constants [0] { + } - Method [ abstract public method innerJoin ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Static methods [0] { + } - Method [ abstract public method inWhere ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] + - Methods [1] { + Method [ abstract public method render ] { + + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } + } + } - Method [ abstract public method leftJoin ] { + Interface [ interface Phalcon\Html\Escaper\EscaperInterface ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Constants [0] { + } - Method [ abstract public method limit ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ int $limit ] - Parameter #1 [ int $offset = 0 ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } + - Static methods [0] { + } - Method [ abstract public method notBetweenWhere ] { + - Properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Methods [8] { + Method [ abstract public method attributes ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } - Method [ abstract public method notInWhere ] { + Method [ abstract public method css ] { - - Parameters [2] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } - Method [ abstract public method orderBy ] { + Method [ abstract public method getEncoding ] { - - Parameters [1] { - Parameter #0 [ string $orderColumns ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } - Method [ abstract public method orWhere ] { + Method [ abstract public method html ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } - Method [ abstract public method rightJoin ] { + Method [ abstract public method js ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } - Method [ abstract public method setModelName ] { + Method [ abstract public method setEncoding ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ string $encoding ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ abstract public method sharedLock ] { + Method [ abstract public method setFlags ] { - Parameters [1] { - Parameter #0 [ bool $sharedLock = true ] + Parameter #0 [ int $flags ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ abstract public method where ] { + Method [ abstract public method url ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ string ] } } } - Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { + Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkInterface extends Phalcon\Html\Link\Interfaces\LinkInterface ] { - Constants [0] { } @@ -9029,491 +9485,444 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [54] { - Method [ abstract public method addBehavior ] { + - Methods [9] { + Method [ abstract public method withHref ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + - Parameters [1] { + Parameter #0 [ string $href ] } - - Return [ void ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ abstract public method addBelongsTo ] { + Method [ abstract public method withRel ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ string $rel ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ abstract public method addHasMany ] { + Method [ abstract public method withoutRel ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ string $rel ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ abstract public method addHasOne ] { + Method [ abstract public method withAttribute ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ string $value ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ abstract public method addHasOneThrough ] { + Method [ abstract public method withoutAttribute ] { - - Parameters [8] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ string $attribute ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ abstract public method addHasManyToMany ] { + Method [ abstract public method getAttributes ] { - - Parameters [8] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ array ] } - Method [ abstract public method createBuilder ] { + Method [ abstract public method getHref ] { - - Parameters [1] { - Parameter #0 [ $params = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ abstract public method createQuery ] { + Method [ abstract public method getRels ] { - - Parameters [1] { - Parameter #0 [ string $phql ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ abstract public method clearReusableObjects ] { + Method [ abstract public method isTemplated ] { - Parameters [0] { } - - Return [ void ] - } - - Method [ abstract public method executeQuery ] { - - - Parameters [3] { - Parameter #0 [ string $phql ] - Parameter #1 [ $placeholders = ] - Parameter #2 [ $types = ] - } - } - - Method [ abstract public method getBelongsTo ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ abstract public method getBelongsToRecords ] { - - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = null ] - } + - Return [ bool ] } + } + } - Method [ abstract public method getBuilder ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] - } + Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface extends Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - Method [ abstract public method getHasMany ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ abstract public method getHasManyRecords ] { + - Static methods [0] { + } - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = null ] - } - } + - Properties [0] { + } - Method [ abstract public method getHasManyToMany ] { + - Methods [4] { + Method [ abstract public method withLink ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] } - - Return [ array ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } - Method [ abstract public method getHasOne ] { + Method [ abstract public method withoutLink ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] } - - Return [ array ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } - Method [ abstract public method getHasOneThrough ] { + Method [ abstract public method getLinks ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getHasOneAndHasMany ] { + Method [ abstract public method getLinksByRel ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $rel ] } - Return [ array ] } + } + } - Method [ abstract public method getHasOneRecords ] { - - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = null ] - } - } + Interface [ interface Phalcon\Html\Link\Serializer\SerializerInterface ] { - Method [ abstract public method getLastInitialized ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Mvc\ModelInterface ] - } + - Static properties [0] { + } - Method [ abstract public method getLastQuery ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Mvc\Model\QueryInterface ] - } + - Properties [0] { + } - Method [ abstract public method getModelSchema ] { + - Methods [1] { + Method [ abstract public method serialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $links ] } - Return [ ?string ] } + } + } - Method [ abstract public method getModelSource ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ string ] - } + Interface [ interface Phalcon\Http\Cookie\CookieInterface ] { - Method [ abstract public method getReadConnection ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] - } + - Static properties [0] { + } - Method [ abstract public method getReadConnectionService ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ string ] - } + - Properties [0] { + } - Method [ abstract public method getRelationByAlias ] { + - Methods [19] { + Method [ abstract public method delete ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $alias ] + - Parameters [0] { } } - Method [ abstract public method getRelationRecords ] { + Method [ abstract public method getDomain ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #2 [ $parameters = ] - Parameter #3 [ ?string $method = null ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getRelations ] { + Method [ abstract public method getExpiration ] { - - Parameters [1] { - Parameter #0 [ string $modelName ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ abstract public method getRelationsBetween ] { + Method [ abstract public method getHttpOnly ] { - - Parameters [2] { - Parameter #0 [ string $first ] - Parameter #1 [ string $second ] + - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method getReusableRecords ] { + Method [ abstract public method getName ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getWriteConnection ] { + Method [ abstract public method getOptions ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ abstract public method getWriteConnectionService ] { + Method [ abstract public method getPath ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ string ] } - Method [ abstract public method hasBelongsTo ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } - - Method [ abstract public method hasHasMany ] { + Method [ abstract public method getSecure ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method hasHasOne ] { + Method [ abstract public method getValue ] { - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + Parameter #0 [ $filters = ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ abstract public method hasHasOneThrough ] { + Method [ abstract public method isUsingEncryption ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method hasHasManyToMany ] { + Method [ abstract public method send ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method load ] { + Method [ abstract public method setDomain ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ string $domain ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method initialize ] { + Method [ abstract public method setExpiration ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $expire ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method isInitialized ] { + Method [ abstract public method setHttpOnly ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ bool $httpOnly ] } - - Return [ bool ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method isKeepingSnapshots ] { + Method [ abstract public method setOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $options ] } - - Return [ bool ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method isUsingDynamicUpdate ] { + Method [ abstract public method setPath ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ bool ] - } - - Method [ abstract public method isVisibleModelProperty ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $property ] - } - - Return [ bool ] - } - - Method [ abstract public method keepSnapshots ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $keepSnapshots ] + Parameter #0 [ string $path ] } - - Return [ void ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method missingMethod ] { + Method [ abstract public method setSecure ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $eventName ] - Parameter #2 [ $data ] + - Parameters [1] { + Parameter #0 [ bool $secure ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method notifyEvent ] { + Method [ abstract public method setValue ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [1] { + Parameter #0 [ $value ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method setConnectionService ] { + Method [ abstract public method useEncryption ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + - Parameters [1] { + Parameter #0 [ bool $useEncryption ] } - - Return [ void ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } + } + } - Method [ abstract public method setReadConnectionService ] { + Interface [ interface Phalcon\Http\Message\RequestMethodInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] - } - - Return [ void ] - } + - Constants [10] { + Constant [ public string METHOD_CONNECT ] { CONNECT } + Constant [ public string METHOD_DELETE ] { DELETE } + Constant [ public string METHOD_GET ] { GET } + Constant [ public string METHOD_HEAD ] { HEAD } + Constant [ public string METHOD_OPTIONS ] { OPTIONS } + Constant [ public string METHOD_PATCH ] { PATCH } + Constant [ public string METHOD_POST ] { POST } + Constant [ public string METHOD_PURGE ] { PURGE } + Constant [ public string METHOD_PUT ] { PUT } + Constant [ public string METHOD_TRACE ] { TRACE } + } - Method [ abstract public method setReusableRecords ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] - Parameter #2 [ $records ] - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ abstract public method setModelSchema ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $schema ] - } - - Return [ void ] - } + - Methods [0] { + } + } - Method [ abstract public method setModelSource ] { + Interface [ interface Phalcon\Http\Message\ResponseStatusCodeInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $source ] - } - - Return [ void ] - } + - Constants [88] { + Constant [ public int STATUS_CONTINUE ] { 100 } + Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } + Constant [ public int STATUS_PROCESSING ] { 102 } + Constant [ public int STATUS_EARLY_HINTS ] { 103 } + Constant [ public int STATUS_OK ] { 200 } + Constant [ public int STATUS_CREATED ] { 201 } + Constant [ public int STATUS_ACCEPTED ] { 202 } + Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } + Constant [ public int STATUS_NO_CONTENT ] { 204 } + Constant [ public int STATUS_RESET_CONTENT ] { 205 } + Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } + Constant [ public int STATUS_MULTI_STATUS ] { 207 } + Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } + Constant [ public int STATUS_IM_USED ] { 226 } + Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } + Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } + Constant [ public int STATUS_FOUND ] { 302 } + Constant [ public int STATUS_SEE_OTHER ] { 303 } + Constant [ public int STATUS_NOT_MODIFIED ] { 304 } + Constant [ public int STATUS_USE_PROXY ] { 305 } + Constant [ public int STATUS_RESERVED ] { 306 } + Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } + Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } + Constant [ public int STATUS_BAD_REQUEST ] { 400 } + Constant [ public int STATUS_UNAUTHORIZED ] { 401 } + Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } + Constant [ public int STATUS_FORBIDDEN ] { 403 } + Constant [ public int STATUS_NOT_FOUND ] { 404 } + Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } + Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } + Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } + Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } + Constant [ public int STATUS_CONFLICT ] { 409 } + Constant [ public int STATUS_GONE ] { 410 } + Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } + Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } + Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } + Constant [ public int STATUS_URI_TOO_LONG ] { 414 } + Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } + Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } + Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } + Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } + Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } + Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } + Constant [ public int STATUS_LOCKED ] { 423 } + Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } + Constant [ public int STATUS_TOO_EARLY ] { 425 } + Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } + Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } + Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } + Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } + Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } + Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } + Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } + Constant [ public int STATUS_BAD_GATEWAY ] { 502 } + Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } + Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } + Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } + Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } + Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } + Constant [ public int STATUS_LOOP_DETECTED ] { 508 } + Constant [ public int STATUS_NOT_EXTENDED ] { 510 } + Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } + Constant [ public int STATUS_THIS_IS_FINE ] { 218 } + Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } + Constant [ public int STATUS_METHOD_FAILURE ] { 420 } + Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } + Constant [ public int STATUS_NO_RESPONSE ] { 444 } + Constant [ public int STATUS_RETRY_WITH ] { 449 } + Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } + Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } + Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } + Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } + Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } + Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } + Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } + Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } + Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } + Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } + Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } + Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } + Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } + Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } + Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } + Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } + Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } + Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } + Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } + } - Method [ abstract public method setWriteConnectionService ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] - } - } + - Static methods [0] { + } - Method [ abstract public method useDynamicUpdate ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $dynamicUpdate ] - } - - Return [ void ] - } + - Methods [0] { } } - Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { + Interface [ interface Phalcon\Http\RequestInterface ] { - Constants [0] { } @@ -9527,443 +9936,390 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [13] { - Method [ abstract public method cache ] { + - Methods [50] { + Method [ abstract public method get ] { - - Parameters [1] { - Parameter #0 [ array $cacheOptions ] + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ abstract public method execute ] { + Method [ abstract public method getAcceptableContent ] { - - Parameters [2] { - Parameter #0 [ array $bindParams = [] ] - Parameter #1 [ array $bindTypes = [] ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getBindParams ] { + Method [ abstract public method getBasicAuth ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?array ] } - Method [ abstract public method getCacheOptions ] { + Method [ abstract public method getBestAccept ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getBindTypes ] { + Method [ abstract public method getBestCharset ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getSql ] { + Method [ abstract public method getBestLanguage ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getSingleResult ] { - - - Parameters [2] { - Parameter #0 [ array $bindParams = [] ] - Parameter #1 [ array $bindTypes = [] ] - } - - Return [ Phalcon\Mvc\ModelInterface ] - } - - Method [ abstract public method getUniqueRow ] { + Method [ abstract public method getClientAddress ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $trustForwardedHeader = false ] } - - Return [ bool ] } - Method [ abstract public method parse ] { + Method [ abstract public method getClientCharsets ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method setBindParams ] { + Method [ abstract public method getContentType ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ ?string ] } - Method [ abstract public method setBindTypes ] { + Method [ abstract public method getDigestAuth ] { - - Parameters [2] { - Parameter #0 [ array $bindTypes ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ abstract public method setSharedLock ] { + Method [ abstract public method getHeader ] { - Parameters [1] { - Parameter #0 [ bool $sharedLock = false ] + Parameter #0 [ string $header ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ abstract public method setUniqueRow ] { + Method [ abstract public method getHeaders ] { - - Parameters [1] { - Parameter #0 [ bool $uniqueRow ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - } - } - - Interface [ interface Phalcon\Mvc\Model\Query\BuilderInterface ] { - - - Constants [2] { - Constant [ public string OPERATOR_AND ] { and } - Constant [ public string OPERATOR_OR ] { or } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [38] { - Method [ abstract public method addFrom ] { + Method [ abstract public method getHttpHost ] { - - Parameters [2] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $alias = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ abstract public method andWhere ] { + Method [ abstract public method getHTTPReferer ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ abstract public method betweenWhere ] { + Method [ abstract public method getJsonRawBody ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = null ] + - Parameters [1] { + Parameter #0 [ bool $associative = false ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method columns ] { + Method [ abstract public method getLanguages ] { - - Parameters [1] { - Parameter #0 [ $columns ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ array ] } - Method [ abstract public method distinct ] { + Method [ abstract public method getMethod ] { - - Parameters [1] { - Parameter #0 [ $distinct ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ abstract public method forUpdate ] { + Method [ abstract public method getPort ] { - - Parameters [1] { - Parameter #0 [ bool $forUpdate ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ int ] } - Method [ abstract public method from ] { + Method [ abstract public method getURI ] { - Parameters [1] { - Parameter #0 [ $models ] + Parameter #0 [ bool $onlyPath = false ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ abstract public method getBindParams ] { + Method [ abstract public method getPost ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } - - Return [ array ] } - Method [ abstract public method getBindTypes ] { + Method [ abstract public method getPut ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } - - Return [ array ] } - Method [ abstract public method getColumns ] { + Method [ abstract public method getQuery ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } } - Method [ abstract public method getDistinct ] { + Method [ abstract public method getRawBody ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method getFrom ] { + Method [ abstract public method getScheme ] { - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getGroupBy ] { + Method [ abstract public method getServer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ ?string ] } - Method [ abstract public method getHaving ] { + Method [ abstract public method getServerAddress ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getJoins ] { + Method [ abstract public method getServerName ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getLimit ] { + Method [ abstract public method getUploadedFiles ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ bool $onlySuccessful = false ] + Parameter #1 [ bool $namedKeys = false ] } + - Return [ array ] } - Method [ abstract public method getOffset ] { + Method [ abstract public method getUserAgent ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getOrderBy ] { + Method [ abstract public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ abstract public method getPhql ] { + Method [ abstract public method hasFiles ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getQuery ] { + Method [ abstract public method hasHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $header ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ bool ] } - Method [ abstract public method getWhere ] { + Method [ abstract public method hasQuery ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ abstract public method groupBy ] { + Method [ abstract public method hasPost ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method having ] { + Method [ abstract public method hasPut ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method innerJoin ] { + Method [ abstract public method hasServer ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method inWhere ] { + Method [ abstract public method isAjax ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method join ] { + Method [ abstract public method isConnect ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method leftJoin ] { + Method [ abstract public method isDelete ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method limit ] { + Method [ abstract public method isGet ] { - - Parameters [2] { - Parameter #0 [ int $limit ] - Parameter #1 [ $offset = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method getModels ] { + Method [ abstract public method isHead ] { - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method notBetweenWhere ] { + Method [ abstract public method isMethod ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = null ] + - Parameters [2] { + Parameter #0 [ $methods ] + Parameter #1 [ bool $strict = false ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method notInWhere ] { + Method [ abstract public method isOptions ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method offset ] { + Method [ abstract public method isPost ] { - - Parameters [1] { - Parameter #0 [ int $offset ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method orderBy ] { + Method [ abstract public method isPurge ] { - - Parameters [1] { - Parameter #0 [ $orderBy ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method orWhere ] { + Method [ abstract public method isPut ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method rightJoin ] { + Method [ abstract public method isSecure ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method setBindParams ] { + Method [ abstract public method isSoap ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method setBindTypes ] { + Method [ abstract public method isTrace ] { - - Parameters [2] { - Parameter #0 [ array $bindTypes ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ abstract public method where ] { + Method [ abstract public method numFiles ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ bool $onlySuccessful = false ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ int ] } } } - Interface [ interface Phalcon\Mvc\Model\Query\StatusInterface ] { + Interface [ interface Phalcon\Http\Request\FileInterface ] { - Constants [0] { } @@ -9977,31 +10333,60 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [3] { - Method [ abstract public method getMessages ] { + - Methods [7] { + Method [ abstract public method getError ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ abstract public method getModel ] { + Method [ abstract public method getName ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ string ] } - Method [ abstract public method success ] { + Method [ abstract public method getRealType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSize ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getTempName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getType ] { - Parameters [0] { } + - Return [ string ] + } + + Method [ abstract public method moveTo ] { + + - Parameters [1] { + Parameter #0 [ string $destination ] + } - Return [ bool ] } } } - Interface [ interface Phalcon\Mvc\Model\RelationInterface ] { + Interface [ interface Phalcon\Http\ResponseInterface ] { - Constants [0] { } @@ -10015,219 +10400,174 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [15] { - Method [ abstract public method getFields ] { - - - Parameters [0] { - } - } - - Method [ abstract public method getForeignKey ] { + - Methods [21] { + Method [ abstract public method appendContent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $content ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getIntermediateFields ] { + Method [ abstract public method getContent ] { - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getIntermediateModel ] { + Method [ abstract public method getStatusCode ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?int ] } - Method [ abstract public method getIntermediateReferencedFields ] { + Method [ abstract public method getHeaders ] { - Parameters [0] { } + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ abstract public method getOption ] { + Method [ abstract public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ abstract public method getOptions ] { + Method [ abstract public method isSent ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getParams ] { + Method [ abstract public method redirect ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $location = ] + Parameter #1 [ bool $externalRedirect = false ] + Parameter #2 [ int $statusCode = 302 ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getReferencedFields ] { + Method [ abstract public method resetHeaders ] { - Parameters [0] { } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getReferencedModel ] { + Method [ abstract public method setContent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $content ] } - - Return [ string ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getType ] { + Method [ abstract public method setContentLength ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $contentLength ] } - - Return [ int ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method isForeignKey ] { + Method [ abstract public method setContentType ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $contentType ] + Parameter #1 [ $charset = ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method isReusable ] { + Method [ abstract public method setExpires ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ DateTime $datetime ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method isThrough ] { + Method [ abstract public method setFileToSend ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $attachmentName = ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method setIntermediateRelation ] { + Method [ abstract public method setHeader ] { - - Parameters [3] { - Parameter #0 [ $intermediateFields ] - Parameter #1 [ string $intermediateModel ] - Parameter #2 [ $intermediateReferencedFields ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Http\ResponseInterface ] } - } - } - Interface [ interface Phalcon\Mvc\Model\TransactionInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ abstract public method setJsonContent ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $content ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } - - Methods [12] { - Method [ abstract public method begin ] { + Method [ abstract public method setNotModified ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method commit ] { + Method [ abstract public method setRawHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $header ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getConnection ] { + Method [ abstract public method setStatusCode ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $code ] + Parameter #1 [ ?string $message = null ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method send ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method isManaged ] { + Method [ abstract public method sendCookies ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method isValid ] { + Method [ abstract public method sendHeaders ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ abstract public method rollback ] { - - - Parameters [2] { - Parameter #0 [ ?string $rollbackMessage = null ] - Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] - } - - Return [ bool ] - } - - Method [ abstract public method setIsNewTransaction ] { - - - Parameters [1] { - Parameter #0 [ bool $isNew ] - } - - Return [ void ] - } - - Method [ abstract public method setRollbackOnAbort ] { - - - Parameters [1] { - Parameter #0 [ bool $rollbackOnAbort ] - } - - Return [ void ] - } - - Method [ abstract public method setRollbackedRecord ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] - } - - Return [ void ] - } - - Method [ abstract public method setTransactionManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] - } - - Return [ void ] - } - - Method [ abstract public method throwRollbackException ] { - - - Parameters [1] { - Parameter #0 [ bool $status ] - } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } - Interface [ interface Phalcon\Mvc\Model\Transaction\ManagerInterface ] { + Interface [ interface Phalcon\Http\Response\CookiesInterface ] { - Constants [0] { } @@ -10241,99 +10581,138 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [12] { - Method [ abstract public method collectTransactions ] { + - Methods [8] { + Method [ abstract public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method commit ] { + Method [ abstract public method get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ abstract public method get ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ bool $autoBegin = true ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] + - Return [ bool ] } - Method [ abstract public method getDbService ] { + Method [ abstract public method isUsingEncryption ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method getRollbackPendent ] { + Method [ abstract public method reset ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ abstract public method has ] { + Method [ abstract public method send ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method notifyCommit ] { + Method [ abstract public method set ] { + + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value = ] + Parameter #2 [ int $expire = 0 ] + Parameter #3 [ string $path = '/' ] + Parameter #4 [ bool $secure = false ] + Parameter #5 [ string $domain = '' ] + Parameter #6 [ bool $httpOnly = false ] + Parameter #7 [ array $options = [] ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ abstract public method useEncryption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ bool $useEncryption ] } - - Return [ void ] + - Return [ Phalcon\Http\Response\CookiesInterface ] } + } + } - Method [ abstract public method notifyRollback ] { + Interface [ interface Phalcon\Http\Response\HeadersInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ string $name ] } - - Return [ void ] } - Method [ abstract public method rollback ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ bool $collect = false ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method rollbackPendent ] { + Method [ abstract public method reset ] { - Parameters [0] { } - - Return [ void ] } - Method [ abstract public method setDbService ] { + Method [ abstract public method send ] { - - Parameters [1] { - Parameter #0 [ string $service ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + - Return [ bool ] } - Method [ abstract public method setRollbackPendent ] { + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $value ] + } + } + + Method [ abstract public method setRaw ] { - Parameters [1] { - Parameter #0 [ bool $rollbackPendent ] + Parameter #0 [ string $header ] } - - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } } } - Interface [ interface Phalcon\Mvc\Router\GroupInterface ] { + Interface [ interface Phalcon\Messages\MessageInterface extends Stringable ] { - Constants [0] { } @@ -10347,383 +10726,326 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [21] { - Method [ abstract public method add ] { + - Methods [11] { + Method [ abstract public method __toString ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ abstract public method addConnect ] { + Method [ abstract public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addDelete ] { + Method [ abstract public method getField ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addGet ] { + Method [ abstract public method getMessage ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ abstract public method addHead ] { + Method [ abstract public method getMetaData ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ abstract public method addOptions ] { + Method [ abstract public method getType ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ abstract public method addPatch ] { + Method [ abstract public method setCode ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ int $code ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method addPost ] { + Method [ abstract public method setField ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method addPurge ] { + Method [ abstract public method setMessage ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method addPut ] { + Method [ abstract public method setMetaData ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ array $metaData ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method addTrace ] { + Method [ abstract public method setType ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } + } + } - Method [ abstract public method beforeMatch ] { + Interface [ interface Phalcon\Mvc\ControllerInterface ] { - - Parameters [1] { - Parameter #0 [ $beforeMatch ] - } - - Return [ Phalcon\Mvc\Router\GroupInterface ] - } + - Constants [0] { + } - Method [ abstract public method clear ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ abstract public method getBeforeMatch ] { + - Properties [0] { + } - - Parameters [0] { - } - } + - Methods [0] { + } + } - Method [ abstract public method getHostname ] { + Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { - - Parameters [0] { - } - - Return [ ?string ] - } + - Constants [0] { + } - Method [ abstract public method getPaths ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [27] { + Method [ abstract public method getActiveController ] { - Parameters [0] { } + - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ abstract public method getPrefix ] { + Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getRoutes ] { + Method [ abstract public method getLastController ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ abstract public method setHostname ] { + Method [ abstract public method setControllerSuffix ] { - Parameters [1] { - Parameter #0 [ string $hostname ] + Parameter #0 [ string $controllerSuffix ] } - - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ abstract public method setPaths ] { + Method [ abstract public method setControllerName ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ string $controllerName ] } - - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ abstract public method setPrefix ] { + Method [ abstract public method setDefaultController ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ string $controllerName ] } - - Return [ Phalcon\Mvc\Router\GroupInterface ] } - } - } - - Interface [ interface Phalcon\Mvc\Router\RouteInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ abstract static public method reset ] { + Method [ abstract public method dispatch ] { - Parameters [0] { } - - Return [ void ] } - } - - - Properties [0] { - } - - Methods [15] { - Method [ abstract public method compilePattern ] { + Method [ abstract public method forward ] { - Parameters [1] { - Parameter #0 [ string $pattern ] - } - - Return [ string ] - } - - Method [ abstract public method convert ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $converter ] + Parameter #0 [ array $forward ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ abstract public method getCompiledPattern ] { + Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ abstract public method getHostname ] { + Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ abstract public method getHttpMethods ] { + Method [ abstract public method getHandlerSuffix ] { - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getName ] { + Method [ abstract public method getParam ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] } - - Return [ ?string ] } - Method [ abstract public method getPaths ] { + Method [ abstract public method getParameter ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] } - - Return [ array ] } - Method [ abstract public method getPattern ] { + Method [ abstract public method getParams ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ abstract public method getReversedPaths ] { + Method [ abstract public method getParameters ] { - Parameters [0] { } - Return [ array ] } - Method [ abstract public method getRouteId ] { + Method [ abstract public method getReturnedValue ] { - Parameters [0] { } - - Return [ string ] } - Method [ abstract public method setHostname ] { + Method [ abstract public method hasParam ] { - Parameters [1] { - Parameter #0 [ string $hostname ] + Parameter #0 [ $param ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ abstract public method setHttpMethods ] { + Method [ abstract public method isFinished ] { - - Parameters [1] { - Parameter #0 [ $httpMethods ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ abstract public method setName ] { + Method [ abstract public method setActionName ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $actionName ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ abstract public method reConfigure ] { + Method [ abstract public method setActionSuffix ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] } - Return [ void ] } - Method [ abstract public method via ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ $httpMethods ] + Parameter #0 [ string $actionName ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - } - } - - Interface [ interface Phalcon\Mvc\Url\UrlInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [6] { - Method [ abstract public method get ] { + Method [ abstract public method setDefaultNamespace ] { - - Parameters [3] { - Parameter #0 [ $uri = ] - Parameter #1 [ $args = ] - Parameter #2 [ ?bool $local = null ] + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method getBasePath ] { + Method [ abstract public method setHandlerSuffix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method getBaseUri ] { + Method [ abstract public method setModuleName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method setBasePath ] { + Method [ abstract public method setNamespaceName ] { - Parameters [1] { - Parameter #0 [ string $basePath ] + Parameter #0 [ string $namespaceName ] } - - Return [ Phalcon\Mvc\Url\UrlInterface ] + - Return [ void ] } - Method [ abstract public method setBaseUri ] { + Method [ abstract public method setParam ] { - - Parameters [1] { - Parameter #0 [ string $baseUri ] + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Url\UrlInterface ] + - Return [ void ] } - Method [ abstract public method path ] { + Method [ abstract public method setParams ] { - Parameters [1] { - Parameter #0 [ ?string $path = null ] + Parameter #0 [ array $params ] } - - Return [ string ] + - Return [ void ] } } } - Interface [ interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] { + Interface [ interface Phalcon\Mvc\Micro\CollectionInterface ] { - Constants [0] { } @@ -10737,458 +11059,508 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [35] { - Method [ abstract public method cleanTemplateAfter ] { + - Methods [15] { + Method [ abstract public method delete ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method cleanTemplateBefore ] { + Method [ abstract public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method disable ] { + Method [ abstract public method getHandler ] { - Parameters [0] { } } - Method [ abstract public method enable ] { + Method [ abstract public method getHandlers ] { - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method finish ] { + Method [ abstract public method getPrefix ] { - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method head ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method getActiveRenderPath ] { + Method [ abstract public method isLazy ] { - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method getBasePath ] { + Method [ abstract public method map ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method getControllerName ] { + Method [ abstract public method options ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method getLayout ] { + Method [ abstract public method patch ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method getLayoutsDir ] { + Method [ abstract public method post ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method getMainView ] { + Method [ abstract public method put ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method getPartialsDir ] { + Method [ abstract public method setHandler ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $handler ] + Parameter #1 [ bool $lazy = false ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method isDisabled ] { + Method [ abstract public method setLazy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $lazy ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method pick ] { + Method [ abstract public method setPrefix ] { - Parameters [1] { - Parameter #0 [ string $renderView ] + Parameter #0 [ string $prefix ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } + } + } - Method [ abstract public method registerEngines ] { + Interface [ interface Phalcon\Mvc\ModelInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [11] { + Method [ abstract static public method average ] { - Parameters [1] { - Parameter #0 [ array $engines ] + Parameter #0 [ array $parameters = [] ] } } - Method [ abstract public method render ] { + Method [ abstract static public method cloneResult ] { - Parameters [3] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] + Parameter #1 [ array $data ] + Parameter #2 [ int $dirtyState = 0 ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method reset ] { + Method [ abstract static public method cloneResultMap ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ $base ] + Parameter #1 [ array $data ] + Parameter #2 [ $columnMap ] + Parameter #3 [ int $dirtyState = 0 ] + Parameter #4 [ bool $keepSnapshots = false ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method setBasePath ] { + Method [ abstract static public method cloneResultMapHydrate ] { - - Parameters [1] { - Parameter #0 [ string $basePath ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + Parameter #2 [ int $hydrationMode ] } } - Method [ abstract public method setLayout ] { + Method [ abstract static public method count ] { - Parameters [1] { - Parameter #0 [ string $layout ] + Parameter #0 [ $parameters = ] } } - Method [ abstract public method setLayoutsDir ] { + Method [ abstract static public method find ] { - Parameters [1] { - Parameter #0 [ string $layoutsDir ] + Parameter #0 [ $parameters = ] } } - Method [ abstract public method setMainView ] { + Method [ abstract static public method findFirst ] { - Parameters [1] { - Parameter #0 [ string $viewPath ] + Parameter #0 [ $parameters = ] } } - Method [ abstract public method setPartialsDir ] { + Method [ abstract static public method maximum ] { - Parameters [1] { - Parameter #0 [ string $partialsDir ] + Parameter #0 [ $parameters = ] } } - Method [ abstract public method setRenderLevel ] { + Method [ abstract static public method minimum ] { - Parameters [1] { - Parameter #0 [ int $level ] + Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\ViewInterface ] } - Method [ abstract public method setTemplateAfter ] { + Method [ abstract static public method query ] { - Parameters [1] { - Parameter #0 [ $templateAfter ] + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method setTemplateBefore ] { + Method [ abstract static public method sum ] { - Parameters [1] { - Parameter #0 [ $templateBefore ] + Parameter #0 [ $parameters = ] } } + } - Method [ abstract public method start ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [28] { + Method [ abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method getContent ] { + Method [ abstract public method assign ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $whiteList = ] + Parameter #2 [ $dataColumnMap = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method getParamsToView ] { + Method [ abstract public method create ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ abstract public method getViewsDir ] { + Method [ abstract public method delete ] { - Parameters [0] { } + - Return [ bool ] } - Method [ abstract public method partial ] { + Method [ abstract public method fireEvent ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [1] { + Parameter #0 [ string $eventName ] } + - Return [ bool ] } - Method [ abstract public method setContent ] { + Method [ abstract public method fireEventCancel ] { - Parameters [1] { - Parameter #0 [ string $content ] + Parameter #0 [ string $eventName ] } + - Return [ bool ] } - Method [ abstract public method setParamToView ] { + Method [ abstract public method getDirtyState ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ int ] } - Method [ abstract public method setVar ] { + Method [ abstract public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method setViewsDir ] { + Method [ abstract public method getModelsMetaData ] { - - Parameters [1] { - Parameter #0 [ string $viewsDir ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } - } - } - - Interface [ interface Phalcon\Paginator\RepositoryInterface ] { - - - 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 [0] { - } - - - Methods [11] { - Method [ abstract public method getAliases ] { + Method [ abstract public method getOperationMade ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ abstract public method getCurrent ] { + Method [ abstract public method getReadConnection ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ abstract public method getFirst ] { + Method [ abstract public method getReadConnectionService ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getItems ] { + Method [ abstract public method getRelated ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $alias ] + Parameter #1 [ $arguments = ] } } - Method [ abstract public method getLast ] { + Method [ abstract public method getSchema ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?string ] } - Method [ abstract public method getLimit ] { + Method [ abstract public method getSource ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getNext ] { + Method [ abstract public method getWriteConnection ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ abstract public method getPrevious ] { + Method [ abstract public method getWriteConnectionService ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getTotalItems ] { + Method [ abstract public method refresh ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method setAliases ] { + Method [ abstract public method save ] { - - Parameters [1] { - Parameter #0 [ array $aliases ] + - Parameters [0] { } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ bool ] } - Method [ abstract public method setProperties ] { + Method [ abstract public method setConnectionService ] { - Parameters [1] { - Parameter #0 [ array $properties ] + Parameter #0 [ string $connectionService ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ void ] } - } - } - - Interface [ interface Phalcon\Session\BagInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [10] { - Method [ abstract public method __get ] { + Method [ abstract public method setDirtyState ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ int $dirtyState ] } } - Method [ abstract public method __isset ] { + Method [ abstract public method setReadConnectionService ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $connectionService ] } - - Return [ bool ] + - Return [ void ] } - Method [ abstract public method __set ] { + Method [ abstract public method setSnapshotData ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap = ] } - Return [ void ] } - Method [ abstract public method __unset ] { + Method [ abstract public method setTransaction ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ void ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method init ] { + Method [ abstract public method setWriteConnectionService ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ string $connectionService ] } - Return [ void ] } - Method [ abstract public method get ] { + Method [ abstract public method skipOperation ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [1] { + Parameter #0 [ bool $skip ] } + - Return [ void ] } - Method [ abstract public method set ] { + Method [ abstract public method validationHasFailed ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method has ] { + Method [ abstract public method update ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - Return [ bool ] } + } + } - Method [ abstract public method remove ] { + Interface [ interface Phalcon\Mvc\Model\BinderInterface ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method bindToHandler ] { + + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ ?string $methodName = null ] } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method clear ] { + Method [ abstract public method getBoundModels ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] + } + + Method [ abstract public method getCache ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ abstract public method setCache ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] + } + - Return [ Phalcon\Mvc\Model\BinderInterface ] } } } - Interface [ interface Phalcon\Session\ManagerInterface ] { + Interface [ interface Phalcon\Mvc\Model\CriteriaInterface ] { - - Constants [3] { - Constant [ public int SESSION_ACTIVE ] { 2 } - Constant [ public int SESSION_DISABLED ] { 0 } - Constant [ public int SESSION_NONE ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -11200,220 +11572,271 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [21] { - Method [ abstract public method __get ] { + - Methods [32] { + Method [ abstract public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method betweenWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method bind ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $bindParams ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method __isset ] { + Method [ abstract public method bindTypes ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $bindTypes ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method __set ] { + Method [ abstract public method cache ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $cache ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method __unset ] { + Method [ abstract public method conditions ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $conditions ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method exists ] { + Method [ abstract public method distinct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $distinct ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method destroy ] { + Method [ abstract public method execute ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ abstract public method get ] { + Method [ abstract public method forUpdate ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ bool $remove = false ] + - Parameters [1] { + Parameter #0 [ bool $forUpdate = true ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getId ] { + Method [ abstract public method getColumns ] { - Parameters [0] { } - - Return [ string ] } - Method [ abstract public method getAdapter ] { + Method [ abstract public method getConditions ] { - Parameters [0] { } - - Return [ SessionHandlerInterface ] + - Return [ ?string ] } - Method [ abstract public method getName ] { + Method [ abstract public method getGroupBy ] { - Parameters [0] { } - - Return [ string ] } - Method [ abstract public method getOptions ] { + Method [ abstract public method getHaving ] { - Parameters [0] { } - - Return [ array ] } - Method [ abstract public method has ] { + Method [ abstract public method getLimit ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] } - Method [ abstract public method remove ] { + Method [ abstract public method getModelName ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ abstract public method set ] { + Method [ abstract public method getOrderBy ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ abstract public method setAdapter ] { + Method [ abstract public method getParams ] { - - Parameters [1] { - Parameter #0 [ SessionHandlerInterface $adapter ] + - Parameters [0] { } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ array ] } - Method [ abstract public method setId ] { + Method [ abstract public method getWhere ] { - - Parameters [1] { - Parameter #0 [ string $sessionId ] + - Parameters [0] { } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ ?string ] } - Method [ abstract public method setName ] { + Method [ abstract public method groupBy ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $group ] } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method setOptions ] { + Method [ abstract public method having ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $having ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method status ] { + Method [ abstract public method innerJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method start ] { + Method [ abstract public method inWhere ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method regenerateId ] { + Method [ abstract public method leftJoin ] { - - Parameters [1] { - Parameter #0 [ bool $deleteOldSession = true ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - } - } - Interface [ interface Phalcon\Acl\ComponentAwareInterface ] { + Method [ abstract public method limit ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ int $limit ] + Parameter #1 [ int $offset = 0 ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } - - Static properties [0] { - } + Method [ abstract public method notBetweenWhere ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } - - Properties [0] { - } + Method [ abstract public method notInWhere ] { - - Methods [1] { - Method [ abstract public method getComponentName ] { + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } - - Parameters [0] { + Method [ abstract public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ string $orderColumns ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - } - } - Interface [ interface Phalcon\Acl\RoleAwareInterface ] { + Method [ abstract public method orWhere ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } - - Static properties [0] { - } + Method [ abstract public method rightJoin ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } - - Properties [0] { - } + Method [ abstract public method setModelName ] { - - Methods [1] { - Method [ abstract public method getRoleName ] { + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } - - Parameters [0] { + Method [ abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ bool $sharedLock = true ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method where ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } } } - Interface [ interface Phalcon\Cli\RouterInterface ] { + Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { - Constants [0] { } @@ -11427,399 +11850,491 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [17] { - Method [ abstract public method add ] { + - Methods [54] { + Method [ abstract public method addBehavior ] { - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ void ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method addBelongsTo ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ abstract public method getMatchedRoute ] { + Method [ abstract public method addHasMany ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ ?Phalcon\Cli\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ abstract public method getMatches ] { + Method [ abstract public method addHasOne ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ abstract public method getModuleName ] { + Method [ abstract public method addHasOneThrough ] { - - Parameters [0] { + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ array $options = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ abstract public method getParams ] { + Method [ abstract public method addHasManyToMany ] { - - Parameters [0] { + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ array $options = [] ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ abstract public method getParameters ] { + Method [ abstract public method createBuilder ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $params = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getRouteById ] { + Method [ abstract public method createQuery ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ string $phql ] } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ abstract public method getRouteByName ] { + Method [ abstract public method clearReusableObjects ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ void ] } - Method [ abstract public method getRoutes ] { + Method [ abstract public method executeQuery ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $phql ] + Parameter #1 [ $placeholders = ] + Parameter #2 [ $types = ] + } + } + + Method [ abstract public method getBelongsTo ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ abstract public method getTaskName ] { + Method [ abstract public method getBelongsToRecords ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = null ] } - - Return [ string ] } - Method [ abstract public method handle ] { + Method [ abstract public method getBuilder ] { - - Parameters [1] { - Parameter #0 [ $arguments = ] + - Parameters [0] { } + - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method getHasMany ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method setDefaultModule ] { + Method [ abstract public method getHasManyRecords ] { - - Parameters [1] { - Parameter #0 [ string $moduleName ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = null ] } - - Return [ void ] } - Method [ abstract public method setDefaults ] { + Method [ abstract public method getHasManyToMany ] { - Parameters [1] { - Parameter #0 [ array $defaults ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method setDefaultTask ] { + Method [ abstract public method getHasOne ] { - Parameters [1] { - Parameter #0 [ string $taskName ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method wasMatched ] { + Method [ abstract public method getHasOneThrough ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - } - } - - Interface [ interface Phalcon\Di\InitializationAwareInterface ] { - - Constants [0] { - } + Method [ abstract public method getHasOneAndHasMany ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ abstract public method getHasOneRecords ] { - - Properties [0] { - } + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = null ] + } + } - - Methods [1] { - Method [ abstract public method initialize ] { + Method [ abstract public method getLastInitialized ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\ModelInterface ] } - } - } - - Interface [ interface Phalcon\Di\ServiceProviderInterface ] { - - Constants [0] { - } + Method [ abstract public method getLastQuery ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } - - Static methods [0] { - } + Method [ abstract public method getModelSchema ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?string ] + } - - Methods [1] { - Method [ abstract public method register ] { + Method [ abstract public method getModelSource ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $di ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ string ] } - } - } - - Interface [ interface Phalcon\Mvc\Controller\BindModelInterface ] { - - Constants [0] { - } + Method [ abstract public method getReadConnection ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } - - Static methods [1] { - Method [ abstract static public method getModelName ] { + Method [ abstract public method getReadConnectionService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Interface [ interface Phalcon\Mvc\Micro\MiddlewareInterface ] { - - Constants [0] { - } + Method [ abstract public method getRelationByAlias ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $alias ] + } + } - - Static methods [0] { - } + Method [ abstract public method getRelationRecords ] { - - Properties [0] { - } + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #2 [ $parameters = ] + Parameter #3 [ ?string $method = null ] + } + } - - Methods [1] { - Method [ abstract public method call ] { + Method [ abstract public method getRelations ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Micro $application ] + Parameter #0 [ string $modelName ] } + - Return [ array ] } - } - } - - Interface [ interface Phalcon\Mvc\Model\Binder\BindableInterface ] { - - Constants [0] { - } + Method [ abstract public method getRelationsBetween ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] + } + } - - Static methods [0] { - } + Method [ abstract public method getReusableRecords ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + } + } - - Methods [1] { - Method [ abstract public method getModelName ] { + Method [ abstract public method getWriteConnection ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - } - } - - Interface [ interface Phalcon\Mvc\ModuleDefinitionInterface ] { - - Constants [0] { - } + Method [ abstract public method getWriteConnectionService ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ abstract public method hasBelongsTo ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } - - Methods [2] { - Method [ abstract public method registerAutoloaders ] { + Method [ abstract public method hasHasMany ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ bool ] } - Method [ abstract public method registerServices ] { + Method [ abstract public method hasHasOne ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ bool ] } - } - } - Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { + Method [ abstract public method hasHasOneThrough ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ abstract public method hasHasManyToMany ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } + Method [ abstract public method load ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method initialize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ abstract public method isInitialized ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ bool ] + } + + Method [ abstract public method isKeepingSnapshots ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ bool ] + } + + Method [ abstract public method isUsingDynamicUpdate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ bool ] + } + + Method [ abstract public method isVisibleModelProperty ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $property ] } + - Return [ bool ] } - Method [ protected method close ] { + Method [ abstract public method keepSnapshots ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $keepSnapshots ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method indent ] { + Method [ abstract public method missingMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $eventName ] + Parameter #2 [ $data ] } - - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ abstract public method notifyEvent ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $eventName ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ abstract public method setConnectionService ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderAttributes ] { + Method [ abstract public method setReadConnectionService ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderElement ] { + Method [ abstract public method setReusableRecords ] { + + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + Parameter #2 [ $records ] + } + - Return [ void ] + } + + Method [ abstract public method setModelSchema ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $schema ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderFullElement ] { + Method [ abstract public method setModelSource ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $source ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderTag ] { + Method [ abstract public method setWriteConnectionService ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] } - Method [ protected method selfClose ] { + Method [ abstract public method useDynamicUpdate ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $dynamicUpdate ] } - - Return [ string ] + - Return [ void ] } } } - Class [ abstract class Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { - Constants [0] { } @@ -11830,133 +12345,118 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { + - Methods [13] { + Method [ abstract public method cache ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ array $cacheOptions ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method getOption ] { + Method [ abstract public method execute ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ array $bindParams = [] ] + Parameter #1 [ array $bindTypes = [] ] } } - Method [ public method getTemplate ] { + Method [ abstract public method getBindParams ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getTemplates ] { + Method [ abstract public method getCacheOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { + Method [ abstract public method getBindTypes ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method messageFactory ] { + Method [ abstract public method getSql ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ array ] } - Method [ public method setOption ] { + Method [ abstract public method getSingleResult ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ array $bindParams = [] ] + Parameter #1 [ array $bindTypes = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setTemplates ] { + Method [ abstract public method getUniqueRow ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ abstract public method validate ] { + Method [ abstract public method parse ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method allowEmpty ] { + Method [ abstract public method setBindParams ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = false ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ protected method checkArray ] { + Method [ abstract public method setBindTypes ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $merge = false ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ protected method prepareCode ] { + Method [ abstract public method setSharedLock ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ bool $sharedLock = false ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ protected method prepareLabel ] { + Method [ abstract public method setUniqueRow ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ bool $uniqueRow ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } } } - Class [ abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + Interface [ interface Phalcon\Mvc\Model\Query\BuilderInterface ] { - - Constants [0] { + - Constants [2] { + Constant [ public string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } } - Static properties [0] { @@ -11965,593 +12465,482 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] - Property [ protected $attributes = NULL ] + - Properties [0] { } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [38] { + Method [ abstract public method addFrom ] { + + - Parameters [2] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $alias = null ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method andWhere ] { - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __toString ] { + Method [ abstract public method betweenWhere ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method setValue ] { + Method [ abstract public method columns ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ $columns ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __construct ] { + Method [ abstract public method distinct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ $distinct ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method close ] { + Method [ abstract public method forUpdate ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ bool $forUpdate ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method indent ] { + Method [ abstract public method from ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $models ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method orderAttributes ] { + Method [ abstract public method getBindParams ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ abstract public method getBindTypes ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ abstract public method getColumns ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ abstract public method getDistinct ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ abstract public method getFrom ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ abstract public method getGroupBy ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ abstract public method getHaving ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - } - } - - Class [ abstract class Phalcon\Factory\AbstractConfigFactory ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [4] { - Method [ protected method checkConfig ] { + Method [ abstract public method getJoins ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method checkConfigElement ] { + Method [ abstract public method getLimit ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method getException ] { + Method [ abstract public method getOffset ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ Exception ] + - Return [ int ] } - Method [ protected method getExceptionClass ] { + Method [ abstract public method getOrderBy ] { - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ abstract class Phalcon\Di\AbstractInjectionAware extends stdClass implements Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $container = NULL ] - } - - Methods [2] { - Method [ public method getDI ] { + Method [ abstract public method getPhql ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ abstract public method getQuery ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - } - } - - Class [ abstract class Phalcon\Factory\AbstractFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } - - Methods [7] { - Method [ abstract protected method getServices ] { + Method [ abstract public method getWhere ] { - Parameters [0] { } - - Return [ array ] } - Method [ protected method getService ] { + Method [ abstract public method groupBy ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $group ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method init ] { + Method [ abstract public method having ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method checkConfig ] { + Method [ abstract public method innerJoin ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method checkConfigElement ] { + Method [ abstract public method inWhere ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method getException ] { + Method [ abstract public method join ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] } - - Return [ Exception ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method getExceptionClass ] { + Method [ abstract public method leftJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - } - - Class [ abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $prefix = 'ph-memo-' ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - } - - - Methods [35] { - Method [ protected method __construct ] { + Method [ abstract public method limit ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ int $limit ] + Parameter #1 [ $offset = ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method clear ] { + Method [ abstract public method getModels ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method decrement ] { + Method [ abstract public method notBetweenWhere ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = null ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method delete ] { + Method [ abstract public method notInWhere ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = null ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method deleteMultiple ] { + Method [ abstract public method offset ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ int $offset ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method doDeleteMultiple ] { + Method [ abstract public method orderBy ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ $orderBy ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method get ] { + Method [ abstract public method orWhere ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getAdapter ] { + Method [ abstract public method rightJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getDefaultSerializer ] { + Method [ abstract public method setBindParams ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = false ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getKeys ] { + Method [ abstract public method setBindTypes ] { - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $merge = false ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getLifetime ] { + Method [ abstract public method where ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } + } + } - Method [ public method getPrefix ] { - - - Parameters [0] { - } - - Return [ string ] - } + Interface [ interface Phalcon\Mvc\Model\Query\StatusInterface ] { - Method [ public method getSerializer ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] - } + - Static properties [0] { + } - Method [ public method has ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method increment ] { + - Methods [3] { + Method [ abstract public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method set ] { + Method [ abstract public method getModel ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setDefaultSerializer ] { + Method [ abstract public method success ] { - - Parameters [1] { - Parameter #0 [ string $serializer ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } + } + } - Method [ protected method doGet ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + Interface [ interface Phalcon\Mvc\Model\RelationInterface ] { - Method [ protected method doGetData ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - } + - Static properties [0] { + } - Method [ abstract protected method doDecrement ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } + - Properties [0] { + } - Method [ abstract protected method doDelete ] { + - Methods [15] { + Method [ abstract public method getFields ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] } - Method [ abstract protected method doHas ] { + Method [ abstract public method getForeignKey ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] } - Method [ abstract protected method doIncrement ] { + Method [ abstract public method getIntermediateFields ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } } - Method [ abstract protected method doSet ] { + Method [ abstract public method getIntermediateModel ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method getFilteredKeys ] { + Method [ abstract public method getIntermediateReferencedFields ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method getPrefixedKey ] { + Method [ abstract public method getOption ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $name ] } - - Return [ string ] } - Method [ protected method getSerializedData ] { + Method [ abstract public method getOptions ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method getTtl ] { + Method [ abstract public method getParams ] { - - Parameters [1] { - Parameter #0 [ $ttl ] + - Parameters [0] { } - - Return [ int ] } - Method [ protected method getUnserializedData ] { + Method [ abstract public method getReferencedFields ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } } - Method [ protected method initSerializer ] { + Method [ abstract public method getReferencedModel ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method getArrVal ] { + Method [ abstract public method getType ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method setEventsManager ] { + Method [ abstract public method isForeignKey ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method getEventsManager ] { + Method [ abstract public method isReusable ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ bool ] } - Method [ protected method fire ] { + Method [ abstract public method isThrough ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method setForever ] { + Method [ abstract public method setIntermediateRelation ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ $intermediateFields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateReferencedFields ] } - - Return [ bool ] } } } - Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + Interface [ interface Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } @@ -12562,128 +12951,104 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + - Properties [0] { } - - Methods [9] { - Method [ public method __construct ] { + - Methods [12] { + Method [ abstract public method begin ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method __serialize ] { + Method [ abstract public method commit ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method __unserialize ] { + Method [ abstract public method getConnection ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getData ] { + Method [ abstract public method getMessages ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ array ] } - Method [ public method isSuccess ] { + Method [ abstract public method isManaged ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setData ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ protected method isSerializable ] { + Method [ abstract public method isValid ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method serialize ] { + Method [ abstract public method rollback ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?string $rollbackMessage = null ] + Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] } + - Return [ bool ] } - Method [ abstract public method unserialize ] { + Method [ abstract public method setIsNewTransaction ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ bool $isNew ] } + - Return [ void ] } - } - } - - 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 ] { + Method [ abstract public method setRollbackOnAbort ] { - Parameters [1] { - Parameter #0 [ string $propertyName ] + Parameter #0 [ bool $rollbackOnAbort ] } + - Return [ void ] } - Method [ public method __isset ] { + Method [ abstract public method setRollbackedRecord ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getDI ] { + Method [ abstract public method setTransactionManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ void ] } - Method [ public method setDI ] { + Method [ abstract public method throwRollbackException ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ bool $status ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } - Class [ abstract class Phalcon\Forms\Element\AbstractElement implements Stringable, Phalcon\Forms\Element\ElementInterface ] { + Interface [ interface Phalcon\Mvc\Model\Transaction\ManagerInterface ] { - Constants [0] { } @@ -12694,289 +13059,427 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $method = 'inputText' ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + - Properties [0] { } - - Methods [35] { - Method [ public method __construct ] { + - Methods [12] { + Method [ abstract public method collectTransactions ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method __toString ] { + Method [ abstract public method commit ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method addFilter ] { + Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ bool $autoBegin = true ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method addValidator ] { + Method [ abstract public method getDbService ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ abstract public method getRollbackPendent ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method appendMessage ] { + Method [ abstract public method has ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ abstract public method notifyCommit ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method getAttribute ] { + Method [ abstract public method notifyRollback ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ abstract public method rollback ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $collect = false ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getDefault ] { + Method [ abstract public method rollbackPendent ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getFilters ] { + Method [ abstract public method setDbService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $service ] } + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } - Method [ public method getForm ] { + Method [ abstract public method setRollbackPendent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $rollbackPendent ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } + } + } - Method [ public method getLabel ] { + Interface [ interface Phalcon\Mvc\Router\GroupInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ abstract public method add ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getMessages ] { + Method [ abstract public method addConnect ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addDelete ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addGet ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addHead ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addOptions ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPatch ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPost ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPurge ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPut ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addTrace ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method beforeMatch ] { + + - Parameters [1] { + Parameter #0 [ $beforeMatch ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ abstract public method clear ] { - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] + - Return [ void ] } - Method [ public method getName ] { + Method [ abstract public method getBeforeMatch ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getTagFactory ] { + Method [ abstract public method getHostname ] { - Parameters [0] { } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ ?string ] } - Method [ public method getUserOption ] { + Method [ abstract public method getPaths ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } } - Method [ public method getUserOptions ] { + Method [ abstract public method getPrefix ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method getValidators ] { + Method [ abstract public method getRoutes ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getValue ] { + Method [ abstract public method setHostname ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $hostname ] } + - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ public method hasMessages ] { + Method [ abstract public method setPaths ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $paths ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ public method label ] { + Method [ abstract public method setPrefix ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $prefix ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\GroupInterface ] } + } + } - Method [ public method render ] { + Interface [ interface Phalcon\Mvc\Router\RouteInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ abstract public method compilePattern ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $pattern ] } - Return [ string ] } - Method [ public method setAttribute ] { + Method [ abstract public method convert ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method setAttributes ] { + Method [ abstract public method getCompiledPattern ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ abstract public method getHostname ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?string ] } - Method [ public method setFilters ] { + Method [ abstract public method getHttpMethods ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ abstract public method getName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ ?string ] } - Method [ public method setLabel ] { + Method [ abstract public method getPaths ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setMessages ] { + Method [ abstract public method getPattern ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ abstract public method getReversedPaths ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setTagFactory ] { + Method [ abstract public method getRouteId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setHostname ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + Parameter #0 [ string $hostname ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method setUserOption ] { + Method [ abstract public method setHttpMethods ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $httpMethods ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method setUserOptions ] { + Method [ abstract public method setName ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method getLocalTagFactory ] { + Method [ abstract public method reConfigure ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ Phalcon\Html\TagFactory ] + - Return [ void ] + } + + Method [ abstract public method via ] { + + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } - Class [ abstract class Phalcon\Support\Helper\Str\AbstractStr ] { + Interface [ interface Phalcon\Mvc\Url\UrlInterface ] { - Constants [0] { } @@ -12990,59 +13493,60 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [5] { - Method [ protected method toEndsWith ] { + - Methods [6] { + Method [ abstract public method get ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [5] { + Parameter #0 [ $uri = ] + Parameter #1 [ $args = ] + Parameter #2 [ ?bool $local = null ] + Parameter #3 [ $baseUri = ] + Parameter #4 [ bool $replaceArgs = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toInterpolate ] { + Method [ abstract public method getBasePath ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method toLower ] { + Method [ abstract public method getBaseUri ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ abstract public method setBasePath ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ string $basePath ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Url\UrlInterface ] } - Method [ protected method toUpper ] { + Method [ abstract public method setBaseUri ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ string $baseUri ] + } + - Return [ Phalcon\Mvc\Url\UrlInterface ] + } + + Method [ abstract public method path ] { + + - Parameters [1] { + Parameter #0 [ ?string $path = null ] } - Return [ string ] } } } - Class [ class Phalcon\Support\Collection implements ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Interface [ interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } @@ -13053,273 +13557,265 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] + - Properties [0] { } - - Methods [29] { - Method [ public method __construct ] { + - Methods [35] { + Method [ abstract public method cleanTemplateAfter ] { - - Parameters [2] { - Parameter #0 [ array $data = [] ] - Parameter #1 [ bool $insensitive = true ] + - Parameters [0] { } } - Method [ public method __get ] { + Method [ abstract public method cleanTemplateBefore ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } } - Method [ public method __isset ] { + Method [ abstract public method disable ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method __set ] { + Method [ abstract public method enable ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method __unset ] { + Method [ abstract public method finish ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method clear ] { + Method [ abstract public method getActionName ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method count ] { + Method [ abstract public method getActiveRenderPath ] { - Parameters [0] { } - - Return [ int ] } - Method [ public method get ] { + Method [ abstract public method getBasePath ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getIterator ] { + Method [ abstract public method getControllerName ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ string ] } - Method [ public method getKeys ] { + Method [ abstract public method getLayout ] { - - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getValues ] { + Method [ abstract public method getLayoutsDir ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method has ] { + Method [ abstract public method getMainView ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method init ] { + Method [ abstract public method getPartialsDir ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ abstract public method isDisabled ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method offsetExists ] { + Method [ abstract public method pick ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $renderView ] } - - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ abstract public method registerEngines ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ array $engines ] } - - Return [ mixed ] } - Method [ public method offsetSet ] { + Method [ abstract public method render ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] } - - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ abstract public method reset ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method remove ] { + Method [ abstract public method setBasePath ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $basePath ] } - - Return [ void ] } - Method [ public method set ] { + Method [ abstract public method setLayout ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $layout ] } - - Return [ void ] } - Method [ public method serialize ] { + Method [ abstract public method setLayoutsDir ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $layoutsDir ] } - - Return [ ?string ] } - Method [ public method toArray ] { + Method [ abstract public method setMainView ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $viewPath ] } - - Return [ array ] } - Method [ public method toJson ] { + Method [ abstract public method setPartialsDir ] { - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + Parameter #0 [ string $partialsDir ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ abstract public method setRenderLevel ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ int $level ] } - - Return [ void ] + - Return [ Phalcon\Mvc\ViewInterface ] } - Method [ public method __serialize ] { + Method [ abstract public method setTemplateAfter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $templateAfter ] } - - Return [ array ] } - Method [ public method __unserialize ] { + Method [ abstract public method setTemplateBefore ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ $templateBefore ] } - - Return [ void ] } - Method [ protected method setData ] { + Method [ abstract public method start ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ protected method phpJsonEncode ] { + Method [ abstract public method getContent ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method processKey ] { + Method [ abstract public method getParamsToView ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - Class [ abstract class Phalcon\Support\Helper\Arr\AbstractArr ] { + Method [ abstract public method getViewsDir ] { - - Constants [0] { - } + - Parameters [0] { + } + } - - Static properties [0] { - } + Method [ abstract public method partial ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + } - - Properties [0] { - } + Method [ abstract public method setContent ] { - - Methods [1] { - Method [ protected method toFilter ] { + - Parameters [1] { + Parameter #0 [ string $content ] + } + } + + Method [ abstract public method setParamToView ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method setVar ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ string $viewsDir ] } - - Return [ array ] } } } - Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Interface [ interface Phalcon\Paginator\RepositoryInterface extends Phalcon\Contracts\Paginator\Repository ] { - - Constants [0] { + - 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] { @@ -13328,82 +13824,91 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + - Properties [0] { } - - Methods [9] { - Method [ public method serialize ] { + - Methods [11] { + Method [ abstract public method getAliases ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ array ] } - Method [ public method unserialize ] { + Method [ abstract public method getCurrent ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method __construct ] { + Method [ abstract public method getFirst ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method __serialize ] { + Method [ abstract public method getItems ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method __unserialize ] { + Method [ abstract public method getLast ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method getData ] { + Method [ abstract public method getLimit ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ int ] } - Method [ public method isSuccess ] { + Method [ abstract public method getNext ] { - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method setData ] { + Method [ abstract public method getPrevious ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getTotalItems ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method setAliases ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $aliases ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Paginator\Repository ] } - Method [ protected method isSerializable ] { + Method [ abstract public method setProperties ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $properties ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Paginator\Repository ] } } } - Class [ abstract class Phalcon\Filter\Validation\Validator\File\AbstractFile extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Interface [ interface Phalcon\Session\BagInterface ] { - Constants [0] { } @@ -13414,153 +13919,195 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] + - Properties [0] { } - - Methods [27] { - Method [ public method checkUpload ] { + - Methods [10] { + Method [ abstract public method __get ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] } - Method [ public method checkUploadIsEmpty ] { + Method [ abstract public method __isset ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method checkUploadIsValid ] { + Method [ abstract public method __set ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method checkUploadMaxSize ] { + Method [ abstract public method __unset ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getFileSizeInBytes ] { + Method [ abstract public method init ] { - Parameters [1] { - Parameter #0 [ string $size ] + Parameter #0 [ array $data = [] ] } - - Return [ float ] + - Return [ void ] } - Method [ public method getMessageFileEmpty ] { + Method [ abstract public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ string ] } - Method [ public method getMessageIniSize ] { + Method [ abstract public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getMessageValid ] { + Method [ abstract public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method isAllowEmpty ] { + Method [ abstract public method remove ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method setMessageFileEmpty ] { + Method [ abstract public method clear ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - Return [ void ] } + } + } - Method [ public method setMessageIniSize ] { + Interface [ interface Phalcon\Session\ManagerInterface ] { + + - Constants [3] { + Constant [ public int SESSION_ACTIVE ] { 2 } + Constant [ public int SESSION_DISABLED ] { 0 } + Constant [ public int SESSION_NONE ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ abstract public method __get ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $key ] } - - Return [ void ] } - Method [ public method setMessageValid ] { + Method [ abstract public method __isset ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ protected method checkIsUploadedFile ] { + Method [ abstract public method __unset ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ abstract public method exists ] { + + - Parameters [0] { } - Return [ bool ] } - Method [ public method __construct ] { + Method [ abstract public method destroy ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getOption ] { + Method [ abstract public method get ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $remove = false ] } } - Method [ public method getTemplate ] { + Method [ abstract public method getId ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ abstract public method getAdapter ] { + + - Parameters [0] { + } + - Return [ SessionHandlerInterface ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { + Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -13568,17 +14115,15 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ abstract public method remove ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\Messages\Message ] + - Return [ void ] } - Method [ public method setOption ] { + Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -13587,141 +14132,113 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ public method setTemplate ] { + Method [ abstract public method setAdapter ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ SessionHandlerInterface $adapter ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method setTemplates ] { + Method [ abstract public method setId ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $sessionId ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ abstract public method validate ] { + Method [ abstract public method setName ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ protected method allowEmpty ] { + Method [ abstract public method setOptions ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method checkArray ] { + Method [ abstract public method status ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ int ] } - Method [ protected method prepareCode ] { + Method [ abstract public method start ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ abstract public method regenerateId ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ bool $deleteOldSession = true ] } + - Return [ Phalcon\Session\ManagerInterface ] } } } - Class [ abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] { + Interface [ interface Phalcon\Acl\ComponentAwareInterface ] { - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + - Constants [0] { } - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] + - Static properties [0] { } - Static methods [0] { } - - Properties [1] { - Property [ protected $uid = '' ] + - Properties [0] { } - - Methods [6] { - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method jsonSerialize ] { + - Methods [1] { + Method [ abstract public method getComponentName ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ protected method getNodeProvider ] { - - - Parameters [0] { - } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] - } + Interface [ interface Phalcon\Acl\RoleAwareInterface ] { - Method [ protected method uuidTimestampToDateTime ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $timestamp ] - } - - Return [ DateTimeImmutable ] - } + - Static properties [0] { + } - Method [ protected method format ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $hex ] - } - - Return [ string ] - } + - Properties [0] { + } - Method [ protected method namespaceToBytes ] { + - Methods [1] { + Method [ abstract public method getRoleName ] { - - Parameters [1] { - Parameter #0 [ string $uuid ] + - Parameters [0] { } - Return [ string ] } } } - Class [ class Phalcon\Config\Config extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Config\ConfigInterface ] { + Interface [ interface Phalcon\Cli\RouterInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - Static properties [0] { @@ -13730,287 +14247,339 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ protected $pathDelimiter = '.' ] + - Properties [0] { } - - Methods [34] { - Method [ public method getPathDelimiter ] { + - Methods [17] { + Method [ abstract public method add ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method merge ] { + Method [ abstract public method getMatchedRoute ] { - - Parameters [1] { - Parameter #0 [ $toMerge ] + - Parameters [0] { } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ ?Phalcon\Cli\Router\RouteInterface ] } - Method [ public method path ] { + Method [ abstract public method getMatches ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $delimiter = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setPathDelimiter ] { + Method [ abstract public method getModuleName ] { - - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] + - Parameters [0] { } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ string ] } - Method [ public method toArray ] { + Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } - Method [ final protected method internalMerge ] { + Method [ abstract public method getParameters ] { - - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ array $target ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method setData ] { + Method [ abstract public method getRouteById ] { - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $id ] } - - Return [ void ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method __construct ] { + Method [ abstract public method getRouteByName ] { - - Parameters [2] { - Parameter #0 [ array $data = [] ] - Parameter #1 [ bool $insensitive = true ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method __get ] { + Method [ abstract public method getRoutes ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __isset ] { + Method [ abstract public method getTaskName ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method __set ] { + Method [ abstract public method handle ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $arguments = ] } - - Return [ void ] } - Method [ public method __unset ] { + Method [ abstract public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $actionName ] } - Return [ void ] } - Method [ public method clear ] { + Method [ abstract public method setDefaultModule ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $moduleName ] } - Return [ void ] } - Method [ public method count ] { + Method [ abstract public method setDefaults ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $defaults ] } - - Return [ int ] + - Return [ void ] } - Method [ public method get ] { + Method [ abstract public method setDefaultTask ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [1] { + Parameter #0 [ string $taskName ] } + - Return [ void ] } - Method [ public method getIterator ] { + Method [ abstract public method wasMatched ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ bool ] } + } + } - Method [ public method getKeys ] { + Interface [ interface Phalcon\Contracts\Events\Subscriber ] { - - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getValues ] { + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method getSubscribedEvents ] { - Parameters [0] { } - Return [ array ] } + } - Method [ public method has ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ bool ] - } + - Methods [0] { + } + } - Method [ public method init ] { + Interface [ interface Phalcon\Contracts\Mvc\Model\Relation\CacheKeyProvider ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method jsonSerialize ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getUniqueKey ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method offsetExists ] { + Interface [ interface Phalcon\Di\InitializationAwareInterface ] { - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method offsetGet ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ mixed ] - } + - Static methods [0] { + } - Method [ public method offsetSet ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Methods [1] { + Method [ abstract public method initialize ] { + + - Parameters [0] { } - Return [ void ] } + } + } - Method [ public method offsetUnset ] { + Interface [ interface Phalcon\Di\ServiceProviderInterface ] { - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ public method remove ] { + - Methods [1] { + Method [ abstract public method register ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Di\DiInterface $di ] } - Return [ void ] } + } + } - Method [ public method set ] { + Interface [ interface Phalcon\Mvc\Controller\BindModelInterface ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method serialize ] { + - Static methods [1] { + Method [ abstract static public method getModelName ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } + } - Method [ public method toJson ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] - } - - Return [ string ] - } + - Methods [0] { + } + } + + Interface [ interface Phalcon\Mvc\Micro\MiddlewareInterface ] { + + - Constants [0] { + } - Method [ public method unserialize ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method call ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ Phalcon\Mvc\Micro $application ] } - - Return [ void ] } + } + } - Method [ public method __serialize ] { + Interface [ interface Phalcon\Mvc\Model\Binder\BindableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getModelName ] { - Parameters [0] { } - - Return [ array ] } + } + } - Method [ public method __unserialize ] { + Interface [ interface Phalcon\Mvc\ModuleDefinitionInterface ] { - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ protected method phpJsonEncode ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method registerAutoloaders ] { + + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } } - Method [ protected method processKey ] { + Method [ abstract public method registerServices ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] } } } - Class [ abstract class Phalcon\DataMapper\Query\AbstractQuery ] { + Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -14021,192 +14590,254 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $bind = NULL ] - Property [ protected $connection = NULL ] - Property [ protected $store = NULL ] + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] } - - Methods [21] { + - Methods [11] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] - Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ public method bindInline ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = -1 ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ public method bindValue ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ string ] } - Method [ public method bindValues ] { + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ array $values ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ string ] } - Method [ public method getBindValues ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ abstract public method getStatement ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ public method perform ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } + - Return [ string ] } - Method [ public method setFlag ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $flag ] - Parameter #1 [ bool $enable = true ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ void ] + - Return [ string ] } - Method [ public method quoteIdentifier ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ int $type = null ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } + } + } - Method [ public method reset ] { + Class [ abstract class Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ void ] } - Method [ public method resetColumns ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method resetFrom ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method resetWhere ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method resetGroupBy ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method resetHaving ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ void ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method resetOrderBy ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method resetLimit ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method resetFlags ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method buildFlags ] { + Method [ abstract public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ protected method buildReturning ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method indent ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $glue = '' ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } } } - Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ abstract class Phalcon\Di\AbstractInjectionAware extends stdClass implements Phalcon\Di\InjectionAwareInterface ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -14215,771 +14846,713 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] + - Properties [1] { Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $pendingMetaDataWrites = NULL ] - Property [ protected $strategy = NULL ] } - - Methods [39] { - Method [ public method getAdapter ] { + - Methods [2] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getAttributes ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } + } + } - Method [ public method getAutomaticCreateAttributes ] { + Class [ abstract class Phalcon\Factory\AbstractConfigFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getAutomaticUpdateAttributes ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ protected method checkConfigElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - Return [ array ] } - Method [ public method getColumnMap ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $message ] } - - Return [ ?array ] + - Return [ Exception ] } - Method [ public method getDefaultValues ] { + Method [ protected method getExceptionClass ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method getDataTypes ] { + Class [ abstract class Phalcon\Factory\AbstractFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ public method getDataTypesNumeric ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method getDI ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } - Method [ public method getEmptyStringAttributes ] { + - Methods [7] { + Method [ abstract protected method getServices ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getIdentityField ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } - - Return [ ?string ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $services = [] ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - Return [ array ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ protected method checkConfigElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - Return [ array ] } - Method [ public method getReverseColumnMap ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $message ] } - - Return [ ?array ] + - Return [ Exception ] } - Method [ public method getStrategy ] { + Method [ protected method getExceptionClass ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ string ] } + } + } - Method [ public method hasAttribute ] { + Class [ abstract class Phalcon\Forms\Element\AbstractElement implements Stringable, Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + } + + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ bool ] } - Method [ public method isEmpty ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method read ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $filter ] } - - Return [ ?array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method readColumnMap ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ ?array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method readColumnMapIndex ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ ?array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method readMetaData ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ ?array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } } - Method [ public method reset ] { + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method getFilters ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setDI ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ public method setStrategy ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method write ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method getTagFactory ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ final protected method initialize ] { + Method [ public method getUserOption ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } } - Method [ final protected method initializeMetaData ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ final protected method initializeColumnMap ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ private method throwWriteException ] { + Method [ public method getValue ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [0] { } - - Return [ void ] } - Method [ protected method getArrVal ] { + Method [ public method hasMessages ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ final public method getMetaDataUniqueKey ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes = [] ] } - - Return [ ?string ] + - Return [ string ] } - Method [ final public method getColumnMapUniqueKey ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes = [] ] } - - Return [ ?string ] + - Return [ string ] } - } - } - Class [ abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } + Method [ public method setAttribute ] { - - Static properties [1] { - Property [ protected static $connectionConsecutive = 0 ] - } + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static methods [1] { - Method [ static public method setup ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - - - Properties [12] { - Property [ protected $connectionId = NULL ] - Property [ protected $descriptor = NULL ] - Property [ protected $dialect = NULL ] - Property [ protected $dialectType = 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 $type = NULL ] - } - - Methods [71] { - Method [ public method __construct ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ array $descriptor ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addColumn ] { + Method [ public method setFilters ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addForeignKey ] { + Method [ public method setForm ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addIndex ] { + Method [ public method setLabel ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addPrimaryKey ] { + Method [ public method setMessages ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method createSavepoint ] { + Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method createTable ] { + Method [ public method setTagFactory ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ public method createView ] { + Method [ public method setUserOption ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method delete ] { + Method [ public method setUserOptions ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $whereCondition = null ] - Parameter #2 [ array $placeholders = [] ] - Parameter #3 [ array $dataTypes = [] ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ bool ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method describeIndexes ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Html\TagFactory ] } + } + } - Method [ public method describeReferences ] { + Class [ abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method dropColumn ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] - } - - Return [ bool ] - } + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $prefix = 'ph-memo-' ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + } - Method [ public method dropForeignKey ] { + - Methods [35] { + Method [ protected method __construct ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method dropIndex ] { + Method [ abstract public method clear ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method dropPrimaryKey ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method dropTable ] { + Method [ public method delete ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method dropView ] { + Method [ public method deleteMultiple ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [1] { + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ public method escapeIdentifier ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ $identifier ] - } - - Return [ string ] - } - - Method [ public method fetchAll ] { - - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode = null ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + Parameter #0 [ array $keys ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method fetchColumn ] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders = [] ] - Parameter #2 [ $column = ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ public method fetchOne ] { + Method [ public method getAdapter ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode = ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method forUpdate ] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getColumnDefinition ] { + Method [ abstract public method getKeys ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $prefix = '' ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getColumnList ] { + Method [ public method getLifetime ] { - - Parameters [1] { - Parameter #0 [ $columnList ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getConnectionId ] { + Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getDefaultIdValue ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ Phalcon\Db\RawValue ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method getDefaultValue ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ bool ] } - Method [ public method getDescriptor ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ public method getDialect ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ Phalcon\Db\DialectInterface ] + - Return [ bool ] } - Method [ public method getDialectType ] { + Method [ public method setDefaultSerializer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serializer ] } - - Return [ string ] - } - - Method [ public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ public method getNestedTransactionSavepointName ] { - - - Parameters [0] { - } - - Return [ string ] + - Return [ void ] } - Method [ public method getRealSQLStatement ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method getSQLBindTypes ] { + Method [ protected method doGetData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] } - Method [ public method getSQLStatement ] { + Method [ abstract protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ public method getSQLVariables ] { + Method [ abstract protected method doDelete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getType ] { + Method [ abstract protected method doHas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method insert ] { + Method [ abstract protected method doIncrement ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields = ] - Parameter #3 [ $dataTypes = ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method insertAsDict ] { + Method [ abstract protected method doSet ] { - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ protected method getFilteredKeys ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method limit ] { + Method [ protected method getPrefixedKey ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + - Parameters [1] { + Parameter #0 [ $key ] } - Return [ string ] } - Method [ public method listTables ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ $content ] } - - Return [ array ] } - Method [ public method listViews ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ $ttl ] } - - Return [ array ] + - Return [ int ] } - Method [ public method modifyColumn ] { + Method [ protected method getUnserializedData ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method releaseSavepoint ] { + Method [ protected method initSerializer ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method rollbackSavepoint ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ bool ] } - Method [ public method setEventsManager ] { + Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] @@ -14987,205 +15560,232 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ public method setDialect ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ abstract public method setForever ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } + } + } - Method [ public method supportSequences ] { + Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - - Parameters [0] { - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method tableExists ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] } - - Return [ bool ] } - Method [ public method tableOptions ] { + Method [ public method __serialize ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [0] { } - Return [ array ] } - Method [ public method update ] { + Method [ public method __unserialize ] { - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition = ] - Parameter #4 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method updateAsDict ] { + Method [ public method getData ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition = ] - Parameter #3 [ $dataTypes = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method useExplicitIdValue ] { + Method [ public method isSuccess ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method supportsDefaultValue ] { + Method [ public method setData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method viewExists ] { + Method [ protected method isSerializable ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ $data ] } - Return [ bool ] } - Method [ abstract public method affectedRows ] { + Method [ abstract public method serialize ] { - Parameters [0] { } - - Return [ int ] } - Method [ abstract public method begin ] { + Method [ abstract public method unserialize ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ string $data ] } - - Return [ bool ] } + } + } - Method [ abstract public method close ] { + Class [ abstract class Phalcon\Di\Injectable extends stdClass implements Phalcon\Di\InjectionAwareInterface ] { - - Parameters [0] { - } - - Return [ void ] - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $container = NULL ] + } - Method [ abstract public method commit ] { + - Methods [4] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ string $propertyName ] } - - Return [ bool ] } - Method [ abstract public method connect ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ array $descriptor = [] ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ abstract public method describeColumns ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ abstract public method escapeString ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ string $str ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } + } + } - Method [ abstract public method execute ] { + Class [ abstract class Phalcon\Support\Helper\Str\AbstractStr ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ abstract public method getInternalHandler ] { + - Static properties [0] { + } - - Parameters [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 [ abstract public method isUnderTransaction ] { + Method [ protected method toInterpolate ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = '%' ] + Parameter #3 [ string $right = '%' ] } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method lastInsertId ] { + Method [ protected method toLower ] { - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } + - Return [ string ] } - Method [ abstract public method query ] { + Method [ protected method toStartsWith ] { - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] } + - Return [ bool ] } - Method [ abstract public method rollback ] { + Method [ protected method toUpper ] { - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } - - Return [ bool ] + - Return [ string ] } } } - Class [ abstract class Phalcon\Html\Helper\AbstractSeries extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + Class [ class Phalcon\Support\Collection implements Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - Constants [0] { } @@ -15196,1254 +15796,1236 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] + - Properties [5] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] } - - Methods [14] { - Method [ public method __invoke ] { + - Methods [46] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + - Parameters [4] { + Parameter #0 [ array $data = [] ] + Parameter #1 [ bool $insensitive = true ] + Parameter #2 [ bool $strictNull = false ] + Parameter #3 [ ?string $type = null ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method __toString ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ mixed ] } - Method [ public method reset ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ bool ] } - Method [ abstract protected method getTag ] { + Method [ public method __serialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method close ] { + Method [ public method __unserialize ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method indent ] { + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method orderAttributes ] { + Method [ public method column ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method count ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method renderAttributes ] { + Method [ public method each ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method renderElement ] { + Method [ public method filter ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method first ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } - Method [ protected method renderTag ] { + Method [ public method get ] { - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ string ] + - Return [ mixed ] } - Method [ protected method selfClose ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Traversable ] } - } - } - Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + Method [ public method getKeys ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ public method getType ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Properties [2] { - Property [ protected $annotations = NULL ] - Property [ protected $reader = NULL ] - } + Method [ public method getValues ] { - - Methods [9] { - Method [ public method get ] { + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\Annotations\Reflection ] + - Return [ bool ] } - Method [ public method getConstant ] { + Method [ public method init ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $constantName ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ void ] } - Method [ public method getConstants ] { + Method [ public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getProperty ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $propertyName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] + - Return [ array ] } - Method [ public method getProperties ] { + Method [ public method keys ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ bool $insensitive = true ] } - Return [ array ] } - Method [ public method getMethod ] { + Method [ public method last ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] + - Return [ mixed ] } - Method [ public method getMethods ] { + Method [ public method map ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ $callback ] } - - Return [ array ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getReader ] { + Method [ public method offsetExists ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ Phalcon\Annotations\ReaderInterface ] + - Return [ bool ] } - Method [ public method setReader ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + Parameter #0 [ $element ] } + - Return [ mixed ] } - } - } - Class [ abstract class Phalcon\DataMapper\Query\AbstractConditions extends Phalcon\DataMapper\Query\AbstractQuery ] { + Method [ public method offsetSet ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $bind = NULL ] - Property [ protected $connection = NULL ] - Property [ protected $store = NULL ] - } - - - Methods [38] { - Method [ public method limit ] { - - - Parameters [1] { - Parameter #0 [ int $limit ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } - - Method [ public method offset ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ int $offset ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } - - Method [ public method andWhere ] { - - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + Parameter #0 [ $element ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ void ] } - Method [ public method appendWhere ] { + Method [ public method reduce ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ mixed ] } - Method [ public method orderBy ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ $orderBy ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } - - Method [ public method orWhere ] { - - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } - - Method [ public method where ] { - - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ void ] } - Method [ public method whereEquals ] { + Method [ public method replace ] { - Parameters [1] { - Parameter #0 [ array $columnsValues ] + Parameter #0 [ array $data ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ void ] } - Method [ protected method addCondition ] { + Method [ public method serialize ] { - - Parameters [5] { - Parameter #0 [ string $store ] - Parameter #1 [ string $andor ] - Parameter #2 [ string $condition ] - Parameter #3 [ $value = ] - Parameter #4 [ int $type = -1 ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ protected method buildBy ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method buildCondition ] { + Method [ public method sort ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method buildLimitEarly ] { + Method [ public method toArray ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method buildLimit ] { + Method [ public method toJson ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - Return [ string ] } - Method [ protected method buildLimitCommon ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method buildLimitSqlsrv ] { + Method [ public method values ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method appendCondition ] { + Method [ public method where ] { - - Parameters [4] { - Parameter #0 [ string $store ] - Parameter #1 [ string $condition ] - Parameter #2 [ $value = ] - Parameter #3 [ int $type = -1 ] + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } - - Return [ void ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method processValue ] { + Method [ protected method cloneEmpty ] { - - Parameters [2] { - Parameter #0 [ string $store ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ void ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ public method __construct ] { + Method [ protected method extractValue ] { - Parameters [2] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] - Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] } + - Return [ mixed ] } - Method [ public method bindInline ] { + Method [ protected method processKey ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ string ] } - Method [ public method bindValue ] { + Method [ protected method setData ] { - - Parameters [3] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ string $element ] Parameter #1 [ $value ] - Parameter #2 [ int $type = -1 ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ void ] } - Method [ public method bindValues ] { + Method [ protected method validateType ] { - Parameters [1] { - Parameter #0 [ array $values ] + Parameter #0 [ $value ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ void ] } - Method [ public method getBindValues ] { + Method [ private method checkSerializable ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ array ] + - Return [ mixed ] } + } + } - Method [ abstract public method getStatement ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ abstract class Phalcon\Support\Helper\Arr\AbstractArr ] { - Method [ public method perform ] { + - Constants [0] { + } - - Parameters [0] { - } - } + - Static properties [0] { + } - Method [ public method setFlag ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $flag ] - Parameter #1 [ bool $enable = true ] - } - - Return [ void ] - } + - Properties [0] { + } - Method [ public method quoteIdentifier ] { + - Methods [1] { + Method [ protected method toFilter ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ int $type = null ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] } - - Return [ string ] + - Return [ array ] } + } + } - Method [ public method reset ] { - - - Parameters [0] { - } - - Return [ void ] - } + Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Method [ public method resetColumns ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ void ] - } + - Static properties [0] { + } - Method [ public method resetFrom ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ void ] - } + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } - Method [ public method resetWhere ] { + - Methods [9] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ void ] + - Return [ mixed ] } - Method [ public method resetGroupBy ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - Return [ void ] } - Method [ public method resetHaving ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data = ] } - - Return [ void ] } - Method [ public method resetOrderBy ] { + Method [ public method __serialize ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method resetLimit ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } - Method [ public method resetFlags ] { + Method [ public method getData ] { - Parameters [0] { } - - Return [ void ] + - Return [ mixed ] } - Method [ protected method buildFlags ] { + Method [ public method isSuccess ] { - Parameters [0] { } + - Return [ bool ] } - Method [ protected method buildReturning ] { + Method [ public method setData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method indent ] { + Method [ protected method isSerializable ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $glue = '' ] + - Parameters [1] { + Parameter #0 [ $data ] } - - Return [ string ] + - Return [ bool ] } } } - Class [ abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Filter\Validation\Validator\File\AbstractFile extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $connectionConsecutive = 0 ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method setup ] { - - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ void ] - } + - Static methods [0] { } - - Properties [14] { - Property [ protected $connectionId = NULL ] - Property [ protected $descriptor = NULL ] - Property [ protected $dialect = NULL ] - Property [ protected $dialectType = 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 $type = NULL ] - Property [ protected $affectedRows = 0 ] - Property [ protected $pdo = NULL ] + - Properties [6] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] } - - Methods [78] { - Method [ public method __construct ] { + - Methods [27] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method affectedRows ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method begin ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - Return [ bool ] } - Method [ public method commit ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - Return [ bool ] } - Method [ public method close ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } - - Return [ void ] + - Return [ float ] } - Method [ public method connect ] { + Method [ public method getMessageFileEmpty ] { - - Parameters [1] { - Parameter #0 [ array $descriptor = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method convertBoundParams ] { + Method [ public method getMessageIniSize ] { - - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method escapeString ] { + Method [ public method getMessageValid ] { - - Parameters [1] { - Parameter #0 [ string $str ] + - Parameters [0] { } - Return [ string ] } - Method [ public method execute ] { + Method [ public method isAllowEmpty ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - Return [ bool ] } - Method [ public method executePrepared ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ PDOStatement ] + - Return [ void ] } - Method [ public method getErrorInfo ] { + Method [ public method setMessageIniSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getInternalHandler ] { + Method [ public method setMessageValid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method getTransactionLevel ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method isUnderTransaction ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method lastInsertId ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ public method prepare ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + Parameter #0 [ ?string $field = null ] } - - Return [ PDOStatement ] + - Return [ string ] } - Method [ public method query ] { + Method [ public method getTemplates ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method rollback ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ abstract protected method getDsnDefaults ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ array ] + - Return [ Phalcon\Messages\Message ] } - Method [ protected method prepareRealSql ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $parameters ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method addColumn ] { + Method [ public method setTemplate ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addForeignKey ] { + Method [ public method setTemplates ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method addIndex ] { + Method [ abstract public method validate ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method addPrimaryKey ] { + Method [ protected method allowEmpty ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method createSavepoint ] { + Method [ protected method checkArray ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ bool ] } - Method [ public method createTable ] { + Method [ protected method prepareCode ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method createView ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ bool ] } + } + } - Method [ public method delete ] { + Class [ abstract class Phalcon\Encryption\Security\Uuid\AbstractUuid implements Stringable, Phalcon\Encryption\Security\Uuid\UuidInterface ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $whereCondition = null ] - Parameter #2 [ array $placeholders = [] ] - Parameter #3 [ array $dataTypes = [] ] + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [6] { + Method [ public method __toString ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method describeIndexes ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method describeReferences ] { + Method [ protected method getNodeProvider ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] } - Method [ public method dropColumn ] { + Method [ protected method uuidTimestampToDateTime ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [1] { + Parameter #0 [ $timestamp ] } - - Return [ bool ] + - Return [ DateTimeImmutable ] } - Method [ public method dropForeignKey ] { + Method [ protected method format ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [1] { + Parameter #0 [ string $hex ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method dropIndex ] { + Method [ protected method namespaceToBytes ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ string $uuid ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method dropPrimaryKey ] { + Class [ class Phalcon\Config\Config extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Phalcon\Config\ConfigInterface ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $pathDelimiter = '.' ] + } + + - Methods [50] { + Method [ public method getPathDelimiter ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method dropTable ] { + Method [ public method merge ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [1] { + Parameter #0 [ $toMerge ] } - - Return [ bool ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method dropView ] { + Method [ public method path ] { - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $delimiter = null ] } - - Return [ bool ] } - Method [ public method escapeIdentifier ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method fetchAll ] { + Method [ public method toArray ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode = null ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - Return [ array ] } - Method [ public method fetchColumn ] { + Method [ final protected method internalMerge ] { - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders = [] ] - Parameter #2 [ $column = ] + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } + - Return [ array ] } - Method [ public method fetchOne ] { + Method [ protected method setData ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode = ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method forUpdate ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [4] { + Parameter #0 [ array $data = [] ] + Parameter #1 [ bool $insensitive = true ] + Parameter #2 [ bool $strictNull = false ] + Parameter #3 [ ?string $type = null ] } - - Return [ string ] } - Method [ public method getColumnDefinition ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ mixed ] } - Method [ public method getColumnList ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ $columnList ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getConnectionId ] { + Method [ public method __serialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getDefaultIdValue ] { + Method [ public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ void ] } - Method [ public method getDefaultValue ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ void ] } - Method [ public method getDescriptor ] { + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { - Parameters [0] { } + - Return [ void ] + } + + Method [ public method column ] { + + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] + } - Return [ array ] } - Method [ public method getDialect ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ Phalcon\Db\DialectInterface ] + - Return [ int ] } - Method [ public method getDialectType ] { + Method [ public method each ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getEventsManager ] { + Method [ public method filter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getNestedTransactionSavepointName ] { + Method [ public method first ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } - Method [ public method getRealSQLStatement ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ string ] + - Return [ mixed ] } - Method [ public method getSQLBindTypes ] { + Method [ public method getIterator ] { - Parameters [0] { } - - Return [ array ] + - Return [ Traversable ] } - Method [ public method getSQLStatement ] { + Method [ public method getKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getSQLVariables ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method getType ] { + Method [ public method getValues ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method insert ] { + Method [ public method has ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields = ] - Parameter #3 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method insertAsDict ] { + Method [ public method init ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method limit ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method listTables ] { + Method [ public method keys ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ bool $insensitive = true ] } - Return [ array ] } - Method [ public method listViews ] { + Method [ public method last ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ mixed ] } - Method [ public method modifyColumn ] { + Method [ public method map ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method releaseSavepoint ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $element ] } - Return [ bool ] } - Method [ public method rollbackSavepoint ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $element ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method setEventsManager ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method setDialect ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method reduce ] { + + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } + - Return [ mixed ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ public method replace ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method supportSequences ] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method tableExists ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method tableOptions ] { + Method [ public method sort ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ array ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method update ] { + Method [ public method toJson ] { - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition = ] - Parameter #4 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method updateAsDict ] { + Method [ public method unserialize ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition = ] - Parameter #3 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method useExplicitIdValue ] { + Method [ public method values ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method supportsDefaultValue ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method viewExists ] { + Method [ protected method cloneEmpty ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ abstract public method describeColumns ] { + Method [ protected method extractValue ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] } - - Return [ array ] + - Return [ mixed ] + } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } + + Method [ protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] } } } - Class [ abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ abstract class Phalcon\DataMapper\Query\AbstractQuery ] { - Constants [0] { } @@ -16454,641 +17036,252 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $escapeChar = NULL ] - Property [ protected $customFunctions = NULL ] + - Properties [3] { + Property [ protected $bind = NULL ] + Property [ protected $connection = NULL ] + Property [ protected $store = NULL ] } - - Methods [63] { - Method [ public method createSavepoint ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ string ] - } - - Method [ final public method escape ] { + - Methods [21] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Return [ string ] } - Method [ final public method escapeSchema ] { + Method [ public method bindInline ] { - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] + Parameter #0 [ $value ] + Parameter #1 [ int $type = -1 ] } - Return [ string ] } - Method [ public method forUpdate ] { + Method [ public method bindValue ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ final public method getColumnList ] { + Method [ public method bindValues ] { - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method getCustomFunctions ] { + Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getSqlColumn ] { + Method [ abstract public method getStatement ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getSqlExpression ] { + Method [ public method perform ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ final public method getSqlTable ] { + Method [ public method setFlag ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $escapeChar = null ] + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable = true ] } - - Return [ string ] + - Return [ void ] } - Method [ public method limit ] { + Method [ public method quoteIdentifier ] { - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] + Parameter #0 [ string $name ] + Parameter #1 [ int $type = null ] } - Return [ string ] } - Method [ public method registerCustomFunction ] { + Method [ public method reset ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $customFunction ] + - Parameters [0] { } - - Return [ Phalcon\Db\Dialect ] + - Return [ void ] } - Method [ public method releaseSavepoint ] { + Method [ public method resetColumns ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method rollbackSavepoint ] { + Method [ public method resetFrom ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method select ] { + Method [ public method resetWhere ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method supportsSavepoints ] { + Method [ public method resetGroupBy ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ public method resetHaving ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ protected method getColumnSize ] { + Method [ public method resetOrderBy ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method getColumnSizeAndScale ] { + Method [ public method resetLimit ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method checkColumnType ] { + Method [ public method resetFlags ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method checkColumnTypeSql ] { + Method [ protected method buildFlags ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ protected method buildReturning ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue = '' ] } - Return [ string ] } + } + } - Method [ final protected method getSqlExpressionCase ] { + Class [ abstract class Phalcon\Html\Escaper\AbstractEscaper ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionCastValue ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionConvertValue ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionFrom ] { - - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionFunctionCall ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionGroupBy ] { - - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionHaving ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionJoins ] { - - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionLimit ] { - - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionList ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionObject ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionOrderBy ] { - - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionQualified ] { - - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionScalar ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionUnaryOperations ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionWhere ] { - - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ protected method prepareColumnAlias ] { - - - Parameters [3] { - Parameter #0 [ string $qualified ] - Parameter #1 [ ?string $alias = null ] - Parameter #2 [ ?string $escapeChar = null ] - } - - Return [ string ] - } - - Method [ protected method prepareTable ] { - - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - Parameter #2 [ ?string $alias = null ] - Parameter #3 [ ?string $escapeChar = null ] - } - - Return [ string ] - } - - Method [ protected method prepareQualified ] { - - - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ ?string $domain = null ] - Parameter #2 [ ?string $escapeChar = null ] - } - - Return [ string ] - } - - Method [ abstract public method addColumn ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - } - - Return [ string ] - } - - Method [ abstract public method addForeignKey ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] - } - - Return [ string ] - } - - Method [ abstract public method addIndex ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] - } - - Return [ string ] - } - - Method [ abstract public method addPrimaryKey ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] - } - - Return [ string ] - } - - Method [ abstract public method createTable ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] - } - - Return [ string ] - } - - Method [ abstract public method createView ] { - - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] - } - - Return [ string ] - } - - Method [ abstract public method describeColumns ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ string ] - } - - Method [ abstract public method describeIndexes ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ string ] - } - - Method [ abstract public method describeReferences ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ string ] - } - - Method [ abstract public method dropColumn ] { + - Constants [0] { + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] - } - - Return [ string ] - } + - Static properties [0] { + } - Method [ abstract public method dropForeignKey ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] - } - - Return [ string ] - } + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] + } - Method [ abstract public method dropIndex ] { + - Methods [8] { + Method [ final public method detectEncoding ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $indexName ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ string ] + - Return [ ?string ] } - Method [ abstract public method dropPrimaryKey ] { + Method [ public method getDoubleEncode ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method dropTable ] { + Method [ public method getEncoding ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [0] { } - Return [ string ] } - Method [ abstract public method dropView ] { + Method [ public method getFlags ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ abstract public method getColumnDefinition ] { + Method [ final public method normalizeEncoding ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $input ] } - Return [ string ] } - Method [ abstract public method listTables ] { + Method [ public method setDoubleEncode ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] - } - - Return [ string ] - } - - Method [ abstract public method modifyColumn ] { - - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + Parameter #0 [ bool $doubleEncode ] } - - Return [ string ] } - Method [ abstract public method sharedLock ] { + Method [ public method setEncoding ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] - } - - Return [ string ] - } - - Method [ abstract public method tableExists ] { - - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - } - - Return [ string ] - } - - Method [ abstract public method tableOptions ] { - - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - } - - Return [ string ] - } - - Method [ abstract public method viewExists ] { - - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - } - - Return [ string ] - } - } - } - - 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] { + Parameter #0 [ string $encoding ] } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method setEventsManager ] { + Method [ public method setFlags ] { - 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 ] + Parameter #0 [ int $flags ] } } } } - Class [ abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + Class [ abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } @@ -17099,26 +17292,25 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { + - Properties [7] { Property [ protected $delimiter = '' ] Property [ protected $doctype = NULL ] Property [ protected $escaper = NULL ] Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] + Property [ protected $type = 'text' ] Property [ protected $attributes = NULL ] - Property [ protected $elementTag = 'li' ] - Property [ protected $store = NULL ] } - - Methods [13] { + - Methods [14] { Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = null ] Parameter #2 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\AbstractList ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __toString ] { @@ -17128,11 +17320,12 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ string ] } - Method [ abstract protected method getTag ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $value = null ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } Method [ public method __construct ] { @@ -17185,6 +17378,16 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ string ] } + Method [ protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] + } + - Return [ array ] + } + Method [ protected method renderElement ] { - Parameters [2] { @@ -17226,9 +17429,25 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { - - Constants [0] { + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -17237,970 +17456,1048 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] - Property [ protected $formatter = NULL ] - Property [ protected $inTransaction = false ] - Property [ protected $queue = NULL ] + - Properties [6] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $pendingMetaDataWrites = NULL ] + Property [ protected $strategy = NULL ] } - - Methods [15] { - Method [ public method __destruct ] { + - Methods [39] { + Method [ public method getAdapter ] { - Parameters [0] { } + - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method __serialize ] { + Method [ public method getAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method __unserialize ] { + Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method add ] { + Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method begin ] { + Method [ public method getBindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method commit ] { + Method [ public method getColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ ?array ] } - Method [ public method getFormatter ] { + Method [ public method getDefaultValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + - Return [ array ] } - Method [ public method inTransaction ] { + Method [ public method getDataTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method process ] { + Method [ public method getDataTypesNumeric ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method rollback ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setFormatter ] { + Method [ public method getEmptyStringAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ protected method getFormattedItem ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?string ] } - Method [ private method checkTransaction ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ private method resetTransaction ] { + Method [ public method getNotNullAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ abstract public method close ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Mvc\Model\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 ] { + Method [ public method getReverseColumnMap ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ public method __wakeup ] { + Method [ public method getStrategy ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ final public method getMessage ] { + Method [ public method hasAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method isEmpty ] { - Parameters [0] { } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ ?array ] } - Method [ final public method getLine ] { + Method [ final public method readColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ ?array ] } - Method [ final public method getTrace ] { + Method [ final public method readColumnMapIndex ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ array ] + - Return [ ?array ] } - Method [ final public method getPrevious ] { + Method [ final public method readMetaData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ ?Throwable ] + - Return [ ?array ] } - Method [ final public method getTraceAsString ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - } - } - - Class [ abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] - } - - Methods [7] { - Method [ public method __construct ] { + Method [ public method setAutomaticCreateAttributes ] { - - Parameters [1] { - Parameter #0 [ array $config ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ public method getLimit ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ int ] + - Return [ void ] } - Method [ public method setCurrentPage ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [1] { - Parameter #0 [ int $page ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method setLimit ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method setRepository ] { + Method [ public method setStrategy ] { - Parameters [1] { - Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ protected method getRepository ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ ?array $properties = [] ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ void ] } - Method [ abstract public method paginate ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - Property [ protected $prefix = 'ph-reds-' ] - } - - Methods [39] { - Method [ public method __construct ] { + Method [ final protected method initialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] } } - Method [ public method clear ] { + Method [ final protected method initializeMetaData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - Return [ bool ] } - Method [ public method getAdapter ] { + Method [ final protected method initializeColumnMap ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } + - Return [ bool ] } - Method [ public method getKeys ] { + Method [ private method throwWriteException ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ $option ] } - - Return [ array ] + - Return [ void ] } - Method [ public method setForever ] { + Method [ protected method getArrVal ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ bool ] } - Method [ protected method doDecrement ] { + Method [ final public method getMetaDataUniqueKey ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?string ] } - Method [ protected method doDelete ] { + Method [ final public method getColumnMapUniqueKey ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ ?string ] } + } + } - Method [ protected method doDeleteMultiple ] { + Class [ abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive = 0 ] + } + + - Static methods [1] { + Method [ static public method setup ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ array $options ] } - - Return [ bool ] + - Return [ void ] } + } - Method [ protected method doHas ] { + - Properties [12] { + Property [ protected $connectionId = NULL ] + Property [ protected $descriptor = NULL ] + Property [ protected $dialect = NULL ] + Property [ protected $dialectType = 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 $type = NULL ] + } + + - Methods [78] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $descriptor ] } - - Return [ bool ] } - Method [ protected method doIncrement ] { + Method [ public method addColumn ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ bool ] } - Method [ protected method doSet ] { + Method [ public method addCheck ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] } - Return [ bool ] } - Method [ private method checkAuth ] { + Method [ public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ Redis $connection ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ Phalcon\Storage\Adapter\Redis ] + - Return [ bool ] } - Method [ private method checkConnect ] { + Method [ public method addIndex ] { - - Parameters [1] { - Parameter #0 [ Redis $connection ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ Phalcon\Storage\Adapter\Redis ] + - Return [ bool ] } - Method [ private method checkIndex ] { + Method [ public method addPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ Redis $connection ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ Phalcon\Storage\Adapter\Redis ] + - Return [ bool ] } - Method [ private method setSerializer ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ Redis $connection ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method createTable ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ bool ] } - Method [ public method delete ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - Return [ bool ] } - Method [ public method deleteMultiple ] { + Method [ public method delete ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $whereCondition = null ] + Parameter #2 [ array $placeholders = [] ] + Parameter #3 [ array $dataTypes = [] ] } - Return [ bool ] } - Method [ public method get ] { + Method [ public method describeIndexes ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } + - Return [ array ] } - Method [ public method getDefaultSerializer ] { + Method [ public method describeReferences ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getLifetime ] { + Method [ public method dropColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method getPrefix ] { + Method [ public method dropCheck ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getSerializer ] { + Method [ public method dropForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ bool ] } - Method [ public method has ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } - Return [ bool ] } - Method [ public method increment ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ bool ] } - Method [ public method set ] { + Method [ public method dropTable ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + 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 [ string $serializer ] + Parameter #0 [ $identifier ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method doGet ] { + Method [ public method fetchAll ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = null ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } + - Return [ array ] } - Method [ protected method doGetData ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders = [] ] + Parameter #2 [ $column = ] } } - Method [ protected method getFilteredKeys ] { + Method [ public method fetchOne ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode = ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - Return [ array ] } - Method [ protected method getPrefixedKey ] { + Method [ public method forUpdate ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ protected method getSerializedData ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ protected method getTtl ] { + Method [ public method getColumnList ] { - Parameters [1] { - Parameter #0 [ $ttl ] + Parameter #0 [ $columnList ] } - - Return [ int ] + - Return [ string ] } - Method [ protected method getUnserializedData ] { + Method [ public method getConnectionId ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ int ] } - Method [ protected method initSerializer ] { + Method [ public method getDefaultIdValue ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Db\RawValue ] } - Method [ protected method getArrVal ] { + Method [ public method getDefaultValue ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method setEventsManager ] { + Method [ public method getDescriptor ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method getDialect ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ protected method fire ] { + Method [ public method getDialectType ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Str\PascalCase ] { + Method [ public method getEventsManager ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } - - Static properties [0] { - } + Method [ public method getNestedTransactionSavepointName ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method getRealSQLStatement ] { - - Methods [2] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ string ] + } - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] + Method [ public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSQLStatement ] { + + - Parameters [0] { } - Return [ string ] } - Method [ protected method processArray ] { + Method [ public method getSQLVariables ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] + - Parameters [0] { } - Return [ array ] } - } - } - Class [ abstract class Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface ] { + Method [ public method getType ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method insert ] { - - Static methods [0] { - } + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields = ] + Parameter #3 [ $dataTypes = ] + } + - Return [ bool ] + } - - Properties [2] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - } + Method [ public method insertAsDict ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes = ] + } + - Return [ bool ] + } - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options = [] ] + Method [ public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { } + - Return [ bool ] } - Method [ public method _ ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] } - Return [ string ] } - Method [ public method offsetExists ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ $translateKey ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method offsetGet ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ $translateKey ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ mixed ] + - Return [ array ] } - Method [ public method offsetSet ] { + Method [ public method modifyColumn ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method offsetUnset ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method t ] { + Method [ public method rollbackSavepoint ] { - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method replacePlaceholders ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method has ] { + Method [ public method setDialect ] { - Parameters [1] { - Parameter #0 [ string $index ] + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } - - Return [ bool ] } - Method [ abstract public method query ] { + Method [ public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method sharedLock ] { - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - } - } - Class [ abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Method [ public method createMaterializedView ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ public method dropMaterializedView ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ bool ] + } - - Properties [4] { - Property [ protected $container = NULL ] - Property [ protected $defaultModule = '' ] - Property [ protected $eventsManager = NULL ] - Property [ protected $modules = NULL ] - } + Method [ public method refreshMaterializedView ] { - - Methods [12] { - Method [ public method __construct ] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] + } + - Return [ bool ] + } - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + Method [ public method onConflictUpdate ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] } + - Return [ string ] } - Method [ public method getDefaultModule ] { + Method [ public method returning ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method supportSequences ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ bool ] } - Method [ public method getModule ] { + Method [ public method tableExists ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } + - Return [ bool ] } - Method [ public method getModules ] { + Method [ public method tableOptions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - Return [ array ] } - Method [ public method registerModules ] { + Method [ public method update ] { - - Parameters [2] { - Parameter #0 [ array $modules ] - Parameter #1 [ bool $merge = false ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition = ] + Parameter #4 [ $dataTypes = ] } - - Return [ Phalcon\Application\AbstractApplication ] + - Return [ bool ] } - Method [ public method setDefaultModule ] { + Method [ public method updateAsDict ] { - - Parameters [1] { - Parameter #0 [ string $defaultModule ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition = ] + Parameter #3 [ $dataTypes = ] } - - Return [ Phalcon\Application\AbstractApplication ] + - Return [ bool ] } - Method [ public method setEventsManager ] { + Method [ public method useExplicitIdValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method __get ] { + Method [ public method supportsDefaultValue ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - Return [ bool ] } - Method [ public method getDI ] { + Method [ abstract public method affectedRows ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ int ] } - Method [ public method setDI ] { + Method [ abstract public method begin ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ bool $nesting = true ] } - - Return [ void ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ abstract public method close ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ abstract public method commit ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ abstract public method connect ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $descriptor = [] ] } - - Tentative return [ void ] + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ abstract public method describeColumns ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method getCode ] { + Method [ abstract public method escapeString ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $str ] } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ abstract public method execute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getLine ] { + Method [ abstract public method getInternalHandler ] { - Parameters [0] { } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ abstract public method isUnderTransaction ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ abstract public method lastInsertId ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $name = null ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ abstract public method query ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ abstract public method rollback ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] } - - Return [ string ] + - Return [ bool ] } } } - Class [ class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + Class [ abstract class Phalcon\Html\Helper\AbstractSeries extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } @@ -18211,255 +18508,232 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [10] { + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $isAutoVersion = false ] - Property [ protected $filter = NULL ] - Property [ protected $isLocal = NULL ] - Property [ protected $path = NULL ] - Property [ protected $sourcePath = NULL ] - Property [ protected $targetPath = NULL ] - Property [ protected $targetUri = NULL ] - Property [ protected $type = NULL ] - Property [ protected $version = NULL ] + Property [ protected $store = NULL ] } - - Methods [30] { - Method [ public method __construct ] { + - Methods [16] { + Method [ public method __invoke ] { - - Parameters [7] { - Parameter #0 [ string $type ] - Parameter #1 [ string $path ] - Parameter #2 [ bool $isLocal = true ] - Parameter #3 [ bool $filter = true ] - Parameter #4 [ array $attributes = [] ] - Parameter #5 [ ?string $version = null ] - Parameter #6 [ bool $isAutoVersion = false ] + - Parameters [2] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] } + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method getAssetKey ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method getContent ] { + Method [ protected method pushOrPlace ] { - - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + - Parameters [2] { + Parameter #0 [ array $entry ] + Parameter #1 [ int $position = -1 ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getFilter ] { + Method [ abstract protected method getTag ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getPath ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ string ] } - Method [ public method getRealSourcePath ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ public method getRealTargetPath ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getRealTargetUri ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getSourcePath ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ public method getTargetPath ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ public method getTargetUri ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getType ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ public method getVersion ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method isAutoVersion ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isLocal ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method setAttributes ] { + Class [ abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface, Phalcon\Contracts\Paginator\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] + } + + - Methods [7] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $config ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setAutoVersion ] { + Method [ public method getLimit ] { - - Parameters [1] { - Parameter #0 [ bool $flag ] + - Parameters [0] { } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ int ] } - Method [ public method setFilter ] { + Method [ public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ bool $filter ] + Parameter #0 [ int $page ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ public method setIsLocal ] { + Method [ public method setLimit ] { - Parameters [1] { - Parameter #0 [ bool $flag ] + Parameter #0 [ int $limit ] } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setSourcePath ] { - - - Parameters [1] { - Parameter #0 [ string $sourcePath ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setTargetPath ] { - - - Parameters [1] { - Parameter #0 [ string $targetPath ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setTargetUri ] { - - - Parameters [1] { - Parameter #0 [ string $targetUri ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setType ] { - - - Parameters [1] { - Parameter #0 [ string $type ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setPath ] { - - - Parameters [1] { - Parameter #0 [ string $path ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setVersion ] { - - - Parameters [1] { - Parameter #0 [ string $version ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ private method checkPath ] { - - - Parameters [1] { - Parameter #0 [ string $property ] - } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ private method throwException ] { + Method [ public method setRepository ] { - Parameters [1] { - Parameter #0 [ string $completePath ] + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - - Return [ void ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method phpFileExists ] { + Method [ protected method getRepository ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ ?array $properties = [] ] } - - Return [ bool ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ protected method phpFileGetContents ] { + Method [ abstract public method paginate ] { - - Parameters [1] { - Parameter #0 [ string $filename ] + - Parameters [0] { } + - Return [ Phalcon\Contracts\Paginator\Repository ] } } } - Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -18470,86 +18744,88 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $attributes = NULL ] - Property [ protected $content = NULL ] - Property [ protected $filter = NULL ] - Property [ protected $type = NULL ] + - Properties [2] { + Property [ protected $annotations = NULL ] + Property [ protected $reader = NULL ] } - Methods [9] { - Method [ public method __construct ] { + Method [ public method get ] { - - Parameters [4] { - Parameter #0 [ string $type ] - Parameter #1 [ string $content ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ $className ] } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method getAssetKey ] { + Method [ public method getConstant ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $constantName ] } - - Return [ string ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getAttributes ] { + Method [ public method getConstants ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $className ] } - Return [ array ] } - Method [ public method getContent ] { + Method [ public method getProperty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } - - Return [ string ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getFilter ] { + Method [ public method getProperties ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method getType ] { + Method [ public method getMethod ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } - - Return [ string ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method setAttributes ] { + Method [ public method getMethods ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $className ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ array ] } - Method [ public method setFilter ] { + Method [ public method getReader ] { - - Parameters [1] { - Parameter #0 [ bool $filter ] + - Parameters [0] { } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ public method setType ] { + Method [ public method setReader ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } - - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ abstract class Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\ConnectionInterface, Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { + Class [ abstract class Phalcon\DataMapper\Query\AbstractConditions extends Phalcon\DataMapper\Query\AbstractQuery ] { - Constants [0] { } @@ -18557,1138 +18833,1098 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method getAvailableDrivers ] { - - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { } - - Properties [2] { - Property [ protected $pdo = NULL ] - Property [ protected $profiler = NULL ] + - Properties [3] { + Property [ protected $bind = NULL ] + Property [ protected $connection = NULL ] + Property [ protected $store = NULL ] } - - Methods [35] { - Method [ public method __call ] { + - Methods [38] { + Method [ public method limit ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ int $limit ] } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method beginTransaction ] { + Method [ public method offset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $offset ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method commit ] { + Method [ public method andWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ abstract public method connect ] { + Method [ public method appendWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ void ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ abstract public method disconnect ] { + Method [ public method orderBy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $orderBy ] } - - Return [ void ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method errorCode ] { + Method [ public method orWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ ?string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method errorInfo ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method exec ] { + Method [ public method whereEquals ] { - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ array $columnsValues ] } - - Return [ int ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method fetchAffected ] { + Method [ protected method addCondition ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value = ] + Parameter #4 [ int $type = -1 ] } - - Return [ int ] + - Return [ void ] } - Method [ public method fetchAll ] { + Method [ protected method buildBy ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ array ] + - Return [ string ] } - Method [ public method fetchAssoc ] { + Method [ protected method buildCondition ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ array ] + - Return [ string ] } - Method [ public method fetchColumn ] { + Method [ protected method buildLimitEarly ] { - - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $column = 0 ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method fetchGroup ] { + Method [ protected method buildLimit ] { - - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $flags = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method fetchObject ] { + Method [ protected method buildLimitCommon ] { - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] + - Parameters [0] { } - - Return [ object ] + - Return [ string ] } - Method [ public method fetchObjects ] { + Method [ protected method buildLimitSqlsrv ] { - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method fetchOne ] { + Method [ protected method appendCondition ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value = ] + Parameter #3 [ int $type = -1 ] } - - Return [ array ] + - Return [ void ] } - Method [ public method fetchPairs ] { + Method [ protected method processValue ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + Parameter #0 [ string $store ] + Parameter #1 [ $data ] } - - Return [ array ] + - Return [ void ] } - Method [ public method fetchValue ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - } - } - - Method [ public method getAdapter ] { - - - Parameters [0] { - } - - Return [ PDO ] - } - - Method [ public method getAttribute ] { - - - Parameters [1] { - Parameter #0 [ int $attribute ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } } - Method [ public method getDriverName ] { + Method [ public method bindInline ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = -1 ] } - Return [ string ] } - Method [ public method getProfiler ] { + Method [ public method bindValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type = -1 ] } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method getQuoteNames ] { + Method [ public method bindValues ] { - Parameters [1] { - Parameter #0 [ string $driver = '' ] + Parameter #0 [ array $values ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method inTransaction ] { + Method [ public method getBindValues ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method isConnected ] { + Method [ abstract public method getStatement ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ public method lastInsertId ] { - - - Parameters [1] { - Parameter #0 [ ?string $name = null ] - } - Return [ string ] } - Method [ public method perform ] { + Method [ public method perform ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ PDOStatement ] } - Method [ public method prepare ] { + Method [ public method setFlag ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $options = [] ] - } - } - - Method [ public method query ] { - - - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable = true ] } + - Return [ void ] } - Method [ public method quote ] { + Method [ public method quoteIdentifier ] { - Parameters [2] { - Parameter #0 [ $value ] + Parameter #0 [ string $name ] Parameter #1 [ int $type = null ] } - Return [ string ] } - Method [ public method rollBack ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ public method setAttribute ] { - - - Parameters [2] { - Parameter #0 [ int $attribute ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method setProfiler ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] - } - } - - Method [ protected method performBind ] { - - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ $name ] - Parameter #2 [ $arguments ] - } - Return [ void ] } - Method [ protected method fetchData ] { + Method [ public method resetColumns ] { - - Parameters [4] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] - Parameter #2 [ string $statement ] - Parameter #3 [ array $values = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - } - } - - Class [ class Phalcon\DataMapper\Pdo\Exception\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 ] { + Method [ public method resetFrom ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method __wakeup ] { + Method [ public method resetWhere ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ public method resetGroupBy ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final public method getCode ] { + Method [ public method resetHaving ] { - Parameters [0] { } + - Return [ void ] } - Method [ final public method getFile ] { + Method [ public method resetOrderBy ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final public method getLine ] { + Method [ public method resetLimit ] { - Parameters [0] { } - - Return [ int ] + - Return [ void ] } - Method [ final public method getTrace ] { + Method [ public method resetFlags ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ final public method getPrevious ] { + Method [ protected method buildFlags ] { - Parameters [0] { } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ protected method buildReturning ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method indent ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue = '' ] } - Return [ string ] } } } - Class [ class Phalcon\Di\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { + Class [ abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [1] { - Property [ protected static $defaultContainer = NULL ] + Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [3] { - Method [ static public method getDefault ] { + - Static methods [1] { + Method [ static public method setup ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ ?Phalcon\Di\DiInterface ] + - Return [ void ] } + } - Method [ static public method reset ] { + - Properties [14] { + Property [ protected $connectionId = NULL ] + Property [ protected $descriptor = NULL ] + Property [ protected $dialect = NULL ] + Property [ protected $dialectType = 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 $type = NULL ] + Property [ protected $affectedRows = 0 ] + Property [ protected $pdo = NULL ] + } + + - Methods [85] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method affectedRows ] { - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ static public method setDefault ] { + Method [ public method begin ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ bool $nesting = true ] } - - Return [ void ] + - Return [ bool ] } - } - - - Properties [4] { - Property [ protected $aliases = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $services = NULL ] - Property [ protected $sharedInstances = NULL ] - } - - Methods [26] { - Method [ public method __construct ] { + Method [ public method commit ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] } + - Return [ bool ] } - Method [ public method __call ] { + Method [ public method close ] { - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments = [] ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method attempt ] { + Method [ public method connect ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + - Parameters [1] { + Parameter #0 [ array $descriptor = [] ] } + - Return [ void ] } - Method [ public method get ] { + Method [ public method convertBoundParams ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] + Parameter #0 [ string $sql ] + Parameter #1 [ array $params = [] ] } + - Return [ array ] } - Method [ public method getAlias ] { + Method [ public method escapeString ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $str ] } - Return [ string ] } - Method [ public method getInternalEventsManager ] { + Method [ public method execute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ bool ] } - Method [ public method getRaw ] { + Method [ public method executePrepared ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } + - Return [ PDOStatement ] } - Method [ public method getService ] { + Method [ public method getErrorInfo ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } - Method [ public method getServices ] { + Method [ public method getInternalHandler ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getShared ] { + Method [ public method getTransactionLevel ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isUnderTransaction ] { + + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method loadFromConfig ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config\ConfigInterface $config ] + Parameter #0 [ ?string $name = null ] } - - Return [ void ] } - Method [ public method loadFromPhp ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ string $filePath ] + Parameter #0 [ string $sqlStatement ] } - - Return [ void ] + - Return [ PDOStatement ] } - Method [ public method loadFromYaml ] { + Method [ public method query ] { - - Parameters [2] { - Parameter #0 [ string $filePath ] - Parameter #1 [ ?array $callbacks = [] ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ void ] } - Method [ public method has ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $nesting = true ] } - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ abstract protected method getDsnDefaults ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } - - Return [ mixed ] + - Return [ array ] } - Method [ public method offsetExists ] { + Method [ protected method prepareRealSql ] { - - Parameters [1] { - Parameter #0 [ $name ] + - 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 offsetSet ] { + Method [ public method addCheck ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method offsetUnset ] { + Method [ public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method register ] { + Method [ public method addIndex ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method remove ] { + 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 [ void ] + - Return [ bool ] } - Method [ public method set ] { + Method [ public method createTable ] { - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ bool ] } - Method [ public method setAlias ] { + Method [ public method createView ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $aliases ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ Phalcon\Di\Di ] + - Return [ bool ] } - Method [ public method setInternalEventsManager ] { + Method [ public method delete ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $whereCondition = null ] + Parameter #2 [ array $placeholders = [] ] + Parameter #3 [ array $dataTypes = [] ] } + - Return [ bool ] } - Method [ public method setService ] { + Method [ public method describeIndexes ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } - Method [ public method setShared ] { + Method [ public method describeReferences ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } - Method [ private method resolveAlias ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [0] { - } + Method [ public method dropCheck ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method dropForeignKey ] { - - Properties [26] { - Property [ protected $container = NULL ] - Property [ protected $activeHandler = NULL ] - Property [ protected $activeMethodMap = NULL ] - Property [ protected $actionName = '' ] - Property [ protected $actionSuffix = 'Action' ] - Property [ protected $camelCaseMap = NULL ] - Property [ protected $defaultAction = '' ] - Property [ protected $defaultNamespace = '' ] - Property [ protected $defaultHandler = '' ] - Property [ protected $handlerHashes = NULL ] - Property [ protected $handlerName = '' ] - Property [ protected $handlerSuffix = '' ] - Property [ protected $eventsManager = NULL ] - Property [ protected $finished = false ] - Property [ protected $forwarded = false ] - Property [ protected $isControllerInitialize = false ] - Property [ protected $lastHandler = NULL ] - Property [ protected $modelBinder = NULL ] - Property [ protected $modelBinding = false ] - Property [ protected $moduleName = '' ] - Property [ protected $namespaceName = '' ] - Property [ protected $params = NULL ] - Property [ protected $previousActionName = '' ] - Property [ protected $previousHandlerName = '' ] - Property [ protected $previousNamespaceName = '' ] - Property [ protected $returnedValue = NULL ] - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } - - Methods [41] { - Method [ public method callActionMethod ] { + Method [ public method dropIndex ] { - Parameters [3] { - Parameter #0 [ $handler ] - Parameter #1 [ string $actionMethod ] - Parameter #2 [ array $params = [] ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } + - Return [ bool ] } - Method [ public method dispatch ] { + Method [ public method dropPrimaryKey ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ bool ] } - Method [ public method forward ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ array $forward ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method getActionName ] { + Method [ public method dropView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getActionSuffix ] { + Method [ public method escapeIdentifier ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $identifier ] } - Return [ string ] } - Method [ public method getActiveMethod ] { + Method [ public method fetchAll ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = null ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getBoundModels ] { + Method [ public method fetchColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders = [] ] + Parameter #2 [ $column = ] } - - Return [ array ] } - Method [ public method getDefaultNamespace ] { + Method [ public method fetchOne ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode = ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method forUpdate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ public method getHandlerSuffix ] { + Method [ public method getColumnDefinition ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ public method getModelBinder ] { + Method [ public method getColumnList ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $columnList ] } - - Return [ ?Phalcon\Mvc\Model\BinderInterface ] + - Return [ string ] } - Method [ public method getModuleName ] { + Method [ public method getConnectionId ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ int ] } - Method [ public method getNamespaceName ] { + Method [ public method getDefaultIdValue ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\RawValue ] } - Method [ public method getParam ] { + Method [ public method getDefaultValue ] { - - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method getParameter ] { + Method [ public method getDescriptor ] { - - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getParams ] { + Method [ public method getDialect ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method getParameters ] { + Method [ public method getDialectType ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method hasParam ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ $param ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method hasParameter ] { + Method [ public method getNestedTransactionSavepointName ] { - - Parameters [1] { - Parameter #0 [ $param ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method isFinished ] { + Method [ public method getRealSQLStatement ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setActionName ] { + Method [ public method getSQLBindTypes ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setDefaultAction ] { + Method [ public method getSQLStatement ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setDefaultNamespace ] { + Method [ public method getSQLVariables ] { - - Parameters [1] { - Parameter #0 [ string $defaultNamespace ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getHandlerClass ] { + Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setParam ] { + Method [ public method insert ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields = ] + Parameter #3 [ $dataTypes = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setParameter ] { + Method [ public method insertAsDict ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setParams ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Parameters [1] { - Parameter #0 [ array $params ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method setParameters ] { + Method [ public method limit ] { - - Parameters [1] { - Parameter #0 [ array $params ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setReturnedValue ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setActionSuffix ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method modifyColumn ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setHandlerSuffix ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ string $handlerSuffix ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setModelBinder ] { + Method [ public method rollbackSavepoint ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache = ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Dispatcher\DispatcherInterface ] + - Return [ bool ] } - Method [ public method setModuleName ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ ?string $moduleName = null ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ public method setNamespaceName ] { + Method [ public method setDialect ] { - Parameters [1] { - Parameter #0 [ string $namespaceName ] + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } - - Return [ void ] } - Method [ public method getReturnedValue ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method wasForwarded ] { + Method [ public method sharedLock ] { - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ protected method resolveEmptyProperties ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ protected method toCamelCase ] { - - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ public method getDI ] { + Method [ public method createMaterializedView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method dropMaterializedView ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ void ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Dispatcher\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [6] { - Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } - Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ public int EXCEPTION_NO_DI ] { 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 ] { + Method [ public method refreshMaterializedView ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ public method onConflictUpdate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method returning ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method supportSequences ] { - Parameters [0] { } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method tableExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getLine ] { + Method [ public method tableOptions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method update ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition = ] + Parameter #4 [ $dataTypes = ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method updateAsDict ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition = ] + Parameter #3 [ $dataTypes = ] } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method useExplicitIdValue ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method supportsDefaultValue ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ abstract class Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method viewExists ] { - - Properties [1] { - Property [ protected $data = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + } + - Return [ bool ] + } - - Methods [1] { - Method [ public method getEncoded ] { + Method [ abstract public method describeColumns ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ string ] + - Return [ array ] } } } - Class [ abstract class Phalcon\Filter\Validation\AbstractValidatorComposite extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface, Phalcon\Filter\Validation\ValidatorCompositeInterface ] { + Class [ abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface, Phalcon\Contracts\Db\Dialect ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -19697,633 +19933,719 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] + - Properties [2] { + Property [ protected $escapeChar = NULL ] + Property [ protected $customFunctions = NULL ] } - - Methods [15] { - Method [ public method getValidators ] { + - Methods [71] { + Method [ public method createSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ string ] } - Method [ public method validate ] { + Method [ final public method escape ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ final public method escapeSchema ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] } + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method forUpdate ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ final public method getColumnList ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { + Method [ final public method getSqlColumn ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ public method getSqlExpression ] { - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final public method getSqlTable ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $table ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method limit ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ public method registerCustomFunction ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Db\Dialect ] } - Method [ protected method allowEmpty ] { + Method [ public method createMaterializedView ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method checkArray ] { + Method [ public method dropMaterializedView ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ public method refreshMaterializedView ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ public method onConflictUpdate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\File\Size\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Constants [0] { - } + Method [ public method returning ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method releaseSavepoint ] { - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field does not have the exact :size file size' ] - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } - - Methods [28] { - Method [ public method validate ] { + Method [ public method rollbackSavepoint ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method getConditional ] { + Method [ public method select ] { - - Parameters [3] { - Parameter #0 [ float $source ] - Parameter #1 [ float $target ] - Parameter #2 [ bool $included = false ] + - Parameters [1] { + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method checkUpload ] { + Method [ public method supportsSavepoints ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method checkUploadIsEmpty ] { + Method [ public method supportsReleaseSavepoints ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method checkUploadIsValid ] { + Method [ protected method getColumnSize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadMaxSize ] { + Method [ protected method getColumnSizeAndScale ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getFileSizeInBytes ] { + Method [ protected method checkColumnType ] { - Parameters [1] { - Parameter #0 [ string $size ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ float ] + - Return [ string ] } - Method [ public method getMessageFileEmpty ] { + Method [ protected method checkColumnTypeSql ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ public method getMessageIniSize ] { + Method [ protected method getCheckClause ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Db\CheckInterface $check ] + Parameter #1 [ string $escapeChar = '`' ] } - Return [ string ] } - Method [ public method getMessageValid ] { + Method [ protected method getIndexColumnList ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Db\IndexInterface $index ] + Parameter #1 [ bool $wrapExpressions = true ] } - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ protected method getGeneratedClause ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ bool $forceStored = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setMessageFileEmpty ] { + Method [ final protected method getSqlExpressionAll ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setMessageIniSize ] { + Method [ final protected method getSqlExpressionBinaryOperations ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setMessageValid ] { + Method [ final protected method getSqlExpressionCase ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkIsUploadedFile ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ public method getOption ] { + Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ final protected method getSqlExpressionGroupBy ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ public method hasOption ] { + Method [ final protected method getSqlExpressionHaving ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final protected method getSqlExpressionLimit ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ final protected method getSqlExpressionObject ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method checkArray ] { + Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + } + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ final protected method getSqlExpressionScalar ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - } - } - - Class [ abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface ] { - - Constants [0] { - } + Method [ final protected method getSqlExpressionWhere ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ protected method prepareColumnAlias ] { - - Properties [11] { - Property [ protected $container = NULL ] - Property [ protected $autoescape = true ] - Property [ protected $automaticHtml = true ] - Property [ protected $cssClasses = NULL ] - Property [ protected $cssIconClasses = NULL ] - Property [ protected $customTemplate = '' ] - Property [ protected $escaperService = NULL ] - Property [ protected $implicitFlush = true ] - Property [ protected $interpolator = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $sessionService = NULL ] - } + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ ?string $alias = null ] + Parameter #2 [ ?string $escapeChar = null ] + } + - Return [ string ] + } - - Methods [27] { - Method [ public method __construct ] { + Method [ protected method prepareTable ] { - - Parameters [2] { - Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] - Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + Parameter #2 [ ?string $alias = null ] + Parameter #3 [ ?string $escapeChar = null ] } + - Return [ string ] } - Method [ public method clear ] { + Method [ protected method prepareQualified ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ ?string $domain = null ] + Parameter #2 [ ?string $escapeChar = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method error ] { + Method [ abstract public method addColumn ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getAutoescape ] { + Method [ abstract public method addForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getAutomaticHtml ] { + Method [ abstract public method addIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getCssClasses ] { + Method [ abstract public method addPrimaryKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getCssIconClasses ] { + Method [ abstract public method createTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getCustomTemplate ] { + Method [ abstract public method createView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - Return [ string ] } - Method [ public method getEscaperService ] { + Method [ abstract public method describeColumns ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] + - Return [ string ] } - Method [ public method notice ] { + Method [ abstract public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method setAutoescape ] { + Method [ abstract public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ bool $autoescape ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method setAutomaticHtml ] { + Method [ abstract public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ bool $automaticHtml ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method setCssClasses ] { + Method [ abstract public method dropForeignKey ] { - - Parameters [1] { - Parameter #0 [ array $cssClasses ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method setCssIconClasses ] { + Method [ abstract public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ array $cssIconClasses ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method setCustomTemplate ] { + Method [ abstract public method dropPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ string $customTemplate ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method setEscaperService ] { + Method [ abstract public method dropTable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method setImplicitFlush ] { + Method [ abstract public method dropView ] { - - Parameters [1] { - Parameter #0 [ bool $implicitFlush ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ Phalcon\Flash\AbstractFlash ] + - Return [ string ] } - Method [ public method success ] { + Method [ abstract public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method outputMessage ] { + Method [ abstract public method listTables ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method warning ] { + Method [ abstract public method modifyColumn ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } - - Return [ ?string ] + - Return [ string ] } - Method [ private method getTemplate ] { + Method [ abstract public method sharedLock ] { - Parameters [2] { - Parameter #0 [ string $cssClassses ] - Parameter #1 [ string $cssIconClasses ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ private method prepareEscapedMessage ] { + Method [ abstract public method tableExists ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - Return [ string ] } - Method [ private method prepareHtmlMessage ] { + Method [ abstract public method tableOptions ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ string $message ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ string ] } - Method [ private method checkClasses ] { + Method [ abstract public method viewExists ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $type ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - Return [ string ] } + } + } - Method [ public method getDI ] { + 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\Di\DiInterface ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method setDI ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ abstract public method message ] { + Method [ protected method fireManagerEvent ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ string $message ] + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } - - Return [ ?string ] } } } - Class [ abstract class Phalcon\Html\Link\AbstractLink ] { + Class [ abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } @@ -20334,160 +20656,144 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [8] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $href = '' ] - Property [ protected $rels = NULL ] - Property [ protected $templated = false ] + Property [ protected $elementTag = 'li' ] + Property [ protected $store = NULL ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [14] { + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ string $rel = '' ] - Parameter #1 [ string $href = '' ] + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] Parameter #2 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ protected method doGetAttributes ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ protected method doGetHref ] { + Method [ abstract protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method doGetRels ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ array ] } - Method [ protected method doIsTemplated ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method hrefIsTemplated ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ string $href ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doWithAttribute ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - } - - Method [ protected method doWithHref ] { - - - Parameters [1] { - Parameter #0 [ string $href ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ protected method doWithRel ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ protected method doWithoutAttribute ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ protected method doWithoutRel ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $key ] - } - } - } - } - - Class [ abstract class Phalcon\Html\Link\AbstractLinkProvider ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $links = NULL ] - } - - - Methods [6] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $links = [] ] - } - } - - Method [ protected method doGetLinks ] { - - - Parameters [0] { + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ protected method doGetLinksByRel ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $rel ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method doWithLink ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ $link ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } + - Return [ string ] } - Method [ protected method doWithoutLink ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ $link ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } + - Return [ string ] } - Method [ protected method getKey ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ $link ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ abstract class Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } @@ -20498,202 +20804,126 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $file = NULL ] - Property [ protected $height = NULL ] - Property [ protected $image = NULL ] - Property [ protected $mime = NULL ] - Property [ protected $realpath = NULL ] - Property [ protected $type = NULL ] - Property [ protected $width = NULL ] + - Properties [4] { + Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] + Property [ protected $formatter = NULL ] + Property [ protected $inTransaction = false ] + Property [ protected $queue = NULL ] } - - Methods [21] { - Method [ public method background ] { + - Methods [15] { + Method [ public method __destruct ] { - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = 100 ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method blur ] { + Method [ public method __serialize ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method crop ] { + Method [ public method __unserialize ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ $offsetX = ] - Parameter #3 [ $offsetY = ] + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method flip ] { + Method [ public method add ] { - Parameters [1] { - Parameter #0 [ int $direction ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getHeight ] { + Method [ public method begin ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getImage ] { + Method [ public method commit ] { - Parameters [0] { } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getMime ] { + Method [ public method getFormatter ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ public method getRealpath ] { + Method [ public method inTransaction ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getType ] { + Method [ abstract public method process ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ int ] + - Return [ void ] } - Method [ public method getWidth ] { + Method [ public method rollback ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method mask ] { + Method [ public method setFormatter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method pixelate ] { + Method [ protected method getFormattedItem ] { - Parameters [1] { - Parameter #0 [ int $amount ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } - - Method [ public method reflection ] { - - - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity = 100 ] - Parameter #2 [ bool $fadeIn = false ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } - - Method [ public method render ] { - - - Parameters [2] { - Parameter #0 [ ?string $extension = null ] - Parameter #1 [ int $quality = 100 ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } - Method [ public method resize ] { - - - Parameters [3] { - Parameter #0 [ ?int $width = null ] - Parameter #1 [ ?int $height = null ] - Parameter #2 [ int $master = null ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } - - Method [ public method rotate ] { - - - Parameters [1] { - Parameter #0 [ int $degrees ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } - - Method [ public method save ] { - - - Parameters [2] { - Parameter #0 [ ?string $file = null ] - Parameter #1 [ int $quality = -1 ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } - - Method [ public method sharpen ] { - - - Parameters [1] { - Parameter #0 [ int $amount ] - } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] - } - - Method [ public method text ] { + Method [ private method checkTransaction ] { - - Parameters [7] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX = ] - Parameter #2 [ $offsetY = ] - Parameter #3 [ int $opacity = 100 ] - Parameter #4 [ string $color = '000000' ] - Parameter #5 [ int $size = 12 ] - Parameter #6 [ ?string $fontFile = null ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method watermark ] { + Method [ private method resetTransaction ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX = 0 ] - Parameter #2 [ int $offsetY = 0 ] - Parameter #3 [ int $opacity = 100 ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ protected method checkHighLow ] { + Method [ abstract public method close ] { - - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $min = 0 ] - Parameter #2 [ int $max = 100 ] + - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } } } - Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter extends Phalcon\Support\Helper\Str\AbstractStr implements Phalcon\Logger\Formatter\FormatterInterface ] { + Class [ class Phalcon\Mvc\Model\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -20704,105 +20934,88 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $dateFormat = 'c' ] - Property [ protected $interpolatorLeft = '%' ] - Property [ protected $interpolatorRight = '%' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { - Method [ public method getDateFormat ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $format ] + - Parameters [0] { } - - Return [ void ] + - Tentative return [ void ] } - Method [ protected method getFormattedDate ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method getInterpolatedMessage ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Logger\Item $item ] - Parameter #1 [ string $message ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ final public method getFile ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toInterpolate ] { + Method [ final public method getLine ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method toLower ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method toStartsWith ] { + Method [ final public method getPrevious ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Throwable ] } - Method [ protected method toUpper ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - Return [ string ] } - Method [ abstract public method format ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - Return [ string ] } } } - Class [ abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { + Class [ class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -20813,305 +21026,332 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [1] { + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $prefix = 'ph-reds-' ] } - - Methods [5] { - Method [ public method __construct ] { + - Methods [39] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ protected method getOptions ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ ?string $eventName = null ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method missingMethod ] { + Method [ public method getAdapter ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments = [] ] + - Parameters [0] { } } - Method [ protected method mustTakeAction ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ string $eventName ] + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method notify ] { + Method [ protected method doDecrement ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - } - } - Class [ abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { + Method [ protected method doDelete ] { - - Constants [5] { - Constant [ public int HYDRATE_ARRAYS ] { 1 } - Constant [ public int HYDRATE_OBJECTS ] { 2 } - Constant [ public int HYDRATE_RECORDS ] { 0 } - Constant [ public int TYPE_RESULT_FULL ] { 0 } - Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } - } + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ protected method doDeleteMultiple ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ array $keys ] + } + - Return [ bool ] + } - - Properties [10] { - Property [ protected $activeRow = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $count = 0 ] - Property [ protected $errorMessages = NULL ] - Property [ protected $hydrateMode = 0 ] - Property [ protected $isFresh = true ] - Property [ protected $pointer = 0 ] - Property [ protected $row = NULL ] - Property [ protected $rows = NULL ] - Property [ protected $result = NULL ] - } + Method [ protected method doHas ] { - - Methods [30] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doIncrement ] { - Parameters [2] { - Parameter #0 [ $result ] - Parameter #1 [ $cache = ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ final public method count ] { + Method [ protected method doSet ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method delete ] { + Method [ private method checkAuth ] { - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] + Parameter #0 [ Redis $connection ] } - - Return [ bool ] + - Return [ Phalcon\Storage\Adapter\Redis ] } - Method [ public method filter ] { + Method [ private method checkConnect ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ Redis $connection ] } - - Return [ array ] + - Return [ Phalcon\Storage\Adapter\Redis ] } - Method [ public method getCache ] { + Method [ private method checkIndex ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Redis $connection ] } - - Return [ ?Phalcon\Cache\CacheInterface ] + - Return [ Phalcon\Storage\Adapter\Redis ] } - Method [ public method getFirst ] { + Method [ private method setSerializer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Redis $connection ] } + - Return [ void ] } - Method [ public method getHydrateMode ] { + Method [ public method decrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ int ] } - Method [ public method getLast ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] + - Return [ bool ] } - Method [ public method getMessages ] { + Method [ public method deleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getType ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ int ] } - Method [ public method isFresh ] { + Method [ public method getDefaultSerializer ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method getLifetime ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method key ] { + Method [ public method getPrefix ] { - Parameters [0] { } - - Return [ ?int ] + - Return [ string ] } - Method [ public method next ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method offsetGet ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $key ] } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method offsetExists ] { + Method [ public method increment ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method offsetSet ] { + Method [ public method set ] { - - Parameters [2] { - Parameter #0 [ $offset ] + - Parameters [3] { + Parameter #0 [ string $key ] Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method offsetUnset ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $serializer ] } - Return [ void ] } - Method [ final public method rewind ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ final public method seek ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ string $key ] } - - Return [ void ] } - Method [ public method setHydrateMode ] { + Method [ protected method getFilteredKeys ] { - - Parameters [1] { - Parameter #0 [ int $hydrateMode ] + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ array ] } - Method [ public method setIsFresh ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ bool $isFresh ] + Parameter #0 [ $key ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ string ] } - Method [ public method update ] { + Method [ protected method getSerializedData ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] + - Parameters [1] { + Parameter #0 [ $content ] } - - Return [ bool ] } - Method [ public method valid ] { + Method [ protected method getTtl ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $ttl ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method refresh ] { + Method [ protected method getUnserializedData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method getResult ] { + Method [ protected method initSerializer ] { - Parameters [0] { } + - Return [ void ] } - Method [ abstract public method toArray ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ array ] } - Method [ abstract public method current ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Tentative return [ mixed ] + - Return [ void ] } - Method [ abstract public method serialize ] { + Method [ public method getEventsManager ] { - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ abstract public method unserialize ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ string $data ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } + - Return [ void ] } } } - Class [ abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Support\Helper\Str\PascalCase ] { - Constants [0] { } @@ -21122,186 +21362,135 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $container = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $view = NULL ] + - Properties [0] { } - - Methods [12] { - Method [ public method __construct ] { + - Methods [2] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] } + - Return [ string ] } - Method [ public method getContent ] { + Method [ protected method processArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] } - - Return [ string ] + - Return [ array ] } + } + } - Method [ public method getEventsManager ] { + Class [ abstract class Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface ] { - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } + - Constants [0] { + } - Method [ public method getView ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Mvc\ViewBaseInterface ] - } + - Static methods [0] { + } - Method [ public method partial ] { + - Properties [2] { + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] - } - - Return [ void ] - } - - Method [ public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - - Return [ void ] - } - - Method [ protected method fireManagerEvent ] { - - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options = [] ] } } - Method [ public method __get ] { + Method [ public method _ ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } - Method [ public method __isset ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $translateKey ] } - Return [ bool ] } - Method [ public method getDI ] { - - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ public method setDI ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } - - Method [ abstract public method render ] { - - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] - Parameter #2 [ bool $mustClean = false ] - } - } - } - } - - Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $adapter = NULL ] - } - - - Methods [7] { - Method [ public method close ] { - - - Parameters [0] { + Parameter #0 [ $translateKey ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method destroy ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method gc ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ int $max_lifetime ] + Parameter #0 [ $offset ] } - - Return [ int|false ] + - Return [ void ] } - Method [ public method read ] { + Method [ public method t ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } - Return [ string ] } - Method [ public method open ] { + Method [ protected method replacePlaceholders ] { - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $name ] + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method write ] { + Method [ abstract public method has ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ string $index ] } - Return [ bool ] } - Method [ protected method getArrVal ] { + Method [ abstract public method query ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] } + - Return [ string ] } } } - Class [ abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -21312,60 +21501,67 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { + - Properties [4] { + Property [ protected $container = NULL ] + Property [ protected $defaultModule = '' ] Property [ protected $eventsManager = NULL ] - Property [ protected $accessGranted = false ] - Property [ protected $activeAccess = NULL ] - Property [ protected $activeComponent = NULL ] - Property [ protected $activeRole = NULL ] - Property [ protected $defaultAccess = 0 ] + Property [ protected $modules = NULL ] } - - Methods [23] { - Method [ public method getActiveAccess ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ ?string ] } - Method [ public method getActiveComponent ] { + Method [ public method getDefaultModule ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getActiveRole ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getDefaultAction ] { + Method [ public method getModule ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getModules ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ public method setDefaultAction ] { + Method [ public method registerModules ] { - - Parameters [1] { - Parameter #0 [ int $defaultAccess ] + - Parameters [2] { + Parameter #0 [ array $modules ] + Parameter #1 [ bool $merge = false ] } - - Return [ void ] + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method getEventsManager ] { + Method [ public method setDefaultModule ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $defaultModule ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method setEventsManager ] { + Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] @@ -21373,149 +21569,131 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ protected method fireManagerEvent ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] + - Parameters [1] { + Parameter #0 [ string $propertyName ] } } - Method [ abstract public method addInherit ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ string $roleName ] - Parameter #1 [ $roleToInherits ] + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ abstract public method addRole ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ $role ] - Parameter #1 [ $accessInherits = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ abstract public method addComponent ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $componentValue ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ abstract public method addComponentAccess ] { + Class [ class Phalcon\Application\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [2] { - Parameter #0 [ string $componentName ] - Parameter #1 [ $accessList ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ abstract public method allow ] { + - Static properties [0] { + } - - Parameters [4] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ $access ] - Parameter #3 [ $func = ] - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ abstract public method deny ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [4] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ $access ] - Parameter #3 [ $func = ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ void ] } - Method [ abstract public method dropComponentAccess ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ string $componentName ] - Parameter #1 [ $accessList ] + - Parameters [0] { } - - Return [ void ] + - Tentative return [ void ] } - Method [ abstract public method getComponents ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ abstract public method getInheritedRoles ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ string $roleName = '' ] + - Parameters [0] { } - - Return [ array ] } - Method [ abstract public method getNoArgumentsDefaultAction ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ abstract public method getRoles ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ abstract public method isAllowed ] { + Method [ final public method getTrace ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $componentName ] - Parameter #2 [ string $access ] - Parameter #3 [ ?array $parameters = [] ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ abstract public method isComponent ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $componentName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Throwable ] } - Method [ abstract public method isRole ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ string $roleName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ abstract public method setNoArgumentsDefaultAction ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ int $defaultAccess ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } } } - Class [ abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -21526,577 +21704,658 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $adapter = NULL ] - Property [ protected $eventsManager = NULL ] + - Properties [10] { + Property [ protected $attributes = NULL ] + Property [ protected $isAutoVersion = false ] + Property [ protected $filter = NULL ] + Property [ protected $isLocal = NULL ] + Property [ protected $path = NULL ] + Property [ protected $sourcePath = NULL ] + Property [ protected $targetPath = NULL ] + Property [ protected $targetUri = NULL ] + Property [ protected $type = NULL ] + Property [ protected $version = NULL ] } - - Methods [24] { + - Methods [30] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] + - Parameters [7] { + Parameter #0 [ string $type ] + Parameter #1 [ string $path ] + Parameter #2 [ bool $isLocal = true ] + Parameter #3 [ bool $filter = true ] + Parameter #4 [ array $attributes = [] ] + Parameter #5 [ ?string $version = null ] + Parameter #6 [ bool $isAutoVersion = false ] } } - Method [ public method getAdapter ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - - Return [ Phalcon\Cache\Adapter\AdapterInterface ] - } - - Method [ public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - - Return [ void ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ protected method checkKey ] { + Method [ public method getContent ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ ?string $basePath = null ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkKeys ] { + Method [ public method getFilter ] { - - Parameters [1] { - Parameter #0 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ protected method doClear ] { + Method [ public method getPath ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doDelete ] { + Method [ public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ ?string $basePath = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ $keys ] + Parameter #0 [ ?string $basePath = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doGet ] { + Method [ public method getRealTargetUri ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method doGetMultiple ] { + Method [ public method getSourcePath ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ protected method doHas ] { + Method [ public method getTargetPath ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doSet ] { + Method [ public method getTargetUri ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doSetMultiple ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ $values ] - Parameter #1 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method fire ] { + Method [ public method getVersion ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ abstract protected method getExceptionClass ] { + Method [ public method isAutoVersion ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ abstract public method clear ] { + Method [ public method isLocal ] { - Parameters [0] { } - Return [ bool ] } - Method [ abstract public method delete ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method deleteMultiple ] { + Method [ public method setAutoVersion ] { - Parameters [1] { - Parameter #0 [ $keys ] + Parameter #0 [ bool $flag ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method get ] { + Method [ public method setFilter ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ bool $filter ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method getMultiple ] { + Method [ public method setIsLocal ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ bool $flag ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method has ] { + Method [ public method setSourcePath ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $sourcePath ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method set ] { + Method [ public method setTargetPath ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ string $targetPath ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method setMultiple ] { + Method [ public method setTargetUri ] { - - Parameters [2] { - Parameter #0 [ $values ] - Parameter #1 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ string $targetUri ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - } - } - - Class [ class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [4] { - Method [ static public method serviceCannotBeResolved ] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $type ] } - - Return [ Phalcon\Di\Exception ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ static public method serviceNotFound ] { + Method [ public method setPath ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $path ] } - - Return [ Phalcon\Di\Exception ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ static public method unknownServiceInParameter ] { + Method [ public method setVersion ] { - Parameters [1] { - Parameter #0 [ int $position ] + Parameter #0 [ string $version ] } - - Return [ Phalcon\Di\Exception ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ static public method undefinedMethod ] { + Method [ private method checkPath ] { - Parameters [1] { - Parameter #0 [ string $method ] + Parameter #0 [ string $property ] } - - Return [ Phalcon\Di\Exception ] + - Return [ string ] } - } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ private method throwException ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ string $completePath ] + } + - Return [ void ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ protected method phpFileExists ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ protected method phpFileGetContents ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Tentative return [ void ] } + } + } - Method [ final public method getMessage ] { + Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $content = NULL ] + Property [ protected $filter = NULL ] + Property [ protected $type = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $type ] + Parameter #1 [ string $content ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + } + } + + Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getAttributes ] { - Parameters [0] { } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getFilter ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ ?Throwable ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method setFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $filter ] } - - Return [ string ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method __toString ] { + Method [ public method setType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ string ] + - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { + Class [ abstract class Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\ConnectionInterface, Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $defaultContainer = NULL ] + - Static properties [0] { } - - Static methods [3] { - Method [ static public method getDefault ] { + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { - Parameters [0] { } - - Return [ ?Phalcon\Di\DiInterface ] + - Return [ array ] } + } - Method [ static public method reset ] { + - Properties [2] { + Property [ protected $pdo = NULL ] + Property [ protected $profiler = NULL ] + } + + - Methods [35] { + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method connect ] { - Parameters [0] { } - Return [ void ] } - Method [ static public method setDefault ] { + Method [ abstract public method disconnect ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - Return [ void ] } - } - - Properties [4] { - Property [ protected $aliases = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $services = NULL ] - Property [ protected $sharedInstances = NULL ] - } + Method [ public method errorCode ] { - - Methods [25] { - Method [ public method __construct ] { + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method errorInfo ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method __call ] { + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ public method fetchAffected ] { - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments = [] ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ int ] } - Method [ public method attempt ] { + Method [ public method fetchAll ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ array ] } - Method [ public method get ] { + Method [ public method fetchAssoc ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ array ] } - Method [ public method getAlias ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $column = 0 ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getInternalEventsManager ] { + Method [ public method fetchGroup ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $flags = null ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ public method getRaw ] { + Method [ public method fetchObject ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] } + - Return [ object ] } - Method [ public method getService ] { + Method [ public method fetchObjects ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } - Method [ public method getServices ] { + Method [ public method fetchOne ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - Return [ array ] } - Method [ public method getShared ] { + Method [ public method fetchPairs ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ array ] } - Method [ protected method loadFromConfig ] { + Method [ public method fetchValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Config\ConfigInterface $config ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ void ] } - Method [ public method loadFromPhp ] { + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getAttribute ] { - Parameters [1] { - Parameter #0 [ string $filePath ] + Parameter #0 [ int $attribute ] } - - Return [ void ] } - Method [ public method loadFromYaml ] { + Method [ public method getDriverName ] { - - Parameters [2] { - Parameter #0 [ string $filePath ] - Parameter #1 [ ?array $callbacks = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method has ] { + Method [ public method getProfiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method getQuoteNames ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $driver = '' ] + } + - Return [ array ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { } - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method isConnected ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method offsetExists ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ ?string $name = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method offsetSet ] { + Method [ public method perform ] { - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ void ] + - Return [ PDOStatement ] } - Method [ public method offsetUnset ] { + Method [ public method prepare ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options = [] ] } - - Return [ void ] } - Method [ public method register ] { + Method [ public method query ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + Parameter #0 [ string $statement ] } - - Return [ void ] } - Method [ public method remove ] { + Method [ public method quote ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method set ] { + Method [ public method rollBack ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + - Parameters [0] { } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ bool ] } - Method [ public method setAlias ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $aliases ] + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Di\Di ] + - Return [ bool ] } - Method [ public method setInternalEventsManager ] { + Method [ public method setProfiler ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } } - Method [ public method setService ] { + Method [ protected method performBind ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ void ] } - Method [ public method setShared ] { + Method [ protected method fetchData ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values = [] ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } } } - Class [ class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\DataMapper\Pdo\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -22188,354 +22447,276 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ abstract class Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { + Class [ class Phalcon\Di\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $algorithm = '' ] + - Static properties [1] { + Property [ protected static $defaultContainer = NULL ] } - - Methods [4] { - Method [ public method getAlgorithm ] { + - Static methods [3] { + Method [ static public method getDefault ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Di\DiInterface ] } - Method [ abstract public method getAlgHeader ] { + Method [ static public method reset ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ abstract public method sign ] { - - - Parameters [2] { - Parameter #0 [ string $payload ] - Parameter #1 [ string $passphrase ] - } - - Return [ string ] + - Return [ void ] } - Method [ abstract public method verify ] { + Method [ static public method setDefault ] { - - Parameters [3] { - Parameter #0 [ string $source ] - Parameter #1 [ string $payload ] - Parameter #2 [ string $passphrase ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } } - } - - Class [ abstract class Phalcon\Filter\Validation\AbstractCombinedFieldsValidator extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Constants [0] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $services = NULL ] + Property [ protected $sharedInstances = NULL ] } - - Static properties [0] { - } + - Methods [28] { + Method [ public method __construct ] { - - Static methods [0] { - } + - Parameters [0] { + } + } - - Properties [3] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - } + Method [ public method __call ] { - - Methods [14] { - Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments = [] ] + } + } - - Parameters [1] { - Parameter #0 [ array $options = [] ] + Method [ public method attempt ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } } - Method [ public method getOption ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } } - Method [ public method getTemplate ] { + Method [ public method getAlias ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getInternalEventsManager ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method hasOption ] { + Method [ public method getRaw ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method getService ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setOption ] { + Method [ public method getServices ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setTemplate ] { + Method [ public method getShared ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTemplates ] { + Method [ protected method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ abstract public method validate ] { + Method [ public method loadFromPhp ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $filePath ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method allowEmpty ] { + Method [ public method loadFromYaml ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ string $filePath ] + Parameter #1 [ ?array $callbacks = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method checkArray ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ public method hasShared ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $name ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ public method offsetGet ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ mixed ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $label = NULL ] - Property [ protected $type = 'checkbox' ] - } - - Methods [16] { - Method [ public method __construct ] { + Method [ public method offsetExists ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method offsetSet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method label ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ Phalcon\Html\Helper\Input\Checkbox ] - } - - Method [ private method processChecked ] { - - - Parameters [0] { + Parameter #0 [ $name ] } - Return [ void ] } - Method [ private method processUnchecked ] { + Method [ public method register ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __invoke ] { + Method [ public method remove ] { - - Parameters [3] { + - Parameters [1] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ void ] } - Method [ public method setValue ] { + Method [ public method removeShared ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] - } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] - } - - Method [ protected method close ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] - } - - Return [ string ] - } - - Method [ protected method indent ] { - - - Parameters [0] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method orderAttributes ] { + Method [ public method set ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } - - Return [ array ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setAlias ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $name ] + Parameter #1 [ $aliases ] } - - Return [ string ] + - Return [ Phalcon\Di\Di ] } - Method [ protected method renderAttributes ] { + Method [ public method setInternalEventsManager ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method setService ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - - Return [ string ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ protected method renderTag ] { + Method [ public method setShared ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } - - Return [ string ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ protected method selfClose ] { + Method [ private method resolveAlias ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList implements Stringable ] { + Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -22546,531 +22727,477 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $elementTag = 'li' ] - Property [ protected $store = NULL ] + - Properties [26] { + Property [ protected $container = NULL ] + Property [ protected $activeHandler = NULL ] + Property [ protected $activeMethodMap = NULL ] + Property [ protected $actionName = '' ] + Property [ protected $actionSuffix = 'Action' ] + Property [ protected $camelCaseMap = NULL ] + Property [ protected $defaultAction = '' ] + Property [ protected $defaultNamespace = '' ] + Property [ protected $defaultHandler = '' ] + Property [ protected $handlerHashes = NULL ] + Property [ protected $handlerName = '' ] + Property [ protected $handlerSuffix = '' ] + Property [ protected $eventsManager = NULL ] + Property [ protected $finished = false ] + Property [ protected $forwarded = false ] + Property [ protected $isControllerInitialize = false ] + Property [ protected $lastHandler = NULL ] + Property [ protected $modelBinder = NULL ] + Property [ protected $modelBinding = false ] + Property [ protected $moduleName = '' ] + Property [ protected $namespaceName = '' ] + Property [ protected $params = NULL ] + Property [ protected $previousActionName = '' ] + Property [ protected $previousHandlerName = '' ] + Property [ protected $previousNamespaceName = '' ] + Property [ protected $returnedValue = NULL ] } - - Methods [14] { - Method [ public method add ] { + - Methods [41] { + Method [ public method callActionMethod ] { - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ bool $raw = false ] + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params = [] ] } - - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ protected method getTag ] { + Method [ public method dispatch ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method __invoke ] { + Method [ public method forward ] { - - Parameters [3] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $forward ] } - - Return [ Phalcon\Html\Helper\AbstractList ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] - } - } - - Method [ protected method close ] { + Method [ public method getActionSuffix ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getActiveMethod ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method getBoundModels ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getDefaultNamespace ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method renderElement ] { + Method [ public method getHandlerSuffix ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getModelBinder ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Mvc\Model\BinderInterface ] } - Method [ protected method renderTag ] { + Method [ public method getModuleName ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method selfClose ] { + Method [ public method getNamespaceName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Style extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getParam ] { - - Properties [8] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - Property [ private $isStyle = false ] - } + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + } + } - - Methods [17] { - Method [ public method add ] { + Method [ public method getParameter ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes = [] ] + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] } } - Method [ public method setStyle ] { + Method [ public method getParams ] { - - Parameters [1] { - Parameter #0 [ bool $flag ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Style ] + - Return [ array ] } - Method [ protected method getAttributes ] { + Method [ public method getParameters ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method getTag ] { + Method [ public method hasParam ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $param ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __invoke ] { + Method [ public method hasParameter ] { - - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + - Parameters [1] { + Parameter #0 [ $param ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method isFinished ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method reset ] { + Method [ public method setActionName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $actionName ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method setDefaultAction ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ protected method close ] { + Method [ public method setDefaultNamespace ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method indent ] { + Method [ public method getHandlerClass ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method setParam ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method renderArrayElements ] { + Method [ public method setParameter ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderAttributes ] { + Method [ public method setParams ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $params ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderElement ] { + Method [ public method setParameters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $params ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderFullElement ] { + Method [ public method setReturnedValue ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderTag ] { + Method [ public method setActionSuffix ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method selfClose ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Html\Link\Link extends Phalcon\Html\Link\AbstractLink implements Phalcon\Html\Link\Interfaces\LinkInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $attributes = NULL ] - Property [ protected $href = '' ] - Property [ protected $rels = NULL ] - Property [ protected $templated = false ] - } - - Methods [15] { - Method [ public method getAttributes ] { + Method [ public method setHandlerSuffix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getHref ] { + Method [ public method setModelBinder ] { - - Parameters [0] { - } - - Return [ string ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache = ] + } + - Return [ Phalcon\Dispatcher\DispatcherInterface ] } - Method [ public method getRels ] { + Method [ public method setModuleName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] } - - Return [ array ] + - Return [ void ] } - Method [ public method isTemplated ] { + Method [ public method setNamespaceName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method getReturnedValue ] { - - Parameters [3] { - Parameter #0 [ string $rel = '' ] - Parameter #1 [ string $href = '' ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } } - Method [ protected method doGetAttributes ] { + Method [ public method wasForwarded ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ protected method doGetHref ] { + Method [ protected method resolveEmptyProperties ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method doGetRels ] { + Method [ protected method toCamelCase ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method doIsTemplated ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method hrefIsTemplated ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ string $href ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ protected method doWithAttribute ] { + Class [ class Phalcon\Dispatcher\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - } + - Constants [6] { + Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public int EXCEPTION_NO_DI ] { 0 } + } - Method [ protected method doWithHref ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $href ] - } - } + - Static methods [0] { + } - Method [ protected method doWithRel ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [1] { - Parameter #0 [ string $key ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ protected method doWithoutAttribute ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } + - Tentative return [ void ] } - Method [ protected method doWithoutRel ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Link\LinkProvider extends Phalcon\Html\Link\AbstractLinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $links = NULL ] - } - - Methods [8] { - Method [ public method getLinks ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getLinksByRel ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ $rel ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ array $links = [] ] + - Parameters [0] { } + - Return [ int ] } - Method [ protected method doGetLinks ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ protected method doGetLinksByRel ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $rel ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Throwable ] } - Method [ protected method doWithLink ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $link ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method doWithoutLink ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $link ] + - Parameters [0] { } + - Return [ string ] } + } + } - Method [ protected method getKey ] { + Class [ abstract class Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { - - Parameters [1] { - Parameter #0 [ $link ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data = NULL ] + } + + - Methods [1] { + Method [ public method getEncoded ] { + + - Parameters [0] { } - Return [ string ] } } } - Class [ abstract class Phalcon\Logger\AbstractLogger ] { + Class [ abstract class Phalcon\Filter\Validation\AbstractValidatorComposite extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface, Phalcon\Filter\Validation\ValidatorCompositeInterface ] { - - Constants [9] { - Constant [ public int ALERT ] { 2 } - Constant [ public int CRITICAL ] { 1 } - Constant [ public int CUSTOM ] { 8 } - Constant [ public int DEBUG ] { 7 } - Constant [ public int EMERGENCY ] { 0 } - Constant [ public int ERROR ] { 3 } - Constant [ public int INFO ] { 6 } - Constant [ public int NOTICE ] { 5 } - Constant [ public int WARNING ] { 4 } + - Constants [0] { } - Static properties [0] { @@ -23079,122 +23206,139 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $adapters = NULL ] - Property [ protected $excluded = NULL ] - Property [ protected $logLevel = 8 ] - Property [ protected $name = '' ] - Property [ protected $timezone = NULL ] + - Properties [4] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $validators = NULL ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [15] { + Method [ public method getValidators ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $adapters = [] ] - Parameter #2 [ ?DateTimeZone $timezone = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addAdapter ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Logger\AbstractLogger ] + - Return [ bool ] } - Method [ public method excludeAdapters ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $adapters = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method getAdapter ] { + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getAdapters ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getLogLevel ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method getName ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method removeAdapter ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Logger\AbstractLogger ] + - Return [ void ] } - Method [ public method setAdapters ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $adapters ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Logger\AbstractLogger ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setLogLevel ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ int $level ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Logger\AbstractLogger ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method addMessage ] { + Method [ protected method allowEmpty ] { - - Parameters [3] { - Parameter #0 [ int $level ] - Parameter #1 [ string $message ] - Parameter #2 [ array $context = [] ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ protected method getLevelNumber ] { + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ string $field ] } - Return [ int ] } - Method [ protected method getLevels ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } } } - Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -23205,490 +23349,461 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [6] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field does not have the exact :size file size' ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [28] { + Method [ public method validate ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ protected method getConditional ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ float $source ] + Parameter #1 [ float $target ] + Parameter #2 [ bool $included = false ] } - - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ public method checkUpload ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method checkUploadIsValid ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getLine ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } - - Return [ array ] + - Return [ float ] } - Method [ final public method getPrevious ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [4] { - Constant [ public int POSITION_FIRST ] { 0 } - Constant [ public int POSITION_LAST ] { 1 } - Constant [ public int URI_SOURCE_GET_URL ] { 0 } - Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method isAllowEmpty ] { - - Properties [21] { - Property [ protected $container = NULL ] - Property [ protected $action = '' ] - Property [ protected $controller = '' ] - Property [ protected $defaultAction = '' ] - Property [ protected $defaultController = '' ] - Property [ protected $defaultModule = '' ] - Property [ protected $defaultNamespace = '' ] - Property [ protected $defaultParams = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $keyRouteNames = NULL ] - Property [ protected $keyRouteIds = NULL ] - Property [ protected $matchedRoute = NULL ] - Property [ protected $matches = NULL ] - Property [ protected $module = '' ] - Property [ protected $namespaceName = '' ] - Property [ protected $notFoundPaths = NULL ] - Property [ protected $params = NULL ] - Property [ protected $removeExtraSlashes = false ] - Property [ protected $routes = NULL ] - Property [ protected $uriSource = 0 ] - Property [ protected $wasMatched = false ] - } + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } - - Methods [47] { - Method [ public method __construct ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ bool $defaultRoutes = true ] + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method add ] { + Method [ public method setMessageIniSize ] { - - Parameters [4] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] - Parameter #3 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method addConnect ] { + Method [ public method setMessageValid ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method addDelete ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addGet ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addHead ] { + Method [ public method getOption ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addOptions ] { + Method [ public method getTemplate ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method addPatch ] { + Method [ public method getTemplates ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method addPost ] { + Method [ public method hasOption ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addPurge ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method addPut ] { + Method [ public method setOption ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method addTrace ] { + Method [ public method setTemplate ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method attach ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method clear ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method getEventsManager ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getActionName ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ public method getControllerName ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } + } + } - Method [ public method getDefaults ] { + Class [ abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getKeyRouteNames ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getKeyRouteIds ] { + - Properties [11] { + Property [ protected $container = NULL ] + Property [ protected $autoescape = true ] + Property [ protected $automaticHtml = true ] + Property [ protected $cssClasses = NULL ] + Property [ protected $cssIconClasses = NULL ] + Property [ protected $customTemplate = '' ] + Property [ protected $escaperService = NULL ] + Property [ protected $implicitFlush = true ] + Property [ protected $interpolator = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $sessionService = NULL ] + } - - Parameters [0] { + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] + Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] } - - Return [ array ] } - Method [ public method getMatchedRoute ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - Method [ public method getMatches ] { + Method [ public method error ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ ?string ] } - Method [ public method getModuleName ] { + Method [ public method getAutoescape ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getNamespaceName ] { + Method [ public method getAutomaticHtml ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getParams ] { + Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getRewriteUri ] { + Method [ public method getCssIconClasses ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method extractRealUri ] { + Method [ public method getCustomTemplate ] { - - Parameters [1] { - Parameter #0 [ string $uri ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getRouteById ] { - - - Parameters [1] { - Parameter #0 [ $id ] - } - } - - Method [ public method getRouteByName ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - } - - Method [ public method getRoutes ] { + Method [ public method getEscaperService ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method handle ] { + Method [ public method notice ] { - Parameters [1] { - Parameter #0 [ string $uri ] + Parameter #0 [ string $message ] } - - Return [ void ] + - Return [ ?string ] } - Method [ public method isExactControllerName ] { + Method [ public method setAutoescape ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $autoescape ] } - - Return [ bool ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method mount ] { + Method [ public method setAutomaticHtml ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + Parameter #0 [ bool $automaticHtml ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method notFound ] { + Method [ public method setCssClasses ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ array $cssClasses ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method removeExtraSlashes ] { + Method [ public method setCssIconClasses ] { - Parameters [1] { - Parameter #0 [ bool $remove ] + Parameter #0 [ array $cssIconClasses ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setDefaultAction ] { + Method [ public method setCustomTemplate ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ string $customTemplate ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setDefaultController ] { + Method [ public method setEscaperService ] { - Parameters [1] { - Parameter #0 [ string $controllerName ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setDefaultModule ] { + Method [ public method setImplicitFlush ] { - Parameters [1] { - Parameter #0 [ string $moduleName ] + Parameter #0 [ bool $implicitFlush ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ public method setDefaultNamespace ] { + Method [ public method success ] { - Parameters [1] { - Parameter #0 [ string $namespaceName ] + Parameter #0 [ string $message ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ ?string ] } - Method [ public method setDefaults ] { + Method [ public method outputMessage ] { - - Parameters [1] { - Parameter #0 [ array $defaults ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ ?string ] } - Method [ public method setEventsManager ] { + Method [ public method warning ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $message ] } - - Return [ void ] + - Return [ ?string ] } - Method [ public method setKeyRouteNames ] { + Method [ private method getTemplate ] { - - Parameters [1] { - Parameter #0 [ array $routeNames ] + - Parameters [2] { + Parameter #0 [ string $cssClassses ] + Parameter #1 [ string $cssIconClasses ] } - - Return [ Phalcon\Mvc\Router ] + - Return [ string ] } - Method [ public method setKeyRouteIds ] { + Method [ private method prepareEscapedMessage ] { - Parameters [1] { - Parameter #0 [ array $routeIds ] + Parameter #0 [ string $message ] } - - Return [ Phalcon\Mvc\Router ] + - Return [ string ] } - Method [ public method setUriSource ] { + Method [ private method prepareHtmlMessage ] { - - Parameters [1] { - Parameter #0 [ int $uriSource ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] } - - Return [ Phalcon\Mvc\Router ] + - Return [ string ] } - Method [ public method wasMatched ] { + Method [ private method checkClasses ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $type ] } - - Return [ bool ] + - Return [ string ] } Method [ public method getDI ] { @@ -23705,10 +23820,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Return [ void ] } + + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - Return [ ?string ] + } } } - Class [ class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] { + Class [ abstract class Phalcon\Html\Helper\Input\AbstractChecked extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -23719,173 +23843,176 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $type = 'text' ] + Property [ protected $attributes = NULL ] + Property [ protected $label = NULL ] + Property [ protected $strict = false ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ public method __wakeup ] { + Method [ public method __toString ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method label ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ final public method getCode ] { + Method [ public method strict ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $flag = true ] } + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ final public method getFile ] { + Method [ protected method processChecked ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final public method getLine ] { + Method [ protected method processUnchecked ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = null ] + Parameter #2 [ array $attributes = [] ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final public method getPrevious ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $value = null ] } - - Return [ ?Throwable ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final public method getTraceAsString ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [4] { - Property [ protected $connection = NULL ] - Property [ protected $options = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $ttl = 8600 ] - } - - - Methods [8] { - Method [ public method __construct ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method close ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method destroy ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method gc ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ int $max_lifetime ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ int|false ] + - Return [ array ] } - Method [ public method read ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ public method open ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $name ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method write ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method getPrefixedName ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Html\Helper\Input\AbstractGroup extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - Constants [0] { } @@ -23896,353 +24023,321 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] + - Properties [10] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $checked = NULL ] + Property [ protected $name = '' ] Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - Property [ protected $prefix = 'ph-apcu-' ] + Property [ protected $sharedAttributes = NULL ] + Property [ protected $type = 'checkbox' ] } - - Methods [42] { - Method [ public method __construct ] { + - Methods [15] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [4] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ $checked = ] + Parameter #3 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\AbstractGroup ] } - Method [ public method clear ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getKeys ] { + Method [ abstract protected method isChecked ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $value ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method setForever ] { + Method [ protected method renderItem ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ string $value ] + Parameter #1 [ $definition ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doDecrement ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ protected method doDelete ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doDeleteMultiple ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doGetData ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ protected method doHas ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ protected method doIncrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } - - Method [ protected method doSet ] { - - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] - } - - Return [ bool ] - } - - Method [ protected method phpApcuDec ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ int $step = 1 ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ protected method phpApcuDelete ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ protected method phpApcuExists ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } + - Return [ array ] } - Method [ protected method phpApcuInc ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ int $step = 1 ] - } - } - - Method [ protected method phpApcuFetch ] { - - - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ protected method phpApcuIterator ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $pattern ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } + - Return [ string ] } - Method [ protected method phpApcuStore ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $payload ] - Parameter #2 [ int $ttl = 0 ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } + - Return [ string ] } - Method [ public method decrement ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } + } + } - Method [ public method delete ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + Class [ abstract class Phalcon\Html\Link\AbstractLink ] { - Method [ public method deleteMultiple ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ array $keys ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ public method get ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $href = '' ] + Property [ protected $rels = NULL ] + Property [ protected $templated = false ] + } - Method [ public method getAdapter ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $rel = '' ] + Parameter #1 [ string $href = '' ] + Parameter #2 [ array $attributes = [] ] } } - Method [ public method getDefaultSerializer ] { + Method [ protected method doGetAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getLifetime ] { + Method [ protected method doGetHref ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getPrefix ] { + Method [ protected method doGetRels ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getSerializer ] { + Method [ protected method doIsTemplated ] { - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ bool ] } - Method [ public method has ] { + Method [ protected method hrefIsTemplated ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $href ] } - Return [ bool ] } - Method [ public method increment ] { + Method [ protected method doWithAttribute ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } - - Method [ public method set ] { - - - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] } - - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + Method [ protected method doWithHref ] { - Parameters [1] { - Parameter #0 [ string $serializer ] + Parameter #0 [ string $href ] } - - Return [ void ] } - Method [ protected method doGet ] { + Method [ protected method doWithRel ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] } } - Method [ protected method getFilteredKeys ] { + Method [ protected method doWithoutAttribute ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] } - Method [ protected method getPrefixedKey ] { + Method [ protected method doWithoutRel ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } - - Return [ string ] } + } + } - Method [ protected method getSerializedData ] { + Class [ abstract class Phalcon\Html\Link\AbstractLinkProvider ] { - - Parameters [1] { - Parameter #0 [ $content ] - } - } + - Constants [0] { + } - Method [ protected method getTtl ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $ttl ] - } - - Return [ int ] - } + - Static methods [0] { + } - Method [ protected method getUnserializedData ] { + - Properties [1] { + Property [ protected $links = NULL ] + } - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $links = [] ] } } - Method [ protected method initSerializer ] { + Method [ protected method doGetLinks ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ protected method getArrVal ] { + Method [ protected method doGetLinksByRel ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [1] { + Parameter #0 [ string $rel ] } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ protected method doWithLink ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ $link ] } - - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ protected method doWithoutLink ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $link ] } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method fire ] { + Method [ protected method getKey ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [1] { + Parameter #0 [ $link ] } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } @@ -24253,338 +24348,375 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - Property [ protected $prefix = 'ph-memc-' ] + - Properties [7] { + Property [ protected $file = NULL ] + Property [ protected $height = NULL ] + Property [ protected $image = NULL ] + Property [ protected $mime = NULL ] + Property [ protected $realpath = NULL ] + Property [ protected $type = NULL ] + Property [ protected $width = NULL ] } - - Methods [39] { - Method [ public method __construct ] { + - Methods [21] { + Method [ public method background ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = 100 ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method clear ] { + Method [ public method blur ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $radius ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getAdapter ] { + Method [ public method crop ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ $offsetX = ] + Parameter #3 [ $offsetY = ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getKeys ] { + Method [ public method flip ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ int $direction ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setForever ] { + Method [ public method getHeight ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ protected method doDecrement ] { + Method [ public method getImage ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } } - Method [ protected method doDelete ] { + Method [ public method getMime ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method getRealpath ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doHas ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ protected method doIncrement ] { + Method [ public method getWidth ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ int ] } - Method [ protected method doSet ] { + Method [ public method mask ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ private method setOptions ] { + Method [ public method pixelate ] { - - Parameters [2] { - Parameter #0 [ Memcached $connection ] - Parameter #1 [ array $client ] + - Parameters [1] { + Parameter #0 [ int $amount ] } - - Return [ Phalcon\Storage\Adapter\Libmemcached ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ private method setSasl ] { + Method [ public method reflection ] { - Parameters [3] { - Parameter #0 [ Memcached $connection ] - Parameter #1 [ string $saslUser ] - Parameter #2 [ string $saslPass ] + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity = 100 ] + Parameter #2 [ bool $fadeIn = false ] } - - Return [ Phalcon\Storage\Adapter\Libmemcached ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ private method setSerializer ] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ Memcached $connection ] + - Parameters [2] { + Parameter #0 [ ?string $extension = null ] + Parameter #1 [ int $quality = 100 ] } - - Return [ void ] + - Return [ string ] } - Method [ private method setServers ] { + Method [ public method resize ] { - - Parameters [2] { - Parameter #0 [ Memcached $connection ] - Parameter #1 [ array $servers ] + - Parameters [3] { + Parameter #0 [ ?int $width = null ] + Parameter #1 [ ?int $height = null ] + Parameter #2 [ int $master = null ] } - - Return [ Phalcon\Storage\Adapter\Libmemcached ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method decrement ] { + Method [ public method rotate ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ int $degrees ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method delete ] { + Method [ public method save ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ ?string $file = null ] + Parameter #1 [ int $quality = -1 ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method deleteMultiple ] { + Method [ public method sharpen ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ int $amount ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method get ] { + Method [ public method text ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX = ] + Parameter #2 [ $offsetY = ] + Parameter #3 [ int $opacity = 100 ] + Parameter #4 [ string $color = '000000' ] + Parameter #5 [ int $size = 12 ] + Parameter #6 [ ?string $fontFile = null ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getDefaultSerializer ] { + Method [ public method watermark ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX = 0 ] + Parameter #2 [ int $offsetY = 0 ] + Parameter #3 [ int $opacity = 100 ] } - - Return [ string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getLifetime ] { + Method [ protected method checkHighLow ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $min = 0 ] + Parameter #2 [ int $max = 100 ] } - Return [ int ] } + } + } - Method [ public method getPrefix ] { + Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter extends Phalcon\Support\Helper\Str\AbstractStr implements Phalcon\Logger\Formatter\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $dateFormat = 'c' ] + Property [ protected $interpolatorLeft = '%' ] + Property [ protected $interpolatorRight = '%' ] + } + + - Methods [10] { + Method [ public method getDateFormat ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSerializer ] { + Method [ public method setDateFormat ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $format ] } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ void ] } - Method [ public method has ] { + Method [ protected method getFormattedDate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method increment ] { + Method [ protected method getInterpolatedMessage ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #1 [ string $message ] } + - Return [ string ] } - Method [ public method set ] { + Method [ protected method toEndsWith ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] } - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ string $serializer ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = '%' ] + Parameter #3 [ string $right = '%' ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method doGet ] { + Method [ protected method toLower ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } + - Return [ string ] } - Method [ protected method doGetData ] { + Method [ protected method toStartsWith ] { - - Parameters [1] { - Parameter #0 [ string $key ] - } - } - - Method [ protected method getFilteredKeys ] { - - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getPrefixedKey ] { + Method [ protected method toUpper ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } - Return [ string ] } - Method [ protected method getSerializedData ] { + Method [ abstract public method format ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ string ] } + } + } - Method [ protected method getTtl ] { + Class [ abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - - Parameters [1] { - Parameter #0 [ $ttl ] - } - - Return [ int ] - } + - Constants [0] { + } - Method [ protected method getUnserializedData ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] - } - } + - Static methods [0] { + } - Method [ protected method initSerializer ] { + - Properties [1] { + Property [ protected $options = NULL ] + } - - Parameters [0] { + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ void ] } - Method [ protected method getArrVal ] { + Method [ protected method getOptions ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [1] { + Parameter #0 [ ?string $eventName = null ] } } - Method [ public method setEventsManager ] { + Method [ public method missingMethod ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments = [] ] } - - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ protected method mustTakeAction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $eventName ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ bool ] } - Method [ protected method fire ] { + Method [ public method notify ] { - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] } } } - Class [ class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { - - Constants [0] { + - Constants [5] { + Constant [ public int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { @@ -24594,300 +24726,242 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [10] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $prefix = 'ph-memo-' ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - Property [ protected $data = NULL ] + Property [ protected $activeRow = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $count = 0 ] + Property [ protected $errorMessages = NULL ] + Property [ protected $hydrateMode = 0 ] + Property [ protected $isFresh = true ] + Property [ protected $pointer = 0 ] + Property [ protected $row = NULL ] + Property [ protected $rows = NULL ] + Property [ protected $result = NULL ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [30] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ $result ] + Parameter #1 [ $cache = ] } } - Method [ public method clear ] { + Method [ final public method count ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] - } - - Return [ array ] - } - - Method [ public method setForever ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ protected method doDecrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } + - Return [ int ] } - Method [ protected method doDelete ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } - Method [ protected method doGetData ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - } - - Method [ protected method doHas ] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ protected method doIncrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ $filter ] } + - Return [ array ] } - Method [ protected method doSet ] { + Method [ public method getCache ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Cache\CacheInterface ] } - Method [ public method decrement ] { + Method [ public method getFirst ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } } - Method [ public method delete ] { + Method [ public method getHydrateMode ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method deleteMultiple ] { + Method [ public method getLast ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method get ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method getAdapter ] { + Method [ public method isFresh ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method getDefaultSerializer ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getLifetime ] { + Method [ public method key ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?int ] } - Method [ public method getPrefix ] { + Method [ public method next ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getSerializer ] { + Method [ public method offsetGet ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $index ] } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ mixed ] } - Method [ public method has ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $index ] } - Return [ bool ] } - Method [ public method increment ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method set ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ $offset ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method setDefaultSerializer ] { + Method [ final public method rewind ] { - - Parameters [1] { - Parameter #0 [ string $serializer ] + - Parameters [0] { } - Return [ void ] } - Method [ protected method doGet ] { + Method [ final public method seek ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ $position ] } + - Return [ void ] } - Method [ protected method getFilteredKeys ] { + Method [ public method setHydrateMode ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ int $hydrateMode ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ protected method getPrefixedKey ] { + Method [ public method setIsFresh ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ bool $isFresh ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ protected method getSerializedData ] { + Method [ public method update ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] } + - Return [ bool ] } - Method [ protected method getTtl ] { + Method [ public method valid ] { - - Parameters [1] { - Parameter #0 [ $ttl ] + - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ protected method getUnserializedData ] { + Method [ public method refresh ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method initSerializer ] { + Method [ public method getResult ] { - Parameters [0] { } - - Return [ void ] } - Method [ protected method getArrVal ] { + Method [ abstract public method toArray ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ abstract public method current ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Tentative return [ mixed ] } - Method [ public method getEventsManager ] { + Method [ abstract public method serialize ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method fire ] { + Method [ abstract public method unserialize ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ void ] } } } - Class [ class Phalcon\Storage\Adapter\RedisCluster extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -24898,308 +24972,400 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] + - Properties [3] { + Property [ protected $container = NULL ] Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - Property [ protected $prefix = 'ph-redc-' ] + Property [ protected $view = NULL ] } - - Methods [36] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } - Method [ public method clear ] { + Method [ public method getContent ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getAdapter ] { + Method [ public method getEventsManager ] { - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ private method setSerializer ] { + Method [ public method getView ] { - - Parameters [1] { - Parameter #0 [ RedisCluster $connection ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\ViewBaseInterface ] } - Method [ public method getKeys ] { + Method [ public method partial ] { - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] } - - Return [ array ] + - Return [ void ] } - Method [ public method setForever ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method doDecrement ] { + Method [ protected method fireManagerEvent ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } } - Method [ protected method doDelete ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $propertyName ] } - - Return [ bool ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ protected method doHas ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method doIncrement ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ protected method doSet ] { + Method [ abstract public method render ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean = false ] } - - Return [ bool ] } + } + } - Method [ public method decrement ] { + Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } + - Constants [0] { + } - Method [ public method delete ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapter = NULL ] + } + + - Methods [7] { + Method [ public method close ] { + + - Parameters [0] { } - Return [ bool ] } - Method [ public method deleteMultiple ] { + Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ $id ] } - Return [ bool ] } - Method [ public method get ] { + Method [ public method gc ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ int $max_lifetime ] } + - Return [ int|false ] } - Method [ public method getDefaultSerializer ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $id ] } - Return [ string ] } - Method [ public method getLifetime ] { + Method [ public method open ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $name ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method getPrefix ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getSerializer ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + } + } - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + Class [ abstract class Phalcon\Acl\Adapter\AbstractAdapter extends Phalcon\Events\AbstractEventsAware implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Method [ public method increment ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $eventsManager = NULL ] + Property [ protected $accessGranted = false ] + Property [ protected $activeAccess = NULL ] + Property [ protected $activeComponent = NULL ] + Property [ protected $activeRole = NULL ] + Property [ protected $defaultAccess = 0 ] + } + + - Methods [23] { + Method [ public method getActiveAccess ] { + + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method set ] { + Method [ public method getActiveComponent ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method setDefaultSerializer ] { + Method [ public method getActiveRole ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ string $serializer ] + Parameter #0 [ int $defaultAccess ] } - Return [ void ] } - Method [ protected method doGet ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method doGetData ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ protected method getFilteredKeys ] { + Method [ protected method fireManagerEvent ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } - - Return [ array ] } - Method [ protected method getPrefixedKey ] { + Method [ abstract public method addInherit ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherits ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getSerializedData ] { + Method [ abstract public method addRole ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits = ] } + - Return [ bool ] } - Method [ protected method getTtl ] { + Method [ abstract public method addComponent ] { - - Parameters [1] { - Parameter #0 [ $ttl ] + - Parameters [2] { + Parameter #0 [ $componentValue ] + Parameter #1 [ $accessList ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method getUnserializedData ] { + Method [ abstract public method addComponentAccess ] { - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } + - Return [ bool ] } - Method [ protected method initSerializer ] { + Method [ abstract public method allow ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func = ] } - Return [ void ] } - Method [ protected method getArrVal ] { + Method [ abstract public method deny ] { - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func = ] } + - Return [ void ] } - Method [ public method setEventsManager ] { + Method [ abstract public method dropComponentAccess ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ abstract public method getComponents ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ protected method fire ] { + Method [ abstract public method getInheritedRoles ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [1] { + Parameter #0 [ string $roleName = '' ] + } + - Return [ array ] + } + + Method [ abstract public method getNoArgumentsDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getRoles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method isAllowed ] { + + - Parameters [4] { + Parameter #0 [ $roleName ] + Parameter #1 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ ?array $parameters = [] ] + } + - Return [ bool ] + } + + Method [ abstract public method isComponent ] { + + - Parameters [1] { + Parameter #0 [ string $componentName ] + } + - Return [ bool ] + } + + Method [ abstract public method isRole ] { + + - Parameters [1] { + Parameter #0 [ string $roleName ] + } + - Return [ bool ] + } + + Method [ abstract public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] } - Return [ void ] } } } - Class [ class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + Class [ abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -25210,77 +25376,65 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [10] { + - Properties [2] { Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - Property [ protected $prefix = 'ph-strm' ] - Property [ protected $storageDir = '' ] } - - Methods [49] { - Method [ public method __construct ] { + - Methods [24] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] } } - Method [ public method clear ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getKeys ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ public method setForever ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method doDecrement ] { + Method [ protected method checkKey ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] } + - Return [ void ] } - Method [ protected method doDelete ] { + Method [ protected method checkKeys ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $keys ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method doGet ] { + Method [ protected method doClear ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method doHas ] { + Method [ protected method doDelete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -25288,643 +25442,670 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ protected method doIncrement ] { + Method [ protected method doDeleteMultiple ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ $keys ] } + - Return [ bool ] } - Method [ protected method doSet ] { + Method [ protected method doGet ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ private method getDir ] { + Method [ protected method doGetMultiple ] { - - Parameters [1] { - Parameter #0 [ string $key = '' ] + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] + - Return [ array ] } - Method [ private method getFilepath ] { + Method [ protected method doHas ] { - Parameters [1] { Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ private method getKeyWithoutPrefix ] { + Method [ protected method doSet ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ string ] + - Return [ bool ] } - Method [ private method getIterator ] { + Method [ protected method doSetMultiple ] { - - Parameters [1] { - Parameter #0 [ string $dir ] + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] } - - Return [ Iterator ] + - Return [ bool ] } - Method [ private method getPayload ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ string $filepath ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ array ] + - Return [ void ] } - Method [ private method isExpired ] { + Method [ abstract protected method getExceptionClass ] { - - Parameters [1] { - Parameter #0 [ array $payload ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ private method storePayload ] { + Method [ abstract public method clear ] { - - Parameters [2] { - Parameter #0 [ array $payload ] - Parameter #1 [ string $key ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method phpFileExists ] { + Method [ abstract public method delete ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ protected method phpFileGetContents ] { + Method [ abstract public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ $keys ] } + - Return [ bool ] } - Method [ protected method phpFilePutContents ] { + Method [ abstract public method get ] { - - Parameters [4] { - Parameter #0 [ string $filename ] - Parameter #1 [ $data ] - Parameter #2 [ int $flags = 0 ] - Parameter #3 [ $context = ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method phpFopen ] { + Method [ abstract public method getMultiple ] { - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode ] + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method phpUnlink ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ private method getDirFromFile ] { + Method [ abstract public method set ] { - - Parameters [1] { - Parameter #0 [ string $file ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ string ] + - Return [ bool ] } - Method [ private method getDirSeparator ] { + Method [ abstract public method setMultiple ] { - - Parameters [1] { - Parameter #0 [ string $directory ] + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] } - - Return [ string ] + - Return [ bool ] } + } + } - Method [ public method decrement ] { + Class [ class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method serviceCannotBeResolved ] { + + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Di\Exception ] } - Method [ public method delete ] { + Method [ static public method serviceNotFound ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Di\Exception ] } - Method [ public method deleteMultiple ] { + Method [ static public method unknownServiceInParameter ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ int $position ] } - - Return [ bool ] + - Return [ Phalcon\Di\Exception ] } - Method [ protected method doDeleteMultiple ] { + Method [ static public method undefinedMethod ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ string $method ] } - - Return [ bool ] + - Return [ Phalcon\Di\Exception ] } + } - Method [ public method get ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - 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 getAdapter ] { + Method [ public method __wakeup ] { - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method getDefaultSerializer ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getLifetime ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ int ] } - Method [ public method getPrefix ] { + Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSerializer ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ int ] } - Method [ public method has ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method increment ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method set ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setDefaultSerializer ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $serializer ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } + } + } - Method [ protected method doGetData ] { + Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { - - Parameters [1] { - Parameter #0 [ string $key ] - } - } + - Constants [0] { + } - Method [ protected method getFilteredKeys ] { + - Static properties [1] { + Property [ protected static $defaultContainer = NULL ] + } - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Static methods [3] { + Method [ static public method getDefault ] { + + - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Di\DiInterface ] } - Method [ protected method getPrefixedKey ] { + Method [ static public method reset ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method getSerializedData ] { + Method [ static public method setDefault ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } - Method [ protected method getTtl ] { + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $services = NULL ] + Property [ protected $sharedInstances = NULL ] + } - - Parameters [1] { - Parameter #0 [ $ttl ] + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [0] { } - - Return [ int ] } - Method [ protected method getUnserializedData ] { + Method [ public method __call ] { - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments = [] ] } } - Method [ protected method initSerializer ] { + Method [ public method attempt ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } - - Return [ void ] } - Method [ protected method getArrVal ] { + Method [ public method get ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } } - Method [ public method setEventsManager ] { + Method [ public method getAlias ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method fire ] { + Method [ public method getRaw ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] } - } - } - - Class [ class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [11] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $prefix = 'ph-memo-' ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $eventType = 'storage' ] - Property [ protected $fetching = NULL ] - Property [ protected $weakList = NULL ] - Property [ protected $options = NULL ] - } - - Methods [35] { - Method [ public method __construct ] { + Method [ public method getService ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method clear ] { + Method [ public method getServices ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method getKeys ] { + Method [ public method getShared ] { - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } - - Return [ array ] } - Method [ public method setForever ] { + Method [ protected method loadFromConfig ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method setDefaultSerializer ] { + Method [ public method loadFromPhp ] { - Parameters [1] { - Parameter #0 [ string $serializer ] + Parameter #0 [ string $filePath ] } - Return [ void ] } - Method [ protected method doDecrement ] { + Method [ public method loadFromYaml ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $filePath ] + Parameter #1 [ ?array $callbacks = [] ] } + - Return [ void ] } - Method [ protected method doDelete ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ protected method doGet ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ protected method doHas ] { + Method [ public method hasShared ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ protected method doIncrement ] { + Method [ public method offsetGet ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ mixed ] } - Method [ protected method doSet ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ $name ] } - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $name ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method deleteMultiple ] { + Method [ public method register ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method get ] { + Method [ public method removeShared ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method getAdapter ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method getDefaultSerializer ] { + Method [ public method setAlias ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $aliases ] } - - Return [ string ] + - Return [ Phalcon\Di\Di ] } - Method [ public method getLifetime ] { + Method [ public method setInternalEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ int ] } - Method [ public method getPrefix ] { + Method [ public method setService ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - - Return [ string ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method getSerializer ] { + Method [ public method setShared ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ Phalcon\Di\ServiceInterface ] } + } + } - Method [ public method has ] { + Class [ class Phalcon\Encryption\Crypt\Exception\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method increment ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - 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 set ] { + Method [ public method __wakeup ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ protected method doGetData ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method getFilteredKeys ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method getPrefixedKey ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method getSerializedData ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [0] { } + - Return [ int ] } - Method [ protected method getTtl ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ $ttl ] + - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ protected method getUnserializedData ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ protected method initSerializer ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method getArrVal ] { + Method [ public method __toString ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ string ] } + } + } - Method [ public method setEventsManager ] { + Class [ abstract class Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $algorithm = '' ] + } + + - Methods [4] { + Method [ public method getAlgorithm ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ abstract public method getAlgHeader ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ protected method fire ] { + Method [ abstract public method sign ] { - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] } - - Return [ void ] + - Return [ string ] + } + + Method [ abstract public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] } } } - Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ abstract class Phalcon\Filter\Validation\AbstractCombinedFieldsValidator extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -25935,105 +26116,131 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + - Properties [3] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] } - - Methods [12] { - Method [ public method serialize ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ protected method phpIgbinarySerialize ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ?string $field = null ] } - - Return [ ?string ] + - Return [ string ] } - Method [ protected method doSerialize ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ protected method doUnserialize ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } - Method [ public method __construct ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __unserialize ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getData ] { + Method [ abstract public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method isSuccess ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method setData ] { + Method [ protected method checkArray ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ void ] } - Method [ protected method isSerializable ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ bool ] } } } - Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList implements Stringable ] { - Constants [0] { } @@ -26044,88 +26251,156 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $elementTag = 'li' ] + Property [ protected $store = NULL ] + Property [ protected $forceRaw = false ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [15] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #2 [ bool $forceRaw = false ] } } - Method [ public method __wakeup ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ bool $raw = false ] } - - Tentative return [ void ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ final public method getMessage ] { + Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] + Parameter #2 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ final public method getFile ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method injectAttribute ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { + Class [ class Phalcon\Html\Helper\Style extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Constants [0] { } @@ -26136,279 +26411,315 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [17] { - Property [ protected $eventsManager = NULL ] - Property [ protected $accessGranted = false ] - Property [ protected $activeAccess = NULL ] - Property [ protected $activeComponent = NULL ] - Property [ protected $activeRole = NULL ] - Property [ protected $defaultAccess = 0 ] - Property [ protected $access = NULL ] - Property [ protected $accessList = NULL ] - Property [ protected $activeFunction = NULL ] - Property [ protected $activeFunctionCustomArgumentsCount = 0 ] - Property [ protected $activeKey = NULL ] - Property [ protected $components = NULL ] - Property [ protected $componentsNames = NULL ] - Property [ protected $func = NULL ] - Property [ protected $noArgumentsDefaultAction = 0 ] - Property [ protected $roles = NULL ] - Property [ protected $roleInherits = NULL ] + - Properties [8] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] + Property [ private $isStyle = false ] } - - Methods [30] { - Method [ public method __construct ] { + - Methods [19] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ int $position = -1 ] } } - Method [ public method addComponent ] { + Method [ public method setStyle ] { - - Parameters [2] { - Parameter #0 [ $componentValue ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ bool $flag ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\Style ] } - Method [ public method addComponentAccess ] { + Method [ protected method getAttributes ] { - Parameters [2] { - Parameter #0 [ string $componentName ] - Parameter #1 [ $accessList ] + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method addInherit ] { + Method [ protected method getTag ] { - - Parameters [2] { - Parameter #0 [ string $roleName ] - Parameter #1 [ $roleToInherits ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method addRole ] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ $role ] - Parameter #1 [ $accessInherits = ] + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method allow ] { + Method [ public method __toString ] { - - Parameters [4] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ $access ] - Parameter #3 [ $func = ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method deny ] { + Method [ public method reset ] { - - Parameters [4] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ $access ] - Parameter #3 [ $func = ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method dropComponentAccess ] { + Method [ protected method pushOrPlace ] { - Parameters [2] { - Parameter #0 [ string $componentName ] - Parameter #1 [ $accessList ] + Parameter #0 [ array $entry ] + Parameter #1 [ int $position = -1 ] } - Return [ void ] } - Method [ public method getActiveFunction ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ public method getActiveFunctionCustomArgumentsCount ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ int ] + - Return [ string ] } - Method [ public method getActiveKey ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getComponents ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method getInheritedRoles ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $roleName = '' ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getNoArgumentsDefaultAction ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ public method getRoles ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ public method isAllowed ] { + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $componentName ] - Parameter #2 [ string $access ] - Parameter #3 [ ?array $parameters = [] ] + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isRole ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $roleName ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isComponent ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ string $componentName ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method setNoArgumentsDefaultAction ] { + Class [ class Phalcon\Html\Link\Link extends Phalcon\Html\Link\AbstractLink implements Phalcon\Html\Link\Interfaces\LinkInterface ] { - - Parameters [1] { - Parameter #0 [ int $defaultAccess ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $href = '' ] + Property [ protected $rels = NULL ] + Property [ protected $templated = false ] + } + + - Methods [15] { + Method [ public method getAttributes ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ private method allowOrDeny ] { + Method [ public method getHref ] { - - Parameters [5] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ $access ] - Parameter #3 [ $action ] - Parameter #4 [ $func = ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ private method canAccess ] { + Method [ public method getRels ] { - - Parameters [3] { - Parameter #0 [ string $roleName ] - Parameter #1 [ string $componentName ] - Parameter #2 [ string $access ] + - Parameters [0] { } + - Return [ array ] } - Method [ private method checkExists ] { + Method [ public method isTemplated ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $element ] - Parameter #2 [ string $elementName ] - Parameter #3 [ string $suffix = 'ACL' ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method getActiveAccess ] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $rel = '' ] + Parameter #1 [ string $href = '' ] + Parameter #2 [ array $attributes = [] ] + } + } + + Method [ protected method doGetAttributes ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ public method getActiveComponent ] { + Method [ protected method doGetHref ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getActiveRole ] { + Method [ protected method doGetRels ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ public method getDefaultAction ] { + Method [ protected method doIsTemplated ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ public method setDefaultAction ] { + Method [ protected method hrefIsTemplated ] { - Parameters [1] { - Parameter #0 [ int $defaultAccess ] + Parameter #0 [ string $href ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method getEventsManager ] { + Method [ protected method doWithAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method setEventsManager ] { + Method [ protected method doWithHref ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $href ] } - - Return [ void ] } - Method [ protected method fireManagerEvent ] { + Method [ protected method doWithRel ] { - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method doWithoutAttribute ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method doWithoutRel ] { + + - Parameters [1] { + Parameter #0 [ string $key ] } } } } - Class [ class Phalcon\Acl\Component implements Stringable, Phalcon\Acl\ComponentInterface ] { + Class [ class Phalcon\Html\Link\LinkProvider extends Phalcon\Html\Link\AbstractLinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - Constants [0] { } @@ -26419,66 +26730,84 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ private $description = NULL ] - Property [ private $name = NULL ] + - Properties [1] { + Property [ protected $links = NULL ] } - - Methods [4] { - Method [ public method __construct ] { + - Methods [8] { + Method [ public method getLinks ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $description = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getLinksByRel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $rel ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getDescription ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $links = [] ] } - - Return [ string ] } - Method [ public method getName ] { + Method [ protected method doGetLinks ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - Class [ class Phalcon\Acl\Enum ] { + Method [ protected method doGetLinksByRel ] { - - Constants [2] { - Constant [ public int ALLOW ] { 1 } - Constant [ public int DENY ] { 0 } - } + - Parameters [1] { + Parameter #0 [ string $rel ] + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ protected method doWithLink ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $link ] + } + } - - Properties [0] { - } + Method [ protected method doWithoutLink ] { - - Methods [0] { + - Parameters [1] { + Parameter #0 [ $link ] + } + } + + Method [ protected method getKey ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + - Return [ string ] + } } } - Class [ class Phalcon\Acl\Exception extends Exception implements Throwable, Stringable ] { + Class [ abstract class Phalcon\Logger\AbstractLogger ] { - - Constants [0] { + - Constants [9] { + Constant [ public int ALERT ] { 2 } + Constant [ public int CRITICAL ] { 1 } + Constant [ public int CUSTOM ] { 8 } + Constant [ public int DEBUG ] { 7 } + Constant [ public int EMERGENCY ] { 0 } + Constant [ public int ERROR ] { 3 } + Constant [ public int INFO ] { 6 } + Constant [ public int NOTICE ] { 5 } + Constant [ public int WARNING ] { 4 } } - Static properties [0] { @@ -26487,136 +26816,122 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [5] { + Property [ protected $adapters = NULL ] + Property [ protected $excluded = NULL ] + Property [ protected $logLevel = 8 ] + Property [ protected $name = '' ] + Property [ protected $timezone = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters = [] ] + Parameter #2 [ ?DateTimeZone $timezone = ] } } - Method [ public method __wakeup ] { + Method [ public method addAdapter ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] } - - Tentative return [ void ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ final public method getMessage ] { + Method [ public method excludeAdapters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $adapters = [] ] } - - Return [ string ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ final public method getCode ] { + Method [ public method getAdapter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final public method getFile ] { + Method [ public method getAdapters ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method getLogLevel ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method removeAdapter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ ?Throwable ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ final public method getTraceAsString ] { + Method [ public method setAdapters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $adapters ] } - - Return [ string ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method __toString ] { + Method [ public method setLogLevel ] { - - Parameters [0] { - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Acl\Role implements Stringable, Phalcon\Acl\RoleInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $description = NULL ] - Property [ private $name = NULL ] - } - - - Methods [4] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $description = null ] + - Parameters [1] { + Parameter #0 [ int $level ] } + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method __toString ] { + Method [ protected method addMessage ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ int $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getDescription ] { + Method [ protected method getLevelNumber ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $level ] } - - Return [ string ] + - Return [ int ] } - Method [ public method getName ] { + Method [ protected method getLevels ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } } } - Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -26628,114 +26943,93 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [4] { - Property [ protected $annotations = NULL ] - Property [ protected $reader = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $ttl = 172800 ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [12] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method read ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method write ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method get ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Reflection ] + - Return [ string ] } - Method [ public method getConstant ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $constantName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getConstants ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getProperty ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $propertyName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] + - Return [ int ] } - Method [ public method getProperties ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getMethod ] { - - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] - } - - Return [ Phalcon\Annotations\Collection ] - } - - Method [ public method getMethods ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Throwable ] } - Method [ public method getReader ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ Phalcon\Annotations\ReaderInterface ] + - Return [ string ] } - Method [ public method setReader ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + - Parameters [0] { } + - Return [ string ] } } } - Class [ class Phalcon\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + Class [ class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - Constants [0] { + - Constants [4] { + Constant [ public int POSITION_FIRST ] { 0 } + Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -26744,513 +27038,454 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $annotations = NULL ] - Property [ protected $reader = NULL ] - Property [ protected $data = NULL ] + - Properties [23] { + Property [ protected $container = NULL ] + Property [ protected $action = '' ] + Property [ protected $controller = '' ] + Property [ protected $defaultAction = '' ] + Property [ protected $defaultController = '' ] + Property [ protected $defaultModule = '' ] + Property [ protected $defaultNamespace = '' ] + Property [ protected $defaultParams = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $keyRouteNames = NULL ] + Property [ protected $keyRouteIds = NULL ] + Property [ protected $matchedRoute = NULL ] + Property [ protected $matches = NULL ] + Property [ protected $methodRoutes = NULL ] + Property [ protected $methodRoutesDirty = true ] + Property [ protected $module = '' ] + Property [ protected $namespaceName = '' ] + Property [ protected $notFoundPaths = NULL ] + Property [ protected $params = NULL ] + Property [ protected $removeExtraSlashes = false ] + Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] + Property [ protected $wasMatched = false ] } - - Methods [12] { + - Methods [52] { Method [ public method __construct ] { - - Parameters [0] { - } - } - - Method [ public method read ] { - - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ bool $defaultRoutes = true ] } } - Method [ public method write ] { + Method [ public method add ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] + - Parameters [4] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] + Parameter #3 [ int $position = null ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method get ] { + Method [ public method addConnect ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ Phalcon\Annotations\Reflection ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getConstant ] { + Method [ public method addDelete ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $constantName ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getConstants ] { + Method [ public method addGet ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getProperty ] { + Method [ public method addHead ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $propertyName ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getProperties ] { + Method [ public method addOptions ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getMethod ] { + Method [ public method addPatch ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ Phalcon\Annotations\Collection ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getMethods ] { + Method [ public method addPost ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getReader ] { + Method [ public method addPurge ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ Phalcon\Annotations\ReaderInterface ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method setReader ] { + Method [ public method addPut ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - - Class [ class Phalcon\Annotations\Adapter\Stream extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $annotations = NULL ] - Property [ protected $reader = NULL ] - Property [ protected $annotationsDir = './' ] - } - - Methods [12] { - Method [ public method __construct ] { + Method [ public method addTrace ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method read ] { + Method [ public method attach ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ int $position = null ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method write ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] + - Parameters [0] { } - Return [ void ] } - Method [ public method get ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Reflection ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getConstant ] { + Method [ public method getActionName ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $constantName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] + - Return [ string ] } - Method [ public method getConstants ] { + Method [ public method getControllerName ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getProperty ] { + Method [ public method getDefaults ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $propertyName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] + - Return [ array ] } - Method [ public method getProperties ] { + Method [ public method getKeyRouteNames ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getMethod ] { + Method [ public method getKeyRouteIds ] { - - Parameters [2] { - Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + - Parameters [0] { } - - Return [ Phalcon\Annotations\Collection ] + - Return [ array ] } - Method [ public method getMethods ] { + Method [ public method getMatchedRoute ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getReader ] { + Method [ public method getMatches ] { - Parameters [0] { } - - Return [ Phalcon\Annotations\ReaderInterface ] + - Return [ array ] } - Method [ public method setReader ] { + Method [ public method getMethodRoutes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + - Parameters [0] { } + - Return [ array ] } - } - } - - Class [ class Phalcon\Annotations\Annotation ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $arguments = NULL ] - Property [ protected $exprArguments = NULL ] - Property [ protected $name = NULL ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getModuleName ] { - - Parameters [1] { - Parameter #0 [ array $reflectionData ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getArgument ] { + Method [ public method getNamespaceName ] { - - Parameters [1] { - Parameter #0 [ $position ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getArguments ] { + Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getExprArguments ] { + Method [ public method getRewriteUri ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getExpression ] { + Method [ protected method extractRealUri ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ string $uri ] } + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method rebuildMethodIndex ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ void ] } - Method [ public method getNamedArgument ] { + Method [ public method getRouteById ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $id ] } } - Method [ public method getNamedParameter ] { + Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } - Method [ public method hasArgument ] { + Method [ public method getRoutes ] { - - Parameters [1] { - Parameter #0 [ $position ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method numberArguments ] { + Method [ public method handle ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $uri ] } - - Return [ int ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Annotations\AnnotationsFactory 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 ] { + Method [ public method isExactControllerName ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method load ] { + Method [ public method loadFromConfig ] { - Parameters [1] { Parameter #0 [ $config ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method newInstance ] { + Method [ protected method addRouteFromConfig ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ array $routeData ] } - - Return [ Phalcon\Annotations\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ protected method getExceptionClass ] { + Method [ protected method mountGroupFromConfig ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $groupData ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getServices ] { + Method [ public method mount ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - - Return [ array ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method getService ] { + Method [ public method notFound ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $paths ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method init ] { + Method [ public method removeExtraSlashes ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ bool $remove ] } - - Return [ void ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method checkConfig ] { + Method [ public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ $config ] - } - - Return [ array ] - } - - Method [ protected method checkConfigElement ] { - - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ string $actionName ] } - - Return [ array ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method getException ] { + Method [ public method setDefaultController ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $controllerName ] } - - Return [ Exception ] + - Return [ Phalcon\Mvc\RouterInterface ] } - } - } - - Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $annotations = NULL ] - Property [ protected $position = 0 ] - } - - Methods [11] { - Method [ public method __construct ] { + Method [ public method setDefaultModule ] { - Parameters [1] { - Parameter #0 [ array $reflectionData = [] ] + Parameter #0 [ string $moduleName ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method count ] { + Method [ public method setDefaultNamespace ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } - - Return [ int ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method current ] { + Method [ public method setDefaults ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $defaults ] } - - Return [ mixed ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method get ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ Phalcon\Annotations\Annotation ] + - Return [ void ] } - Method [ public method getAll ] { + Method [ public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $routeNames ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router ] } - Method [ public method getAnnotations ] { + Method [ public method setKeyRouteIds ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $routeIds ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router ] } - Method [ public method has ] { + Method [ public method setUriSource ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ int $uriSource ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Router ] } - Method [ public method key ] { + Method [ public method wasMatched ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ public method next ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method rewind ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - - Method [ public method valid ] { - - - Parameters [0] { - } - - Return [ bool ] - } } } - Class [ class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\View\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -27342,7 +27577,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { + Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - Constants [0] { } @@ -27350,97 +27585,84 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method parseDocBlock ] { - - - Parameters [3] { - Parameter #0 [ string $docBlock ] - Parameter #1 [ $file = ] - Parameter #2 [ $line = ] - } - - Return [ array ] - } + - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $connection = NULL ] + Property [ protected $options = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $ttl = 8600 ] } - - Methods [1] { - Method [ public method parse ] { + - Methods [8] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - } - } - - Class [ class Phalcon\Annotations\Reflection ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method close ] { - - Properties [5] { - Property [ protected $classAnnotations = NULL ] - Property [ protected $constantAnnotations = NULL ] - Property [ protected $propertyAnnotations = NULL ] - Property [ protected $methodAnnotations = NULL ] - Property [ protected $reflectionData = NULL ] - } + - Parameters [0] { + } + - Return [ bool ] + } - - Methods [6] { - Method [ public method __construct ] { + Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ array $reflectionData = [] ] + Parameter #0 [ $id ] } + - Return [ bool ] } - Method [ public method getClassAnnotations ] { + Method [ public method gc ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $max_lifetime ] } - - Return [ ?Phalcon\Annotations\Collection ] + - Return [ int|false ] } - Method [ public method getConstantsAnnotations ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $id ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getPropertiesAnnotations ] { + Method [ public method open ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getMethodsAnnotations ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getReflectionData ] { + Method [ protected method getPrefixedName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $name ] } - - Return [ array ] + - Return [ string ] } } } - Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -27451,997 +27673,998 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $attributes = NULL ] - Property [ protected $isAutoVersion = false ] - Property [ protected $filter = NULL ] - Property [ protected $isLocal = NULL ] - Property [ protected $path = NULL ] - Property [ protected $sourcePath = NULL ] - Property [ protected $targetPath = NULL ] - Property [ protected $targetUri = NULL ] - Property [ protected $type = NULL ] - Property [ protected $version = NULL ] + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $prefix = 'ph-apcu-' ] } - - Methods [28] { - Method [ public method __construct ] { + - Methods [42] { + Method [ public method __construct ] { - - Parameters [6] { - Parameter #0 [ string $path ] - Parameter #1 [ bool $local = true ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] - Parameter #4 [ ?string $version = null ] - Parameter #5 [ bool $autoVersion = false ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getAssetKey ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method getKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } - Return [ array ] } - Method [ public method getContent ] { + Method [ public method setForever ] { - - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getFilter ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method getPath ] { + Method [ protected method doDelete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getRealSourcePath ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + Parameter #0 [ array $keys ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getRealTargetPath ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + Parameter #0 [ string $key ] } - - Return [ string ] } - Method [ public method getRealTargetUri ] { + Method [ protected method doHas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getSourcePath ] { + Method [ protected method doIncrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ public method getTargetPath ] { + Method [ protected method doSet ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getTargetUri ] { + Method [ protected method phpApcuDec ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ int $step = 1 ] } - - Return [ string ] } - Method [ public method getType ] { + Method [ protected method phpApcuDelete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ string ] } - Method [ public method getVersion ] { + Method [ protected method phpApcuExists ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ ?string ] } - Method [ public method isAutoVersion ] { + Method [ protected method phpApcuInc ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ int $step = 1 ] } - - Return [ bool ] } - Method [ public method isLocal ] { + Method [ protected method phpApcuFetch ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ protected method phpApcuIterator ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $pattern ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setAutoVersion ] { + Method [ protected method phpApcuStore ] { - - Parameters [1] { - Parameter #0 [ bool $flag ] + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $payload ] + Parameter #2 [ int $ttl = 0 ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ public method decrement ] { - - Parameters [1] { - Parameter #0 [ bool $filter ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setIsLocal ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ bool $flag ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setSourcePath ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $sourcePath ] + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setTargetPath ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ string $targetPath ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setTargetUri ] { + Method [ public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ string $targetUri ] + - Parameters [0] { } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setType ] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [0] { } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ string ] } - Method [ public method setPath ] { + Method [ public method getLifetime ] { - - Parameters [1] { - Parameter #0 [ string $path ] + - Parameters [0] { } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ int ] } - Method [ public method setVersion ] { + Method [ public method getPrefix ] { - - Parameters [1] { - Parameter #0 [ string $version ] + - Parameters [0] { } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ string ] } - Method [ protected method phpFileExists ] { + Method [ public method getSerializer ] { - - Parameters [1] { - Parameter #0 [ string $filename ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ protected method phpFileGetContents ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ string $key ] } + - Return [ bool ] } - } - } - - Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [10] { - Property [ protected $attributes = NULL ] - Property [ protected $isAutoVersion = false ] - Property [ protected $filter = NULL ] - Property [ protected $isLocal = NULL ] - Property [ protected $path = NULL ] - Property [ protected $sourcePath = NULL ] - Property [ protected $targetPath = NULL ] - Property [ protected $targetUri = NULL ] - Property [ protected $type = NULL ] - Property [ protected $version = NULL ] - } - - Methods [28] { - Method [ public method __construct ] { + Method [ public method increment ] { - - Parameters [6] { - Parameter #0 [ string $path ] - Parameter #1 [ bool $local = true ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] - Parameter #4 [ ?string $version = null ] - Parameter #5 [ bool $autoVersion = false ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method getAssetKey ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method setDefaultSerializer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serializer ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getContent ] { + Method [ protected method doGet ] { - - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method getFilter ] { + Method [ protected method getFilteredKeys ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method getPath ] { + Method [ protected method getPrefixedKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - Return [ string ] } - Method [ public method getRealSourcePath ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + Parameter #0 [ $content ] } - - Return [ string ] } - Method [ public method getRealTargetPath ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ ?string $basePath = null ] + Parameter #0 [ $ttl ] } - - Return [ string ] + - Return [ int ] } - Method [ public method getRealTargetUri ] { + Method [ protected method getUnserializedData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method getSourcePath ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getTargetPath ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ string ] } - Method [ public method getTargetUri ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getType ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getVersion ] { + Method [ protected method fire ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ ?string ] + - Return [ void ] } + } + } - Method [ public method isAutoVersion ] { + Class [ class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $prefix = 'ph-memc-' ] + } + + - Methods [39] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method isLocal ] { + Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setAutoVersion ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ bool $flag ] + Parameter #0 [ string $prefix = '' ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ array ] } - Method [ public method setFilter ] { + Method [ public method setForever ] { - - Parameters [1] { - Parameter #0 [ bool $filter ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setIsLocal ] { + Method [ protected method doDecrement ] { - - Parameters [1] { - Parameter #0 [ bool $flag ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setSourcePath ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $sourcePath ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setTargetPath ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $targetPath ] + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setTargetUri ] { + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ string $targetUri ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setType ] { + Method [ protected method doIncrement ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setPath ] { + Method [ protected method doSet ] { - - Parameters [1] { - Parameter #0 [ string $path ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setVersion ] { + Method [ private method setOptions ] { - - Parameters [1] { - Parameter #0 [ string $version ] + - Parameters [2] { + Parameter #0 [ Memcached $connection ] + Parameter #1 [ array $client ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ Phalcon\Storage\Adapter\Libmemcached ] } - Method [ protected method phpFileExists ] { + Method [ private method setSasl ] { - - Parameters [1] { - Parameter #0 [ string $filename ] + - Parameters [3] { + Parameter #0 [ Memcached $connection ] + Parameter #1 [ string $saslUser ] + Parameter #2 [ string $saslPass ] } - - Return [ bool ] + - Return [ Phalcon\Storage\Adapter\Libmemcached ] } - Method [ protected method phpFileGetContents ] { + Method [ private method setSerializer ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ Memcached $connection ] } + - Return [ void ] } - } - } - - Class [ class Phalcon\Assets\Collection implements Countable, IteratorAggregate, Traversable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [13] { - Property [ protected $assets = NULL ] - Property [ protected $attributes = NULL ] - Property [ protected $autoVersion = false ] - Property [ protected $codes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $isLocal = true ] - Property [ protected $join = true ] - Property [ protected $prefix = '' ] - Property [ protected $sourcePath = '' ] - Property [ protected $targetIsLocal = true ] - Property [ protected $targetPath = '' ] - Property [ protected $targetUri = '' ] - Property [ protected $version = '' ] - } - - - Methods [39] { - Method [ public method add ] { + Method [ private method setServers ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] + - Parameters [2] { + Parameter #0 [ Memcached $connection ] + Parameter #1 [ array $servers ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ Phalcon\Storage\Adapter\Libmemcached ] } - Method [ public method addCss ] { + Method [ public method decrement ] { - - Parameters [6] { - Parameter #0 [ string $path ] - Parameter #1 [ $isLocal = ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] - Parameter #4 [ ?string $version = null ] - Parameter #5 [ bool $autoVersion = false ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method addFilter ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ public method addInline ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\Inline $code ] + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ public method addInlineCss ] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ string $content ] - Parameter #1 [ bool $filter = true ] - Parameter #2 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method addInlineJs ] { + Method [ public method getDefaultSerializer ] { - - Parameters [3] { - Parameter #0 [ string $content ] - Parameter #1 [ bool $filter = true ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Assets\Collection ] + - Return [ string ] } - Method [ public method addJs ] { + Method [ public method getLifetime ] { - - Parameters [6] { - Parameter #0 [ string $path ] - Parameter #1 [ $isLocal = ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] - Parameter #4 [ ?string $version = null ] - Parameter #5 [ bool $autoVersion = false ] + - Parameters [0] { } - - Return [ Phalcon\Assets\Collection ] + - Return [ int ] } - Method [ public method count ] { + Method [ public method getPrefix ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getAssets ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method getAttributes ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getCodes ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ public method getFilters ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getIterator ] { + Method [ public method setDefaultSerializer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serializer ] } - - Return [ Traversable ] + - Return [ void ] } - Method [ public method getJoin ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method getPrefix ] { + Method [ protected method doGetData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] } - Method [ public method getRealTargetPath ] { + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ string $basePath ] + Parameter #0 [ $key ] } - Return [ string ] } - Method [ public method getSourcePath ] { + Method [ protected method getSerializedData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $content ] } - - Return [ string ] } - Method [ public method getTargetIsLocal ] { + Method [ protected method getTtl ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $ttl ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method getTargetPath ] { + Method [ protected method getUnserializedData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method getTargetUri ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getVersion ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ string ] } - Method [ public method has ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method isAutoVersion ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method isLocal ] { + Method [ protected method fire ] { + + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $prefix = 'ph-memo-' ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $data = NULL ] + } + + - Methods [35] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] + } + } + + Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method join ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ bool $flag ] + Parameter #0 [ string $prefix = '' ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ array ] } - Method [ public method setAttributes ] { + Method [ public method setForever ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ public method setAutoVersion ] { + Method [ protected method doDecrement ] { - - Parameters [1] { - Parameter #0 [ bool $flag ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method setFilters ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ array $filters ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ public method setIsLocal ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ bool $flag ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method setPrefix ] { + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ public method setTargetIsLocal ] { + Method [ protected method doIncrement ] { - - Parameters [1] { - Parameter #0 [ bool $flag ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method setTargetPath ] { + Method [ protected method doSet ] { - - Parameters [1] { - Parameter #0 [ string $targetPath ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ public method setTargetUri ] { + Method [ public method decrement ] { - - Parameters [1] { - Parameter #0 [ string $targetUri ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method setSourcePath ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $sourcePath ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ public method setVersion ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $version ] + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ final protected method addAsset ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ private method processAdd ] { + Method [ public method get ] { - - Parameters [7] { - Parameter #0 [ string $className ] - Parameter #1 [ string $path ] - Parameter #2 [ $isLocal = ] - Parameter #3 [ bool $filter = true ] - Parameter #4 [ array $attributes = [] ] - Parameter #5 [ ?string $version = null ] - Parameter #6 [ bool $autoVersion = false ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ private method processAddInline ] { + Method [ public method getAdapter ] { - - Parameters [4] { - Parameter #0 [ string $className ] - Parameter #1 [ string $content ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Assets\Collection ] } - Method [ private method processAttributes ] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - } - } - Class [ class Phalcon\Assets\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 ] { + Method [ public method getLifetime ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method __wakeup ] { + Method [ public method getPrefix ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ final public method getCode ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method setDefaultSerializer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serializer ] } - - Return [ array ] + - Return [ void ] } - Method [ final public method getPrevious ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ protected method getFilteredKeys ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ protected method getPrefixedKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ protected method getSerializedData ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $content ] + } + } - - Methods [1] { - Method [ public method filter ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ string $content ] + Parameter #0 [ $ttl ] } - - Return [ string ] + - Return [ int ] } - } - } - Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { - - - Constants [0] { - } + Method [ protected method getUnserializedData ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] + } + } - - Static methods [0] { - } + Method [ protected method initSerializer ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [1] { - Method [ public method filter ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ string $content ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { - - Constants [0] { - } + Method [ public method setEventsManager ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method getEventsManager ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } - - Methods [1] { - Method [ public method filter ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ string $content ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Storage\Adapter\RedisCluster extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -28452,1052 +28675,843 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $attributes = NULL ] - Property [ protected $content = NULL ] - Property [ protected $filter = NULL ] - Property [ protected $type = NULL ] + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $prefix = 'ph-redc-' ] } - - Methods [9] { - Method [ public method __construct ] { + - Methods [36] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $content ] - Parameter #1 [ bool $filter = true ] - Parameter #2 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getAssetKey ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getContent ] { + Method [ private method setSerializer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ RedisCluster $connection ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getFilter ] { + Method [ public method getKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method getType ] { + Method [ public method setForever ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ protected method doDecrement ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setFilter ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ bool $filter ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setType ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $type ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - } - } - - Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $attributes = NULL ] - Property [ protected $content = NULL ] - Property [ protected $filter = NULL ] - Property [ protected $type = NULL ] - } - - - Methods [9] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $content ] - Parameter #1 [ bool $filter = true ] - Parameter #2 [ array $attributes = [] ] - } - } - - Method [ public method getAssetKey ] { - - - Parameters [0] { + Parameter #0 [ array $keys ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ protected method doHas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getContent ] { + Method [ protected method doIncrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ public method getFilter ] { + Method [ protected method doSet ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method getType ] { + Method [ public method decrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setFilter ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ bool $filter ] + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Assets\AssetInterface ] + - Return [ bool ] } - Method [ public method setType ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Assets\AssetInterface ] } - } - } - - Class [ class Phalcon\Assets\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $container = NULL ] - Property [ protected $collections = NULL ] - Property [ protected $implicitOutput = true ] - Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - } - - Methods [35] { - Method [ public method __construct ] { + Method [ public method getDefaultSerializer ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] - Parameter #1 [ array $options = [] ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addAsset ] { + Method [ public method getLifetime ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Assets\Asset $asset ] + - Parameters [0] { } - - Return [ Phalcon\Assets\Manager ] + - Return [ int ] } - Method [ public method addAssetByType ] { + Method [ public method getPrefix ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Assets\Asset $asset ] + - Parameters [0] { } - - Return [ Phalcon\Assets\Manager ] + - Return [ string ] } - Method [ public method addCss ] { + Method [ public method getSerializer ] { - - Parameters [6] { - Parameter #0 [ string $path ] - Parameter #1 [ bool $local = true ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] - Parameter #4 [ ?string $version = null ] - Parameter #5 [ bool $autoVersion = false ] + - Parameters [0] { } - - Return [ Phalcon\Assets\Manager ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method addInlineCode ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\Inline $code ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Manager ] + - Return [ bool ] } - Method [ public method addInlineCodeByType ] { + Method [ public method increment ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Assets\Inline $code ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\Manager ] } - Method [ public method addInlineCss ] { + Method [ public method set ] { - Parameters [3] { - Parameter #0 [ string $content ] - Parameter #1 [ bool $filter = true ] - Parameter #2 [ array $attributes = [] ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ Phalcon\Assets\Manager ] + - Return [ bool ] } - Method [ public method addInlineJs ] { + Method [ public method setDefaultSerializer ] { - - Parameters [3] { - Parameter #0 [ string $content ] - Parameter #1 [ bool $filter = true ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $serializer ] } - - Return [ Phalcon\Assets\Manager ] + - Return [ void ] } - Method [ public method addJs ] { + Method [ protected method doGet ] { - - Parameters [6] { - Parameter #0 [ string $path ] - Parameter #1 [ bool $local = true ] - Parameter #2 [ bool $filter = true ] - Parameter #3 [ array $attributes = [] ] - Parameter #4 [ ?string $version = null ] - Parameter #5 [ bool $autoVersion = false ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Assets\Manager ] } - Method [ public method collection ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method collectionAssetsByType ] { + Method [ protected method getFilteredKeys ] { - Parameters [2] { - Parameter #0 [ array $assets ] - Parameter #1 [ string $type ] + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - Return [ array ] } - Method [ public method exists ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $key ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method get ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $content ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method getCollections ] { + Method [ protected method getTtl ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $ttl ] } - - Return [ array ] + - Return [ int ] } - Method [ public method getCss ] { + Method [ protected method getUnserializedData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Assets\Collection ] } - Method [ public method getJs ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ Phalcon\Assets\Collection ] + - Return [ void ] } - Method [ public method getOptions ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ array ] } - Method [ public method has ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method output ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Assets\Collection $collection ] - Parameter #1 [ string $type ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method outputCss ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ string ] + - Return [ void ] } + } + } - Method [ public method outputInline ] { + Class [ class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Assets\Collection $collection ] - Parameter #1 [ $type ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method outputInlineCss ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $prefix = 'ph-strm' ] + Property [ protected $storageDir = '' ] + } + + - Methods [49] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } - - Return [ string ] } - Method [ public method outputInlineJs ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method outputJs ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ ?string $name = null ] + Parameter #0 [ string $prefix = '' ] } - - Return [ string ] + - Return [ array ] } - Method [ public method set ] { + Method [ public method setForever ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Assets\Collection $collection ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Assets\Manager ] + - Return [ bool ] } - Method [ public method setOptions ] { + Method [ protected method doDecrement ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Assets\Manager ] } - Method [ public method useImplicitOutput ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ bool $implicitOutput ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Manager ] + - Return [ bool ] } - Method [ private method calculatePrefixedPath ] { + Method [ protected method doGet ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Assets\Collection $collection ] - Parameter #1 [ string $path ] - Parameter #2 [ string $filePath ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ private method checkAndCreateCollection ] { + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Assets\Collection ] + - Return [ bool ] } - Method [ private method cssLink ] { + Method [ protected method doIncrement ] { - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = true ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ private method doCallback ] { + Method [ protected method doSet ] { - - Parameters [4] { - Parameter #0 [ $callback ] - Parameter #1 [ array $attributes ] - Parameter #2 [ string $prefixedPath ] - Parameter #3 [ bool $local ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ string ] + - Return [ bool ] } - Method [ private method jsLink ] { + Method [ private method getDir ] { - - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = true ] + - Parameters [1] { + Parameter #0 [ string $key = '' ] } - Return [ string ] } - Method [ private method processParameters ] { + Method [ private method getFilepath ] { - - Parameters [5] { - Parameter #0 [ $parameters ] - Parameter #1 [ bool $local ] - Parameter #2 [ string $helperClass ] - Parameter #3 [ string $type ] - Parameter #4 [ string $name ] + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ string ] } - Method [ public method getDI ] { + Method [ private method getKeyWithoutPrefix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ private method getIterator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $dir ] } - - Return [ void ] + - Return [ Iterator ] } - } - } - - Class [ class Phalcon\Autoload\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 ] { + Method [ private method getPayload ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ string $filepath ] } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ private method isExpired ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $payload ] } - - Tentative return [ void ] + - Return [ bool ] } - Method [ final public method getMessage ] { + Method [ private method storePayload ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $payload ] + Parameter #1 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ protected method phpFileExists ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filename ] } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ protected method phpFileGetContents ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method phpFilePutContents ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $filename ] + Parameter #1 [ $data ] + Parameter #2 [ int $flags = 0 ] + Parameter #3 [ $context = ] } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ protected method phpFopen ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method phpUnlink ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ private method getDirFromFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $file ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ private method getDirSeparator ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $directory ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Autoload\Loader extends Phalcon\Events\AbstractEventsAware ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method decrement ] { - - Properties [12] { - Property [ protected $eventsManager = NULL ] - Property [ protected $checkedPath = NULL ] - Property [ protected $classes = NULL ] - Property [ protected $debug = NULL ] - Property [ protected $directories = NULL ] - Property [ protected $extensions = NULL ] - Property [ protected $fileCheckingCallback = 'is_file' ] - Property [ protected $files = NULL ] - Property [ protected $foundPath = NULL ] - Property [ protected $isDebug = false ] - Property [ protected $isRegistered = false ] - Property [ protected $namespaces = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } - - Methods [35] { - Method [ public method __construct ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ bool $isDebug = false ] + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method addClass ] { + Method [ public method deleteMultiple ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ string $file ] + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Autoload\Loader ] + - Return [ bool ] } - Method [ public method addDirectory ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $directory ] + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Autoload\Loader ] + - Return [ bool ] } - Method [ public method addExtension ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ string $extension ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Autoload\Loader ] } - Method [ public method addFile ] { + Method [ public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ string $file ] + - Parameters [0] { } - - Return [ Phalcon\Autoload\Loader ] } - Method [ public method addNamespace ] { + Method [ public method getDefaultSerializer ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $directories ] - Parameter #2 [ bool $prepend = false ] + - Parameters [0] { } - - Return [ Phalcon\Autoload\Loader ] + - Return [ string ] } - Method [ public method autoload ] { + Method [ public method getLifetime ] { - - Parameters [1] { - Parameter #0 [ string $className ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getCheckedPath ] { + Method [ public method getPrefix ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getClasses ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method getDebug ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDirectories ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ public method getExtensions ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getFiles ] { + Method [ public method setDefaultSerializer ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serializer ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getFoundPath ] { + Method [ protected method doGetData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ ?string ] } - Method [ public method getNamespaces ] { + Method [ protected method getFilteredKeys ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - Return [ array ] } - Method [ public method loadFiles ] { + Method [ protected method getPrefixedKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ void ] + - Return [ string ] } - Method [ public method register ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ bool $prepend = false ] + Parameter #0 [ $content ] } - - Return [ Phalcon\Autoload\Loader ] } - Method [ public method setClasses ] { + Method [ protected method getTtl ] { - - Parameters [2] { - Parameter #0 [ array $classes ] - Parameter #1 [ bool $merge = false ] + - Parameters [1] { + Parameter #0 [ $ttl ] } - - Return [ Phalcon\Autoload\Loader ] + - Return [ int ] } - Method [ public method setDirectories ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ array $directories ] - Parameter #1 [ bool $merge = false ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Autoload\Loader ] } - Method [ public method setExtensions ] { + Method [ protected method initSerializer ] { - - Parameters [2] { - Parameter #0 [ array $extensions ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Autoload\Loader ] + - Return [ void ] } - Method [ public method setFileCheckingCallback ] { + Method [ protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] + } + } + + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $method = ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ Phalcon\Autoload\Loader ] + - Return [ void ] } - Method [ public method setFiles ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ array $files ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Autoload\Loader ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method setNamespaces ] { + Method [ protected method fire ] { - Parameters [2] { - Parameter #0 [ array $namespaces ] - Parameter #1 [ bool $merge = false ] + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ Phalcon\Autoload\Loader ] + - Return [ void ] } + } + } - Method [ public method unregister ] { + Class [ class Phalcon\Storage\Adapter\Weak extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $prefix = 'ph-memo-' ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $eventType = 'storage' ] + Property [ protected $fetching = NULL ] + Property [ protected $weakList = NULL ] + Property [ protected $options = NULL ] + } + + - Methods [35] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } - - Return [ Phalcon\Autoload\Loader ] } - Method [ public method isRegistered ] { + Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ protected method requireFile ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ string $file ] + Parameter #0 [ string $prefix = '' ] + } + - Return [ array ] + } + + Method [ public method setForever ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ private method addDebug ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $serializer ] } - Return [ void ] } - Method [ private method addToCollection ] { + Method [ protected method doDecrement ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $collectionName ] - Parameter #2 [ string $method ] - Parameter #3 [ bool $merge = false ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Autoload\Loader ] } - Method [ private method autoloadCheckClasses ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ private method autoloadCheckDirectories ] { + Method [ protected method doGet ] { - - Parameters [3] { - Parameter #0 [ array $directories ] - Parameter #1 [ string $className ] - Parameter #2 [ bool $isDirectory = false ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ private method autoloadCheckNamespaces ] { + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ private method checkDirectories ] { + Method [ protected method doIncrement ] { - Parameters [2] { - Parameter #0 [ $directories ] - Parameter #1 [ string $dirSeparator ] - } - - Return [ array ] - } - - Method [ public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ public method setEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ void ] } - Method [ protected method fireManagerEvent ] { + Method [ protected method doSet ] { - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] - } - } - } - } - - Class [ class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - Property [ private $serializerFactory = NULL ] - } - - - Methods [9] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $services = [] ] - } - } - - Method [ public method newInstance ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] - } - - Return [ Phalcon\Cache\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\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $prefix = 'ph-apcu-' ] - Property [ protected $eventType = 'cache' ] - } - - - Methods [42] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] - } - } - - Method [ public method clear ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] - } - - Return [ array ] - } - - Method [ public method setForever ] { - - - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ protected method doDecrement ] { + Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -29505,7 +29519,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Method [ protected method doDelete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -29513,7 +29527,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ array $keys ] @@ -29521,109 +29535,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ protected method doGetData ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - } - - Method [ protected method doHas ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ protected method doIncrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } - - Method [ protected method doSet ] { - - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] - } - - Return [ bool ] - } - - Method [ protected method phpApcuDec ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ int $step = 1 ] - } - } - - Method [ protected method phpApcuDelete ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ protected method phpApcuExists ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ protected method phpApcuInc ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ int $step = 1 ] - } - } - - Method [ protected method phpApcuFetch ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ protected method phpApcuIterator ] { - - - Parameters [1] { - Parameter #0 [ string $pattern ] - } - } - - Method [ protected method phpApcuStore ] { - - - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $payload ] - Parameter #2 [ int $ttl = 0 ] - } - } - - Method [ public method decrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } - - Method [ public method delete ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method deleteMultiple ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { Parameter #0 [ array $keys ] @@ -29699,19 +29611,10 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ string $serializer ] - } - - Return [ void ] - } - - Method [ protected method doGet ] { - - - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] } } @@ -29772,7 +29675,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Method [ public method setEventsManager ] { + Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] @@ -29780,7 +29683,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ public method getEventsManager ] { - Parameters [0] { } @@ -29798,7 +29701,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -29809,605 +29712,640 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $prefix = 'ph-memc-' ] - Property [ protected $eventType = 'cache' ] + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [35] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] - } - } - - Method [ public method clear ] { + - Methods [12] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method getAdapter ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method getKeys ] { + Method [ protected method phpIgbinarySerialize ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ $value ] } - - Return [ array ] + - Return [ ?string ] } - Method [ public method setForever ] { + Method [ protected method doSerialize ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ bool ] + - Return [ ?string ] } - Method [ protected method doDecrement ] { + Method [ protected method doUnserialize ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ $value ] } } - Method [ protected method doDelete ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $data = ] } - - Return [ bool ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method __serialize ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method doHas ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method doIncrement ] { + Method [ public method getData ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ mixed ] } - Method [ protected method doSet ] { + Method [ public method isSuccess ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method decrement ] { + Method [ public method setData ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $data ] } - Return [ bool ] } + } + } - Method [ public method deleteMultiple ] { + Class [ class Phalcon\Support\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - 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 ] } - - Return [ bool ] } - Method [ public method get ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method getDefaultSerializer ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getLifetime ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ int ] } - Method [ public method getPrefix ] { + Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSerializer ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ int ] } - Method [ public method has ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method increment ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method set ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setDefaultSerializer ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $serializer ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } + } + } - Method [ protected method doGet ] { + Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Constants [0] { + } - Method [ protected method doGetData ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] + - Static methods [0] { + } + + - Properties [17] { + Property [ protected $eventsManager = NULL ] + Property [ protected $accessGranted = false ] + Property [ protected $activeAccess = NULL ] + Property [ protected $activeComponent = NULL ] + Property [ protected $activeRole = NULL ] + Property [ protected $defaultAccess = 0 ] + Property [ protected $access = NULL ] + Property [ protected $accessList = NULL ] + Property [ protected $activeFunction = NULL ] + Property [ protected $activeFunctionCustomArgumentsCount = 0 ] + Property [ protected $activeKey = NULL ] + Property [ protected $components = NULL ] + Property [ protected $componentsNames = NULL ] + Property [ protected $func = NULL ] + Property [ protected $noArgumentsDefaultAction = 0 ] + Property [ protected $roles = NULL ] + Property [ protected $roleInherits = NULL ] + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [0] { } } - Method [ protected method getFilteredKeys ] { + Method [ public method addComponent ] { - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] - } - - Return [ array ] - } - - Method [ protected method getPrefixedKey ] { - - - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $componentValue ] + Parameter #1 [ $accessList ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getSerializedData ] { + Method [ public method addComponentAccess ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } + - Return [ bool ] } - Method [ protected method getTtl ] { + Method [ public method addInherit ] { - - Parameters [1] { - Parameter #0 [ $ttl ] + - Parameters [2] { + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherits ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method getUnserializedData ] { + Method [ public method addRole ] { - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits = ] } + - Return [ bool ] } - Method [ protected method initSerializer ] { + Method [ public method allow ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func = ] } - Return [ void ] } - Method [ protected method getArrVal ] { + Method [ public method deny ] { - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func = ] } + - Return [ void ] } - Method [ public method setEventsManager ] { + Method [ public method dropComponentAccess ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ public method getActiveFunction ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method fire ] { + Method [ public method getActiveFunctionCustomArgumentsCount ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - } - } - - Class [ class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [10] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $prefix = 'ph-memo-' ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $data = NULL ] - Property [ protected $eventType = 'cache' ] - } - - Methods [35] { - Method [ public method __construct ] { + Method [ public method getActiveKey ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method clear ] { + Method [ public method getComponents ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method getKeys ] { + Method [ public method getInheritedRoles ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $roleName = '' ] } - Return [ array ] } - Method [ public method setForever ] { + Method [ public method getNoArgumentsDefaultAction ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ protected method doDecrement ] { + Method [ public method getRoles ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method doDelete ] { + Method [ public method isAllowed ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [4] { + Parameter #0 [ $roleName ] + Parameter #1 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ ?array $parameters = [] ] } - Return [ bool ] } - Method [ protected method doGetData ] { + Method [ public method isRole ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $roleName ] } + - Return [ bool ] } - Method [ protected method doHas ] { + Method [ public method isComponent ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $componentName ] } - Return [ bool ] } - Method [ protected method doIncrement ] { + Method [ public method setNoArgumentsDefaultAction ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] } + - Return [ void ] } - Method [ protected method doSet ] { + Method [ private method allowOrDeny ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [5] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $action ] + Parameter #4 [ $func = ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method decrement ] { + Method [ private method canAccess ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [3] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ string $access ] } } - Method [ public method delete ] { + Method [ private method checkExists ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $element ] + Parameter #2 [ string $elementName ] + Parameter #3 [ string $suffix = 'ACL' ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method deleteMultiple ] { + Method [ public method getActiveAccess ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method getActiveComponent ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method get ] { + Method [ public method getActiveRole ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getAdapter ] { + Method [ public method getDefaultAction ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getDefaultSerializer ] { + Method [ public method setDefaultAction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getLifetime ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getPrefix ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getSerializer ] { + Method [ protected method fireManagerEvent ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } + } + } - Method [ public method has ] { + Class [ class Phalcon\Acl\Component implements Stringable, Phalcon\Acl\ComponentInterface ] { - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method increment ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $description = NULL ] + Property [ private $name = NULL ] + } + + - Methods [4] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $name ] + Parameter #1 [ ?string $description = null ] } } - Method [ public method set ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setDefaultSerializer ] { + Method [ public method getDescription ] { - - Parameters [1] { - Parameter #0 [ string $serializer ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ protected method doGet ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } + } + } - Method [ protected method getFilteredKeys ] { + Class [ class Phalcon\Acl\Enum ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Constants [2] { + Constant [ public int ALLOW ] { 1 } + Constant [ public int DENY ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Acl\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 ] } - - Return [ array ] } - Method [ protected method getPrefixedKey ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ protected method getSerializedData ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method getTtl ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ $ttl ] + - Parameters [0] { } - - Return [ int ] } - Method [ protected method getUnserializedData ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method initSerializer ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ protected method getArrVal ] { + Method [ final public method getTrace ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Throwable ] } - Method [ public method getEventsManager ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ protected method fire ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ class Phalcon\Acl\Role implements Stringable, Phalcon\Acl\RoleInterface ] { - Constants [0] { } @@ -30418,300 +30356,277 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $prefix = 'ph-reds-' ] - Property [ protected $eventType = 'cache' ] + - Properties [2] { + Property [ private $description = NULL ] + Property [ private $name = NULL ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [4] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ ?string $description = null ] } } - Method [ public method clear ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getAdapter ] { + Method [ public method getDescription ] { - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getKeys ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method setForever ] { + Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ protected method doDecrement ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $annotations = NULL ] + Property [ protected $reader = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $ttl = 172800 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ protected method doDelete ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - - Return [ bool ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] } - Return [ bool ] } - Method [ protected method doHas ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $className ] } - - Return [ bool ] + - Return [ Phalcon\Annotations\Reflection ] } - Method [ protected method doIncrement ] { + Method [ public method getConstant ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $className ] + Parameter #1 [ string $constantName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ protected method doSet ] { + Method [ public method getConstants ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method decrement ] { + Method [ public method getProperty ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method delete ] { + Method [ public method getProperties ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $className ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method deleteMultiple ] { - - - Parameters [1] { - Parameter #0 [ array $keys ] - } - - Return [ bool ] - } - - Method [ public method get ] { + Method [ public method getMethod ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getDefaultSerializer ] { + Method [ public method getMethods ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getLifetime ] { + Method [ public method getReader ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ public method getPrefix ] { + Method [ public method setReader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } - - Return [ string ] } + } + } - Method [ public method getSerializer ] { - - - Parameters [0] { - } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] - } + Class [ class Phalcon\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Method [ public method has ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ public method increment ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } + - Properties [3] { + Property [ protected $annotations = NULL ] + Property [ protected $reader = NULL ] + Property [ protected $data = NULL ] + } - Method [ public method set ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ string $serializer ] + Parameter #0 [ string $key ] } - - Return [ void ] } - Method [ protected method doGet ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] } + - Return [ void ] } - Method [ protected method doGetData ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $className ] } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ protected method getFilteredKeys ] { + Method [ public method getConstant ] { - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + Parameter #0 [ string $className ] + Parameter #1 [ string $constantName ] } - - Return [ array ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ protected method getPrefixedKey ] { + Method [ public method getConstants ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $className ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method getSerializedData ] { + Method [ public method getProperty ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ protected method getTtl ] { + Method [ public method getProperties ] { - Parameters [1] { - Parameter #0 [ $ttl ] + Parameter #0 [ string $className ] } - - Return [ int ] + - Return [ array ] } - Method [ protected method getUnserializedData ] { + Method [ public method getMethod ] { - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ protected method initSerializer ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ protected method getArrVal ] { - - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method setEventsManager ] { + Method [ public method getMethods ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $className ] } - - Return [ void ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method getReader ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ protected method fire ] { + Method [ public method setReader ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } - - Return [ void ] } } } - Class [ class Phalcon\Cache\Adapter\RedisCluster extends Phalcon\Storage\Adapter\RedisCluster implements Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ class Phalcon\Annotations\Adapter\Stream extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -30722,300 +30637,299 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $prefix = 'ph-redc-' ] - Property [ protected $eventType = 'cache' ] + - Properties [3] { + Property [ protected $annotations = NULL ] + Property [ protected $reader = NULL ] + Property [ protected $annotationsDir = './' ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method clear ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ bool ] } - Method [ public method getAdapter ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] } + - Return [ void ] } - Method [ public method getKeys ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] - } - - Return [ array ] - } - - Method [ public method setForever ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ $className ] } - - Return [ bool ] + - Return [ Phalcon\Annotations\Reflection ] } - Method [ protected method doDecrement ] { + Method [ public method getConstant ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $className ] + Parameter #1 [ string $constantName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ protected method doDelete ] { + Method [ public method getConstants ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $className ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method getProperty ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } - - Return [ bool ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ protected method doHas ] { + Method [ public method getProperties ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $className ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method doIncrement ] { + Method [ public method getMethod ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ protected method doSet ] { + Method [ public method getMethods ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method decrement ] { + Method [ public method getReader ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ public method delete ] { + Method [ public method setReader ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } - - Return [ bool ] } + } + } - Method [ public method deleteMultiple ] { + Class [ class Phalcon\Annotations\Annotation ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $arguments = NULL ] + Property [ protected $exprArguments = NULL ] + Property [ protected $name = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ array $reflectionData ] } - - Return [ bool ] } - Method [ public method get ] { + Method [ public method getArgument ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ $position ] } } - Method [ public method getDefaultSerializer ] { + Method [ public method getArguments ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getLifetime ] { + Method [ public method getExprArguments ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ public method getPrefix ] { + Method [ public method getExpression ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $expr ] } - - Return [ string ] } - Method [ public method getSerializer ] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ ?string ] } - Method [ public method has ] { + Method [ public method getNamedArgument ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method increment ] { + Method [ public method getNamedParameter ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [1] { + Parameter #0 [ string $name ] } } - Method [ public method set ] { + Method [ public method hasArgument ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ $position ] } - Return [ bool ] } - Method [ public method setDefaultSerializer ] { + Method [ public method numberArguments ] { - - Parameters [1] { - Parameter #0 [ string $serializer ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } + } + } - Method [ protected method doGet ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + Class [ class Phalcon\Annotations\AnnotationsFactory extends Phalcon\Factory\AbstractFactory ] { - Method [ protected method doGetData ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - } + - Static properties [0] { + } - Method [ protected method getFilteredKeys ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] - } - - Return [ array ] - } + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } - Method [ protected method getPrefixedKey ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $services = [] ] } - - Return [ string ] } - Method [ protected method getSerializedData ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ $config ] } } - Method [ protected method getTtl ] { + Method [ public method newInstance ] { - - Parameters [1] { - Parameter #0 [ $ttl ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ int ] + - Return [ Phalcon\Annotations\Adapter\AdapterInterface ] } - Method [ protected method getUnserializedData ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method initSerializer ] { + Method [ protected method getServices ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ protected method getArrVal ] { + Method [ protected method getService ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [1] { + Parameter #0 [ string $name ] } } - Method [ public method setEventsManager ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ array $services = [] ] } - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ protected method checkConfig ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ protected method fire ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ void ] + - Return [ array ] + } + + Method [ protected method getException ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Exception ] } } } - Class [ class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { - Constants [0] { } @@ -31026,342 +30940,285 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $options = NULL ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $prefix = 'ph-strm' ] - Property [ protected $storageDir = '' ] - Property [ protected $eventType = 'cache' ] + - Properties [2] { + Property [ protected $annotations = NULL ] + Property [ protected $position = 0 ] } - - Methods [40] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ array $reflectionData = [] ] } } - Method [ public method clear ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getKeys ] { + Method [ public method current ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ Phalcon\Annotations\Annotation ] } - Method [ public method setForever ] { + Method [ public method getAll ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method doDecrement ] { + Method [ public method getAnnotations ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method doDelete ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ protected method doGet ] { + Method [ public method key ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ int ] } - Method [ protected method doHas ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ protected method doIncrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } - - Method [ protected method doSet ] { + Method [ public method rewind ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ protected method phpFileExists ] { + Method [ public method valid ] { - - Parameters [1] { - Parameter #0 [ string $filename ] + - Parameters [0] { } - Return [ bool ] } + } + } - Method [ protected method phpFileGetContents ] { - - - Parameters [1] { - Parameter #0 [ string $filename ] - } - } - - Method [ protected method phpFilePutContents ] { - - - Parameters [4] { - Parameter #0 [ string $filename ] - Parameter #1 [ $data ] - Parameter #2 [ int $flags = 0 ] - Parameter #3 [ $context = ] - } - } + Class [ class Phalcon\Annotations\Exception extends Exception implements Throwable, Stringable ] { - Method [ protected method phpFopen ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode ] - } - } + - Static properties [0] { + } - Method [ protected method phpUnlink ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $filename ] - } - - Return [ bool ] - } + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - Method [ public method decrement ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method delete ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method deleteMultiple ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doDeleteMultiple ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ array $keys ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method get ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getAdapter ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getDefaultSerializer ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getLifetime ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Throwable ] } - Method [ public method getPrefix ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSerializer ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ string ] } + } + } - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + Class [ class Phalcon\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { - Method [ public method increment ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } + - Static properties [0] { + } - Method [ public method set ] { + - Static methods [1] { + Method [ static public method parseDocBlock ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + Parameter #0 [ string $docBlock ] + Parameter #1 [ $file = ] + Parameter #2 [ $line = ] } - - Return [ bool ] + - Return [ array ] } + } - Method [ public method setDefaultSerializer ] { - - - Parameters [1] { - Parameter #0 [ string $serializer ] - } - - Return [ void ] - } + - Properties [0] { + } - Method [ protected method doGetData ] { + - Methods [1] { + Method [ public method parse ] { - Parameters [1] { - Parameter #0 [ string $key ] - } - } - - Method [ protected method getFilteredKeys ] { - - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + Parameter #0 [ string $className ] } - Return [ array ] } + } + } - Method [ protected method getPrefixedKey ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - - Return [ string ] - } + Class [ class Phalcon\Annotations\Reflection ] { - Method [ protected method getSerializedData ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $content ] - } - } + - Static properties [0] { + } - Method [ protected method getTtl ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $ttl ] - } - - Return [ int ] - } + - Properties [5] { + Property [ protected $classAnnotations = NULL ] + Property [ protected $constantAnnotations = NULL ] + Property [ protected $propertyAnnotations = NULL ] + Property [ protected $methodAnnotations = NULL ] + Property [ protected $reflectionData = NULL ] + } - Method [ protected method getUnserializedData ] { + - Methods [6] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $reflectionData = [] ] } } - Method [ protected method initSerializer ] { + Method [ public method getClassAnnotations ] { - Parameters [0] { } - - Return [ void ] + - Return [ ?Phalcon\Annotations\Collection ] } - Method [ protected method getArrVal ] { + Method [ public method getConstantsAnnotations ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method getPropertiesAnnotations ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method getMethodsAnnotations ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ protected method fire ] { + Method [ public method getReflectionData ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } } } - Class [ class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -31372,302 +31229,238 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $adapter = NULL ] - Property [ protected $defaultSerializer = 'php' ] - Property [ protected $lifetime = 3600 ] - Property [ protected $prefix = 'ph-memo-' ] - Property [ protected $serializer = NULL ] - Property [ protected $serializerFactory = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $fetching = NULL ] - Property [ protected $weakList = NULL ] - Property [ protected $options = NULL ] - Property [ protected $eventType = 'cache' ] + - Properties [10] { + Property [ protected $attributes = NULL ] + Property [ protected $isAutoVersion = false ] + Property [ protected $filter = NULL ] + Property [ protected $isLocal = NULL ] + Property [ protected $path = NULL ] + Property [ protected $sourcePath = NULL ] + Property [ protected $targetPath = NULL ] + Property [ protected $targetUri = NULL ] + Property [ protected $type = NULL ] + Property [ protected $version = NULL ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [28] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $local = true ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + Parameter #4 [ ?string $version = null ] + Parameter #5 [ bool $autoVersion = false ] } } - Method [ public method clear ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getKeys ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ string $prefix = '' ] + - Parameters [0] { } - Return [ array ] } - Method [ public method setForever ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ public method setDefaultSerializer ] { - - - Parameters [1] { - Parameter #0 [ string $serializer ] - } - - Return [ void ] - } - - Method [ protected method doDecrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } - - Method [ protected method doDelete ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ protected method doGet ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ protected method doHas ] { + Method [ public method getContent ] { - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ protected method doIncrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + Parameter #0 [ ?string $basePath = null ] } + - Return [ string ] } - Method [ protected method doSet ] { + Method [ public method getFilter ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method decrement ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] - } - } - - Method [ public method delete ] { + Method [ public method getPath ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method deleteMultiple ] { + Method [ public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ ?string $basePath = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ array $keys ] + Parameter #0 [ ?string $basePath = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method get ] { + Method [ public method getRealTargetUri ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getAdapter ] { + Method [ public method getSourcePath ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getDefaultSerializer ] { + Method [ public method getTargetPath ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getLifetime ] { + Method [ public method getTargetUri ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getPrefix ] { + Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getSerializer ] { + Method [ public method getVersion ] { - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + - Return [ ?string ] } - Method [ public method has ] { + Method [ public method isAutoVersion ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method increment ] { + Method [ public method isLocal ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ int $value = 1 ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method set ] { + Method [ public method setAttributes ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method doGetData ] { + Method [ public method setAutoVersion ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ bool $flag ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method getFilteredKeys ] { + Method [ public method setFilter ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ bool $filter ] } - - Return [ array ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method getPrefixedKey ] { + Method [ public method setIsLocal ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ bool $flag ] } - - Return [ string ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method getSerializedData ] { + Method [ public method setSourcePath ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ string $sourcePath ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method getTtl ] { + Method [ public method setTargetPath ] { - Parameters [1] { - Parameter #0 [ $ttl ] + Parameter #0 [ string $targetPath ] } - - Return [ int ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method getUnserializedData ] { + Method [ public method setTargetUri ] { - - Parameters [2] { - Parameter #0 [ $content ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $targetUri ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method initSerializer ] { + Method [ public method setType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ void ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method getArrVal ] { + Method [ public method setPath ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [1] { + Parameter #0 [ string $path ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setEventsManager ] { + Method [ public method setVersion ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $version ] } - - Return [ void ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getEventsManager ] { + Method [ protected method phpFileExists ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ bool ] } - Method [ protected method fire ] { + Method [ protected method phpFileGetContents ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Return [ void ] } } } - Class [ class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] { + Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -31678,283 +31471,238 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $adapter = NULL ] - Property [ protected $eventsManager = NULL ] - } - - - Methods [24] { - Method [ public method clear ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method delete ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Properties [10] { + Property [ protected $attributes = NULL ] + Property [ protected $isAutoVersion = false ] + Property [ protected $filter = NULL ] + Property [ protected $isLocal = NULL ] + Property [ protected $path = NULL ] + Property [ protected $sourcePath = NULL ] + Property [ protected $targetPath = NULL ] + Property [ protected $targetUri = NULL ] + Property [ protected $type = NULL ] + Property [ protected $version = NULL ] + } - Method [ public method deleteMultiple ] { + - Methods [28] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $keys ] + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $local = true ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + Parameter #4 [ ?string $version = null ] + Parameter #5 [ bool $autoVersion = false ] } - - Return [ bool ] } - Method [ public method get ] { + Method [ public method getAssetKey ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getMultiple ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method has ] { + Method [ public method getContent ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ ?string $basePath = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method set ] { + Method [ public method getFilter ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method setMultiple ] { + Method [ public method getPath ] { - - Parameters [2] { - Parameter #0 [ $values ] - Parameter #1 [ $ttl = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method getExceptionClass ] { + Method [ public method getRealSourcePath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $basePath = null ] } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] + Parameter #0 [ ?string $basePath = null ] } + - Return [ string ] } - Method [ public method getAdapter ] { + Method [ public method getRealTargetUri ] { - Parameters [0] { } - - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method getSourcePath ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method getTargetPath ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ protected method checkKey ] { + Method [ public method getTargetUri ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkKeys ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $keys ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method doClear ] { + Method [ public method getVersion ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ protected method doDelete ] { + Method [ public method isAutoVersion ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method doDeleteMultiple ] { + Method [ public method isLocal ] { - - Parameters [1] { - Parameter #0 [ $keys ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method doGet ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ protected method doGetMultiple ] { + Method [ public method setAttributes ] { - - Parameters [2] { - Parameter #0 [ $keys ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ array ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method doHas ] { + Method [ public method setAutoVersion ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ bool $flag ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method doSet ] { + Method [ public method setFilter ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ bool $filter ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method doSetMultiple ] { + Method [ public method setIsLocal ] { - - Parameters [2] { - Parameter #0 [ $values ] - Parameter #1 [ $ttl = ] + - Parameters [1] { + Parameter #0 [ bool $flag ] } - - Return [ bool ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method fire ] { + Method [ public method setSourcePath ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $keys ] + - Parameters [1] { + Parameter #0 [ string $sourcePath ] } - - Return [ void ] + - Return [ Phalcon\Assets\AssetInterface ] } - } - } - - Class [ class Phalcon\Cache\CacheFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [1] { - Property [ protected $adapterFactory = NULL ] - } - - - Methods [7] { - Method [ public method __construct ] { + Method [ public method setTargetPath ] { - Parameters [1] { - Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #0 [ string $targetPath ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method load ] { + Method [ public method setTargetUri ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $targetUri ] } - - Return [ Phalcon\Cache\CacheInterface ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method newInstance ] { + Method [ public method setType ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ Phalcon\Cache\CacheInterface ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method setPath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $path ] } - - Return [ string ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method checkConfig ] { + Method [ public method setVersion ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $version ] } - - Return [ array ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ protected method checkConfigElement ] { + Method [ protected method phpFileExists ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getException ] { + Method [ protected method phpFileGetContents ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $filename ] } - - Return [ Exception ] } } } - Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Assets\Collection implements Countable, IteratorAggregate, Traversable ] { - Constants [0] { } @@ -31965,310 +31713,346 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [13] { + Property [ protected $assets = NULL ] + Property [ protected $attributes = NULL ] + Property [ protected $autoVersion = false ] + Property [ protected $codes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $isLocal = true ] + Property [ protected $join = true ] + Property [ protected $prefix = '' ] + Property [ protected $sourcePath = '' ] + Property [ protected $targetIsLocal = true ] + Property [ protected $targetPath = '' ] + Property [ protected $targetUri = '' ] + Property [ protected $version = '' ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [39] { + Method [ public method add ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method __wakeup ] { + Method [ public method addCss ] { - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $isLocal = ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + Parameter #4 [ ?string $version = null ] + Parameter #5 [ bool $autoVersion = false ] } - - Tentative return [ void ] + - Return [ Phalcon\Assets\Collection ] } - Method [ final public method getMessage ] { + Method [ public method addFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] } - - Return [ string ] + - Return [ Phalcon\Assets\Collection ] } - Method [ final public method getCode ] { + Method [ public method addInline ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\Inline $code ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ final public method getFile ] { + Method [ public method addInlineCss ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter = true ] + Parameter #2 [ array $attributes = [] ] } - - Return [ string ] + - Return [ Phalcon\Assets\Collection ] } - Method [ final public method getLine ] { + Method [ public method addInlineJs ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter = true ] + Parameter #2 [ array $attributes = [] ] } - - Return [ int ] + - Return [ Phalcon\Assets\Collection ] } - Method [ final public method getTrace ] { + Method [ public method addJs ] { - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $isLocal = ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + Parameter #4 [ ?string $version = null ] + Parameter #5 [ bool $autoVersion = false ] } - - Return [ array ] + - Return [ Phalcon\Assets\Collection ] } - Method [ final public method getPrevious ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ int ] } - Method [ final public method getTraceAsString ] { + Method [ public method getAssets ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getCodes ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method getFilters ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method getIterator ] { - Parameters [0] { } - - Return [ string ] + - Return [ Traversable ] } - Method [ final public method getCode ] { + Method [ public method getJoin ] { - Parameters [0] { } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getRealTargetPath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $basePath ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ public method getSourcePath ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method getTargetIsLocal ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method getTargetPath ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getTargetUri ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getVersion ] { - - Properties [6] { - Property [ protected $container = NULL ] - Property [ protected $defaultModule = '' ] - Property [ protected $eventsManager = NULL ] - Property [ protected $modules = NULL ] - Property [ protected $arguments = NULL ] - Property [ protected $options = NULL ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [14] { - Method [ public method handle ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ ?array $arguments = [] ] + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } + - Return [ bool ] } - Method [ public method setArgument ] { + Method [ public method isAutoVersion ] { - - Parameters [3] { - Parameter #0 [ ?array $arguments = [] ] - Parameter #1 [ bool $str = true ] - Parameter #2 [ bool $shift = true ] + - Parameters [0] { } - - Return [ Phalcon\Cli\Console ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method isLocal ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method getDefaultModule ] { + Method [ public method join ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $flag ] } - - Return [ string ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getEventsManager ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getModule ] { + Method [ public method setAutoVersion ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $flag ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getModules ] { + Method [ public method setFilters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $filters ] } - - Return [ array ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method registerModules ] { + Method [ public method setIsLocal ] { - - Parameters [2] { - Parameter #0 [ array $modules ] - Parameter #1 [ bool $merge = false ] + - Parameters [1] { + Parameter #0 [ bool $flag ] } - - Return [ Phalcon\Application\AbstractApplication ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method setDefaultModule ] { + Method [ public method setPrefix ] { - Parameters [1] { - Parameter #0 [ string $defaultModule ] + Parameter #0 [ string $prefix ] } - - Return [ Phalcon\Application\AbstractApplication ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method setEventsManager ] { + Method [ public method setTargetIsLocal ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ bool $flag ] } - - Return [ void ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method __get ] { + Method [ public method setTargetPath ] { - Parameters [1] { - Parameter #0 [ string $propertyName ] + Parameter #0 [ string $targetPath ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method __isset ] { + Method [ public method setTargetUri ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $targetUri ] } - - Return [ bool ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getDI ] { + Method [ public method setSourcePath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $sourcePath ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method setDI ] { + Method [ public method setVersion ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $version ] } - - Return [ void ] + - Return [ Phalcon\Assets\Collection ] } - } - } - Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { + Method [ final protected method addAsset ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] + } + - Return [ bool ] + } + + Method [ private method processAdd ] { + + - Parameters [7] { + Parameter #0 [ string $className ] + Parameter #1 [ string $path ] + Parameter #2 [ $isLocal = ] + Parameter #3 [ bool $filter = true ] + Parameter #4 [ array $attributes = [] ] + Parameter #5 [ ?string $version = null ] + Parameter #6 [ bool $autoVersion = false ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ private method processAddInline ] { + + - Parameters [4] { + Parameter #0 [ string $className ] + Parameter #1 [ string $content ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ private method processAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Assets\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -32360,7 +32144,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] { + Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { - Constants [0] { } @@ -32371,430 +32155,555 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [27] { - Property [ protected $container = NULL ] - Property [ protected $activeHandler = NULL ] - Property [ protected $activeMethodMap = NULL ] - Property [ protected $actionName = '' ] - Property [ protected $actionSuffix = 'Action' ] - Property [ protected $camelCaseMap = NULL ] - Property [ protected $defaultNamespace = '' ] - Property [ protected $handlerHashes = NULL ] - Property [ protected $handlerName = '' ] - Property [ protected $eventsManager = NULL ] - Property [ protected $finished = false ] - Property [ protected $forwarded = false ] - Property [ protected $isControllerInitialize = false ] - Property [ protected $lastHandler = NULL ] - Property [ protected $modelBinder = NULL ] - Property [ protected $modelBinding = false ] - Property [ protected $moduleName = '' ] - Property [ protected $namespaceName = '' ] - Property [ protected $params = NULL ] - Property [ protected $previousActionName = '' ] - Property [ protected $previousHandlerName = '' ] - Property [ protected $previousNamespaceName = '' ] - Property [ protected $returnedValue = NULL ] - Property [ protected $defaultHandler = 'main' ] - Property [ protected $defaultAction = 'main' ] - Property [ protected $handlerSuffix = 'Task' ] - Property [ protected $options = NULL ] + - Properties [0] { } - - Methods [54] { - Method [ public method callActionMethod ] { + - Methods [1] { + Method [ public method filter ] { - - Parameters [3] { - Parameter #0 [ $handler ] - Parameter #1 [ string $actionMethod ] - Parameter #2 [ array $params = [] ] + - Parameters [1] { + Parameter #0 [ string $content ] } + - Return [ string ] } + } + } - Method [ public method getActiveTask ] { + Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $content ] } - - Return [ Phalcon\Cli\TaskInterface ] + - Return [ string ] } + } + } - Method [ public method getLastTask ] { + Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $content ] } - - Return [ Phalcon\Cli\TaskInterface ] + - Return [ string ] } + } + } - Method [ public method getOption ] { + Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $content = NULL ] + Property [ protected $filter = NULL ] + Property [ protected $type = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $option ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter = true ] + Parameter #2 [ array $attributes = [] ] } } - Method [ public method getOptions ] { + Method [ public method getAssetKey ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getTaskName ] { + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getTaskSuffix ] { + Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method hasOption ] { + Method [ public method getFilter ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method setDefaultTask ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ string $taskName ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setTaskName ] { + Method [ public method setFilter ] { - Parameters [1] { - Parameter #0 [ string $taskName ] + Parameter #0 [ bool $filter ] } - - Return [ void ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setTaskSuffix ] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ string $taskSuffix ] + Parameter #0 [ string $type ] } - - Return [ void ] + - Return [ Phalcon\Assets\AssetInterface ] } + } + } - Method [ protected method handleException ] { + Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - - Parameters [1] { - Parameter #0 [ Exception $exception ] - } - } + - Constants [0] { + } - Method [ protected method throwDispatchException ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ int $exceptionCode = 0 ] + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $content = NULL ] + Property [ protected $filter = NULL ] + Property [ protected $type = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter = true ] + Parameter #2 [ array $attributes = [] ] } } - Method [ public method dispatch ] { + Method [ public method getAssetKey ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method forward ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $forward ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getActionName ] { + Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getActionSuffix ] { + Method [ public method getFilter ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getActiveMethod ] { + Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getBoundModels ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ array ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getDefaultNamespace ] { + Method [ public method setFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $filter ] } - - Return [ string ] + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getEventsManager ] { + Method [ public method setType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Assets\AssetInterface ] } + } + } - Method [ public method getHandlerSuffix ] { + Class [ class Phalcon\Assets\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $container = NULL ] + Property [ protected $collections = NULL ] + Property [ protected $implicitOutput = true ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + } + + - Methods [35] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + Parameter #1 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getModelBinder ] { + Method [ public method addAsset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\Asset $asset ] } - - Return [ ?Phalcon\Mvc\Model\BinderInterface ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method getModuleName ] { + Method [ public method addAssetByType ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Assets\Asset $asset ] } - - Return [ ?string ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method getNamespaceName ] { + Method [ public method addCss ] { - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $local = true ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + Parameter #4 [ ?string $version = null ] + Parameter #5 [ bool $autoVersion = false ] } - - Return [ string ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method getParam ] { + Method [ public method addInlineCode ] { - - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\Inline $code ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method getParameter ] { + Method [ public method addInlineCodeByType ] { - - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Assets\Inline $code ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method getParams ] { + Method [ public method addInlineCss ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter = true ] + Parameter #2 [ array $attributes = [] ] } - - Return [ array ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method getParameters ] { + Method [ public method addInlineJs ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter = true ] + Parameter #2 [ array $attributes = [] ] } - - Return [ array ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method hasParam ] { + Method [ public method addJs ] { - - Parameters [1] { - Parameter #0 [ $param ] + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $local = true ] + Parameter #2 [ bool $filter = true ] + Parameter #3 [ array $attributes = [] ] + Parameter #4 [ ?string $version = null ] + Parameter #5 [ bool $autoVersion = false ] } - - Return [ bool ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method hasParameter ] { + Method [ public method collection ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method isFinished ] { + Method [ public method collectionAssetsByType ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $assets ] + Parameter #1 [ string $type ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method setActionName ] { + Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setDefaultAction ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method setDefaultNamespace ] { + Method [ public method getCollections ] { - - Parameters [1] { - Parameter #0 [ string $defaultNamespace ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getHandlerClass ] { + Method [ public method getCss ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method setParam ] { + Method [ public method getJs ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Assets\Collection ] } - Method [ public method setParameter ] { + Method [ public method getOptions ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setParams ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ array $params ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setParameters ] { + Method [ public method output ] { - - Parameters [1] { - Parameter #0 [ array $params ] + - Parameters [2] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ string $type ] } - - Return [ void ] + - Return [ ?string ] } - Method [ public method setReturnedValue ] { + Method [ public method outputCss ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ ?string $name = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setActionSuffix ] { + Method [ public method outputInline ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ $type ] + } + - Return [ string ] + } + + Method [ public method outputInlineCss ] { - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + Parameter #0 [ ?string $name = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method outputInlineJs ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ ?string $name = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setHandlerSuffix ] { + Method [ public method outputJs ] { - Parameters [1] { - Parameter #0 [ string $handlerSuffix ] + Parameter #0 [ ?string $name = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setModelBinder ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache = ] + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Assets\Collection $collection ] } - - Return [ Phalcon\Dispatcher\DispatcherInterface ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method setModuleName ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ ?string $moduleName = null ] + Parameter #0 [ array $options ] } - - Return [ void ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method setNamespaceName ] { + Method [ public method useImplicitOutput ] { - Parameters [1] { - Parameter #0 [ string $namespaceName ] + Parameter #0 [ bool $implicitOutput ] } - - Return [ void ] + - Return [ Phalcon\Assets\Manager ] } - Method [ public method getReturnedValue ] { + Method [ private method calculatePrefixedPath ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ string $path ] + Parameter #2 [ string $filePath ] } + - Return [ string ] } - Method [ public method wasForwarded ] { + Method [ private method checkAndCreateCollection ] { - - Parameters [0] { - } - - Return [ bool ] + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\Collection ] } - Method [ protected method resolveEmptyProperties ] { + Method [ private method cssLink ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = true ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method toCamelCase ] { + Method [ private method doCallback ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [4] { + Parameter #0 [ $callback ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $prefixedPath ] + Parameter #3 [ bool $local ] + } + - Return [ string ] + } + + Method [ private method jsLink ] { + + - Parameters [2] { + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = true ] + } + - Return [ string ] + } + + Method [ private method processParameters ] { + + - Parameters [5] { + Parameter #0 [ $parameters ] + Parameter #1 [ bool $local ] + Parameter #2 [ string $helperClass ] + Parameter #3 [ string $type ] + Parameter #4 [ string $name ] } - Return [ string ] } @@ -32816,15 +32725,9 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Autoload\Exception extends Exception implements Throwable, Stringable ] { - - Constants [6] { - Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } - Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ public int EXCEPTION_NO_DI ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -32914,7 +32817,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Cli\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Autoload\Loader extends Phalcon\Events\AbstractEventsAware ] { - Constants [0] { } @@ -32925,442 +32828,398 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [13] { - Property [ protected $container = NULL ] - Property [ protected $action = '' ] - Property [ protected $defaultAction = '' ] - Property [ protected $defaultModule = '' ] - Property [ protected $defaultParams = NULL ] - Property [ protected $defaultTask = '' ] - Property [ protected $matchedRoute = NULL ] - Property [ protected $matches = NULL ] - Property [ protected $module = '' ] - Property [ protected $params = NULL ] - Property [ protected $routes = NULL ] - Property [ protected $task = '' ] - Property [ protected $wasMatched = false ] + - Properties [12] { + Property [ protected $eventsManager = NULL ] + Property [ protected $checkedPath = NULL ] + Property [ protected $classes = NULL ] + Property [ protected $debug = NULL ] + Property [ protected $directories = NULL ] + Property [ protected $extensions = NULL ] + Property [ protected $fileCheckingCallback = 'is_file' ] + Property [ protected $files = NULL ] + Property [ protected $foundPath = NULL ] + Property [ protected $isDebug = false ] + Property [ protected $isRegistered = false ] + Property [ protected $namespaces = NULL ] } - - Methods [20] { + - Methods [35] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ bool $defaultRoutes = true ] + Parameter #0 [ bool $isDebug = false ] } } - Method [ public method add ] { + Method [ public method addClass ] { - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - } - - Return [ Phalcon\Cli\Router\RouteInterface ] - } - - Method [ public method getActionName ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMatchedRoute ] { - - - Parameters [0] { + Parameter #0 [ string $name ] + Parameter #1 [ string $file ] } - - Return [ ?Phalcon\Cli\Router\RouteInterface ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ public method getMatches ] { + Method [ public method addDirectory ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $directory ] } - - Return [ array ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ public method getModuleName ] { + Method [ public method addExtension ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $extension ] } - - Return [ string ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ public method getParams ] { + Method [ public method addFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $file ] } - - Return [ array ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ public method getParameters ] { + Method [ public method addNamespace ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $directories ] + Parameter #2 [ bool $prepend = false ] } - - Return [ array ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ public method getRouteById ] { + Method [ public method autoload ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ string $className ] } + - Return [ bool ] } - Method [ public method getRouteByName ] { + Method [ public method getCheckedPath ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getRoutes ] { + Method [ public method getClasses ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getTaskName ] { + Method [ public method getDebug ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ public method handle ] { - - - Parameters [1] { - Parameter #0 [ $arguments = ] - } - } - - Method [ public method setDefaultAction ] { - - - Parameters [1] { - Parameter #0 [ string $actionName ] - } - - Return [ Phalcon\Cli\Router ] + - Return [ array ] } - Method [ public method setDefaultModule ] { + Method [ public method getDirectories ] { - - Parameters [1] { - Parameter #0 [ string $moduleName ] + - Parameters [0] { } - - Return [ Phalcon\Cli\Router ] + - Return [ array ] } - Method [ public method setDefaults ] { + Method [ public method getExtensions ] { - - Parameters [1] { - Parameter #0 [ array $defaults ] + - Parameters [0] { } - - Return [ Phalcon\Cli\Router ] + - Return [ array ] } - Method [ public method setDefaultTask ] { + Method [ public method getFiles ] { - - Parameters [1] { - Parameter #0 [ string $taskName ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method wasMatched ] { + Method [ public method getFoundPath ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method getDI ] { + Method [ public method getNamespaces ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method loadFiles ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - Return [ void ] } - } - } - - Class [ class Phalcon\Cli\Router\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 ] { + Method [ public method register ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ bool $prepend = false ] } + - Return [ Phalcon\Autoload\Loader ] } - Method [ public method __wakeup ] { + Method [ public method setClasses ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $classes ] + Parameter #1 [ bool $merge = false ] } - - Tentative return [ void ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ final public method getMessage ] { + Method [ public method setDirectories ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $directories ] + Parameter #1 [ bool $merge = false ] } - - Return [ string ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ final public method getCode ] { + Method [ public method setExtensions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $extensions ] + Parameter #1 [ bool $merge = false ] } + - Return [ Phalcon\Autoload\Loader ] } - Method [ final public method getFile ] { + Method [ public method setFileCheckingCallback ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $method = ] } - - Return [ string ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ final public method getLine ] { + Method [ public method setFiles ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $files ] + Parameter #1 [ bool $merge = false ] } - - Return [ int ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ final public method getTrace ] { + Method [ public method setNamespaces ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $namespaces ] + Parameter #1 [ bool $merge = false ] } - - Return [ array ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ final public method getPrevious ] { + Method [ public method unregister ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ final public method getTraceAsString ] { + Method [ public method isRegistered ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ protected method requireFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $file ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Cli\Router\Route implements Phalcon\Cli\Router\RouteInterface ] { - - - Constants [1] { - Constant [ public string DEFAULT_DELIMITER ] { } - } - - - Static properties [2] { - Property [ protected static $delimiterPath = ' ' ] - Property [ protected static $uniqueId = 0 ] - } - - Static methods [3] { - Method [ static public method delimiter ] { + Method [ private method addDebug ] { - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] + Parameter #0 [ string $message ] } - Return [ void ] } - Method [ static public method getDelimiter ] { + Method [ private method addToCollection ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $collectionName ] + Parameter #2 [ string $method ] + Parameter #3 [ bool $merge = false ] } - - Return [ string ] + - Return [ Phalcon\Autoload\Loader ] } - Method [ static public method reset ] { + Method [ private method autoloadCheckClasses ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $className ] } - - Return [ void ] + - Return [ bool ] } - } - - - Properties [9] { - Property [ protected $beforeMatch = NULL ] - Property [ protected $compiledPattern = '' ] - Property [ protected $converters = NULL ] - Property [ protected $delimiter = NULL ] - Property [ protected $description = '' ] - Property [ protected $routeId = NULL ] - Property [ protected $name = '' ] - Property [ protected $paths = NULL ] - Property [ protected $pattern = '' ] - } - - Methods [17] { - Method [ public method __construct ] { + Method [ private method autoloadCheckDirectories ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [3] { + Parameter #0 [ array $directories ] + Parameter #1 [ string $className ] + Parameter #2 [ bool $isDirectory = false ] } + - Return [ bool ] } - Method [ public method beforeMatch ] { + Method [ private method autoloadCheckNamespaces ] { - Parameters [1] { - Parameter #0 [ $callback ] + Parameter #0 [ string $className ] } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method compilePattern ] { + Method [ private method checkDirectories ] { - - Parameters [1] { - Parameter #0 [ string $pattern ] + - Parameters [2] { + Parameter #0 [ $directories ] + Parameter #1 [ string $dirSeparator ] } - - Return [ string ] + - Return [ array ] } - Method [ public method convert ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $converter ] + - Parameters [0] { } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method extractNamedParams ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $pattern ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method getBeforeMatch ] { + Method [ protected method fireManagerEvent ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } } + } + } - Method [ public method getCompiledPattern ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Method [ public method getConverters ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method getDescription ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Properties [3] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + Property [ private $serializerFactory = NULL ] + } - Method [ public method getName ] { + - Methods [9] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $services = [] ] } - - Return [ string ] } - Method [ public method getPaths ] { + Method [ public method newInstance ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ array ] + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getPattern ] { + Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getReversedPaths ] { + Method [ protected method getServices ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getRouteId ] { + Method [ protected method getService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] } - Method [ public method reConfigure ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - Return [ void ] } - Method [ public method setDescription ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ string $description ] + Parameter #0 [ $config ] } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ array ] } - Method [ public method setName ] { + 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 $name ] + Parameter #0 [ string $message ] } - - Return [ Phalcon\Cli\Router\RouteInterface ] + - Return [ Exception ] } } } - Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -33371,361 +33230,355 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $container = NULL ] + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] Property [ protected $eventsManager = NULL ] + Property [ protected $prefix = 'ph-apcu-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [7] { - Method [ final public method __construct ] { + - Methods [42] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getEventsManager ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ bool ] } - Method [ public method setEventsManager ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $prefix = '' ] } - - Return [ void ] + - Return [ array ] } - Method [ public method __get ] { + Method [ public method setForever ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ protected method doDecrement ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ protected method doDelete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method getDI ] { + Method [ protected method doDeleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $key ] } - - Return [ void ] } - } - } - Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Method [ protected method doHas ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } - } + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ protected method doIncrement ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } - - Properties [4] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ protected $pathDelimiter = '.' ] - } + Method [ protected method doSet ] { - - Methods [34] { - Method [ public method __construct ] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ protected method phpApcuDec ] { - Parameters [2] { - Parameter #0 [ array $arrayConfig ] - Parameter #1 [ string $defaultAdapter = 'php' ] + Parameter #0 [ $key ] + Parameter #1 [ int $step = 1 ] } } - Method [ public method getPathDelimiter ] { + Method [ protected method phpApcuDelete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ string ] } - Method [ public method merge ] { + Method [ protected method phpApcuExists ] { - Parameters [1] { - Parameter #0 [ $toMerge ] + Parameter #0 [ $key ] } - - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ protected method phpApcuInc ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $delimiter = null ] + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ int $step = 1 ] } } - Method [ public method setPathDelimiter ] { + Method [ protected method phpApcuFetch ] { - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] + Parameter #0 [ $key ] } - - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ protected method phpApcuIterator ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $pattern ] } - - Return [ array ] } - Method [ final protected method internalMerge ] { + Method [ protected method phpApcuStore ] { - - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ array $target ] + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $payload ] + Parameter #2 [ int $ttl = 0 ] } - - Return [ array ] } - Method [ protected method setData ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ void ] } - Method [ public method __get ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ public method __set ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method __unset ] { + Method [ public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method clear ] { + Method [ public method getDefaultSerializer ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method count ] { + Method [ public method getLifetime ] { - Parameters [0] { } - Return [ int ] } - Method [ public method get ] { + Method [ public method getPrefix ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getIterator ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method getKeys ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValues ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ public method has ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method init ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ string $serializer ] } - Return [ void ] } - Method [ public method jsonSerialize ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method offsetExists ] { + Method [ protected method getFilteredKeys ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method offsetGet ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ mixed ] - } - - Method [ public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + Parameter #0 [ $key ] } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ $content ] } - - Return [ void ] } - Method [ public method remove ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ $ttl ] } - - Return [ void ] + - Return [ int ] } - Method [ public method set ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method serialize ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ void ] } - Method [ public method toJson ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method __unserialize ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - Return [ void ] } - - Method [ protected method phpJsonEncode ] { - - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] - } - } - - Method [ protected method processKey ] { - - - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ string ] - } } } - Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - Static properties [0] { @@ -33734,324 +33587,302 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ protected $pathDelimiter = '.' ] + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $prefix = 'ph-memc-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [38] { - Method [ public method __construct ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $filePath ] - Parameter #1 [ int $mode = 1 ] + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ protected method cast ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ $ini ] + - Parameters [0] { } - - Return [ mixed ] + - Return [ bool ] } - Method [ protected method castArray ] { + Method [ public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ array $ini ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method parseIniString ] { + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ string $path ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } - Return [ array ] } - Method [ protected method phpParseIniFile ] { + Method [ public method setForever ] { - - Parameters [3] { - Parameter #0 [ string $filename ] - Parameter #1 [ bool $processSections = false ] - Parameter #2 [ int $scannerMode = 1 ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method getPathDelimiter ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ public method merge ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ $toMerge ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ bool ] } - Method [ public method path ] { + Method [ protected method doDeleteMultiple ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $delimiter = null ] + - Parameters [1] { + Parameter #0 [ array $keys ] } + - Return [ bool ] } - Method [ public method setPathDelimiter ] { + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ bool ] } - Method [ public method toArray ] { + Method [ protected method doIncrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ final protected method internalMerge ] { + Method [ protected method doSet ] { - - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ array $target ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method setData ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ void ] } - Method [ public method __get ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ public method deleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ public method __set ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method __unset ] { - - - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method clear ] { + Method [ public method getDefaultSerializer ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method count ] { + Method [ public method getLifetime ] { - Parameters [0] { } - Return [ int ] } - Method [ public method get ] { + Method [ public method getPrefix ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getIterator ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method getKeys ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValues ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ public method has ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method init ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ string $serializer ] } - Return [ void ] } - Method [ public method jsonSerialize ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method offsetExists ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $key ] } - - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ protected method getFilteredKeys ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ mixed ] + - Return [ array ] } - Method [ public method offsetSet ] { + Method [ protected method getPrefixedKey ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ $content ] } - - Return [ void ] } - Method [ public method remove ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ $ttl ] } - - Return [ void ] + - Return [ int ] } - Method [ public method set ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method serialize ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ void ] } - Method [ public method toJson ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method __unserialize ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - Return [ void ] } - - Method [ protected method phpJsonEncode ] { - - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] - } - } - - Method [ protected method processKey ] { - - - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ string ] - } } } - Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - Static properties [0] { @@ -34060,289 +33891,303 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ protected $pathDelimiter = '.' ] - } + - Properties [10] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $prefix = 'ph-memo-' ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $data = NULL ] + Property [ protected $eventType = 'cache' ] + } - - Methods [34] { - Method [ public method __construct ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $filePath ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getPathDelimiter ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method merge ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ $toMerge ] + Parameter #0 [ string $prefix = '' ] } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ array ] } - Method [ public method path ] { + Method [ public method setForever ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $delimiter = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method setPathDelimiter ] { + Method [ protected method doDecrement ] { - - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method toArray ] { + Method [ protected method doDelete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ final protected method internalMerge ] { + Method [ protected method doGetData ] { - - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ array $target ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] } - Method [ protected method setData ] { + Method [ protected method doHas ] { - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method __get ] { + Method [ protected method doIncrement ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method __isset ] { + Method [ protected method doSet ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method __set ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ void ] } - Method [ public method __unset ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method deleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method count ] { + Method [ protected method doDeleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method get ] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] } } - Method [ public method getIterator ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ Traversable ] - } - - Method [ public method getKeys ] { - - - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] - } - - Return [ array ] } - Method [ public method getValues ] { + Method [ public method getDefaultSerializer ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method has ] { + Method [ public method getLifetime ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method init ] { + Method [ public method getPrefix ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method offsetExists ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method increment ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ mixed ] } - Method [ public method offsetSet ] { + Method [ public method set ] { - - Parameters [2] { - Parameter #0 [ $offset ] + - Parameters [3] { + Parameter #0 [ string $key ] Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method offsetUnset ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $serializer ] } - Return [ void ] } - Method [ public method remove ] { + Method [ protected method doGet ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method set ] { + Method [ protected method getFilteredKeys ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ void ] + - Return [ array ] } - Method [ public method serialize ] { + Method [ protected method getPrefixedKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method toJson ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + Parameter #0 [ $content ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ $ttl ] } - - Return [ void ] + - Return [ int ] } - Method [ public method __serialize ] { + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method __unserialize ] { + Method [ protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] + } + } + + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ protected method phpJsonEncode ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method processKey ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - Static properties [0] { @@ -34351,289 +34196,302 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ protected $pathDelimiter = '.' ] + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $prefix = 'ph-reds-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [34] { - Method [ public method __construct ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $filePath ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getPathDelimiter ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ public method merge ] { - - - Parameters [1] { - Parameter #0 [ $toMerge ] - } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ bool ] } - Method [ public method path ] { + Method [ public method getAdapter ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $delimiter = null ] + - Parameters [0] { } } - Method [ public method setPathDelimiter ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] + Parameter #0 [ string $prefix = '' ] } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ array ] } - Method [ public method toArray ] { + Method [ public method setForever ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ bool ] } - Method [ final protected method internalMerge ] { + Method [ protected method doDecrement ] { - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ array $target ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ protected method setData ] { + Method [ protected method doDelete ] { - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method __get ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ array $keys ] } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method __set ] { + Method [ protected method doIncrement ] { - Parameters [2] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] + } + } + + Method [ protected method doSet ] { + + - Parameters [3] { + Parameter #0 [ string $key ] Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method __unset ] { + Method [ public method decrement ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ void ] } - Method [ public method clear ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method count ] { + Method [ public method deleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method get ] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] } } - Method [ public method getIterator ] { + Method [ public method getDefaultSerializer ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ string ] } - Method [ public method getKeys ] { + Method [ public method getLifetime ] { - - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method getValues ] { + Method [ public method getPrefix ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method has ] { + Method [ public method getSerializer ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method init ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method jsonSerialize ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ public method offsetExists ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $serializer ] } - - Return [ mixed ] + - Return [ void ] } - Method [ public method offsetSet ] { + Method [ protected method doGet ] { - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $key ] } - - Return [ void ] } - Method [ public method remove ] { + Method [ protected method getFilteredKeys ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ void ] + - Return [ array ] } - Method [ public method set ] { + Method [ protected method getPrefixedKey ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ void ] + - Return [ string ] } - Method [ public method serialize ] { + Method [ protected method getSerializedData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $content ] } - - Return [ ?string ] } - Method [ public method toJson ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + Parameter #0 [ $ttl ] } - - Return [ string ] + - Return [ int ] } - Method [ public method unserialize ] { + Method [ protected method getUnserializedData ] { - - Parameters [1] { - Parameter #0 [ string $data ] + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method __serialize ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method __unserialize ] { + Method [ protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] + } + } + + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ protected method phpJsonEncode ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method processKey ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + Class [ class Phalcon\Cache\Adapter\RedisCluster extends Phalcon\Storage\Adapter\RedisCluster implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - Static properties [0] { @@ -34642,305 +34500,300 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ protected $pathDelimiter = '.' ] + - Properties [9] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $prefix = 'ph-redc-' ] + Property [ protected $eventType = 'cache' ] } - - Methods [36] { - Method [ public method __construct ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $filePath ] - Parameter #1 [ ?array $callbacks = [] ] + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ protected method phpYamlParseFile ] { + Method [ public method clear ] { - - Parameters [4] { - Parameter #0 [ $filename ] - Parameter #1 [ $pos = ] - Parameter #2 [ $ndocs = ] - Parameter #3 [ $callbacks = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method phpExtensionLoaded ] { + Method [ public method getAdapter ] { + + - Parameters [0] { + } + } + + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $prefix = '' ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method getPathDelimiter ] { + Method [ public method setForever ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method merge ] { + Method [ protected method doDecrement ] { - - Parameters [1] { - Parameter #0 [ $toMerge ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method path ] { + Method [ protected method doDelete ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $delimiter = null ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method setPathDelimiter ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ ?string $delimiter = null ] + Parameter #0 [ array $keys ] } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ bool ] } - Method [ public method toArray ] { + Method [ protected method doHas ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ final protected method internalMerge ] { + Method [ protected method doIncrement ] { - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ array $target ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ protected method setData ] { + Method [ protected method doSet ] { - - Parameters [2] { - Parameter #0 [ $element ] + - Parameters [3] { + Parameter #0 [ string $key ] Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method __get ] { + Method [ public method decrement ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method __isset ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method __set ] { + Method [ public method deleteMultiple ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method __unset ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method clear ] { + Method [ public method getDefaultSerializer ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method count ] { + Method [ public method getLifetime ] { - Parameters [0] { } - Return [ int ] } - Method [ public method get ] { + Method [ public method getPrefix ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getIterator ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method getKeys ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValues ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ public method has ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method init ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ string $serializer ] } - Return [ void ] } - Method [ public method jsonSerialize ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method offsetExists ] { + Method [ protected method doGetData ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $key ] } - - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ protected method getFilteredKeys ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ mixed ] + - Return [ array ] } - Method [ public method offsetSet ] { + Method [ protected method getPrefixedKey ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ $content ] } - - Return [ void ] } - Method [ public method remove ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ $ttl ] } - - Return [ void ] + - Return [ int ] } - Method [ public method set ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method serialize ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ void ] } - Method [ public method toJson ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method __unserialize ] { + Method [ protected method fire ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - Return [ void ] } - - Method [ protected method phpJsonEncode ] { - - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] - } - } - - Method [ protected method processKey ] { - - - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ string ] - } } } - Class [ class Phalcon\Config\ConfigFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } @@ -34951,944 +34804,935 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [10] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $options = NULL ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $prefix = 'ph-strm' ] + Property [ protected $storageDir = '' ] + Property [ protected $eventType = 'cache' ] } - - Methods [12] { - Method [ public method __construct ] { + - Methods [40] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method load ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ bool ] } - Method [ public method newInstance ] { + Method [ public method getKeys ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ string $fileName ] - Parameter #2 [ $params = ] + - Parameters [1] { + Parameter #0 [ string $prefix = '' ] } - - Return [ Phalcon\Config\ConfigInterface ] + - Return [ array ] } - Method [ protected method getExceptionClass ] { + Method [ public method setForever ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getServices ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ array ] } - Method [ protected method parseConfig ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ private method checkConfigArray ] { + Method [ protected method doGet ] { - - Parameters [1] { - Parameter #0 [ array $config ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ protected method getService ] { + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ protected method init ] { + Method [ protected method doIncrement ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ void ] } - Method [ protected method checkConfig ] { + Method [ protected method doSet ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfigElement ] { + Method [ protected method phpFileExists ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getException ] { + Method [ protected method phpFileGetContents ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $filename ] } - - Return [ Exception ] } - } - } - - Class [ class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ protected method phpFilePutContents ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [4] { + Parameter #0 [ string $filename ] + Parameter #1 [ $data ] + Parameter #2 [ int $flags = 0 ] + Parameter #3 [ $context = ] + } + } - - Methods [10] { - Method [ public method __construct ] { + Method [ protected method phpFopen ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] } } - Method [ public method __wakeup ] { + Method [ protected method phpUnlink ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Tentative return [ void ] + - Return [ bool ] } - Method [ final public method getMessage ] { + Method [ public method decrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method deleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getLine ] { + Method [ protected method doDeleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $keys ] } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getLifetime ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - - Class [ class Phalcon\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method getAvailableDrivers ] { + Method [ public method getPrefix ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - } - - - Properties [3] { - Property [ protected $pdo = NULL ] - Property [ protected $profiler = NULL ] - Property [ protected $arguments = NULL ] - } - - Methods [37] { - Method [ public method __construct ] { + Method [ public method getSerializer ] { - - Parameters [6] { - Parameter #0 [ string $dsn ] - Parameter #1 [ ?string $username = null ] - Parameter #2 [ ?string $password = null ] - Parameter #3 [ array $options = [] ] - Parameter #4 [ array $queries = [] ] - Parameter #5 [ ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = ] + - Parameters [0] { } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method __debugInfo ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method connect ] { + Method [ public method increment ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ void ] } - Method [ public method disconnect ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method __call ] { + Method [ public method setDefaultSerializer ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ string $serializer ] } + - Return [ void ] } - Method [ public method beginTransaction ] { + Method [ protected method doGetData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ bool ] } - Method [ public method commit ] { + Method [ protected method getFilteredKeys ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method errorCode ] { + Method [ protected method getPrefixedKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method errorInfo ] { + Method [ protected method getSerializedData ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $content ] } - - Return [ array ] } - Method [ public method exec ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ $ttl ] } - Return [ int ] } - Method [ public method fetchAffected ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } - - Return [ int ] } - Method [ public method fetchAll ] { + Method [ protected method initSerializer ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method fetchAssoc ] { + Method [ protected method getArrVal ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ array ] } - Method [ public method fetchColumn ] { + Method [ public method setEventsManager ] { - - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $column = 0 ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ public method fetchGroup ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $flags = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method fetchObject ] { + Method [ protected method fire ] { - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ object ] + - Return [ void ] } + } + } - Method [ public method fetchObjects ] { - - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] - } - - Return [ array ] - } + Class [ class Phalcon\Cache\Adapter\Weak extends Phalcon\Storage\Adapter\Weak implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Cache\Adapter\AdapterInterface ] { - Method [ public method fetchOne ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method fetchPairs ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - } - - Return [ array ] - } + - Properties [11] { + Property [ protected $adapter = NULL ] + Property [ protected $defaultSerializer = 'php' ] + Property [ protected $lifetime = 3600 ] + Property [ protected $prefix = 'ph-memo-' ] + Property [ protected $serializer = NULL ] + Property [ protected $serializerFactory = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $fetching = NULL ] + Property [ protected $weakList = NULL ] + Property [ protected $options = NULL ] + Property [ protected $eventType = 'cache' ] + } - Method [ public method fetchValue ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getAdapter ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ PDO ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ int $attribute ] - } - } - - Method [ public method getDriverName ] { - - - Parameters [0] { + Parameter #0 [ string $prefix = '' ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getProfiler ] { + Method [ public method setForever ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + - Return [ bool ] } - Method [ public method getQuoteNames ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ string $driver = '' ] + Parameter #0 [ string $serializer ] } - - Return [ array ] + - Return [ void ] } - Method [ public method inTransaction ] { + Method [ protected method doDecrement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ bool ] } - Method [ public method isConnected ] { + Method [ protected method doDelete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method lastInsertId ] { + Method [ protected method doGet ] { - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method perform ] { + Method [ protected method doHas ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ PDOStatement ] + - Return [ bool ] } - Method [ public method prepare ] { + Method [ protected method doIncrement ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } } - Method [ public method query ] { + Method [ protected method doSet ] { - - Parameters [1] { - Parameter #0 [ string $statement ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } + - Return [ bool ] } - Method [ public method quote ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = null ] + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ string ] } - Method [ public method rollBack ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method deleteMultiple ] { - - Parameters [2] { - Parameter #0 [ int $attribute ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $keys ] } - Return [ bool ] } - Method [ public method setProfiler ] { + Method [ protected method doDeleteMultiple ] { - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + Parameter #0 [ array $keys ] } + - Return [ bool ] } - Method [ protected method performBind ] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ $name ] - Parameter #2 [ $arguments ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ void ] } - Method [ protected method fetchData ] { + Method [ public method getAdapter ] { - - Parameters [4] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] - Parameter #2 [ string $statement ] - Parameter #3 [ array $values = [] ] + - Parameters [0] { } - - Return [ array ] } - } - } - - Class [ class Phalcon\DataMapper\Pdo\ConnectionLocator implements Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - - Constants [0] { - } + Method [ public method getDefaultSerializer ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getLifetime ] { - - Properties [4] { - Property [ protected $master = NULL ] - Property [ protected $read = NULL ] - Property [ protected $write = NULL ] - Property [ private $instances = NULL ] - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [8] { - Method [ public method __construct ] { + Method [ public method getPrefix ] { - - Parameters [3] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $master ] - Parameter #1 [ array $read = [] ] - Parameter #2 [ array $write = [] ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getMaster ] { + Method [ public method getSerializer ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method getRead ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $name = '' ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + - Return [ bool ] } - Method [ public method getWrite ] { + Method [ public method increment ] { - - Parameters [1] { - Parameter #0 [ string $name = '' ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value = 1 ] } - - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ public method setMaster ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + - Return [ bool ] } - Method [ public method setRead ] { + Method [ protected method doGetData ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $callableObject ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ public method setWrite ] { + Method [ protected method getFilteredKeys ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $callableObject ] + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] } - - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + - Return [ array ] } - Method [ protected method getConnection ] { + Method [ protected method getPrefixedKey ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ string $name = '' ] + - Parameters [1] { + Parameter #0 [ $key ] } - - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + - Return [ string ] } - } - } - - Class [ class Phalcon\DataMapper\Pdo\Connection\Decorated extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - - Constants [0] { - } + Method [ protected method getSerializedData ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $content ] + } + } - - Static methods [1] { - Method [ static public method getAvailableDrivers ] { + Method [ protected method getTtl ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $ttl ] } - - Return [ array ] + - Return [ int ] } - } - - - Properties [2] { - Property [ protected $pdo = NULL ] - Property [ protected $profiler = NULL ] - } - - Methods [36] { - Method [ public method __construct ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ PDO $pdo ] - Parameter #1 [ ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue = ] } } - Method [ public method connect ] { + Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } - Method [ public method disconnect ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] } - - Return [ void ] } - Method [ public method __call ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method beginTransaction ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method commit ] { + Method [ protected method fire ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ public method errorCode ] { + Class [ class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Cache\CacheInterface ] { - - Parameters [0] { - } - - Return [ ?string ] - } + - Constants [0] { + } - Method [ public method errorInfo ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $adapter = NULL ] + Property [ protected $eventsManager = NULL ] + } + + - Methods [24] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method exec ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ string $key ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method fetchAffected ] { + Method [ public method deleteMultiple ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [1] { + Parameter #0 [ $keys ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method fetchAll ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method fetchAssoc ] { + Method [ public method getMultiple ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method fetchColumn ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $column = 0 ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method fetchGroup ] { + Method [ public method set ] { - Parameters [3] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ int $flags = null ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method fetchObject ] { + Method [ public method setMultiple ] { - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] } - - Return [ object ] + - Return [ bool ] } - Method [ public method fetchObjects ] { + Method [ protected method getExceptionClass ] { - - Parameters [4] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] - Parameter #2 [ string $className = 'stdClass' ] - Parameter #3 [ array $arguments = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method fetchOne ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] } - - Return [ array ] } - Method [ public method fetchPairs ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method fetchValue ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method getAdapter ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ PDO ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getAttribute ] { + Method [ protected method checkKey ] { - Parameters [1] { - Parameter #0 [ int $attribute ] + Parameter #0 [ string $key ] } + - Return [ void ] } - Method [ public method getDriverName ] { + Method [ protected method checkKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $keys ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getProfiler ] { + Method [ protected method doClear ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + - Return [ bool ] } - Method [ public method getQuoteNames ] { + Method [ protected method doDelete ] { - Parameters [1] { - Parameter #0 [ string $driver = '' ] + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method inTransaction ] { + Method [ protected method doDeleteMultiple ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $keys ] } - Return [ bool ] } - Method [ public method isConnected ] { + Method [ protected method doGet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method lastInsertId ] { + Method [ protected method doGetMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] + } + - Return [ array ] + } + + Method [ protected method doHas ] { - Parameters [1] { - Parameter #0 [ ?string $name = null ] + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method perform ] { + Method [ protected method doSet ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ protected method doSetMultiple ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $values = [] ] + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] } - - Return [ PDOStatement ] + - Return [ bool ] } - Method [ public method prepare ] { + Method [ protected method fire ] { - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $eventName ] + Parameter #1 [ $keys ] } + - Return [ void ] } + } + } - Method [ public method query ] { + Class [ class Phalcon\Cache\CacheFactory extends Phalcon\Factory\AbstractConfigFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapterFactory = NULL ] + } + + - Methods [7] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $statement ] + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] } } - Method [ public method quote ] { + Method [ public method load ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = null ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ string ] + - Return [ Phalcon\Cache\CacheInterface ] } - Method [ public method rollBack ] { + Method [ public method newInstance ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ bool ] + - Return [ Phalcon\Cache\CacheInterface ] } - Method [ public method setAttribute ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ int $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method setProfiler ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ protected method performBind ] { + Method [ protected method checkConfigElement ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ $name ] - Parameter #2 [ $arguments ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method fetchData ] { + Method [ protected method getException ] { - - Parameters [4] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] - Parameter #2 [ string $statement ] - Parameter #3 [ array $values = [] ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ Exception ] } } } - Class [ class Phalcon\DataMapper\Pdo\Exception\CannotDisconnect extends Phalcon\DataMapper\Pdo\Exception\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -35980,7 +35824,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\DataMapper\Pdo\Exception\ConnectionNotFound extends Phalcon\DataMapper\Pdo\Exception\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -36072,7 +35916,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface ] { + Class [ class Phalcon\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -36083,132 +35927,126 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $messages = NULL ] + - Properties [6] { + Property [ protected $container = NULL ] + Property [ protected $defaultModule = '' ] + Property [ protected $eventsManager = NULL ] + Property [ protected $modules = NULL ] + Property [ protected $arguments = NULL ] + Property [ protected $options = NULL ] } - Methods [14] { - Method [ public method alert ] { + Method [ public method handle ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ ?array $arguments = [] ] } - - Return [ void ] } - Method [ public method critical ] { + Method [ public method setArgument ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [3] { + Parameter #0 [ ?array $arguments = [] ] + Parameter #1 [ bool $str = true ] + Parameter #2 [ bool $shift = true ] } - - Return [ void ] + - Return [ Phalcon\Cli\Console ] } - Method [ public method debug ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ void ] } - Method [ public method emergency ] { + Method [ public method getDefaultModule ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method error ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getAdapter ] { + Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getAdapters ] { + Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getLogLevel ] { + Method [ public method registerModules ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $modules ] + Parameter #1 [ bool $merge = false ] } - - Return [ int ] + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method getMessages ] { + Method [ public method setDefaultModule ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $defaultModule ] } - - Return [ array ] + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method getName ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method info ] { + Method [ public method __get ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ void ] } - Method [ public method notice ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method warning ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method log ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ $level ] - Parameter #1 [ string $message ] - Parameter #2 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } - Class [ class Phalcon\DataMapper\Pdo\Profiler\Profiler implements Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { + Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -36219,95 +36057,88 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $active = false ] - Property [ protected $context = NULL ] - Property [ protected $logFormat = '' ] - Property [ protected $logLevel = 0 ] - Property [ protected $logger = NULL ] - Property [ private $encode = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Logger\LoggerInterface $logger = ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method finish ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ ?string $statement = null ] - Parameter #1 [ array $values = [] ] + - Parameters [0] { } - - Return [ void ] + - Tentative return [ void ] } - Method [ public method getLogFormat ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getLogger ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ Phalcon\Logger\LoggerInterface ] } - Method [ public method getLogLevel ] { + Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } - Method [ public method isActive ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method setActive ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ bool $active ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + - Return [ array ] } - Method [ public method setLogFormat ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $logFormat ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + - Return [ ?Throwable ] } - Method [ public method setLogLevel ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ string $logLevel ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + - Return [ string ] } - Method [ public method start ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $method ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\DataMapper\Query\Bind ] { + Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] { - Constants [0] { } @@ -36318,419 +36149,460 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $inlineCount = 0 ] - Property [ protected $store = NULL ] + - Properties [27] { + Property [ protected $container = NULL ] + Property [ protected $activeHandler = NULL ] + Property [ protected $activeMethodMap = NULL ] + Property [ protected $actionName = '' ] + Property [ protected $actionSuffix = 'Action' ] + Property [ protected $camelCaseMap = NULL ] + Property [ protected $defaultNamespace = '' ] + Property [ protected $handlerHashes = NULL ] + Property [ protected $handlerName = '' ] + Property [ protected $eventsManager = NULL ] + Property [ protected $finished = false ] + Property [ protected $forwarded = false ] + Property [ protected $isControllerInitialize = false ] + Property [ protected $lastHandler = NULL ] + Property [ protected $modelBinder = NULL ] + Property [ protected $modelBinding = false ] + Property [ protected $moduleName = '' ] + Property [ protected $namespaceName = '' ] + Property [ protected $params = NULL ] + Property [ protected $previousActionName = '' ] + Property [ protected $previousHandlerName = '' ] + Property [ protected $previousNamespaceName = '' ] + Property [ protected $returnedValue = NULL ] + Property [ protected $defaultHandler = 'main' ] + Property [ protected $defaultAction = 'main' ] + Property [ protected $handlerSuffix = 'Task' ] + Property [ protected $options = NULL ] } - - Methods [7] { - Method [ public method bindInline ] { + - Methods [54] { + Method [ public method callActionMethod ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = -1 ] + - Parameters [3] { + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params = [] ] } - - Return [ string ] } - Method [ public method remove ] { + Method [ public method getActiveTask ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ public method setValue ] { + Method [ public method getLastTask ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ public method setValues ] { + Method [ public method getOption ] { - - Parameters [2] { - Parameter #0 [ array $values ] - Parameter #1 [ int $type = -1 ] + - Parameters [3] { + Parameter #0 [ $option ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] } - - Return [ void ] } - Method [ public method toArray ] { + Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ protected method getType ] { + Method [ public method getTaskName ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ protected method inlineArray ] { + Method [ public method getTaskSuffix ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ int $type ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\DataMapper\Query\Delete extends Phalcon\DataMapper\Query\AbstractConditions ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $bind = NULL ] - Property [ protected $connection = NULL ] - Property [ protected $store = NULL ] - } - - - Methods [40] { - Method [ public method __construct ] { + Method [ public method hasOption ] { - - Parameters [2] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] - Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + - Parameters [1] { + Parameter #0 [ $option ] } + - Return [ bool ] } - Method [ public method from ] { + Method [ public method setDefaultTask ] { - Parameters [1] { - Parameter #0 [ string $table ] + Parameter #0 [ string $taskName ] } - - Return [ Phalcon\DataMapper\Query\Delete ] + - Return [ void ] } - Method [ public method returning ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ array $columns ] + Parameter #0 [ array $options ] } - - Return [ Phalcon\DataMapper\Query\Delete ] + - Return [ void ] } - Method [ public method getStatement ] { + Method [ public method setTaskName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $taskName ] } - - Return [ string ] + - Return [ void ] } - Method [ public method reset ] { + Method [ public method setTaskSuffix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $taskSuffix ] } - Return [ void ] } - Method [ public method limit ] { + Method [ protected method handleException ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ Exception $exception ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method offset ] { + Method [ protected method throwDispatchException ] { - - Parameters [1] { - Parameter #0 [ int $offset ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ int $exceptionCode = 0 ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method andWhere ] { + Method [ public method dispatch ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method appendWhere ] { + Method [ public method forward ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ array $forward ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ void ] } - Method [ public method orderBy ] { + Method [ public method getActionName ] { - - Parameters [1] { - Parameter #0 [ $orderBy ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ string ] } - Method [ public method orWhere ] { + Method [ public method getActionSuffix ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ string ] } - Method [ public method where ] { + Method [ public method getActiveMethod ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ string ] } - Method [ public method whereEquals ] { + Method [ public method getBoundModels ] { - - Parameters [1] { - Parameter #0 [ array $columnsValues ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ array ] } - Method [ protected method addCondition ] { + Method [ public method getDefaultNamespace ] { - - Parameters [5] { - Parameter #0 [ string $store ] - Parameter #1 [ string $andor ] - Parameter #2 [ string $condition ] - Parameter #3 [ $value = ] - Parameter #4 [ int $type = -1 ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method buildBy ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method buildCondition ] { + Method [ public method getHandlerSuffix ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method buildLimitEarly ] { + Method [ public method getModelBinder ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Mvc\Model\BinderInterface ] } - Method [ protected method buildLimit ] { + Method [ public method getModuleName ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method buildLimitCommon ] { + Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method buildLimitSqlsrv ] { + Method [ public method getParam ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method appendCondition ] { + Method [ public method getParameter ] { - - Parameters [4] { - Parameter #0 [ string $store ] - Parameter #1 [ string $condition ] - Parameter #2 [ $value = ] - Parameter #3 [ int $type = -1 ] + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] } - - Return [ void ] } - Method [ protected method processValue ] { + Method [ public method getParams ] { - - Parameters [2] { - Parameter #0 [ string $store ] - Parameter #1 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method bindInline ] { + Method [ public method getParameters ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = -1 ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method bindValue ] { + Method [ public method hasParam ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ $param ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ bool ] } - Method [ public method bindValues ] { + Method [ public method hasParameter ] { - Parameters [1] { - Parameter #0 [ array $values ] + Parameter #0 [ $param ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ bool ] } - Method [ public method getBindValues ] { + Method [ public method isFinished ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method perform ] { + Method [ public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] + } + - Return [ void ] + } + + Method [ public method getHandlerClass ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setFlag ] { + Method [ public method setParam ] { - Parameters [2] { - Parameter #0 [ string $flag ] - Parameter #1 [ bool $enable = true ] + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method quoteIdentifier ] { + Method [ public method setParameter ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ int $type = null ] + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method resetColumns ] { + Method [ public method setParams ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $params ] } - Return [ void ] } - Method [ public method resetFrom ] { + Method [ public method setParameters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $params ] } - Return [ void ] } - Method [ public method resetWhere ] { + Method [ public method setReturnedValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - Return [ void ] } - Method [ public method resetGroupBy ] { + Method [ public method setActionSuffix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] } - Return [ void ] } - Method [ public method resetHaving ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ public method resetOrderBy ] { + Method [ public method setHandlerSuffix ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } - Method [ public method resetLimit ] { + Method [ public method setModelBinder ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache = ] + } + - Return [ Phalcon\Dispatcher\DispatcherInterface ] + } + + Method [ public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ ?string $moduleName = null ] } - Return [ void ] } - Method [ public method resetFlags ] { + Method [ public method setNamespaceName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } - Return [ void ] } - Method [ protected method buildFlags ] { + Method [ public method getReturnedValue ] { - Parameters [0] { } } - Method [ protected method buildReturning ] { + Method [ public method wasForwarded ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method indent ] { + Method [ protected method resolveEmptyProperties ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $glue = '' ] + - Parameters [0] { + } + - Return [ void ] + } + + Method [ protected method toCamelCase ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } - Return [ string ] } + + 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\DataMapper\Query\Insert extends Phalcon\DataMapper\Query\AbstractQuery ] { + Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { - - Constants [0] { + - Constants [6] { + Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public int EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { @@ -36739,232 +36611,265 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $bind = NULL ] - Property [ protected $connection = NULL ] - Property [ protected $store = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [28] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] - Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method column ] { + Method [ public method __wakeup ] { - - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Insert ] + - Tentative return [ void ] } - Method [ public method columns ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ array $columns ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Insert ] + - Return [ string ] } - Method [ public method into ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ string $table ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method getLastInsertId ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ ?string $name = null ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getStatement ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method returning ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ array $columns ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Insert ] + - Return [ array ] } - Method [ public method reset ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ void ] + - Return [ ?Throwable ] } - Method [ public method set ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ string $column ] - Parameter #1 [ $value = ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Insert ] + - Return [ string ] } - Method [ private method buildColumns ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method bindInline ] { + Class [ class Phalcon\Cli\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ protected $container = NULL ] + Property [ protected $action = '' ] + Property [ protected $defaultAction = '' ] + Property [ protected $defaultModule = '' ] + Property [ protected $defaultParams = NULL ] + Property [ protected $defaultTask = '' ] + Property [ protected $matchedRoute = NULL ] + Property [ protected $matches = NULL ] + Property [ protected $module = '' ] + Property [ protected $params = NULL ] + Property [ protected $routes = NULL ] + Property [ protected $task = '' ] + Property [ protected $wasMatched = false ] + } + + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ bool $defaultRoutes = true ] + } + } + + Method [ public method add ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = -1 ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ string ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method bindValue ] { + Method [ public method getActionName ] { - - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ string ] } - Method [ public method bindValues ] { + Method [ public method getMatchedRoute ] { - - Parameters [1] { - Parameter #0 [ array $values ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ ?Phalcon\Cli\Router\RouteInterface ] } - Method [ public method getBindValues ] { + Method [ public method getMatches ] { - Parameters [0] { } - Return [ array ] } - Method [ public method perform ] { + Method [ public method getModuleName ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setFlag ] { + Method [ public method getParams ] { - - Parameters [2] { - Parameter #0 [ string $flag ] - Parameter #1 [ bool $enable = true ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method quoteIdentifier ] { + Method [ public method getParameters ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ int $type = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method resetColumns ] { + Method [ public method getRouteById ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $id ] } - - Return [ void ] } - Method [ public method resetFrom ] { + Method [ public method getRouteByName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] } - Method [ public method resetWhere ] { + Method [ public method getRoutes ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method resetGroupBy ] { + Method [ public method getTaskName ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method resetHaving ] { + Method [ public method handle ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $arguments = ] } - - Return [ void ] } - Method [ public method resetOrderBy ] { + Method [ public method setDefaultAction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $actionName ] } - - Return [ void ] + - Return [ Phalcon\Cli\Router ] } - Method [ public method resetLimit ] { + Method [ public method setDefaultModule ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $moduleName ] } - - Return [ void ] + - Return [ Phalcon\Cli\Router ] } - Method [ public method resetFlags ] { + Method [ public method setDefaults ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $defaults ] + } + - Return [ Phalcon\Cli\Router ] + } + + Method [ public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] } - Return [ void ] } - Method [ protected method buildFlags ] { + Method [ public method wasMatched ] { - Parameters [0] { } + - Return [ bool ] } - Method [ protected method buildReturning ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method indent ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $glue = '' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\DataMapper\Query\QueryFactory ] { + Class [ class Phalcon\Cli\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -36975,3325 +36880,3122 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $selectClass = '' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [6] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $selectClass = '' ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method newBind ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Bind ] + - Tentative return [ void ] } - Method [ public method newDelete ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Delete ] + - Return [ string ] } - Method [ public method newInsert ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method newSelect ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } - Method [ public method newUpdate ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Update ] + - Return [ int ] } - } - } - - Class [ class Phalcon\DataMapper\Query\Select extends Phalcon\DataMapper\Query\AbstractConditions ] { - - Constants [4] { - Constant [ public string JOIN_INNER ] { INNER } - Constant [ public string JOIN_LEFT ] { LEFT } - Constant [ public string JOIN_NATURAL ] { NATURAL } - Constant [ public string JOIN_RIGHT ] { RIGHT } - } + Method [ final public method getTrace ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ final public method getPrevious ] { - - Properties [5] { - Property [ protected $bind = NULL ] - Property [ protected $connection = NULL ] - Property [ protected $store = NULL ] - Property [ protected $asAlias = '' ] - Property [ protected $forUpdate = false ] - } - - - Methods [58] { - Method [ public method __call ] { - - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $params ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method andHaving ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } - Method [ public method asAlias ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $asAlias ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } + } + } - Method [ public method appendHaving ] { - - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] - } - - Return [ Phalcon\DataMapper\Query\Select ] - } + Class [ class Phalcon\Cli\Router\Route implements Phalcon\Cli\Router\RouteInterface ] { - Method [ public method appendJoin ] { + - Constants [1] { + Constant [ public string DEFAULT_DELIMITER ] { } + } - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] - } - - Return [ Phalcon\DataMapper\Query\Select ] - } + - Static properties [2] { + Property [ protected static $delimiterPath = ' ' ] + Property [ protected static $uniqueId = 0 ] + } - Method [ public method columns ] { + - Static methods [3] { + Method [ static public method delimiter ] { - Parameters [1] { - Parameter #0 [ array $columns ] + Parameter #0 [ ?string $delimiter = null ] } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ void ] } - Method [ public method distinct ] { + Method [ static public method getDelimiter ] { - - Parameters [1] { - Parameter #0 [ bool $enable = true ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } - Method [ public method from ] { + Method [ static public method reset ] { - - Parameters [1] { - Parameter #0 [ string $table ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ void ] } + } - Method [ public method forUpdate ] { + - Properties [9] { + Property [ protected $beforeMatch = NULL ] + Property [ protected $compiledPattern = '' ] + Property [ protected $converters = NULL ] + Property [ protected $delimiter = NULL ] + Property [ protected $description = '' ] + Property [ protected $routeId = NULL ] + Property [ protected $name = '' ] + Property [ protected $paths = NULL ] + Property [ protected $pattern = '' ] + } - - Parameters [1] { - Parameter #0 [ bool $enable = true ] + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method getStatement ] { + Method [ public method beforeMatch ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method groupBy ] { + Method [ public method compilePattern ] { - Parameters [1] { - Parameter #0 [ $groupBy ] + Parameter #0 [ string $pattern ] } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } - Method [ public method hasColumns ] { + Method [ public method convert ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] } - - Return [ bool ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method having ] { + Method [ public method extractNamedParams ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ string $pattern ] } - - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method join ] { + Method [ public method getBeforeMatch ] { - - Parameters [5] { - Parameter #0 [ string $join ] - Parameter #1 [ string $table ] - Parameter #2 [ string $condition ] - Parameter #3 [ $value = ] - Parameter #4 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method orHaving ] { + Method [ public method getCompiledPattern ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } - Method [ public method reset ] { + Method [ public method getConverters ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method subSelect ] { + Method [ public method getDescription ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } - Method [ public method union ] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ string ] } - Method [ public method unionAll ] { + Method [ public method getPaths ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ array ] } - Method [ protected method getCurrentStatement ] { + Method [ public method getPattern ] { - - Parameters [1] { - Parameter #0 [ string $suffix = '' ] + - Parameters [0] { } - Return [ string ] } - Method [ private method buildColumns ] { + Method [ public method getReversedPaths ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ private method buildFrom ] { + Method [ public method getRouteId ] { - Parameters [0] { } - Return [ string ] } - Method [ public method limit ] { + Method [ public method reConfigure ] { - - Parameters [1] { - Parameter #0 [ int $limit ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ void ] } - Method [ public method offset ] { + Method [ public method setDescription ] { - Parameters [1] { - Parameter #0 [ int $offset ] + Parameter #0 [ string $description ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method andWhere ] { + Method [ public method setName ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ Phalcon\Cli\Router\RouteInterface ] } + } + } - Method [ public method appendWhere ] { - - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } + Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Method [ public method orderBy ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $orderBy ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } + - Static properties [0] { + } - Method [ public method orWhere ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } + - Properties [2] { + Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] + } - Method [ public method where ] { + - Methods [7] { + Method [ final public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method whereEquals ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ array $columnsValues ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method addCondition ] { + Method [ public method setEventsManager ] { - - Parameters [5] { - Parameter #0 [ string $store ] - Parameter #1 [ string $andor ] - Parameter #2 [ string $condition ] - Parameter #3 [ $value = ] - Parameter #4 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ protected method buildBy ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $propertyName ] } - - Return [ string ] } - Method [ protected method buildCondition ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method buildLimitEarly ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method buildLimit ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } + } + } - Method [ protected method buildLimitCommon ] { - - - Parameters [0] { - } - - Return [ string ] - } + 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 ] { - Method [ protected method buildLimitSqlsrv ] { + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } - - Parameters [0] { - } - - Return [ string ] - } + - Static properties [0] { + } - Method [ protected method appendCondition ] { + - Static methods [0] { + } - - Parameters [4] { - Parameter #0 [ string $store ] - Parameter #1 [ string $condition ] - Parameter #2 [ $value = ] - Parameter #3 [ int $type = -1 ] - } - - Return [ void ] - } + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $pathDelimiter = '.' ] + } - Method [ protected method processValue ] { + - Methods [50] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $store ] - Parameter #1 [ $data ] + Parameter #0 [ array $arrayConfig ] + Parameter #1 [ string $defaultAdapter = 'php' ] } - - Return [ void ] } - Method [ public method __construct ] { + Method [ public method getPathDelimiter ] { - - Parameters [2] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] - Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method bindInline ] { + Method [ public method merge ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ $toMerge ] } - - Return [ string ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method bindValue ] { + Method [ public method path ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - Parameter #2 [ int $type = -1 ] + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $delimiter = null ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method bindValues ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ array $values ] + Parameter #0 [ ?string $delimiter = null ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method getBindValues ] { + Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ public method perform ] { - - - Parameters [0] { - } - } - - Method [ public method setFlag ] { + Method [ final protected method internalMerge ] { - Parameters [2] { - Parameter #0 [ string $flag ] - Parameter #1 [ bool $enable = true ] + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } - - Return [ void ] + - Return [ array ] } - Method [ public method quoteIdentifier ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ int $type = null ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method resetColumns ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ void ] + - Return [ mixed ] } - Method [ public method resetFrom ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method resetWhere ] { + Method [ public method __serialize ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method resetGroupBy ] { + Method [ public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method resetHaving ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } - Method [ public method resetOrderBy ] { + Method [ public method __unset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ void ] } - Method [ public method resetLimit ] { + Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } - Method [ public method resetFlags ] { + Method [ public method column ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method buildFlags ] { + Method [ public method count ] { - Parameters [0] { } + - Return [ int ] } - Method [ protected method buildReturning ] { + Method [ public method each ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method indent ] { + Method [ public method filter ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $glue = '' ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - } - } - - Class [ class Phalcon\DataMapper\Query\Update extends Phalcon\DataMapper\Query\AbstractConditions ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $bind = NULL ] - Property [ protected $connection = NULL ] - Property [ protected $store = NULL ] - } - - Methods [45] { - Method [ public method __construct ] { + Method [ public method first ] { - - Parameters [2] { - Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] - Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + - Parameters [0] { } + - Return [ mixed ] } - Method [ public method column ] { + Method [ public method get ] { - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ Phalcon\DataMapper\Query\Update ] + - Return [ mixed ] } - Method [ public method columns ] { + Method [ public method getIterator ] { - - Parameters [1] { - Parameter #0 [ array $columns ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Update ] + - Return [ Traversable ] } - Method [ public method from ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ string $table ] + Parameter #0 [ bool $insensitive = true ] } - - Return [ Phalcon\DataMapper\Query\Update ] + - Return [ array ] } - Method [ public method getStatement ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method hasColumns ] { + Method [ public method getValues ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method returning ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ array $columns ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\DataMapper\Query\Update ] + - Return [ bool ] } - Method [ public method reset ] { + Method [ public method init ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - Return [ void ] } - Method [ public method set ] { + Method [ public method isEmpty ] { - - Parameters [2] { - Parameter #0 [ string $column ] - Parameter #1 [ $value = ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Update ] + - Return [ bool ] } - Method [ private method buildColumns ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method limit ] { + Method [ public method keys ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ bool $insensitive = true ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ array ] } - Method [ public method offset ] { + Method [ public method last ] { - - Parameters [1] { - Parameter #0 [ int $offset ] - } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] - } - - Method [ public method andWhere ] { - - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ mixed ] } - Method [ public method appendWhere ] { + Method [ public method map ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method orderBy ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $orderBy ] + Parameter #0 [ $element ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ bool ] } - Method [ public method orWhere ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ mixed ] } - Method [ public method where ] { + Method [ public method offsetSet ] { - - Parameters [3] { - Parameter #0 [ string $condition ] - Parameter #1 [ $value = ] - Parameter #2 [ int $type = -1 ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ void ] } - Method [ public method whereEquals ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ array $columnsValues ] + Parameter #0 [ $element ] } - - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + - Return [ void ] } - Method [ protected method addCondition ] { + Method [ public method reduce ] { - - Parameters [5] { - Parameter #0 [ string $store ] - Parameter #1 [ string $andor ] - Parameter #2 [ string $condition ] - Parameter #3 [ $value = ] - Parameter #4 [ int $type = -1 ] + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } - - Return [ void ] + - Return [ mixed ] } - Method [ protected method buildBy ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method buildCondition ] { + Method [ public method replace ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method buildLimitEarly ] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method buildLimit ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method buildLimitCommon ] { + Method [ public method sort ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method buildLimitSqlsrv ] { + Method [ public method toJson ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - Return [ string ] } - Method [ protected method appendCondition ] { + Method [ public method unserialize ] { - - Parameters [4] { - Parameter #0 [ string $store ] - Parameter #1 [ string $condition ] - Parameter #2 [ $value = ] - Parameter #3 [ int $type = -1 ] + - Parameters [1] { + Parameter #0 [ string $data ] } - Return [ void ] } - Method [ protected method processValue ] { + Method [ public method values ] { - - Parameters [2] { - Parameter #0 [ string $store ] - Parameter #1 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method bindInline ] { + Method [ public method where ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ int $type = -1 ] - } - - Return [ string ] - } - - Method [ public method bindValue ] { - - - Parameters [3] { - Parameter #0 [ string $key ] + Parameter #0 [ string $propertyOrMethod ] Parameter #1 [ $value ] - Parameter #2 [ int $type = -1 ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method bindValues ] { + Method [ protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ array $values ] + Parameter #0 [ array $data = [] ] } - - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ public method getBindValues ] { + Method [ protected method extractValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] } - - Return [ array ] + - Return [ mixed ] } - Method [ public method perform ] { + Method [ protected method processKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ string ] } - Method [ public method setFlag ] { + Method [ protected method validateType ] { - - Parameters [2] { - Parameter #0 [ string $flag ] - Parameter #1 [ bool $enable = true ] + - Parameters [1] { + Parameter #0 [ $value ] } - Return [ void ] } + } + } - Method [ public method quoteIdentifier ] { + Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $pathDelimiter = '.' ] + } + + - Methods [54] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ int $type = null ] + Parameter #0 [ string $filePath ] + Parameter #1 [ int $mode = 1 ] } - - Return [ string ] } - Method [ public method resetColumns ] { + Method [ protected method cast ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $ini ] } - - Return [ void ] + - Return [ mixed ] } - Method [ public method resetFrom ] { + Method [ protected method castArray ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $ini ] } - - Return [ void ] + - Return [ array ] } - Method [ public method resetWhere ] { + Method [ protected method parseIniString ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ $value ] } - - Return [ void ] + - Return [ array ] } - Method [ public method resetGroupBy ] { + Method [ protected method phpParseIniFile ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $filename ] + Parameter #1 [ bool $processSections = false ] + Parameter #2 [ int $scannerMode = 1 ] } - - Return [ void ] } - Method [ public method resetHaving ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method resetOrderBy ] { + Method [ public method merge ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $toMerge ] } - - Return [ void ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method resetLimit ] { + Method [ public method path ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $delimiter = null ] } - - Return [ void ] } - Method [ public method resetFlags ] { + Method [ public method setPathDelimiter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $delimiter = null ] } - - Return [ void ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ protected method buildFlags ] { + Method [ public method toArray ] { - Parameters [0] { } + - Return [ array ] } - Method [ protected method buildReturning ] { + Method [ final protected method internalMerge ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $glue = '' ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Db\Adapter\PdoFactory 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 ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ string $element ] } + - Return [ mixed ] } - Method [ public method load ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ public method newInstance ] { + Method [ public method __serialize ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ protected method getExceptionClass ] { + Method [ public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getServices ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method getService ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ protected method init ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } - Return [ void ] } - Method [ protected method checkConfig ] { + Method [ public method column ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $propertyOrMethod ] } - Return [ array ] } - Method [ protected method checkConfigElement ] { + Method [ public method count ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ protected method getException ] { + Method [ public method each ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $callback ] } - - Return [ Exception ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - } - } - - Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $connectionConsecutive = 0 ] - } - - Static methods [1] { - Method [ static public method setup ] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $callback ] } - - Return [ void ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - } - - - 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 = 'mysql' ] - Property [ protected $type = 'mysql' ] - } - - Methods [78] { - Method [ public method addForeignKey ] { + Method [ public method first ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method describeColumns ] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ array ] + - Return [ mixed ] } - Method [ public method describeIndexes ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ Traversable ] } - Method [ public method describeReferences ] { + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - Return [ array ] } - Method [ protected method getDsnDefaults ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method getValues ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method affectedRows ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method begin ] { + Method [ public method init ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method commit ] { + Method [ public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method close ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method connect ] { + Method [ public method keys ] { - Parameters [1] { - Parameter #0 [ array $descriptor = [] ] + Parameter #0 [ bool $insensitive = true ] } - - Return [ void ] + - Return [ array ] } - Method [ public method convertBoundParams ] { + Method [ public method last ] { - - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ mixed ] } - Method [ public method escapeString ] { + Method [ public method map ] { - Parameters [1] { - Parameter #0 [ string $str ] + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method execute ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ $element ] } - Return [ bool ] } - Method [ public method executePrepared ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ PDOStatement ] + - Return [ mixed ] } - Method [ public method getErrorInfo ] { + Method [ public method offsetSet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getInternalHandler ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method getTransactionLevel ] { + Method [ public method reduce ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } - - Return [ int ] + - Return [ mixed ] } - Method [ public method isUnderTransaction ] { + Method [ public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method lastInsertId ] { + Method [ public method replace ] { - Parameters [1] { - Parameter #0 [ ?string $name = null ] + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ public method prepare ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + - Parameters [0] { } - - Return [ PDOStatement ] + - Return [ ?string ] } - Method [ public method query ] { + Method [ public method set ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method rollback ] { + Method [ public method sort ] { - - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method prepareRealSql ] { + Method [ public method toJson ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $parameters ] + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - - Return [ void ] + - Return [ string ] } - Method [ public method addColumn ] { + Method [ public method unserialize ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method addIndex ] { + Method [ public method values ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method addPrimaryKey ] { + Method [ public method where ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method createSavepoint ] { + Method [ protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ public method createTable ] { + Method [ protected method extractValue ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method createView ] { + Method [ protected method processKey ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method delete ] { + Method [ protected method validateType ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $whereCondition = null ] - Parameter #2 [ array $placeholders = [] ] - Parameter #3 [ array $dataTypes = [] ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ public method dropColumn ] { + Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] - } - - Return [ bool ] - } + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } - Method [ public method dropForeignKey ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] - } - - Return [ bool ] - } + - Static methods [0] { + } - Method [ public method dropIndex ] { + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $pathDelimiter = '.' ] + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] + - Methods [50] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $filePath ] } - - Return [ bool ] } - Method [ public method dropPrimaryKey ] { + Method [ public method getPathDelimiter ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method dropTable ] { + Method [ public method merge ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [1] { + Parameter #0 [ $toMerge ] } - - Return [ bool ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method dropView ] { + Method [ public method path ] { - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $delimiter = null ] } - - Return [ bool ] } - Method [ public method escapeIdentifier ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method fetchAll ] { + Method [ public method toArray ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode = null ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - Return [ array ] } - Method [ public method fetchColumn ] { + Method [ final protected method internalMerge ] { - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders = [] ] - Parameter #2 [ $column = ] + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } + - Return [ array ] } - Method [ public method fetchOne ] { + Method [ protected method setData ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode = ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method forUpdate ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ mixed ] } - Method [ public method getColumnDefinition ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $element ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getColumnList ] { + Method [ public method __serialize ] { - - Parameters [1] { - Parameter #0 [ $columnList ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getConnectionId ] { + Method [ public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getDefaultIdValue ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ void ] } - Method [ public method getDefaultValue ] { + Method [ public method __unset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ void ] } - Method [ public method getDescriptor ] { + Method [ public method clear ] { - Parameters [0] { } + - Return [ void ] + } + + Method [ public method column ] { + + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] + } - Return [ array ] } - Method [ public method getDialect ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ Phalcon\Db\DialectInterface ] + - Return [ int ] } - Method [ public method getDialectType ] { + Method [ public method each ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getEventsManager ] { + Method [ public method filter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getNestedTransactionSavepointName ] { + Method [ public method first ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } - Method [ public method getRealSQLStatement ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ string ] + - Return [ mixed ] } - Method [ public method getSQLBindTypes ] { + Method [ public method getIterator ] { - Parameters [0] { } - - Return [ array ] + - Return [ Traversable ] } - Method [ public method getSQLStatement ] { + Method [ public method getKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getSQLVariables ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method getType ] { + Method [ public method getValues ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method insert ] { + Method [ public method has ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields = ] - Parameter #3 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method insertAsDict ] { + Method [ public method init ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method limit ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method listTables ] { + Method [ public method keys ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ bool $insensitive = true ] } - Return [ array ] } - Method [ public method listViews ] { + Method [ public method last ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ mixed ] } - Method [ public method modifyColumn ] { + Method [ public method map ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method releaseSavepoint ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $element ] } - Return [ bool ] } - Method [ public method rollbackSavepoint ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $element ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method setEventsManager ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method setDialect ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + Parameter #0 [ $element ] } + - Return [ void ] + } + + Method [ public method reduce ] { + + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] + } + - Return [ mixed ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + Parameter #0 [ string $element ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ public method replace ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method supportSequences ] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method tableExists ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method tableOptions ] { + Method [ public method sort ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ array ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method update ] { + Method [ public method toJson ] { - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition = ] - Parameter #4 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method updateAsDict ] { + Method [ public method unserialize ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition = ] - Parameter #3 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method useExplicitIdValue ] { + Method [ public method values ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method supportsDefaultValue ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method viewExists ] { + Method [ protected method cloneEmpty ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Support\Collection ] } - } - } - Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Method [ protected method extractValue ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] + } + - Return [ mixed ] + } - - Static properties [1] { - Property [ protected static $connectionConsecutive = 0 ] - } + Method [ protected method processKey ] { - - Static methods [1] { - Method [ static public method setup ] { + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } + + Method [ protected method validateType ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $value ] } - 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 = 'postgresql' ] - Property [ protected $type = 'pgsql' ] + Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - - Methods [78] { - Method [ public method __construct ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $pathDelimiter = '.' ] + } + + - Methods [50] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $descriptor ] + Parameter #0 [ string $filePath ] + } + } + + Method [ public method getPathDelimiter ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method connect ] { + Method [ public method merge ] { - Parameters [1] { - Parameter #0 [ array $descriptor = [] ] + Parameter #0 [ $toMerge ] } - - Return [ void ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method createTable ] { + Method [ public method path ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $delimiter = null ] } - - Return [ bool ] } - Method [ public method describeColumns ] { + Method [ public method setPathDelimiter ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [1] { + Parameter #0 [ ?string $delimiter = null ] } - - Return [ array ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method describeReferences ] { + Method [ public method toArray ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getDefaultIdValue ] { + Method [ final protected method internalMerge ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ array ] } - Method [ public method modifyColumn ] { + Method [ protected method setData ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method supportSequences ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method useExplicitIdValue ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ protected method getDsnDefaults ] { + Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } - Method [ public method affectedRows ] { + Method [ public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ void ] } - Method [ public method begin ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ array $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method commit ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method close ] { + Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } - Method [ public method convertBoundParams ] { - - - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params = [] ] - } - - Return [ array ] - } - - Method [ public method escapeString ] { + Method [ public method column ] { - Parameters [1] { - Parameter #0 [ string $str ] + Parameter #0 [ string $propertyOrMethod ] } - - Return [ string ] + - Return [ array ] } - Method [ public method execute ] { + Method [ public method count ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method executePrepared ] { + Method [ public method each ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ PDOStatement ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getErrorInfo ] { + Method [ public method filter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ array ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getInternalHandler ] { + Method [ public method first ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method getTransactionLevel ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ int ] + - Return [ mixed ] } - Method [ public method isUnderTransaction ] { + Method [ public method getIterator ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Traversable ] } - Method [ public method lastInsertId ] { + Method [ public method getKeys ] { - Parameters [1] { - Parameter #0 [ ?string $name = null ] + Parameter #0 [ bool $insensitive = true ] } + - Return [ array ] } - Method [ public method prepare ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + - Parameters [0] { } - - Return [ PDOStatement ] + - Return [ ?string ] } - Method [ public method query ] { + Method [ public method getValues ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method rollback ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ protected method prepareRealSql ] { + Method [ public method init ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $parameters ] + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - Return [ void ] } - Method [ public method addColumn ] { + Method [ public method isEmpty ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method addForeignKey ] { + Method [ public method jsonSerialize ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method addIndex ] { + Method [ public method keys ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method addPrimaryKey ] { + Method [ public method last ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method createSavepoint ] { + Method [ public method map ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $callback ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method createView ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ $element ] } - Return [ bool ] } - Method [ public method delete ] { + Method [ public method offsetGet ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $whereCondition = null ] - Parameter #2 [ array $placeholders = [] ] - Parameter #3 [ array $dataTypes = [] ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method describeIndexes ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method dropColumn ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method dropForeignKey ] { + Method [ public method reduce ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method dropIndex ] { + Method [ public method remove ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method dropPrimaryKey ] { + Method [ public method replace ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method dropTable ] { + Method [ public method serialize ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method dropView ] { + Method [ public method set ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method escapeIdentifier ] { + Method [ public method sort ] { - - Parameters [1] { - Parameter #0 [ $identifier ] + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method fetchAll ] { + Method [ public method toJson ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode = null ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - - Return [ array ] + - Return [ string ] } - Method [ public method fetchColumn ] { + Method [ public method unserialize ] { - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders = [] ] - Parameter #2 [ $column = ] + - Parameters [1] { + Parameter #0 [ string $data ] } + - Return [ void ] } - Method [ public method fetchOne ] { + Method [ public method values ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode = ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - Return [ array ] } - Method [ public method forUpdate ] { + Method [ public method where ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getColumnDefinition ] { + Method [ protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ array $data = [] ] } - - Return [ string ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ public method getColumnList ] { + Method [ protected method extractValue ] { - - Parameters [1] { - Parameter #0 [ $columnList ] + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] } - - Return [ string ] + - Return [ mixed ] } - Method [ public method getConnectionId ] { + Method [ protected method processKey ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ string ] } - Method [ public method getDefaultValue ] { + Method [ protected method validateType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ void ] } + } + } - Method [ public method getDescriptor ] { + Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config\Config implements Phalcon\Config\ConfigInterface, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, IteratorAggregate, Traversable, Phalcon\Contracts\Support\Collection, Countable, JsonSerializable ] { - - Parameters [0] { + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $pathDelimiter = '.' ] + } + + - Methods [52] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ ?array $callbacks = [] ] } - - Return [ array ] } - Method [ public method getDialect ] { + Method [ protected method phpYamlParseFile ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $pos = ] + Parameter #2 [ $ndocs = ] + Parameter #3 [ $callbacks = ] } - - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method getDialectType ] { + Method [ protected method phpExtensionLoaded ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getEventsManager ] { + Method [ public method getPathDelimiter ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ public method getNestedTransactionSavepointName ] { + Method [ public method merge ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $toMerge ] } - - Return [ string ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method getRealSQLStatement ] { + Method [ public method path ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $delimiter = null ] } - - Return [ string ] } - Method [ public method getSQLBindTypes ] { + Method [ public method setPathDelimiter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $delimiter = null ] } - - Return [ array ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method getSQLStatement ] { + Method [ public method toArray ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getSQLVariables ] { + Method [ final protected method internalMerge ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } - Return [ array ] } - Method [ public method getType ] { + Method [ protected method setData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method insert ] { + Method [ public method __get ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields = ] - Parameter #3 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method insertAsDict ] { + Method [ public method __isset ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method __serialize ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method limit ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method listTables ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ array $data ] } - - Return [ array ] + - Return [ void ] } - Method [ public method listViews ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ string $element ] } - - Return [ array ] + - Return [ void ] } - Method [ public method releaseSavepoint ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method rollbackSavepoint ] { + Method [ public method column ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $propertyOrMethod ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method count ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method setDialect ] { + Method [ public method each ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + Parameter #0 [ $callback ] } + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + Parameter #0 [ $callback ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method sharedLock ] { + Method [ public method first ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } - Method [ public method tableExists ] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method tableOptions ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ Traversable ] } - Method [ public method update ] { + Method [ public method getKeys ] { - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition = ] - Parameter #4 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method updateAsDict ] { + Method [ public method getType ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition = ] - Parameter #3 [ $dataTypes = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method supportsDefaultValue ] { + Method [ public method getValues ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method viewExists ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - } - } - - Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - Static properties [1] { - Property [ protected static $connectionConsecutive = 0 ] - } - - - Static methods [1] { - Method [ static public method setup ] { + Method [ public method init ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $data = [] ] } - 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 [78] { - Method [ public method __construct ] { + Method [ public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method connect ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ array $descriptor = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method describeColumns ] { + Method [ public method keys ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method last ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ mixed ] } - Method [ public method describeReferences ] { + Method [ public method map ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ array ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getDefaultValue ] { + Method [ public method offsetExists ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ Phalcon\Db\RawValue ] + - Return [ bool ] } - Method [ public method useExplicitIdValue ] { + Method [ public method offsetGet ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method supportsDefaultValue ] { + Method [ public method offsetSet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method getDsnDefaults ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ array ] + - Return [ void ] } - Method [ public method affectedRows ] { + Method [ public method reduce ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } - - Return [ int ] + - Return [ mixed ] } - Method [ public method begin ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method commit ] { + Method [ public method replace ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ array $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method close ] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ public method convertBoundParams ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ string $sql ] - Parameter #1 [ array $params = [] ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method escapeString ] { + Method [ public method sort ] { - - Parameters [1] { - Parameter #0 [ string $str ] + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ string ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method execute ] { + Method [ public method toJson ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method executePrepared ] { + Method [ public method unserialize ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ PDOStatement ] + - Return [ void ] } - Method [ public method getErrorInfo ] { + Method [ public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getInternalHandler ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method getTransactionLevel ] { + Method [ protected method cloneEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ int ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ public method isUnderTransaction ] { + Method [ protected method extractValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method lastInsertId ] { + Method [ protected method processKey ] { - Parameters [1] { - Parameter #0 [ ?string $name = null ] + Parameter #0 [ string $element ] } + - Return [ string ] } - Method [ public method prepare ] { + Method [ protected method validateType ] { - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + Parameter #0 [ $value ] } - - Return [ PDOStatement ] + - Return [ void ] } + } + } - Method [ public method query ] { + Class [ class Phalcon\Config\ConfigFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } - Method [ public method rollback ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ bool $nesting = true ] + Parameter #0 [ array $services = [] ] } - - Return [ bool ] } - Method [ protected method prepareRealSql ] { + Method [ public method load ] { - - Parameters [2] { - Parameter #0 [ string $statement ] - Parameter #1 [ array $parameters ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ void ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method addColumn ] { + Method [ public method newInstance ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $name ] + Parameter #1 [ string $fileName ] + Parameter #2 [ $params = ] } - - Return [ bool ] + - Return [ Phalcon\Config\ConfigInterface ] } - Method [ public method addForeignKey ] { + Method [ protected method getExceptionClass ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method addIndex ] { + Method [ protected method getServices ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method addPrimaryKey ] { + Method [ protected method parseConfig ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method createSavepoint ] { + Method [ private method checkConfigArray ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $config ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method createTable ] { + Method [ protected method getService ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method createView ] { + Method [ protected method init ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method delete ] { + Method [ protected method checkConfig ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $whereCondition = null ] - Parameter #2 [ array $placeholders = [] ] - Parameter #3 [ array $dataTypes = [] ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method dropColumn ] { + Method [ protected method checkConfigElement ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method dropForeignKey ] { + Method [ protected method getException ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ bool ] + - Return [ Exception ] } + } + } + + Class [ class Phalcon\Config\Exception extends Exception implements Throwable, Stringable ] { - Method [ public method dropIndex ] { + - Constants [0] { + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ $indexName ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ public method dropPrimaryKey ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - } - - Return [ bool ] - } + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - Method [ public method dropTable ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ bool ] } - Method [ public method dropView ] { + Method [ public method __wakeup ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method escapeIdentifier ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $identifier ] + - Parameters [0] { } - Return [ string ] } - Method [ public method fetchAll ] { + Method [ final public method getCode ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $fetchMode = null ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method fetchColumn ] { + Method [ final public method getFile ] { - - Parameters [3] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ array $placeholders = [] ] - Parameter #2 [ $column = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method fetchOne ] { + Method [ final public method getLine ] { - - Parameters [4] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $fetchMode = ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method forUpdate ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getColumnDefinition ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ public method getColumnList ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $columnList ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getConnectionId ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method getDefaultIdValue ] { + Class [ class Phalcon\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - - Parameters [0] { - } - - Return [ Phalcon\Db\RawValue ] - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method getDescriptor ] { + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { - Parameters [0] { } - Return [ array ] } + } + + - Properties [3] { + Property [ protected $pdo = NULL ] + Property [ protected $profiler = NULL ] + Property [ protected $arguments = NULL ] + } - Method [ public method getDialect ] { + - Methods [37] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ string $dsn ] + Parameter #1 [ ?string $username = null ] + Parameter #2 [ ?string $password = null ] + Parameter #3 [ array $options = [] ] + Parameter #4 [ array $queries = [] ] + Parameter #5 [ ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = ] } - - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method getDialectType ] { + Method [ public method __debugInfo ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method connect ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ void ] } - Method [ public method getNestedTransactionSavepointName ] { + Method [ public method disconnect ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getRealSQLStatement ] { + Method [ public method __call ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] } - - Return [ string ] } - Method [ public method getSQLBindTypes ] { + Method [ public method beginTransaction ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getSQLStatement ] { + Method [ public method commit ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getSQLVariables ] { + Method [ public method errorCode ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method getType ] { + Method [ public method errorInfo ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method insert ] { + Method [ public method exec ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields = ] - Parameter #3 [ $dataTypes = ] + - Parameters [1] { + Parameter #0 [ string $statement ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method insertAsDict ] { + Method [ public method fetchAffected ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes = ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ public method fetchAll ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method limit ] { + Method [ public method fetchAssoc ] { - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ int $number ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method listTables ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $column = 0 ] } - Return [ array ] } - Method [ public method listViews ] { + Method [ public method fetchGroup ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $flags = null ] } - Return [ array ] } - Method [ public method modifyColumn ] { + Method [ public method fetchObject ] { - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] } - - Return [ bool ] + - Return [ object ] } - Method [ public method releaseSavepoint ] { + Method [ public method fetchObjects ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method rollbackSavepoint ] { + Method [ public method fetchOne ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method fetchPairs ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setDialect ] { + Method [ public method fetchValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ PDO ] } - Method [ public method sharedLock ] { + Method [ public method getAttribute ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ int $attribute ] } - - Return [ string ] } - Method [ public method supportSequences ] { + Method [ public method getDriverName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method tableExists ] { + Method [ public method getProfiler ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method tableOptions ] { + Method [ public method getQuoteNames ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ string $driver = '' ] } - Return [ array ] } - Method [ public method update ] { + Method [ public method inTransaction ] { - - Parameters [5] { - Parameter #0 [ string $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition = ] - Parameter #4 [ $dataTypes = ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method updateAsDict ] { + Method [ public method isConnected ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition = ] - Parameter #3 [ $dataTypes = ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method viewExists ] { + Method [ public method lastInsertId ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ ?string $name = null ] } - - Return [ bool ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - - - Constants [37] { - Constant [ public int BIND_PARAM_BLOB ] { 3 } - Constant [ public int BIND_PARAM_BOOL ] { 5 } - Constant [ public int BIND_PARAM_DECIMAL ] { 32 } - Constant [ public int BIND_PARAM_INT ] { 1 } - Constant [ public int BIND_PARAM_NULL ] { 0 } - Constant [ public int BIND_PARAM_STR ] { 2 } - Constant [ public int BIND_SKIP ] { 1024 } - Constant [ public int TYPE_BIGINTEGER ] { 14 } - Constant [ public int TYPE_BIT ] { 19 } - Constant [ public int TYPE_BINARY ] { 27 } - Constant [ public int TYPE_BLOB ] { 11 } - Constant [ public int TYPE_BOOLEAN ] { 8 } - Constant [ public int TYPE_CHAR ] { 5 } - Constant [ public int TYPE_DATE ] { 1 } - Constant [ public int TYPE_DATETIME ] { 4 } - Constant [ public int TYPE_DECIMAL ] { 3 } - Constant [ public int TYPE_DOUBLE ] { 9 } - Constant [ public int TYPE_ENUM ] { 18 } - Constant [ public int TYPE_FLOAT ] { 7 } - Constant [ public int TYPE_INTEGER ] { 0 } - Constant [ public int TYPE_JSON ] { 15 } - Constant [ public int TYPE_JSONB ] { 16 } - Constant [ public int TYPE_LONGBLOB ] { 13 } - Constant [ public int TYPE_LONGTEXT ] { 24 } - Constant [ public int TYPE_MEDIUMBLOB ] { 12 } - Constant [ public int TYPE_MEDIUMINTEGER ] { 21 } - Constant [ public int TYPE_MEDIUMTEXT ] { 23 } - Constant [ public int TYPE_SMALLINTEGER ] { 22 } - Constant [ public int TYPE_TEXT ] { 6 } - Constant [ public int TYPE_TIME ] { 20 } - Constant [ public int TYPE_TIMESTAMP ] { 17 } - Constant [ public int TYPE_TINYBLOB ] { 10 } - Constant [ public int TYPE_TINYINTEGER ] { 26 } - Constant [ public int TYPE_TINYTEXT ] { 25 } - Constant [ public int TYPE_UUID ] { 29 } - Constant [ public int TYPE_VARBINARY ] { 28 } - Constant [ public int TYPE_VARCHAR ] { 2 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [16] { - Property [ protected $after = '' ] - Property [ protected $autoIncrement = false ] - Property [ protected $bindType = 2 ] - Property [ protected $comment = NULL ] - Property [ protected $defaultValue = NULL ] - Property [ protected $first = false ] - Property [ protected $isNumeric = false ] - Property [ protected $name = NULL ] - Property [ protected $notNull = true ] - Property [ protected $primary = false ] - Property [ protected $scale = 0 ] - Property [ protected $size = 0 ] - Property [ protected $type = NULL ] - Property [ protected $typeReference = -1 ] - Property [ protected $typeValues = NULL ] - Property [ protected $unsigned = false ] - } - - Methods [18] { - Method [ public method __construct ] { + Method [ public method perform ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $definition ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } + - Return [ PDOStatement ] } - Method [ public method getAfterPosition ] { + Method [ public method prepare ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getBindType ] { + Method [ public method query ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $statement ] } - - Return [ int ] } - Method [ public method getComment ] { + Method [ public method quote ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = null ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getDefault ] { + Method [ public method rollBack ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method getName ] { + Method [ public method setAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getScale ] { + Method [ public method setProfiler ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } - - Return [ int ] } - Method [ public method getSize ] { + Method [ protected method performBind ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] } + - Return [ void ] } - Method [ public method getType ] { + Method [ protected method fetchData ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values = [] ] } - - Return [ int ] + - Return [ array ] } + } + } - Method [ public method getTypeReference ] { + Class [ class Phalcon\DataMapper\Pdo\ConnectionLocator implements Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { - - Parameters [0] { - } - - Return [ int ] - } + - Constants [0] { + } - Method [ public method getTypeValues ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $master = NULL ] + Property [ protected $read = NULL ] + Property [ protected $write = NULL ] + Property [ private $instances = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $master ] + Parameter #1 [ array $read = [] ] + Parameter #2 [ array $write = [] ] } } - Method [ public method hasDefault ] { + Method [ public method getMaster ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ public method isAutoIncrement ] { + Method [ public method getRead ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name = '' ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ public method isFirst ] { + Method [ public method getWrite ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name = '' ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } - Method [ public method isNotNull ] { + Method [ public method setMaster ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ public method isNumeric ] { + Method [ public method setRead ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ public method isPrimary ] { + Method [ public method setWrite ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] } - Method [ public method isUnsigned ] { + Method [ protected method getConnection ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $name = '' ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] } } } - Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ class Phalcon\DataMapper\Pdo\Connection\Decorated extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - Constants [0] { } @@ -40301,650 +40003,640 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } } - Properties [2] { - Property [ protected $customFunctions = NULL ] - Property [ protected $escapeChar = '`' ] + Property [ protected $pdo = NULL ] + Property [ protected $profiler = NULL ] } - - Methods [69] { - Method [ public method addColumn ] { + - Methods [36] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ PDO $pdo ] + Parameter #1 [ ?Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler = ] } - - Return [ string ] } - Method [ public method addForeignKey ] { + Method [ public method connect ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method addIndex ] { + Method [ public method disconnect ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method addPrimaryKey ] { + Method [ public method __call ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] } - - Return [ string ] } - Method [ public method createTable ] { + Method [ public method beginTransaction ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method createView ] { + Method [ public method commit ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method describeColumns ] { + Method [ public method errorCode ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] + } + + Method [ public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ public method fetchAffected ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ int ] } - Method [ public method describeReferences ] { + Method [ public method fetchAll ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropColumn ] { + Method [ public method fetchAssoc ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropForeignKey ] { + Method [ public method fetchColumn ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $column = 0 ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropIndex ] { + Method [ public method fetchGroup ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $indexName ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ int $flags = null ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropPrimaryKey ] { + Method [ public method fetchObject ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] } - - Return [ string ] + - Return [ object ] } - Method [ public method dropTable ] { + Method [ public method fetchObjects ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] + Parameter #2 [ string $className = 'stdClass' ] + Parameter #3 [ array $arguments = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method dropView ] { + Method [ public method fetchOne ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getColumnDefinition ] { + Method [ public method fetchPairs ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getForeignKeyChecks ] { + Method [ public method fetchValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] } - Method [ public method listTables ] { + Method [ public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ PDO ] } - Method [ public method listViews ] { + Method [ public method getAttribute ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ int $attribute ] } - - Return [ string ] } - Method [ public method modifyColumn ] { + Method [ public method getDriverName ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method sharedLock ] { + Method [ public method getProfiler ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method tableExists ] { + Method [ public method getQuoteNames ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ string $driver = '' ] } - - Return [ string ] + - Return [ array ] } - Method [ public method tableOptions ] { + Method [ public method inTransaction ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method truncateTable ] { + Method [ public method isConnected ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method viewExists ] { + Method [ public method lastInsertId ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ ?string $name = null ] } - Return [ string ] } - Method [ protected method getTableOptions ] { + Method [ public method perform ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ PDOStatement ] } - Method [ private method checkColumnSizeAndScale ] { + Method [ public method prepare ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options = [] ] } - - Return [ string ] } - Method [ private method checkColumnUnsigned ] { + Method [ public method query ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $statement ] } - - Return [ string ] } - Method [ public method createSavepoint ] { + Method [ public method quote ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = null ] } - Return [ string ] } - Method [ final public method escape ] { + Method [ public method rollBack ] { - - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ final public method escapeSchema ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method forUpdate ] { + Method [ public method setProfiler ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] } - - Return [ string ] } - Method [ final public method getColumnList ] { + Method [ protected method performBind ] { - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getCustomFunctions ] { + Method [ protected method fetchData ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values = [] ] } - Return [ array ] } + } + } - Method [ final public method getSqlColumn ] { + Class [ class Phalcon\DataMapper\Pdo\Exception\CannotDisconnect extends Phalcon\DataMapper\Pdo\Exception\Exception implements Stringable, Throwable ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } + - 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 ] + } - Method [ public method getSqlExpression ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ string ] } - Method [ final public method getSqlTable ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ public method limit ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [0] { } - Return [ string ] } - Method [ public method registerCustomFunction ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $customFunction ] + - Parameters [0] { } - - Return [ Phalcon\Db\Dialect ] } - Method [ public method releaseSavepoint ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - Return [ string ] } - Method [ public method rollbackSavepoint ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method select ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method supportsSavepoints ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?Throwable ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method getColumnSize ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - Return [ string ] } + } + } - Method [ protected method getColumnSizeAndScale ] { + Class [ class Phalcon\DataMapper\Pdo\Exception\ConnectionNotFound extends Phalcon\DataMapper\Pdo\Exception\Exception implements Stringable, Throwable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ protected method checkColumnType ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - 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 ] } - - Return [ string ] } - Method [ protected method checkColumnTypeSql ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ final public method getCode ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ final public method getFile ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ final public method getLine ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ final public method getTrace ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - Return [ string ] } + } + } - Method [ final protected method getSqlExpressionHaving ] { + Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $messages = NULL ] + } + + - Methods [14] { + Method [ public method alert ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method critical ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method debug ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method emergency ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method error ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method getAdapter ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method getAdapters ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method getLogLevel ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method getName ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method info ] { - - Parameters [3] { - Parameter #0 [ string $qualified ] - Parameter #1 [ ?string $alias = null ] - Parameter #2 [ ?string $escapeChar = null ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method prepareTable ] { + Method [ public method notice ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - Parameter #2 [ ?string $alias = null ] - Parameter #3 [ ?string $escapeChar = null ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method prepareQualified ] { + Method [ public method warning ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ public method log ] { - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ ?string $domain = null ] - Parameter #2 [ ?string $escapeChar = null ] + Parameter #0 [ $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ class Phalcon\DataMapper\Pdo\Profiler\Profiler implements Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { - Constants [0] { } @@ -40955,632 +40647,516 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $customFunctions = NULL ] - Property [ protected $escapeChar = '"' ] + - Properties [6] { + Property [ protected $active = false ] + Property [ protected $context = NULL ] + Property [ protected $logFormat = '' ] + Property [ protected $logLevel = 0 ] + Property [ protected $logger = NULL ] + Property [ private $encode = NULL ] } - - Methods [67] { - Method [ public method addColumn ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Logger\LoggerInterface $logger = ] } - - Return [ string ] } - Method [ public method addForeignKey ] { + Method [ public method finish ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [2] { + Parameter #0 [ ?string $statement = null ] + Parameter #1 [ array $values = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ public method addIndex ] { + Method [ public method getLogFormat ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - Return [ string ] } - Method [ public method addPrimaryKey ] { + Method [ public method getLogger ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Logger\LoggerInterface ] } - Method [ public method createTable ] { + Method [ public method getLogLevel ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [0] { } - Return [ string ] } - Method [ public method createView ] { + Method [ public method isActive ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method describeColumns ] { + Method [ public method setActive ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [1] { + Parameter #0 [ bool $active ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method describeIndexes ] { + Method [ public method setLogFormat ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [1] { + Parameter #0 [ string $logFormat ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method describeReferences ] { + Method [ public method setLogLevel ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [1] { + Parameter #0 [ string $logLevel ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] } - Method [ public method dropColumn ] { + Method [ public method start ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [1] { + Parameter #0 [ string $method ] } - - Return [ string ] + - Return [ void ] } + } + } - Method [ public method dropForeignKey ] { + Class [ class Phalcon\DataMapper\Query\Bind ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method dropIndex ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $indexName ] - } - - Return [ string ] - } + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $inlineCount = 0 ] + Property [ protected $store = NULL ] + } - Method [ public method dropPrimaryKey ] { + - Methods [7] { + Method [ public method bindInline ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + Parameter #0 [ $value ] + Parameter #1 [ int $type = -1 ] } - Return [ string ] } - Method [ public method dropTable ] { + Method [ public method remove ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ void ] } - Method [ public method dropView ] { + Method [ public method setValue ] { - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getColumnDefinition ] { + Method [ public method setValues ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ array $values ] + Parameter #1 [ int $type = -1 ] } - - Return [ string ] + - Return [ void ] } - Method [ public method listTables ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method listViews ] { + Method [ protected method getType ] { - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ int ] } - Method [ public method modifyColumn ] { + Method [ protected method inlineArray ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ int $type ] } - Return [ string ] } + } + } - Method [ public method sharedLock ] { + Class [ class Phalcon\DataMapper\Query\Delete extends Phalcon\DataMapper\Query\AbstractConditions ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] - } - - Return [ string ] - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind = NULL ] + Property [ protected $connection = NULL ] + Property [ protected $store = NULL ] + } - Method [ public method tableExists ] { + - Methods [40] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Return [ string ] } - Method [ public method tableOptions ] { + Method [ public method from ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Delete ] } - Method [ public method truncateTable ] { + Method [ public method returning ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [1] { + Parameter #0 [ array $columns ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Delete ] } - Method [ public method viewExists ] { + Method [ public method getStatement ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method castDefault ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method getTableOptions ] { + Method [ public method limit ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method createSavepoint ] { + Method [ public method offset ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ int $offset ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final public method escape ] { + Method [ public method andWhere ] { - - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final public method escapeSchema ] { + Method [ public method appendWhere ] { - - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method forUpdate ] { + Method [ public method orderBy ] { - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + Parameter #0 [ $orderBy ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final public method getColumnList ] { + Method [ public method orWhere ] { - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getCustomFunctions ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final public method getSqlColumn ] { + Method [ public method whereEquals ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ array $columnsValues ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getSqlExpression ] { + Method [ protected method addCondition ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value = ] + Parameter #4 [ int $type = -1 ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getSqlTable ] { + Method [ protected method buildBy ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [1] { + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ public method limit ] { + Method [ protected method buildCondition ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [1] { + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ public method registerCustomFunction ] { + Method [ protected method buildLimitEarly ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $customFunction ] - } - - Return [ Phalcon\Db\Dialect ] - } - - Method [ public method releaseSavepoint ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ string ] - } - - Method [ public method rollbackSavepoint ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ string ] - } - - Method [ public method select ] { - - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [0] { } - Return [ string ] } - Method [ public method supportsSavepoints ] { + Method [ protected method buildLimit ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ protected method buildLimitCommon ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ protected method getColumnSize ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] - } - Return [ string ] } - Method [ protected method getColumnSizeAndScale ] { + Method [ protected method buildLimitSqlsrv ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method checkColumnType ] { + Method [ protected method appendCondition ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value = ] + Parameter #3 [ int $type = -1 ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method checkColumnTypeSql ] { + Method [ protected method processValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method bindInline ] { - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] + Parameter #0 [ $value ] + Parameter #1 [ int $type = -1 ] } - Return [ string ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method bindValue ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method bindValues ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method getBindValues ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method perform ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method setFlag ] { - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionFunctionCall ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionGroupBy ] { - - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] - } - - Return [ string ] - } - - Method [ final protected method getSqlExpressionHaving ] { - - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable = true ] } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method quoteIdentifier ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type = null ] } - Return [ string ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method resetColumns ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method resetFrom ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method resetWhere ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method resetGroupBy ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method resetHaving ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method resetOrderBy ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method resetLimit ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method resetFlags ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method prepareColumnAlias ] { + Method [ protected method buildFlags ] { - - Parameters [3] { - Parameter #0 [ string $qualified ] - Parameter #1 [ ?string $alias = null ] - Parameter #2 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method prepareTable ] { + Method [ protected method buildReturning ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - Parameter #2 [ ?string $alias = null ] - Parameter #3 [ ?string $escapeChar = null ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method prepareQualified ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ ?string $domain = null ] - Parameter #2 [ ?string $escapeChar = null ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue = '' ] } - Return [ string ] } } } - Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ class Phalcon\DataMapper\Query\Insert extends Phalcon\DataMapper\Query\AbstractQuery ] { - Constants [0] { } @@ -41591,813 +41167,796 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $customFunctions = NULL ] - Property [ protected $escapeChar = '"' ] + - Properties [3] { + Property [ protected $bind = NULL ] + Property [ protected $connection = NULL ] + Property [ protected $store = NULL ] } - - Methods [67] { - Method [ public method addColumn ] { - - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - } - - Return [ string ] - } - - Method [ public method addForeignKey ] { + - Methods [28] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Return [ string ] } - Method [ public method addIndex ] { + Method [ public method column ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + Parameter #0 [ string $column ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method addPrimaryKey ] { + Method [ public method columns ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ array $columns ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method createTable ] { + Method [ public method into ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ string $table ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method createView ] { + Method [ public method getLastInsertId ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ ?string $schemaName = null ] + - Parameters [1] { + Parameter #0 [ ?string $name = null ] } - Return [ string ] } - Method [ public method describeColumns ] { + Method [ public method getStatement ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - Return [ string ] } - Method [ public method describeIndex ] { + Method [ public method returning ] { - Parameters [1] { - Parameter #0 [ string $index ] + Parameter #0 [ array $columns ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method describeIndexes ] { + Method [ public method reset ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method describeReferences ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + Parameter #0 [ string $column ] + Parameter #1 [ $value = ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ public method dropColumn ] { + Method [ private method buildColumns ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $columnName ] + - Parameters [0] { } - Return [ string ] } - Method [ public method dropForeignKey ] { + Method [ public method bindInline ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $referenceName ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = -1 ] } - Return [ string ] } - Method [ public method dropIndex ] { + Method [ public method bindValue ] { - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ string $indexName ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method dropPrimaryKey ] { + Method [ public method bindValues ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method dropTable ] { + Method [ public method getBindValues ] { - - Parameters [3] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method dropView ] { + Method [ public method perform ] { - - Parameters [3] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] - Parameter #2 [ bool $ifExists = true ] + - Parameters [0] { } - - Return [ string ] } - Method [ public method forUpdate ] { + Method [ public method setFlag ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable = true ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getColumnDefinition ] { + Method [ public method quoteIdentifier ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type = null ] } - Return [ string ] } - Method [ public method listIndexesSql ] { + Method [ public method resetColumns ] { - - Parameters [3] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - Parameter #2 [ ?string $keyName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method listTables ] { + Method [ public method resetFrom ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method listViews ] { + Method [ public method resetWhere ] { - - Parameters [1] { - Parameter #0 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method modifyColumn ] { + Method [ public method resetGroupBy ] { - - Parameters [4] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ public method resetHaving ] { - - Parameters [1] { - Parameter #0 [ string $sqlQuery ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method tableExists ] { + Method [ public method resetOrderBy ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method tableOptions ] { + Method [ public method resetLimit ] { - - Parameters [2] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method truncateTable ] { + Method [ public method resetFlags ] { - - Parameters [2] { - Parameter #0 [ string $tableName ] - Parameter #1 [ string $schemaName ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method viewExists ] { + Method [ protected method buildFlags ] { - - Parameters [2] { - Parameter #0 [ string $viewName ] - Parameter #1 [ ?string $schemaName = null ] + - Parameters [0] { } - - Return [ string ] } - Method [ public method createSavepoint ] { + Method [ protected method buildReturning ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - Return [ string ] } - Method [ final public method escape ] { + Method [ protected method indent ] { - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue = '' ] } - Return [ string ] } + } + } - Method [ final public method escapeSchema ] { + Class [ class Phalcon\DataMapper\Query\QueryFactory ] { - - Parameters [2] { - Parameter #0 [ string $str ] - Parameter #1 [ ?string $escapeChar = null ] - } - - Return [ string ] - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ final public method getColumnList ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Properties [1] { + Property [ protected $selectClass = '' ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $selectClass = '' ] } - - Return [ string ] } - Method [ public method getCustomFunctions ] { + Method [ public method newBind ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\Bind ] } - Method [ final public method getSqlColumn ] { + Method [ public method newDelete ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Delete ] } - Method [ public method getSqlExpression ] { + Method [ public method newInsert ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Insert ] } - Method [ final public method getSqlTable ] { + Method [ public method newSelect ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method limit ] { + Method [ public method newUpdate ] { - - Parameters [2] { - Parameter #0 [ string $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Update ] } + } + } + + Class [ class Phalcon\DataMapper\Query\Select extends Phalcon\DataMapper\Query\AbstractConditions ] { + + - Constants [4] { + Constant [ public string JOIN_INNER ] { INNER } + Constant [ public string JOIN_LEFT ] { LEFT } + Constant [ public string JOIN_NATURAL ] { NATURAL } + Constant [ public string JOIN_RIGHT ] { RIGHT } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $bind = NULL ] + Property [ protected $connection = NULL ] + Property [ protected $store = NULL ] + Property [ protected $asAlias = '' ] + Property [ protected $forUpdate = false ] + } - Method [ public method registerCustomFunction ] { + - Methods [58] { + Method [ public method __call ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $customFunction ] + Parameter #0 [ string $method ] + Parameter #1 [ array $params ] } - - Return [ Phalcon\Db\Dialect ] } - Method [ public method releaseSavepoint ] { + Method [ public method andHaving ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method rollbackSavepoint ] { + Method [ public method asAlias ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $asAlias ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method select ] { + Method [ public method appendHaving ] { - - Parameters [1] { - Parameter #0 [ array $definition ] + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method supportsSavepoints ] { + Method [ public method appendJoin ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ public method columns ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $columns ] } - - Return [ bool ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ protected method getColumnSize ] { + Method [ public method distinct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ bool $enable = true ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ protected method getColumnSizeAndScale ] { + Method [ public method from ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $table ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ protected method checkColumnType ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ bool $enable = true ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method getStatement ] { + + - Parameters [0] { } - Return [ string ] } - Method [ protected method checkColumnTypeSql ] { + Method [ public method groupBy ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ $groupBy ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method hasColumns ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method having ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method join ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [5] { + Parameter #0 [ string $join ] + Parameter #1 [ string $table ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value = ] + Parameter #4 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method orHaving ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method reset ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method subSelect ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method union ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method unionAll ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\Select ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ protected method getCurrentStatement ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ string $suffix = '' ] } - Return [ string ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ private method buildColumns ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ private method buildFrom ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method limit ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method andWhere ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method appendWhere ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method orderBy ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] + - Parameters [1] { + Parameter #0 [ $orderBy ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method orWhere ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method where ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method whereEquals ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ ?string $escapeChar = null ] - Parameter #2 [ array $bindCounts = [] ] + - Parameters [1] { + Parameter #0 [ array $columnsValues ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ protected method prepareColumnAlias ] { + Method [ protected method addCondition ] { - - Parameters [3] { - Parameter #0 [ string $qualified ] - Parameter #1 [ ?string $alias = null ] - Parameter #2 [ ?string $escapeChar = null ] + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value = ] + Parameter #4 [ int $type = -1 ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method prepareTable ] { + Method [ protected method buildBy ] { - - Parameters [4] { - Parameter #0 [ string $table ] - Parameter #1 [ ?string $schema = null ] - Parameter #2 [ ?string $alias = null ] - Parameter #3 [ ?string $escapeChar = null ] + - Parameters [1] { + Parameter #0 [ string $type ] } - Return [ string ] } - Method [ protected method prepareQualified ] { + Method [ protected method buildCondition ] { - - Parameters [3] { - Parameter #0 [ string $column ] - Parameter #1 [ ?string $domain = null ] - Parameter #2 [ ?string $escapeChar = null ] + - Parameters [1] { + Parameter #0 [ string $type ] } - Return [ string ] } - } - } - Class [ class Phalcon\Db\Enum ] { - - - Constants [19] { - Constant [ public int FETCH_ASSOC ] { 2 } - Constant [ public int FETCH_BOTH ] { 4 } - Constant [ public int FETCH_BOUND ] { 6 } - Constant [ public int FETCH_CLASS ] { 8 } - Constant [ public int FETCH_CLASSTYPE ] { 262144 } - Constant [ public int FETCH_COLUMN ] { 7 } - Constant [ public int FETCH_FUNC ] { 10 } - Constant [ public int FETCH_GROUP ] { 65536 } - Constant [ public int FETCH_INTO ] { 9 } - Constant [ public int FETCH_KEY_PAIR ] { 12 } - Constant [ public int FETCH_LAZY ] { 1 } - Constant [ public int FETCH_NAMED ] { 11 } - Constant [ public int FETCH_NUM ] { 3 } - Constant [ public int FETCH_OBJ ] { 5 } - Constant [ public int FETCH_ORI_NEXT ] { 0 } - Constant [ public int FETCH_PROPS_LATE ] { 1048576 } - Constant [ public int FETCH_SERIALIZE ] { 524288 } - Constant [ public int FETCH_UNIQUE ] { 196608 } - Constant [ public int FETCH_DEFAULT ] { 0 } - } + Method [ protected method buildLimitEarly ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ protected method buildLimit ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [0] { - } - } + Method [ protected method buildLimitCommon ] { - Class [ class Phalcon\Db\Exception extends Exception implements Throwable, Stringable ] { + - Parameters [0] { + } + - Return [ string ] + } - - Constants [0] { - } + Method [ protected method buildLimitSqlsrv ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ protected method appendCondition ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value = ] + Parameter #3 [ int $type = -1 ] + } + - Return [ void ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ protected method processValue ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] } + - Return [ void ] } - Method [ public method __wakeup ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ public method bindInline ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type = -1 ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method bindValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type = -1 ] } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ final public method getFile ] { + Method [ public method bindValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ final public method getLine ] { + Method [ public method getBindValues ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method perform ] { - Parameters [0] { } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method setFlag ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable = true ] } - - Return [ ?Throwable ] + - Return [ void ] } - Method [ final public method getTraceAsString ] { + Method [ public method quoteIdentifier ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type = null ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method resetColumns ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - } - } - Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { - - - Constants [0] { - } + Method [ public method resetFrom ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method resetWhere ] { - - Properties [3] { - Property [ protected $columns = NULL ] - Property [ protected $name = NULL ] - Property [ protected $type = NULL ] - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [4] { - Method [ public method __construct ] { + Method [ public method resetGroupBy ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $columns ] - Parameter #2 [ string $type = '' ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getColumns ] { + Method [ public method resetHaving ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method getName ] { + Method [ public method resetOrderBy ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getType ] { + Method [ public method resetLimit ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] + } + + Method [ public method resetFlags ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ protected method buildFlags ] { + + - Parameters [0] { + } + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue = '' ] + } + - Return [ string ] } } } - Class [ class Phalcon\Db\Profiler ] { + Class [ class Phalcon\DataMapper\Query\Update extends Phalcon\DataMapper\Query\AbstractConditions ] { - Constants [0] { } @@ -42409,427 +41968,378 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [3] { - Property [ protected $activeProfile = NULL ] - Property [ protected $allProfiles = NULL ] - Property [ protected $totalNanoseconds = 0 ] + Property [ protected $bind = NULL ] + Property [ protected $connection = NULL ] + Property [ protected $store = NULL ] } - - Methods [9] { - Method [ public method getLastProfile ] { + - Methods [45] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] } - - Return [ Phalcon\Db\Profiler\Item ] } - Method [ public method getNumberTotalStatements ] { + Method [ public method column ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ int ] + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method getTotalElapsedNanoseconds ] { + Method [ public method columns ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $columns ] } - - Return [ float ] + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method getTotalElapsedMilliseconds ] { + Method [ public method from ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $table ] } - - Return [ float ] + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method getTotalElapsedSeconds ] { + Method [ public method getStatement ] { - Parameters [0] { } - - Return [ float ] + - Return [ string ] } - Method [ public method getProfiles ] { + Method [ public method hasColumns ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method reset ] { + Method [ public method returning ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $columns ] } - - Return [ Phalcon\Db\Profiler ] + - Return [ Phalcon\DataMapper\Query\Update ] } - Method [ public method startProfile ] { + Method [ public method reset ] { - - Parameters [3] { - Parameter #0 [ string $sqlStatement ] - Parameter #1 [ array $sqlVariables = [] ] - Parameter #2 [ array $sqlBindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Db\Profiler ] + - Return [ void ] } - Method [ public method stopProfile ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $column ] + Parameter #1 [ $value = ] } - - Return [ Phalcon\Db\Profiler ] + - Return [ Phalcon\DataMapper\Query\Update ] } - } - } - - Class [ class Phalcon\Db\Profiler\Item ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $finalTime = NULL ] - Property [ protected $initialTime = NULL ] - Property [ protected $sqlBindTypes = NULL ] - Property [ protected $sqlStatement = NULL ] - Property [ protected $sqlVariables = NULL ] - } - - Methods [13] { - Method [ public method getFinalTime ] { + Method [ private method buildColumns ] { - Parameters [0] { } - - Return [ float ] + - Return [ string ] } - Method [ public method getInitialTime ] { + Method [ public method limit ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ float ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getSqlBindTypes ] { + Method [ public method offset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $offset ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getSqlStatement ] { + Method [ public method andWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getSqlVariables ] { + Method [ public method appendWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getTotalElapsedNanoseconds ] { + Method [ public method orderBy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $orderBy ] } - - Return [ float ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getTotalElapsedMilliseconds ] { + Method [ public method orWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ float ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method getTotalElapsedSeconds ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value = ] + Parameter #2 [ int $type = -1 ] } - - Return [ float ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method setFinalTime ] { + Method [ public method whereEquals ] { - Parameters [1] { - Parameter #0 [ float $finalTime ] + Parameter #0 [ array $columnsValues ] } - - Return [ Phalcon\Db\Profiler\Item ] + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] } - Method [ public method setInitialTime ] { + Method [ protected method addCondition ] { - - Parameters [1] { - Parameter #0 [ float $initialTime ] + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value = ] + Parameter #4 [ int $type = -1 ] } - - Return [ Phalcon\Db\Profiler\Item ] + - Return [ void ] } - Method [ public method setSqlBindTypes ] { + Method [ protected method buildBy ] { - Parameters [1] { - Parameter #0 [ array $sqlBindTypes ] + Parameter #0 [ string $type ] } - - Return [ Phalcon\Db\Profiler\Item ] + - Return [ string ] } - Method [ public method setSqlStatement ] { + Method [ protected method buildCondition ] { - Parameters [1] { - Parameter #0 [ string $sqlStatement ] + Parameter #0 [ string $type ] } - - Return [ Phalcon\Db\Profiler\Item ] + - Return [ string ] } - Method [ public method setSqlVariables ] { + Method [ protected method buildLimitEarly ] { - - Parameters [1] { - Parameter #0 [ array $sqlVariables ] + - Parameters [0] { } - - Return [ Phalcon\Db\Profiler\Item ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Db\RawValue implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $value = NULL ] - } - - Methods [3] { - Method [ public method __construct ] { + Method [ protected method buildLimit ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method buildLimitCommon ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getValue ] { + Method [ protected method buildLimitSqlsrv ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { - - Constants [0] { - } + Method [ protected method appendCondition ] { - - Static properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value = ] + Parameter #3 [ int $type = -1 ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ protected method processValue ] { - - Properties [8] { - Property [ protected $columns = NULL ] - Property [ protected $name = NULL ] - Property [ protected $referencedColumns = NULL ] - Property [ protected $referencedSchema = NULL ] - Property [ protected $referencedTable = NULL ] - Property [ protected $schemaName = NULL ] - Property [ protected $onDelete = NULL ] - Property [ protected $onUpdate = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] + } + - Return [ void ] + } - - Methods [9] { - Method [ public method __construct ] { + Method [ public method bindInline ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $definition ] + Parameter #0 [ $value ] + Parameter #1 [ int $type = -1 ] } + - Return [ string ] } - Method [ public method getColumns ] { + Method [ public method bindValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type = -1 ] } - - Return [ array ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method getName ] { + Method [ public method bindValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $values ] } - - Return [ string ] + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] } - Method [ public method getReferencedColumns ] { + Method [ public method getBindValues ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getReferencedSchema ] { + Method [ public method perform ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getReferencedTable ] { + Method [ public method setFlag ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable = true ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getSchemaName ] { + Method [ public method quoteIdentifier ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type = null ] } - Return [ string ] } - Method [ public method getOnDelete ] { + Method [ public method resetColumns ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getOnUpdate ] { + Method [ public method resetFrom ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Db\Result\PdoResult implements Phalcon\Db\ResultInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $bindParams = NULL ] - Property [ protected $bindTypes = NULL ] - Property [ protected $connection = NULL ] - Property [ protected $fetchMode = 0 ] - Property [ protected $pdoStatement = NULL ] - Property [ protected $result = NULL ] - Property [ protected $rowCount = NULL ] - Property [ protected $sqlStatement = NULL ] - } - - - Methods [9] { - Method [ public method __construct ] { + Method [ public method resetWhere ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ PDOStatement $result ] - Parameter #2 [ $sqlStatement = ] - Parameter #3 [ $bindParams = ] - Parameter #4 [ $bindTypes = ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method dataSeek ] { + Method [ public method resetGroupBy ] { - - Parameters [1] { - Parameter #0 [ int $number ] + - Parameters [0] { } - Return [ void ] } - Method [ public method execute ] { + Method [ public method resetHaving ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method fetch ] { + Method [ public method resetOrderBy ] { - - Parameters [3] { - Parameter #0 [ ?int $fetchStyle = null ] - Parameter #1 [ int $cursorOrientation = null ] - Parameter #2 [ int $cursorOffset = 0 ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method fetchAll ] { + Method [ public method resetLimit ] { - - Parameters [3] { - Parameter #0 [ int $mode = null ] - Parameter #1 [ $fetchArgument = ] - Parameter #2 [ $constructorArgs = ] + - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method fetchArray ] { + Method [ public method resetFlags ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method getInternalResult ] { + Method [ protected method buildFlags ] { - Parameters [0] { } - - Return [ PDOStatement ] } - Method [ public method numRows ] { + Method [ protected method buildReturning ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method setFetchMode ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ int $fetchMode ] - Parameter #1 [ $colNoOrClassNameOrObject = ] - Parameter #2 [ $ctorargs = ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue = '' ] } - - Return [ bool ] + - Return [ string ] } } } - Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Db\Adapter\PdoFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -42837,2497 +42347,2400 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [4] { - Method [ static public method serviceCannotBeResolved ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Di\Exception ] - } - - Method [ static public method serviceNotFound ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Di\Exception ] - } + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } - Method [ static public method unknownServiceInParameter ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ int $position ] + Parameter #0 [ array $services = [] ] } - - Return [ Phalcon\Di\Exception ] } - Method [ static public method undefinedMethod ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ string $method ] - } - - Return [ Phalcon\Di\Exception ] - } - } - - - 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 ] + Parameter #0 [ $config ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method __wakeup ] { + Method [ public method newInstance ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Tentative return [ void ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ final public method getMessage ] { + Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method getServices ] { - Parameters [0] { } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method getService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method init ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - - Return [ int ] + - Return [ void ] } - Method [ final public method getTrace ] { + Method [ protected method checkConfig ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $config ] } - Return [ array ] } - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { + Method [ protected method checkConfigElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ protected method getException ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ Exception ] } } } - Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] { + Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } - Static properties [1] { - Property [ protected static $defaultContainer = NULL ] + Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [3] { - Method [ static public method getDefault ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Di\DiInterface ] - } - - Method [ static public method reset ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ static public method setDefault ] { + - Static methods [1] { + Method [ static public method setup ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ array $options ] } - Return [ void ] } } - - Properties [4] { - Property [ protected $aliases = NULL ] + - Properties [14] { + Property [ protected $connectionId = NULL ] + Property [ protected $descriptor = NULL ] + Property [ protected $dialect = NULL ] Property [ protected $eventsManager = NULL ] - Property [ protected $services = NULL ] - Property [ protected $sharedInstances = 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 = 'mysql' ] + Property [ protected $type = 'mysql' ] } - - Methods [25] { - Method [ public method __construct ] { + - Methods [85] { + Method [ public method addForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ bool ] } - Method [ public method __call ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments = [] ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } + - Return [ array ] } - Method [ public method attempt ] { + Method [ public method describeIndexes ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } + - Return [ array ] } - Method [ public method get ] { + Method [ public method describeReferences ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ array ] + } + + Method [ protected method getDsnDefaults ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method getAlias ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $descriptor ] } - - Return [ string ] } - Method [ public method getInternalEventsManager ] { + Method [ public method affectedRows ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ int ] } - Method [ public method getRaw ] { + Method [ public method begin ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $nesting = true ] } + - Return [ bool ] } - Method [ public method getService ] { + Method [ public method commit ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $nesting = true ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ bool ] } - Method [ public method getServices ] { + Method [ public method close ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method getShared ] { + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor = [] ] + } + - Return [ void ] + } + + Method [ public method convertBoundParams ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $parameters = ] + Parameter #0 [ string $sql ] + Parameter #1 [ array $params = [] ] } + - Return [ array ] } - Method [ protected method loadFromConfig ] { + Method [ public method escapeString ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config\ConfigInterface $config ] + Parameter #0 [ string $str ] } - - Return [ void ] + - Return [ string ] } - Method [ public method loadFromPhp ] { + Method [ public method execute ] { - - Parameters [1] { - Parameter #0 [ string $filePath ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method loadFromYaml ] { + Method [ public method executePrepared ] { - - Parameters [2] { - Parameter #0 [ string $filePath ] - Parameter #1 [ ?array $callbacks = [] ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } - - Return [ void ] + - Return [ PDOStatement ] } - Method [ public method has ] { + Method [ public method getErrorInfo ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method offsetGet ] { + Method [ public method getInternalHandler ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } - - Return [ mixed ] } - Method [ public method offsetExists ] { + Method [ public method getTransactionLevel ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method offsetSet ] { + Method [ public method isUnderTransaction ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method offsetUnset ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ ?string $name = null ] } - - Return [ void ] } - Method [ public method register ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + Parameter #0 [ string $sqlStatement ] } - - Return [ void ] + - Return [ PDOStatement ] } - Method [ public method remove ] { + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] + } + } + + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ string $name ] + 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 set ] { + Method [ public method addColumn ] { - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ bool ] } - Method [ public method setAlias ] { + Method [ public method addCheck ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $aliases ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] } - - Return [ Phalcon\Di\Di ] + - Return [ bool ] } - Method [ public method setInternalEventsManager ] { + Method [ public method addIndex ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ bool ] } - Method [ public method setService ] { + Method [ public method addPrimaryKey ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ bool ] } - Method [ public method setShared ] { + Method [ public method createSavepoint ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $name ] - Parameter #1 [ $definition ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { - - Constants [0] { - } + Method [ public method createTable ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method createView ] { - - Properties [4] { - Property [ protected $definition = NULL ] - Property [ protected $resolved = false ] - Property [ protected $shared = false ] - Property [ protected $sharedInstance = NULL ] - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] + } + - Return [ bool ] + } - - Methods [10] { - Method [ final public method __construct ] { + Method [ public method delete ] { - - Parameters [2] { - Parameter #0 [ $definition ] - Parameter #1 [ bool $shared = false ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $whereCondition = null ] + Parameter #2 [ array $placeholders = [] ] + Parameter #3 [ array $dataTypes = [] ] } + - Return [ bool ] } - Method [ public method getDefinition ] { + Method [ public method dropColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ bool ] } - Method [ public method getParameter ] { + Method [ public method dropCheck ] { - - Parameters [1] { - Parameter #0 [ int $position ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] } + - Return [ bool ] } - Method [ public method isResolved ] { + Method [ public method dropForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - Return [ bool ] } - Method [ public method isShared ] { + Method [ public method dropIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } - Return [ bool ] } - Method [ public method resolve ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ bool ] } - Method [ public method setDefinition ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ $definition ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setParameter ] { + Method [ public method dropView ] { - - Parameters [2] { - Parameter #0 [ int $position ] - Parameter #1 [ array $parameter ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ bool ] } - Method [ public method setShared ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ bool $shared ] + Parameter #0 [ $identifier ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setSharedInstance ] { + Method [ public method fetchAll ] { - - Parameters [1] { - Parameter #0 [ $sharedInstance ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = null ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ void ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Di\Service\Builder ] { - - Constants [0] { - } + Method [ public method fetchColumn ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders = [] ] + Parameter #2 [ $column = ] + } + } - - Static methods [0] { - } + Method [ public method fetchOne ] { - - Properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode = ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] + } + - Return [ array ] + } - - Methods [3] { - Method [ public method build ] { + Method [ public method forUpdate ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ array $definition ] - Parameter #2 [ $parameters = ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } + - Return [ string ] } - Method [ private method buildParameter ] { + Method [ public method getColumnDefinition ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ int $position ] - Parameter #2 [ array $argument ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ private method buildParameters ] { + Method [ public method getColumnList ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ $columnList ] } - - Return [ array ] + - Return [ string ] } - } - } - Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { + Method [ public method getConnectionId ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Static properties [0] { - } + Method [ public method getDefaultIdValue ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } - - Properties [6] { - Property [ protected $exception = NULL ] - Property [ protected $extras = NULL ] - Property [ protected $input = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $status = NULL ] - Property [ protected $output = NULL ] - } + Method [ public method getDefaultValue ] { - - Methods [12] { - Method [ public method getException ] { + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDescriptor ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ public method getExtras ] { + Method [ public method getDialect ] { - Parameters [0] { } + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method getInput ] { + Method [ public method getDialectType ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method getEventsManager ] { - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getStatus ] { + Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getOutput ] { + Method [ public method getRealSQLStatement ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method setException ] { + Method [ public method getSQLBindTypes ] { - - Parameters [1] { - Parameter #0 [ Throwable $exception ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ array ] } - Method [ public method setExtras ] { + Method [ public method getSQLStatement ] { - - Parameters [1] { - Parameter #0 [ $extras ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - Method [ public method setInput ] { + Method [ public method getSQLVariables ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ array ] } - Method [ public method setMessages ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $messages ] + - Parameters [0] { } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ string ] } - Method [ public method setOutput ] { + Method [ public method insert ] { - - Parameters [1] { - Parameter #0 [ $output ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields = ] + Parameter #3 [ $dataTypes = ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ bool ] } - Method [ public method setStatus ] { + Method [ public method insertAsDict ] { - - Parameters [1] { - Parameter #0 [ $status ] + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes = ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ bool ] } - } - } - Class [ class Phalcon\Domain\Payload\PayloadFactory ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ public method limit ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method listTables ] { - - Methods [1] { - Method [ public method newInstance ] { + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] + } + - Return [ array ] + } - - Parameters [0] { + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] } - - Return [ Phalcon\Domain\Payload\PayloadInterface ] + - Return [ array ] } - } - } - Class [ class Phalcon\Domain\Payload\Status ] { + Method [ public method modifyColumn ] { - - Constants [20] { - Constant [ public string ACCEPTED ] { ACCEPTED } - Constant [ public string AUTHENTICATED ] { AUTHENTICATED } - Constant [ public string AUTHORIZED ] { AUTHORIZED } - Constant [ public string CREATED ] { CREATED } - Constant [ public string DELETED ] { DELETED } - Constant [ public string ERROR ] { ERROR } - Constant [ public string FAILURE ] { FAILURE } - Constant [ public string FOUND ] { FOUND } - Constant [ public string NOT_ACCEPTED ] { NOT_ACCEPTED } - Constant [ public string NOT_AUTHENTICATED ] { NOT_AUTHENTICATED } - Constant [ public string NOT_AUTHORIZED ] { NOT_AUTHORIZED } - Constant [ public string NOT_CREATED ] { NOT_CREATED } - Constant [ public string NOT_DELETED ] { NOT_DELETED } - Constant [ public string NOT_FOUND ] { NOT_FOUND } - Constant [ public string NOT_UPDATED ] { NOT_UPDATED } - Constant [ public string NOT_VALID ] { NOT_VALID } - Constant [ public string PROCESSING ] { PROCESSING } - Constant [ public string SUCCESS ] { SUCCESS } - Constant [ public string UPDATED ] { UPDATED } - Constant [ public string VALID ] { VALID } - } - - - Static properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method releaseSavepoint ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } - - Methods [1] { - Method [ final private method __construct ] { + Method [ public method rollbackSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - } - } - Class [ class Phalcon\Encryption\Crypt implements Phalcon\Encryption\Crypt\CryptInterface ] { - - - Constants [9] { - Constant [ public string DEFAULT_ALGORITHM ] { sha256 } - Constant [ public string DEFAULT_CIPHER ] { aes-256-cfb } - Constant [ public int PADDING_ANSI_X_923 ] { 1 } - Constant [ public int PADDING_DEFAULT ] { 0 } - Constant [ public int PADDING_ISO_10126 ] { 3 } - Constant [ public int PADDING_ISO_IEC_7816_4 ] { 4 } - Constant [ public int PADDING_PKCS7 ] { 2 } - Constant [ public int PADDING_SPACE ] { 6 } - Constant [ public int PADDING_ZERO ] { 5 } - } + Method [ public method setEventsManager ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method setDialect ] { - - Properties [11] { - Property [ protected $authData = '' ] - Property [ protected $authTag = '' ] - Property [ protected $authTagLength = 16 ] - Property [ protected $availableCiphers = NULL ] - Property [ protected $cipher = 'aes-256-cfb' ] - Property [ protected $hashAlgorithm = 'sha256' ] - Property [ protected $ivLength = 16 ] - Property [ protected $key = '' ] - Property [ protected $padding = 0 ] - Property [ protected $padFactory = NULL ] - Property [ protected $useSigning = true ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } - - Methods [37] { - Method [ public method __construct ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - - Parameters [3] { - Parameter #0 [ string $cipher = null ] - Parameter #1 [ bool $useSigning = true ] - Parameter #2 [ ?Phalcon\Encryption\Crypt\PadFactory $padFactory = ] + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method decrypt ] { + Method [ public method sharedLock ] { - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ public method decryptBase64 ] { + Method [ public method createMaterializedView ] { - Parameters [3] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] - Parameter #2 [ bool $safe = false ] + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method encrypt ] { + Method [ public method dropMaterializedView ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method encryptBase64 ] { + Method [ public method refreshMaterializedView ] { - Parameters [3] { - Parameter #0 [ string $input ] - Parameter #1 [ ?string $key = null ] - Parameter #2 [ bool $safe = false ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAvailableCiphers ] { + Method [ public method onConflictUpdate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getAuthData ] { + Method [ public method returning ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } - Return [ string ] } - Method [ public method getAuthTag ] { + Method [ public method supportSequences ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAuthTagLength ] { + Method [ public method tableExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method getAvailableHashAlgorithms ] { + Method [ public method tableOptions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - Return [ array ] } - Method [ public method getHashAlgorithm ] { + Method [ public method update ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition = ] + Parameter #4 [ $dataTypes = ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getCipher ] { + Method [ public method updateAsDict ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition = ] + Parameter #3 [ $dataTypes = ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getKey ] { + Method [ public method useExplicitIdValue ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method isValidDecryptLength ] { + Method [ public method supportsDefaultValue ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method setAuthData ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ string $data ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ bool ] } + } + } - Method [ public method setAuthTag ] { - - - Parameters [1] { - Parameter #0 [ string $tag ] - } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] - } + Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Contracts\Db\Adapter\Adapter, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Method [ public method setAuthTagLength ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ int $length ] - } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] - } + - Static properties [1] { + Property [ protected static $connectionConsecutive = 0 ] + } - Method [ public method setCipher ] { + - Static methods [1] { + Method [ static public method setup ] { - Parameters [1] { - Parameter #0 [ string $cipher ] + Parameter #0 [ array $options ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ void ] } + } - Method [ public method setKey ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] - } + - 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 = 'postgresql' ] + Property [ protected $type = 'pgsql' ] + } - Method [ public method setHashAlgorithm ] { + - Methods [85] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $hashAlgorithm ] + Parameter #0 [ array $descriptor ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setPadding ] { + Method [ public method connect ] { - Parameters [1] { - Parameter #0 [ int $scheme ] + Parameter #0 [ array $descriptor = [] ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ void ] } - Method [ public method useSigning ] { + Method [ public method createTable ] { - - Parameters [1] { - Parameter #0 [ bool $useSigning ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ Phalcon\Encryption\Crypt\CryptInterface ] + - Return [ bool ] } - Method [ protected method checkCipherHashIsAvailable ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ string $cipher ] - Parameter #1 [ string $type ] - } - - Return [ void ] - } - - Method [ protected method cryptPadText ] { - - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ string $mode ] - Parameter #2 [ int $blockSize ] - Parameter #3 [ int $paddingType ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method cryptUnpadText ] { + Method [ public method describeReferences ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ string $mode ] - Parameter #2 [ int $blockSize ] - Parameter #3 [ int $paddingType ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method decryptGetUnpadded ] { + Method [ public method getDefaultIdValue ] { - - Parameters [3] { - Parameter #0 [ string $mode ] - Parameter #1 [ int $blockSize ] - Parameter #2 [ string $decrypted ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\RawValue ] } - Method [ protected method decryptGcmCcmAuth ] { + Method [ public method modifyColumn ] { - Parameters [4] { - Parameter #0 [ string $mode ] - Parameter #1 [ string $cipherText ] - Parameter #2 [ string $decryptKey ] - Parameter #3 [ string $iv ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method encryptGetPadded ] { + Method [ public method supportSequences ] { - - Parameters [3] { - Parameter #0 [ string $mode ] - Parameter #1 [ string $input ] - Parameter #2 [ int $blockSize ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method encryptGcmCcm ] { + Method [ public method useExplicitIdValue ] { - - Parameters [4] { - Parameter #0 [ string $mode ] - Parameter #1 [ string $padded ] - Parameter #2 [ string $encryptKey ] - Parameter #3 [ string $iv ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method initializeAvailableCiphers ] { + Method [ protected method getDsnDefaults ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Crypt ] + - Return [ array ] } - Method [ private method checkIsMode ] { + Method [ public method affectedRows ] { - - Parameters [2] { - Parameter #0 [ array $modes ] - Parameter #1 [ string $mode ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ private method getBlockSize ] { + Method [ public method begin ] { - Parameters [1] { - Parameter #0 [ string $mode ] + Parameter #0 [ bool $nesting = true ] } - - Return [ int ] + - Return [ bool ] } - Method [ private method getIvLength ] { + Method [ public method commit ] { - Parameters [1] { - Parameter #0 [ string $cipher ] + Parameter #0 [ bool $nesting = true ] } - - Return [ int ] + - Return [ bool ] } - Method [ private method getMode ] { + Method [ public method close ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method phpFunctionExists ] { + Method [ public method convertBoundParams ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params = [] ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method phpOpensslCipherIvLength ] { + Method [ public method escapeString ] { - Parameters [1] { - Parameter #0 [ string $cipher ] + Parameter #0 [ string $str ] } + - Return [ string ] } - Method [ protected method phpOpensslRandomPseudoBytes ] { + Method [ public method execute ] { - - Parameters [1] { - Parameter #0 [ int $length ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } + - Return [ bool ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Exception\Mismatch extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method executePrepared ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } + - Return [ PDOStatement ] } - Method [ public method __wakeup ] { + Method [ public method getErrorInfo ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method getInternalHandler ] { - Parameters [0] { } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getTransactionLevel ] { - Parameters [0] { } + - Return [ int ] } - Method [ final public method getFile ] { + Method [ public method isUnderTransaction ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getLine ] { + Method [ public method lastInsertId ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $name = null ] } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method prepare ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] } - - Return [ array ] + - Return [ PDOStatement ] } - Method [ final public method getPrevious ] { + Method [ public method query ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method rollback ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ protected method prepareRealSql ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] } - - Return [ string ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\PadFactory extends Phalcon\Factory\AbstractFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method addColumn ] { - - Properties [3] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - Property [ protected $exception = 'Phalcon\\Encryption\\Crypt\\Exception\\Exception' ] - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method addCheck ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] } + - Return [ bool ] } - Method [ public method newInstance ] { + Method [ public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - - Return [ Phalcon\Encryption\Crypt\Padding\PadInterface ] + - Return [ bool ] } - Method [ public method padNumberToService ] { + Method [ public method addIndex ] { - - Parameters [1] { - Parameter #0 [ int $number ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getServices ] { + Method [ public method addPrimaryKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getService ] { + Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ protected method init ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method checkConfig ] { + Method [ public method delete ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $whereCondition = null ] + Parameter #2 [ array $placeholders = [] ] + Parameter #3 [ array $dataTypes = [] ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfigElement ] { + Method [ public method describeIndexes ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ array ] } - Method [ protected method getException ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ Exception ] - } - - Method [ protected method getExceptionClass ] { + Method [ public method dropColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Padding\Ansi implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [2] { - Method [ public method pad ] { + Method [ public method dropCheck ] { - - Parameters [1] { - Parameter #0 [ int $paddingSize ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method unpad ] { + Method [ public method dropForeignKey ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ int ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Padding\Iso10126 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [2] { - Method [ public method pad ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ int $paddingSize ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method unpad ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ int ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Padding\IsoIek implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [2] { - Method [ public method pad ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ int $paddingSize ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method unpad ] { + Method [ public method dropView ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ int ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Padding\Noop implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [2] { - Method [ public method pad ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ int $paddingSize ] + Parameter #0 [ $identifier ] } - Return [ string ] } - Method [ public method unpad ] { + Method [ public method fetchAll ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = null ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ int ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Padding\Pkcs7 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ public method pad ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ int $paddingSize ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders = [] ] + Parameter #2 [ $column = ] } - - Return [ string ] } - Method [ public method unpad ] { + Method [ public method fetchOne ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode = ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ int ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Padding\Space implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [2] { - Method [ public method pad ] { + Method [ public method forUpdate ] { - - Parameters [1] { - Parameter #0 [ int $paddingSize ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ public method unpad ] { + Method [ public method getColumnDefinition ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ int ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Crypt\Padding\Zero implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [2] { - Method [ public method pad ] { + Method [ public method getColumnList ] { - Parameters [1] { - Parameter #0 [ int $paddingSize ] + Parameter #0 [ $columnList ] } - Return [ string ] } - Method [ public method unpad ] { + Method [ public method getConnectionId ] { - - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $blockSize ] + - Parameters [0] { } - Return [ int ] } - } - } - - Class [ class Phalcon\Encryption\Security extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - - - Constants [13] { - Constant [ public int CRYPT_ARGON2I ] { 10 } - Constant [ public int CRYPT_ARGON2ID ] { 11 } - Constant [ public int CRYPT_BCRYPT ] { 0 } - Constant [ public int CRYPT_DEFAULT ] { 0 } - Constant [ public int CRYPT_BLOWFISH ] { 4 } - Constant [ public int CRYPT_BLOWFISH_A ] { 5 } - Constant [ public int CRYPT_BLOWFISH_X ] { 6 } - Constant [ public int CRYPT_BLOWFISH_Y ] { 7 } - Constant [ public int CRYPT_EXT_DES ] { 2 } - Constant [ public int CRYPT_MD5 ] { 3 } - Constant [ public int CRYPT_SHA256 ] { 8 } - Constant [ public int CRYPT_SHA512 ] { 9 } - Constant [ public int CRYPT_STD_DES ] { 1 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [12] { - Property [ protected $container = NULL ] - Property [ protected $defaultHash = 0 ] - Property [ protected $numberBytes = 16 ] - Property [ protected $random = NULL ] - Property [ protected $requestToken = NULL ] - Property [ protected $token = NULL ] - Property [ protected $tokenKey = NULL ] - Property [ protected $tokenKeySessionId = '$PHALCON/CSRF/KEY$' ] - Property [ protected $tokenValueSessionId = '$PHALCON/CSRF$' ] - Property [ protected $workFactor = 10 ] - Property [ private $localSession = NULL ] - Property [ private $localRequest = NULL ] - } - - Methods [28] { - Method [ public method __construct ] { + Method [ public method getDefaultValue ] { - - Parameters [2] { - Parameter #0 [ ?Phalcon\Session\ManagerInterface $session = ] - Parameter #1 [ ?Phalcon\Http\RequestInterface $request = ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method checkHash ] { + Method [ public method getDescriptor ] { - - Parameters [3] { - Parameter #0 [ string $password ] - Parameter #1 [ string $passwordHash ] - Parameter #2 [ int $maxPassLength = 0 ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method checkToken ] { + Method [ public method getDialect ] { - - Parameters [3] { - Parameter #0 [ ?string $tokenKey = null ] - Parameter #1 [ $tokenValue = ] - Parameter #2 [ bool $destroyIfValid = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method computeHmac ] { + Method [ public method getDialectType ] { - - Parameters [4] { - Parameter #0 [ string $data ] - Parameter #1 [ string $key ] - Parameter #2 [ string $algo ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ public method destroyToken ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Security ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getDefaultHash ] { + Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - - Return [ int ] - } - - Method [ public method getHashInformation ] { - - - Parameters [1] { - Parameter #0 [ string $hash ] - } - - Return [ array ] + - Return [ string ] } - Method [ public method getRandom ] { + Method [ public method getRealSQLStatement ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\Random ] + - Return [ string ] } - Method [ public method getRandomBytes ] { + Method [ public method getSQLBindTypes ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ public method getRequestToken ] { + Method [ public method getSQLStatement ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getSessionToken ] { + Method [ public method getSQLVariables ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } - Method [ public method getSaltBytes ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ int $numberBytes = 0 ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getToken ] { + Method [ public method insert ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields = ] + Parameter #3 [ $dataTypes = ] } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method getTokenKey ] { + Method [ public method insertAsDict ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes = ] } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method getWorkFactor ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ public method hash ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ string $password ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] } - Return [ string ] } - Method [ public method isLegacyHash ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ string $passwordHash ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method setDefaultHash ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ int $defaultHash ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ Phalcon\Encryption\Security ] + - Return [ array ] } - Method [ public method setRandomBytes ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ int $randomBytes ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Encryption\Security ] + - Return [ bool ] } - Method [ public method setWorkFactor ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ int $workFactor ] - } - - Return [ Phalcon\Encryption\Security ] - } - - Method [ protected method getLocalService ] { - - - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ string $property ] - } - } - - Method [ private method processAlgorithm ] { - - - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ private method processArgonOptions ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ private method processCost ] { + Method [ public method setDialect ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } - - Return [ int ] } - Method [ private method processTokenKey ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { - Parameter #0 [ ?string $tokenKey = null ] + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } - - Return [ ?string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ private method processUserToken ] { + Method [ public method sharedLock ] { - Parameters [2] { - Parameter #0 [ string $tokenKey ] - Parameter #1 [ ?string $tokenValue = null ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method createMaterializedView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method dropMaterializedView ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ void ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Encryption\Security\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 ] { + Method [ public method refreshMaterializedView ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ public method onConflictUpdate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method returning ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method tableExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method tableOptions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method update ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition = ] + Parameter #4 [ $dataTypes = ] } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method updateAsDict ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition = ] + Parameter #3 [ $dataTypes = ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method supportsDefaultValue ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method viewExists ] { - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ string ] + - Return [ bool ] } } } - Class [ class Phalcon\Encryption\Security\JWT\Builder ] { + 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 [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [0] { + - Static methods [1] { + Method [ static public method setup ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } } - - Properties [5] { - Property [ private $claims = NULL ] - Property [ private $encode = NULL ] - Property [ private $jose = NULL ] - Property [ private $passphrase = NULL ] - Property [ private $signer = NULL ] + - 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 [27] { - Method [ public method __construct ] { + - Methods [85] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] + Parameter #0 [ array $descriptor ] } } - Method [ public method init ] { + Method [ public method connect ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $descriptor = [] ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ void ] } - Method [ public method addClaim ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ array ] } - Method [ public method addHeader ] { + Method [ public method describeIndexes ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ array ] } - Method [ public method getAudience ] { + Method [ public method describeReferences ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } + - Return [ array ] } - Method [ public method getClaims ] { + Method [ public method getDefaultValue ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Db\RawValue ] } - Method [ public method getContentType ] { + Method [ public method useExplicitIdValue ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method getExpirationTime ] { + Method [ public method supportsDefaultValue ] { - Parameters [0] { } - - Return [ ?int ] + - Return [ bool ] } - Method [ public method getHeaders ] { + Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getId ] { + Method [ public method affectedRows ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ int ] } - Method [ public method getIssuedAt ] { + Method [ public method begin ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] } - - Return [ ?int ] + - Return [ bool ] } - Method [ public method getIssuer ] { + Method [ public method commit ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $nesting = true ] } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method getNotBefore ] { + Method [ public method close ] { - Parameters [0] { } - - Return [ ?int ] + - Return [ void ] } - Method [ public method getSubject ] { + Method [ public method convertBoundParams ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params = [] ] } - - Return [ ?string ] + - Return [ array ] } - Method [ public method getToken ] { + Method [ public method escapeString ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $str ] } - - Return [ Phalcon\Encryption\Security\JWT\Token\Token ] + - Return [ string ] } - Method [ public method getPassphrase ] { + Method [ public method execute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setAudience ] { + Method [ public method executePrepared ] { - - Parameters [1] { - Parameter #0 [ $audience ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ PDOStatement ] } - Method [ public method setContentType ] { + Method [ public method getErrorInfo ] { - - Parameters [1] { - Parameter #0 [ string $contentType ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ array ] } - Method [ public method setExpirationTime ] { + Method [ public method getInternalHandler ] { - - Parameters [1] { - Parameter #0 [ int $timestamp ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method setId ] { + Method [ public method getTransactionLevel ] { - - Parameters [1] { - Parameter #0 [ string $id ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ int ] } - Method [ public method setIssuedAt ] { + Method [ public method isUnderTransaction ] { - - Parameters [1] { - Parameter #0 [ int $timestamp ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ bool ] } - Method [ public method setIssuer ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ string $issuer ] + Parameter #0 [ ?string $name = null ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method setNotBefore ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ int $timestamp ] + Parameter #0 [ string $sqlStatement ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ PDOStatement ] } - Method [ public method setSubject ] { + Method [ public method query ] { - - Parameters [1] { - Parameter #0 [ string $subject ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method setPassphrase ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ string $passphrase ] + Parameter #0 [ bool $nesting = true ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ bool ] } - Method [ protected method setClaim ] { + Method [ protected method prepareRealSql ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] } - - Return [ Phalcon\Encryption\Security\JWT\Builder ] + - Return [ void ] } - Method [ private method encodeUrl ] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ string ] + - Return [ bool ] } - } - } - Class [ class Phalcon\Encryption\Security\JWT\Exceptions\UnsupportedAlgorithmException extends Exception implements Throwable, Stringable ] { + Method [ public method addCheck ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ public method addForeignKey ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ public method addIndex ] { - - Methods [10] { - Method [ public method __construct ] { + - 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 $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ public method createSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Tentative return [ void ] + - Return [ bool ] } - Method [ final public method getMessage ] { + Method [ public method createTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method createView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $whereCondition = null ] + Parameter #2 [ array $placeholders = [] ] + Parameter #3 [ array $dataTypes = [] ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getLine ] { + Method [ public method dropColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method dropCheck ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method dropForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method dropIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method dropPrimaryKey ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ string ] + - Return [ bool ] } - } - } - Class [ class Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable, Stringable ] { + Method [ public method dropTable ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ bool ] + } - - Static properties [0] { - } + Method [ public method dropView ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ bool ] + } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ public method escapeIdentifier ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode = null ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders = [] ] + Parameter #2 [ $column = ] } } - Method [ public method __wakeup ] { + Method [ public method fetchOne ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode = ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method forUpdate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getColumnDefinition ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method getColumnList ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $columnList ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getConnectionId ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getDefaultIdValue ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Db\RawValue ] } - Method [ final public method getPrevious ] { + Method [ public method getDescriptor ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method getDialect ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method __toString ] { + Method [ public method getDialectType ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\JWT\Signer\Hmac extends Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $algorithm = '' ] - } - - Methods [6] { - Method [ public method __construct ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ string $algo = 'sha512' ] + - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getAlgHeader ] { + Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method sign ] { + Method [ public method getRealSQLStatement ] { - - Parameters [2] { - Parameter #0 [ string $payload ] - Parameter #1 [ string $passphrase ] + - Parameters [0] { } - Return [ string ] } - Method [ public method verify ] { + Method [ public method getSQLBindTypes ] { - - Parameters [3] { - Parameter #0 [ string $source ] - Parameter #1 [ string $payload ] - Parameter #2 [ string $passphrase ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ private method getHash ] { + Method [ public method getSQLStatement ] { - - Parameters [2] { - Parameter #0 [ string $payload ] - Parameter #1 [ string $passphrase ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getAlgorithm ] { + Method [ public method getSQLVariables ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - Class [ class Phalcon\Encryption\Security\JWT\Signer\None implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - - - Constants [0] { - } + Method [ public method getType ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method insert ] { - - Properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields = ] + Parameter #3 [ $dataTypes = ] + } + - Return [ bool ] + } - - Methods [4] { - Method [ public method getAlgHeader ] { + Method [ public method insertAsDict ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes = ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getAlgorithm ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method sign ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ string $payload ] - Parameter #1 [ string $passphrase ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] } - Return [ string ] } - Method [ public method verify ] { + Method [ public method listTables ] { - - Parameters [3] { - Parameter #0 [ string $source ] - Parameter #1 [ string $payload ] - Parameter #2 [ string $passphrase ] + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] } - - Return [ bool ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Encryption\Security\JWT\Token\Enum ] { - - Constants [10] { - Constant [ public string TYPE ] { typ } - Constant [ public string ALGO ] { alg } - Constant [ public string CONTENT_TYPE ] { cty } - Constant [ public string AUDIENCE ] { aud } - Constant [ public string EXPIRATION_TIME ] { exp } - Constant [ public string ID ] { jti } - Constant [ public string ISSUED_AT ] { iat } - Constant [ public string ISSUER ] { iss } - Constant [ public string NOT_BEFORE ] { nbf } - Constant [ public string SUBJECT ] { sub } - } + Method [ public method listViews ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method modifyColumn ] { - - Properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + } + - Return [ bool ] + } - - Methods [0] { - } - } + Method [ public method releaseSavepoint ] { - Class [ class Phalcon\Encryption\Security\JWT\Token\Item extends Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } - - Constants [0] { - } + Method [ public method rollbackSavepoint ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method setEventsManager ] { - - Properties [1] { - Property [ protected $data = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } - - Methods [5] { - Method [ public method __construct ] { + Method [ public method setDialect ] { - - Parameters [2] { - Parameter #0 [ array $payload ] - Parameter #1 [ string $encoded ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } - Method [ public method get ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getPayload ] { + Method [ public method sharedLock ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - - Return [ array ] + - Return [ string ] } - Method [ public method has ] { + Method [ public method createMaterializedView ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - Return [ bool ] } - Method [ public method getEncoded ] { + Method [ public method dropMaterializedView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Encryption\Security\JWT\Token\Parser ] { - - Constants [0] { - } + Method [ public method refreshMaterializedView ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method onConflictUpdate ] { - - Properties [1] { - Property [ private $decode = NULL ] - } + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] + } + - Return [ string ] + } - - Methods [7] { - Method [ public method __construct ] { + Method [ public method returning ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Support\Helper\Json\Decode $decode = ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } + - Return [ string ] } - Method [ public method parse ] { + Method [ public method supportSequences ] { - - Parameters [1] { - Parameter #0 [ string $token ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Token\Token ] + - Return [ bool ] } - Method [ private method decodeClaims ] { + Method [ public method tableExists ] { - - Parameters [1] { - Parameter #0 [ string $claims ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] + - Return [ bool ] } - Method [ private method decodeHeaders ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ string $headers ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] + - Return [ array ] } - Method [ private method decodeSignature ] { + Method [ public method update ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Item $headers ] - Parameter #1 [ string $signature ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition = ] + Parameter #4 [ $dataTypes = ] } - - Return [ Phalcon\Encryption\Security\JWT\Token\Signature ] + - Return [ bool ] } - Method [ private method parseToken ] { + Method [ public method updateAsDict ] { - - Parameters [1] { - Parameter #0 [ string $token ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition = ] + Parameter #3 [ $dataTypes = ] } - - Return [ array ] + - Return [ bool ] } - Method [ private method decodeUrl ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ string ] + - Return [ bool ] } } } - Class [ class Phalcon\Encryption\Security\JWT\Token\Signature extends Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { + Class [ class Phalcon\Db\Check implements Phalcon\Db\CheckInterface, Phalcon\Contracts\Db\Check ] { - Constants [0] { } @@ -45338,27 +44751,28 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $data = NULL ] + - Properties [2] { + Property [ protected $expression = NULL ] + Property [ protected $name = NULL ] } - Methods [3] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $hash = '' ] - Parameter #1 [ string $encoded = '' ] + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] } } - Method [ public method getHash ] { + Method [ public method getExpression ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getEncoded ] { + Method [ public method getName ] { - Parameters [0] { } @@ -45367,9 +44781,64 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Encryption\Security\JWT\Token\Token ] { + Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface, Phalcon\Contracts\Db\Column ] { - - Constants [0] { + - Constants [55] { + Constant [ public int BIND_PARAM_BLOB ] { 3 } + Constant [ public int BIND_PARAM_BOOL ] { 5 } + Constant [ public int BIND_PARAM_DECIMAL ] { 32 } + Constant [ public int BIND_PARAM_INT ] { 1 } + Constant [ public int BIND_PARAM_NULL ] { 0 } + Constant [ public int BIND_PARAM_STR ] { 2 } + Constant [ public int BIND_SKIP ] { 1024 } + Constant [ public int TYPE_BIGINTEGER ] { 14 } + Constant [ public int TYPE_BIT ] { 19 } + Constant [ public int TYPE_BINARY ] { 27 } + Constant [ public int TYPE_BLOB ] { 11 } + Constant [ public int TYPE_BOOLEAN ] { 8 } + Constant [ public int TYPE_CHAR ] { 5 } + Constant [ public int TYPE_DATE ] { 1 } + Constant [ public int TYPE_DATETIME ] { 4 } + Constant [ public int TYPE_DECIMAL ] { 3 } + Constant [ public int TYPE_DOUBLE ] { 9 } + Constant [ public int TYPE_ENUM ] { 18 } + Constant [ public int TYPE_FLOAT ] { 7 } + Constant [ public int TYPE_INTEGER ] { 0 } + Constant [ public int TYPE_JSON ] { 15 } + Constant [ public int TYPE_JSONB ] { 16 } + Constant [ public int TYPE_LONGBLOB ] { 13 } + Constant [ public int TYPE_LONGTEXT ] { 24 } + Constant [ public int TYPE_MEDIUMBLOB ] { 12 } + Constant [ public int TYPE_MEDIUMINTEGER ] { 21 } + Constant [ public int TYPE_MEDIUMTEXT ] { 23 } + Constant [ public int TYPE_SMALLINTEGER ] { 22 } + Constant [ public int TYPE_TEXT ] { 6 } + Constant [ public int TYPE_TIME ] { 20 } + Constant [ public int TYPE_TIMESTAMP ] { 17 } + Constant [ public int TYPE_TINYBLOB ] { 10 } + Constant [ public int TYPE_TINYINTEGER ] { 26 } + Constant [ public int TYPE_TINYTEXT ] { 25 } + Constant [ public int TYPE_UUID ] { 29 } + Constant [ public int TYPE_VARBINARY ] { 28 } + Constant [ public int TYPE_VARCHAR ] { 2 } + Constant [ public int TYPE_BYTEA ] { 30 } + Constant [ public int TYPE_INET ] { 31 } + Constant [ public int TYPE_CIDR ] { 32 } + Constant [ public int TYPE_MACADDR ] { 33 } + Constant [ public int TYPE_INT4RANGE ] { 34 } + Constant [ public int TYPE_INT8RANGE ] { 35 } + Constant [ public int TYPE_NUMRANGE ] { 36 } + Constant [ public int TYPE_TSRANGE ] { 37 } + Constant [ public int TYPE_TSTZRANGE ] { 38 } + Constant [ public int TYPE_DATERANGE ] { 39 } + Constant [ public int TYPE_GEOMETRY ] { 40 } + Constant [ public int TYPE_POINT ] { 41 } + Constant [ public int TYPE_LINESTRING ] { 42 } + Constant [ public int TYPE_POLYGON ] { 43 } + Constant [ public int TYPE_MULTIPOINT ] { 44 } + Constant [ public int TYPE_MULTILINESTRING ] { 45 } + Constant [ public int TYPE_MULTIPOLYGON ] { 46 } + Constant [ public int TYPE_GEOMETRYCOLLECTION ] { 47 } } - Static properties [0] { @@ -45378,214 +44847,196 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ private $claims = NULL ] - Property [ private $headers = NULL ] - Property [ private $signature = NULL ] + - Properties [20] { + Property [ protected $after = NULL ] + Property [ protected $isArray = false ] + Property [ protected $autoIncrement = false ] + Property [ protected $bindType = 2 ] + Property [ protected $comment = NULL ] + Property [ protected $defaultValue = NULL ] + Property [ protected $first = false ] + Property [ protected $generated = NULL ] + Property [ protected $generationStored = false ] + Property [ protected $isNumeric = false ] + Property [ protected $invisible = false ] + Property [ protected $name = NULL ] + Property [ protected $notNull = true ] + Property [ protected $primary = false ] + Property [ protected $scale = 0 ] + Property [ protected $size = 0 ] + Property [ protected $type = NULL ] + Property [ protected $typeReference = -1 ] + Property [ protected $typeValues = NULL ] + Property [ protected $unsigned = false ] } - - Methods [8] { + - Methods [23] { Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Item $headers ] - Parameter #1 [ Phalcon\Encryption\Security\JWT\Token\Item $claims ] - Parameter #2 [ Phalcon\Encryption\Security\JWT\Token\Signature $signature ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] } } - Method [ public method getClaims ] { + Method [ public method getAfterPosition ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] + - Return [ ?string ] } - Method [ public method getHeaders ] { + Method [ public method getBindType ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] + - Return [ int ] } - Method [ public method getPayload ] { + Method [ public method getComment ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method getSignature ] { + Method [ public method getDefault ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Token\Signature ] } - Method [ public method getToken ] { + Method [ public method getGenerationExpression ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method validate ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Validator $validator ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method verify ] { + Method [ public method getScale ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] - Parameter #1 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - } - } - - Class [ class Phalcon\Encryption\Security\JWT\Validator ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method getSize ] { - - Properties [4] { - Property [ private $claims = NULL ] - Property [ private $errors = NULL ] - Property [ private $timeShift = 0 ] - Property [ private $token = NULL ] - } + - Parameters [0] { + } + } - - Methods [14] { - Method [ public method __construct ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Token $token ] - Parameter #1 [ int $timeShift = 0 ] + - Parameters [0] { } } - Method [ public method getErrors ] { + Method [ public method getTypeReference ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method get ] { + Method [ public method getTypeValues ] { - - Parameters [1] { - Parameter #0 [ string $claim ] + - Parameters [0] { } - - Return [ mixed ] } - Method [ public method set ] { + Method [ public method hasDefault ] { - - Parameters [2] { - Parameter #0 [ string $claim ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method setToken ] { + Method [ public method isArray ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Token $token ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateClaim ] { + Method [ public method isAutoIncrement ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateAudience ] { + Method [ public method isFirst ] { - - Parameters [1] { - Parameter #0 [ $audience ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateExpiration ] { + Method [ public method isGenerated ] { - - Parameters [1] { - Parameter #0 [ int $timestamp ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateId ] { + Method [ public method isGenerationStored ] { - - Parameters [1] { - Parameter #0 [ string $id ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateIssuedAt ] { + Method [ public method isInvisible ] { - - Parameters [1] { - Parameter #0 [ int $timestamp ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateIssuer ] { + Method [ public method isNotNull ] { - - Parameters [1] { - Parameter #0 [ string $issuer ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateNotBefore ] { + Method [ public method isNumeric ] { - - Parameters [1] { - Parameter #0 [ int $timestamp ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ public method validateSignature ] { + Method [ public method isPrimary ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] - Parameter #1 [ string $passphrase ] + - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\JWT\Validator ] + - Return [ bool ] } - Method [ private method getTimestamp ] { + Method [ public method isUnsigned ] { - - Parameters [1] { - Parameter #0 [ int $timestamp ] + - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } } } - Class [ class Phalcon\Encryption\Security\Random ] { + Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Contracts\Db\Dialect, Phalcon\Db\DialectInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -45594,794 +45045,750 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ protected $customFunctions = NULL ] + Property [ protected $escapeChar = '`' ] } - - Methods [9] { - Method [ public method base58 ] { + - Methods [79] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ int $len = 16 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ public method base62 ] { + Method [ public method addCheck ] { - - Parameters [1] { - Parameter #0 [ int $len = 16 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] } - Return [ string ] } - Method [ public method base64 ] { + Method [ public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ int $len = 16 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } - Method [ public method base64Safe ] { + Method [ public method addIndex ] { - - Parameters [2] { - Parameter #0 [ int $len = 16 ] - Parameter #1 [ bool $padding = false ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } - Method [ public method bytes ] { + Method [ public method addPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ int $len = 16 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } - Method [ public method hex ] { + Method [ public method createTable ] { - - Parameters [1] { - Parameter #0 [ int $len = 16 ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - Return [ string ] } - Method [ public method number ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ int $len ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ int ] + - Return [ string ] } - Method [ public method uuid ] { + Method [ public method describeColumns ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ string ] } - Method [ protected method base ] { + Method [ public method describeIndexes ] { - - Parameters [3] { - Parameter #0 [ string $alphabet ] - Parameter #1 [ int $base ] - Parameter #2 [ $n = ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method describeReferences ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ string ] + } - - Methods [6] { - Method [ public method v1 ] { + Method [ public method dropColumn ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } - - Return [ Phalcon\Encryption\Security\Uuid\Version1 ] + - Return [ string ] } - Method [ public method v3 ] { + Method [ public method dropCheck ] { - - Parameters [2] { - Parameter #0 [ string $namespaceName ] - Parameter #1 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] } - - Return [ Phalcon\Encryption\Security\Uuid\Version3 ] + - Return [ string ] } - Method [ public method v4 ] { + Method [ public method dropForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ Phalcon\Encryption\Security\Uuid\Version4 ] + - Return [ string ] } - Method [ public method v5 ] { + Method [ public method dropIndex ] { - - Parameters [2] { - Parameter #0 [ string $namespaceName ] - Parameter #1 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } - - Return [ Phalcon\Encryption\Security\Uuid\Version5 ] + - Return [ string ] } - Method [ public method v6 ] { + Method [ public method dropPrimaryKey ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ Phalcon\Encryption\Security\Uuid\Version6 ] + - Return [ string ] } - Method [ public method v7 ] { + Method [ public method dropTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ Phalcon\Encryption\Security\Uuid\Version7 ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid\RandomNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { - - Constants [0] { - } + Method [ public method dropView ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getColumnDefinition ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method getNode ] { + Method [ public method getForeignKeyChecks ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid\SysNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [1] { - Property [ private $node = NULL ] - } - - - Methods [2] { - Method [ public method getNode ] { + Method [ public method listTables ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] } - Return [ string ] } - Method [ private method isValidNode ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ string $node ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ bool ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid\Version1 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } - } + Method [ public method modifyColumn ] { - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] - } + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method onConflictUpdate ] { - - Properties [1] { - Property [ protected $uid = '' ] - } + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] + } + - Return [ string ] + } - - Methods [9] { - Method [ public method __construct ] { + Method [ public method sharedLock ] { - Parameters [2] { - Parameter #0 [ ?DateTimeInterface $dateTime = ] - Parameter #1 [ $node = ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } + - Return [ string ] } - Method [ public method getDateTime ] { + Method [ public method tableExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ public method getNode ] { + Method [ public method tableOptions ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method truncateTable ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method viewExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - Return [ string ] } - Method [ protected method getNodeProvider ] { + Method [ protected method getTableOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $definition ] } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + - Return [ string ] } - Method [ protected method uuidTimestampToDateTime ] { + Method [ private method checkColumnSizeAndScale ] { - Parameters [1] { - Parameter #0 [ $timestamp ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ protected method format ] { + Method [ private method checkColumnUnsigned ] { - Parameters [1] { - Parameter #0 [ string $hex ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ protected method namespaceToBytes ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ string $uuid ] + Parameter #0 [ string $name ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid\Version3 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } - } - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] - } - - - Static methods [0] { - } + Method [ final public method escape ] { - - Properties [1] { - Property [ protected $uid = '' ] - } + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] + } + - Return [ string ] + } - - Methods [7] { - Method [ public method __construct ] { + Method [ final public method escapeSchema ] { - Parameters [2] { - Parameter #0 [ string $namespaceName ] - Parameter #1 [ string $name ] + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method forUpdate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ final public method getColumnList ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ protected method getNodeProvider ] { + Method [ public method getCustomFunctions ] { - Parameters [0] { } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + - Return [ array ] } - Method [ protected method uuidTimestampToDateTime ] { + Method [ final public method getSqlColumn ] { - - Parameters [1] { - Parameter #0 [ $timestamp ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ protected method format ] { + Method [ public method getSqlExpression ] { - - Parameters [1] { - Parameter #0 [ string $hex ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ protected method namespaceToBytes ] { + Method [ final public method getSqlTable ] { - - Parameters [1] { - Parameter #0 [ string $uuid ] + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $escapeChar = null ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid\Version4 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } - } - - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] - } - - Static methods [0] { - } + Method [ public method limit ] { - - Properties [1] { - Property [ protected $uid = '' ] - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } - - Methods [7] { - Method [ public method __construct ] { + Method [ public method registerCustomFunction ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } + - Return [ Phalcon\Db\Dialect ] } - Method [ public method __toString ] { + Method [ public method createMaterializedView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method dropMaterializedView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - Return [ string ] } - Method [ protected method getNodeProvider ] { + Method [ public method refreshMaterializedView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + - Return [ string ] } - Method [ protected method uuidTimestampToDateTime ] { + Method [ public method returning ] { - - Parameters [1] { - Parameter #0 [ $timestamp ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ protected method format ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ string $hex ] + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ protected method namespaceToBytes ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ string $uuid ] + Parameter #0 [ string $name ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid\Version5 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } - } - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $uid = '' ] - } - - - Methods [7] { - Method [ public method __construct ] { + Method [ public method select ] { - - Parameters [2] { - Parameter #0 [ string $namespaceName ] - Parameter #1 [ string $name ] + - Parameters [1] { + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method supportsSavepoints ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method jsonSerialize ] { + Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method getNodeProvider ] { + Method [ protected method getColumnSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + - Return [ string ] } - Method [ protected method uuidTimestampToDateTime ] { + Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { - Parameter #0 [ $timestamp ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ protected method format ] { + Method [ protected method checkColumnType ] { - Parameters [1] { - Parameter #0 [ string $hex ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ protected method namespaceToBytes ] { + Method [ protected method checkColumnTypeSql ] { - Parameters [1] { - Parameter #0 [ string $uuid ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - } - } - Class [ class Phalcon\Encryption\Security\Uuid\Version6 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { - - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } - } - - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $uid = '' ] - } - - - Methods [9] { - Method [ public method __construct ] { + Method [ protected method getCheckClause ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Db\CheckInterface $check ] + Parameter #1 [ string $escapeChar = '`' ] } + - Return [ string ] } - Method [ public method getDateTime ] { + Method [ protected method getIndexColumnList ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Db\IndexInterface $index ] + Parameter #1 [ bool $wrapExpressions = true ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ public method getNode ] { + Method [ protected method getGeneratedClause ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ bool $forceStored = false ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ final protected method getSqlExpressionAll ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] } - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ final protected method getSqlExpressionBinaryOperations ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ protected method getNodeProvider ] { + Method [ final protected method getSqlExpressionCase ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + - Return [ string ] } - Method [ protected method uuidTimestampToDateTime ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [1] { - Parameter #0 [ $timestamp ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ protected method format ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Parameters [1] { - Parameter #0 [ string $hex ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ protected method namespaceToBytes ] { + Method [ final protected method getSqlExpressionFrom ] { - - Parameters [1] { - Parameter #0 [ string $uuid ] + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Encryption\Security\Uuid\Version7 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - - Constants [7] { - Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } - Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } - Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } - Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } - Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } - } - - - Static properties [1] { - Property [ protected static $nodeProvider = NULL ] - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $uid = '' ] - } - - Methods [7] { - Method [ public method __construct ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ public method __toString ] { + Method [ final protected method getSqlExpressionGroupBy ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ final protected method getSqlExpressionHaving ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ protected method getNodeProvider ] { + Method [ final protected method getSqlExpressionJoins ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + - Return [ string ] } - Method [ protected method uuidTimestampToDateTime ] { + Method [ final protected method getSqlExpressionLimit ] { - - Parameters [1] { - Parameter #0 [ $timestamp ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ DateTimeImmutable ] + - Return [ string ] } - Method [ protected method format ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [1] { - Parameter #0 [ string $hex ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ protected method namespaceToBytes ] { + Method [ final protected method getSqlExpressionObject ] { - - Parameters [1] { - Parameter #0 [ string $uuid ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $cancelable = NULL ] - Property [ protected $data = NULL ] - Property [ protected $source = NULL ] - Property [ protected $stopped = false ] - Property [ protected $type = NULL ] - } - - - Methods [9] { - Method [ public method __construct ] { - - - Parameters [4] { - Parameter #0 [ string $type ] - Parameter #1 [ $source = ] - Parameter #2 [ $data = ] - Parameter #3 [ bool $cancelable = true ] - } - } - Method [ public method getData ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ public method getSource ] { + Method [ final protected method getSqlExpressionQualified ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ ?object ] + - Return [ string ] } - Method [ public method getType ] { + Method [ final protected method getSqlExpressionScalar ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ public method isCancelable ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isStopped ] { + Method [ final protected method getSqlExpressionWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method setData ] { + Method [ protected method prepareColumnAlias ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ ?string $alias = null ] + Parameter #2 [ ?string $escapeChar = null ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ string ] } - Method [ public method setType ] { + Method [ protected method prepareTable ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + Parameter #2 [ ?string $alias = null ] + Parameter #3 [ ?string $escapeChar = null ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ string ] } - Method [ public method stop ] { + Method [ protected method prepareQualified ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ ?string $domain = null ] + Parameter #2 [ ?string $escapeChar = null ] } - - Return [ Phalcon\Events\EventInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Contracts\Db\Dialect, Phalcon\Db\DialectInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -46390,642 +45797,735 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [2] { + Property [ protected $customFunctions = NULL ] + Property [ protected $escapeChar = '"' ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [77] { + Method [ public method addColumn ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __wakeup ] { + Method [ public method addCheck ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method addForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method addIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method addPrimaryKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method createTable ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ public method createMaterializedView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method createView ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ public method describeColumns ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method describeIndexes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } - Return [ string ] } - } - } - Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { + Method [ public method describeReferences ] { - - Constants [1] { - Constant [ public int DEFAULT_PRIORITY ] { 100 } - } - - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method dropColumn ] { - - Properties [4] { - Property [ protected $collect = false ] - Property [ protected $enablePriorities = false ] - Property [ protected $events = NULL ] - Property [ protected $responses = NULL ] - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ string ] + } - - Methods [13] { - Method [ public method attach ] { + Method [ public method dropCheck ] { - Parameters [3] { - Parameter #0 [ string $eventType ] - Parameter #1 [ $handler ] - Parameter #2 [ int $priority = null ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] } - - Return [ void ] + - Return [ string ] } - Method [ public method arePrioritiesEnabled ] { + Method [ public method dropForeignKey ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method collectResponses ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ bool $collect ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } - - Return [ void ] + - Return [ string ] } - Method [ public method detach ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ string $eventType ] - Parameter #1 [ $handler ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - - Return [ void ] + - Return [ string ] } - Method [ public method detachAll ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ ?string $type = null ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ void ] + - Return [ string ] } - Method [ public method enablePriorities ] { + Method [ public method dropMaterializedView ] { - - Parameters [1] { - Parameter #0 [ bool $enablePriorities ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ void ] + - Return [ string ] } - Method [ public method fire ] { + Method [ public method dropView ] { - - Parameters [4] { - Parameter #0 [ string $eventType ] - Parameter #1 [ $source ] - Parameter #2 [ $data = ] - Parameter #3 [ bool $cancelable = true ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } + - Return [ string ] } - Method [ final public method fireQueue ] { + Method [ public method refreshMaterializedView ] { - - Parameters [2] { - Parameter #0 [ SplPriorityQueue $queue ] - Parameter #1 [ Phalcon\Events\EventInterface $event ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] } + - Return [ string ] } - Method [ public method getListeners ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getResponses ] { + Method [ public method listTables ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $schemaName = null ] } - - Return [ array ] + - Return [ string ] } - Method [ public method hasListeners ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ ?string $schemaName = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isCollecting ] { + Method [ public method modifyColumn ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isValidHandler ] { + Method [ public method returning ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } - - Return [ bool ] + - Return [ string ] } - } - } - Class [ class Phalcon\Factory\Exception extends Exception implements Throwable, Stringable ] { + Method [ public method sharedLock ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method tableExists ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + } + - Return [ string ] + } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ public method tableOptions ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ string ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method truncateTable ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method __wakeup ] { + Method [ public method viewExists ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ protected method castDefault ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method getTableOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method createSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ final public method escape ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ final public method escapeSchema ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method forUpdate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getColumnList ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getCustomFunctions ] { - Parameters [0] { } + - Return [ array ] + } + + Method [ final public method getSqlColumn ] { + + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Exception extends Exception implements Throwable, Stringable ] { + Method [ public method getSqlExpression ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ final public method getSqlTable ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $escapeChar = null ] + } + - Return [ string ] + } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ public method limit ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } + - Return [ Phalcon\Db\Dialect ] } - Method [ public method __wakeup ] { + Method [ public method onConflictUpdate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method releaseSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method rollbackSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method select ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $definition ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method supportsSavepoints ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ protected method getColumnSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method getColumnSizeAndScale ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method checkColumnType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Filter implements Phalcon\Filter\FilterInterface ] { + Method [ protected method checkColumnTypeSql ] { - - Constants [23] { - Constant [ public string FILTER_ABSINT ] { absint } - Constant [ public string FILTER_ALNUM ] { alnum } - Constant [ public string FILTER_ALPHA ] { alpha } - Constant [ public string FILTER_BOOL ] { bool } - Constant [ public string FILTER_EMAIL ] { email } - Constant [ public string FILTER_FLOAT ] { float } - Constant [ public string FILTER_INT ] { int } - Constant [ public string FILTER_IP ] { ip } - Constant [ public string FILTER_LOWER ] { lower } - Constant [ public string FILTER_LOWERFIRST ] { lowerfirst } - Constant [ public string FILTER_REGEX ] { regex } - Constant [ public string FILTER_REMOVE ] { remove } - Constant [ public string FILTER_REPLACE ] { replace } - Constant [ public string FILTER_SPECIAL ] { special } - Constant [ public string FILTER_SPECIALFULL ] { specialfull } - Constant [ public string FILTER_STRING ] { string } - Constant [ public string FILTER_STRING_LEGACY ] { stringlegacy } - Constant [ public string FILTER_STRIPTAGS ] { striptags } - Constant [ public string FILTER_TRIM ] { trim } - Constant [ public string FILTER_UPPER ] { upper } - Constant [ public string FILTER_UPPERFIRST ] { upperfirst } - Constant [ public string FILTER_UPPERWORDS ] { upperwords } - Constant [ public string FILTER_URL ] { url } - } - - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ protected method getCheckClause ] { - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } + - Parameters [2] { + Parameter #0 [ Phalcon\Db\CheckInterface $check ] + Parameter #1 [ string $escapeChar = '`' ] + } + - Return [ string ] + } - - Methods [14] { - Method [ public method __construct ] { + Method [ protected method getIndexColumnList ] { - - Parameters [1] { - Parameter #0 [ array $mapper = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Db\IndexInterface $index ] + Parameter #1 [ bool $wrapExpressions = true ] } + - Return [ string ] } - Method [ public method __call ] { + Method [ protected method getGeneratedClause ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $args ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ bool $forceStored = false ] } + - Return [ string ] } - Method [ public method get ] { + Method [ final protected method getSqlExpressionAll ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] } + - Return [ string ] } - Method [ public method has ] { + Method [ final protected method getSqlExpressionBinaryOperations ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method sanitize ] { + Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ $sanitizers ] - Parameter #2 [ bool $noRecursive = false ] + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ public method set ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $service ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method init ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Parameters [1] { - Parameter #0 [ array $mapper ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ private method createInstance ] { + Method [ final protected method getSqlExpressionFrom ] { - - Parameters [1] { - Parameter #0 [ $definition ] + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] } + - Return [ string ] } - Method [ private method processArraySanitizers ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { - Parameter #0 [ array $sanitizers ] - Parameter #1 [ $value ] - Parameter #2 [ bool $noRecursive ] + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ private method processArrayValues ] { + Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { - Parameter #0 [ array $values ] - Parameter #1 [ string $sanitizerName ] - Parameter #2 [ array $sanitizerParams = [] ] + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ private method sanitizer ] { + Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ string $sanitizerName ] - Parameter #2 [ array $sanitizerParams = [] ] + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ private method processValueIsArray ] { + Method [ final protected method getSqlExpressionJoins ] { - - Parameters [4] { - Parameter #0 [ $value ] - Parameter #1 [ string $sanitizerName ] - Parameter #2 [ array $sanitizerParams ] - Parameter #3 [ bool $noRecursive ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ private method processValueIsNotArray ] { + Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ string $sanitizerName ] - Parameter #2 [ array $sanitizerParams ] + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ private method splitSanitizerParameters ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [2] { - Parameter #0 [ $sanitizerKey ] - Parameter #1 [ $sanitizer ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ array ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\FilterFactory ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ final protected method getSqlExpressionObject ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } - - Methods [2] { - Method [ public method newInstance ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Filter\FilterInterface ] + - Return [ string ] } - Method [ protected method getServices ] { + Method [ final protected method getSqlExpressionQualified ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ array ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\AbsInt ] { - - Constants [0] { - } + Method [ final protected method getSqlExpressionScalar ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ final protected method getSqlExpressionWhere ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\Alnum ] { - - Constants [0] { - } + Method [ protected method prepareColumnAlias ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ ?string $alias = null ] + Parameter #2 [ ?string $escapeChar = null ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ protected method prepareTable ] { - - Properties [0] { - } + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + Parameter #2 [ ?string $alias = null ] + Parameter #3 [ ?string $escapeChar = null ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ protected method prepareQualified ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ ?string $domain = null ] + Parameter #2 [ ?string $escapeChar = null ] } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Sanitize\Alpha ] { + Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Contracts\Db\Dialect, Phalcon\Db\DialectInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ public string LOCK_NONE ] { } + Constant [ public string LOCK_NOWAIT ] { NOWAIT } + Constant [ public string LOCK_SKIP_LOCKED ] { SKIP LOCKED } } - Static properties [0] { @@ -47034,739 +46534,769 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ protected $customFunctions = NULL ] + Property [ protected $escapeChar = '"' ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [77] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\BoolVal ] { + Method [ public method addCheck ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\CheckInterface $check ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method addForeignKey ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method addIndex ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } - - Parameters [1] { - Parameter #0 [ $input ] + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Email ] { + Method [ public method createTable ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method createView ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method describeColumns ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ string ] + } + + Method [ public method describeIndex ] { - Parameters [1] { - Parameter #0 [ $input ] + Parameter #0 [ string $index ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\FloatVal ] { - - Constants [0] { - } + Method [ public method describeIndexes ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method describeReferences ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\IntVal ] { - - - Constants [0] { - } + Method [ public method dropCheck ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $checkName ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method dropForeignKey ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Ip ] { + Method [ public method dropPrimaryKey ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method dropTable ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method dropView ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] + } + - Return [ string ] + } + + Method [ public method forUpdate ] { - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $filter = 0 ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Lower ] { - - - Constants [0] { - } + Method [ public method getColumnDefinition ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method listIndexesSql ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + Parameter #2 [ ?string $keyName = null ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ ?string $schemaName = null ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ ?string $schemaName = null ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Regex ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method modifyColumn ] { - - Parameters [3] { - Parameter #0 [ $input ] - Parameter #1 [ $pattern ] - Parameter #2 [ $replace ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ ?Phalcon\Db\ColumnInterface $currentColumn = ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\Remove ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method returning ] { - Parameters [2] { - Parameter #0 [ $input ] - Parameter #1 [ $replace ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $columns ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\Replace ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method sharedLock ] { - - Parameters [3] { - Parameter #0 [ $input ] - Parameter #1 [ $from ] - Parameter #2 [ $to ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ string $modifier = '' ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\Special ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method tableExists ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ ?string $schemaName = null ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\StringVal ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method truncateTable ] { - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ int $flags = 11 ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\StringValLegacy ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\Striptags ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ string $name ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Sanitize\Trim ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method escape ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\Upper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method escapeSchema ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ ?string $escapeChar = null ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ final public method getColumnList ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\UpperWords ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } + Method [ public method getCustomFunctions ] { - - Methods [1] { - Method [ public method __invoke ] { - - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [0] { } + - Return [ array ] } - } - } - - Class [ class Phalcon\Filter\Sanitize\Url ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ final public method getSqlColumn ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getSqlExpression ] { - - Parameters [1] { - Parameter #0 [ $input ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Filter\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Filter\Validation\ValidationInterface ] { - - - Constants [0] { - } + Method [ final public method getSqlTable ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ ?string $escapeChar = null ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method limit ] { - - Properties [10] { - Property [ protected $container = NULL ] - Property [ protected $combinedFieldsValidators = NULL ] - Property [ protected $data = NULL ] - Property [ protected $entity = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $whitelist = NULL ] - Property [ protected $labels = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $values = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } - - Methods [26] { - Method [ public method __construct ] { + Method [ public method registerCustomFunction ] { - - Parameters [1] { - Parameter #0 [ array $validators = [] ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } + - Return [ Phalcon\Db\Dialect ] } - Method [ public method add ] { + Method [ public method createMaterializedView ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ ?string $schemaName = null ] } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ public method dropMaterializedView ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $ifExists = true ] } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ string ] } - Method [ public method bind ] { + Method [ public method refreshMaterializedView ] { - Parameters [3] { - Parameter #0 [ $entity ] - Parameter #1 [ $data ] - Parameter #2 [ array $whitelist = [] ] + Parameter #0 [ string $viewName ] + Parameter #1 [ ?string $schemaName = null ] + Parameter #2 [ bool $concurrent = false ] } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ string ] } - Method [ public method getData ] { + Method [ public method onConflictUpdate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $conflictColumns ] + Parameter #2 [ array $updateColumns ] } + - Return [ string ] } - Method [ public method getEntity ] { + Method [ public method releaseSavepoint ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method getFilters ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method getLabel ] { + Method [ public method select ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ array $definition ] } - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method supportsSavepoints ] { - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] + - Return [ bool ] } - Method [ public method getValidators ] { + Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValueByEntity ] { + Method [ protected method getColumnSize ] { - - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getValueByData ] { + Method [ protected method getColumnSizeAndScale ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getValue ] { + Method [ protected method checkColumnType ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method rule ] { + Method [ protected method checkColumnTypeSql ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ string ] } - Method [ public method rules ] { + Method [ protected method getCheckClause ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ array $validators ] + Parameter #0 [ Phalcon\Db\CheckInterface $check ] + Parameter #1 [ string $escapeChar = '`' ] } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ string ] } - Method [ public method setEntity ] { + Method [ protected method getIndexColumnList ] { - - Parameters [1] { - Parameter #0 [ $entity ] + - Parameters [2] { + Parameter #0 [ Phalcon\Db\IndexInterface $index ] + Parameter #1 [ bool $wrapExpressions = true ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setFilters ] { + Method [ protected method getGeneratedClause ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $filters ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #1 [ bool $forceStored = false ] } - - Return [ Phalcon\Filter\Validation\ValidationInterface ] + - Return [ string ] } - Method [ public method setLabels ] { + Method [ final protected method getSqlExpressionAll ] { - - Parameters [1] { - Parameter #0 [ array $labels ] + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setValidators ] { + Method [ final protected method getSqlExpressionBinaryOperations ] { - - Parameters [1] { - Parameter #0 [ array $validators ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Filter\Validation ] + - Return [ string ] } - Method [ public method validate ] { + Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { - Parameter #0 [ $data = ] - Parameter #1 [ $entity = ] - Parameter #2 [ array $whitelist = [] ] + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ public method fails ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method preChecking ] { + Method [ final protected method getSqlExpressionConvertValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method __get ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } + - Return [ string ] } - Method [ public method __isset ] { + Method [ final protected method getSqlExpressionGroupBy ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ final protected method getSqlExpressionHaving ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ final protected method getSqlExpressionJoins ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] } - - Return [ void ] + - Return [ string ] + } + + Method [ final protected method getSqlExpressionLimit ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionList ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionObject ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionOrderBy ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionQualified ] { + + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionScalar ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionUnaryOperations ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionWhere ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ ?string $escapeChar = null ] + Parameter #2 [ array $bindCounts = [] ] + } + - Return [ string ] + } + + Method [ protected method prepareColumnAlias ] { + + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ ?string $alias = null ] + Parameter #2 [ ?string $escapeChar = null ] + } + - Return [ string ] + } + + Method [ protected method prepareTable ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ ?string $schema = null ] + Parameter #2 [ ?string $alias = null ] + Parameter #3 [ ?string $escapeChar = null ] + } + - Return [ string ] + } + + Method [ protected method prepareQualified ] { + + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ ?string $domain = null ] + Parameter #2 [ ?string $escapeChar = null ] + } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Db\Enum ] { + + - Constants [19] { + Constant [ public int FETCH_ASSOC ] { 2 } + Constant [ public int FETCH_BOTH ] { 4 } + Constant [ public int FETCH_BOUND ] { 6 } + Constant [ public int FETCH_CLASS ] { 8 } + Constant [ public int FETCH_CLASSTYPE ] { 262144 } + Constant [ public int FETCH_COLUMN ] { 7 } + Constant [ public int FETCH_FUNC ] { 10 } + Constant [ public int FETCH_GROUP ] { 65536 } + Constant [ public int FETCH_INTO ] { 9 } + Constant [ public int FETCH_KEY_PAIR ] { 12 } + Constant [ public int FETCH_LAZY ] { 1 } + Constant [ public int FETCH_NAMED ] { 11 } + Constant [ public int FETCH_NUM ] { 3 } + Constant [ public int FETCH_OBJ ] { 5 } + Constant [ public int FETCH_ORI_NEXT ] { 0 } + Constant [ public int FETCH_PROPS_LATE ] { 1048576 } + Constant [ public int FETCH_SERIALIZE ] { 524288 } + Constant [ public int FETCH_UNIQUE ] { 196608 } + Constant [ public int FETCH_DEFAULT ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Db\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -47858,7 +47388,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Filter\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface, Phalcon\Contracts\Db\Index ] { - Constants [0] { } @@ -47869,84 +47399,78 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [7] { + Property [ protected $columns = NULL ] + Property [ protected $concurrent = false ] + Property [ protected $directions = NULL ] + Property [ protected $invisible = false ] + Property [ protected $name = NULL ] + Property [ protected $type = '' ] + Property [ protected $where = '' ] } - - Methods [9] { + - Methods [8] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] - } - } - - Method [ public method newInstance ] { - - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ array $columnsOrDefinition ] + Parameter #2 [ string $type = '' ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method getColumns ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method getServices ] { + Method [ public method getDirections ] { - Parameters [0] { } - Return [ array ] } - Method [ protected method getService ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method init ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkConfig ] { + Method [ public method getWhere ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ protected method checkConfigElement ] { + Method [ public method isConcurrent ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getException ] { + Method [ public method isInvisible ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ Exception ] + - Return [ bool ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Alnum extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Db\Profiler ] { - Constants [0] { } @@ -47958,130 +47482,81 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must contain only letters and numbers' ] + Property [ protected $activeProfile = NULL ] + Property [ protected $allProfiles = NULL ] + Property [ protected $totalNanoseconds = 0 ] } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { + - Methods [9] { + Method [ public method getLastProfile ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ public method messageFactory ] { + Method [ public method getNumberTotalStatements ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ int ] } - Method [ public method setOption ] { + Method [ public method getTotalElapsedNanoseconds ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ float ] } - Method [ public method setTemplate ] { + Method [ public method getTotalElapsedMilliseconds ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ float ] } - Method [ public method setTemplates ] { + Method [ public method getTotalElapsedSeconds ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ float ] } - Method [ protected method allowEmpty ] { + Method [ public method getProfiles ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method checkArray ] { + Method [ public method reset ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ Phalcon\Db\Profiler ] } - Method [ protected method prepareCode ] { + Method [ public method startProfile ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ array $sqlVariables = [] ] + Parameter #2 [ array $sqlBindTypes = [] ] } - - Return [ int ] + - Return [ Phalcon\Db\Profiler ] } - Method [ protected method prepareLabel ] { + Method [ public method stopProfile ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ Phalcon\Db\Profiler ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Alpha extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Db\Profiler\Item ] { - Constants [0] { } @@ -48092,131 +47567,114 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must contain only letters' ] + - Properties [5] { + Property [ protected $finalTime = NULL ] + Property [ protected $initialTime = NULL ] + Property [ protected $sqlBindTypes = NULL ] + Property [ protected $sqlStatement = NULL ] + Property [ protected $sqlVariables = NULL ] } - - Methods [14] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method getFinalTime ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } + - Return [ float ] } - Method [ public method validate ] { + Method [ public method getInitialTime ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ float ] } - Method [ public method getOption ] { + Method [ public method getSqlBindTypes ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getTemplate ] { + Method [ public method getSqlStatement ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method getTotalElapsedNanoseconds ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ float ] } - Method [ public method messageFactory ] { + Method [ public method getTotalElapsedMilliseconds ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ float ] } - Method [ public method setOption ] { + Method [ public method getTotalElapsedSeconds ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ float ] } - Method [ public method setTemplate ] { + Method [ public method setFinalTime ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ float $finalTime ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ public method setTemplates ] { + Method [ public method setInitialTime ] { - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ float $initialTime ] } - - Return [ bool ] + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ protected method checkArray ] { + Method [ public method setSqlBindTypes ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ array $sqlBindTypes ] } + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ protected method prepareCode ] { + Method [ public method setSqlStatement ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $sqlStatement ] } - - Return [ int ] + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ protected method prepareLabel ] { + Method [ public method setSqlVariables ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ array $sqlVariables ] } + - Return [ Phalcon\Db\Profiler\Item ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Between extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Db\RawValue implements Stringable ] { - Constants [0] { } @@ -48227,131 +47685,124 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be within the range of :min to :max' ] + - Properties [1] { + Property [ protected $value = NULL ] } - - Methods [14] { - Method [ public method __construct ] { + - Methods [3] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ $value ] } } - Method [ public method validate ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } + } + } - Method [ public method getTemplate ] { + Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface, Phalcon\Contracts\Db\Reference ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getTemplates ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method hasOption ] { + - Properties [8] { + Property [ protected $columns = NULL ] + Property [ protected $name = NULL ] + Property [ protected $referencedColumns = NULL ] + Property [ protected $referencedSchema = NULL ] + Property [ protected $referencedTable = NULL ] + Property [ protected $schemaName = NULL ] + Property [ protected $onDelete = NULL ] + Property [ protected $onUpdate = NULL ] + } - - Parameters [1] { - Parameter #0 [ string $key ] + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] } - - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method getColumns ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ array ] } - Method [ public method setOption ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method getReferencedColumns ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ array ] } - Method [ public method setTemplates ] { + Method [ public method getReferencedSchema ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ ?string ] } - Method [ protected method allowEmpty ] { + Method [ public method getReferencedTable ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method checkArray ] { + Method [ public method getSchemaName ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ protected method prepareCode ] { + Method [ public method getOnDelete ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ int ] + - Return [ ?string ] } - Method [ protected method prepareLabel ] { + Method [ public method getOnUpdate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?string ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Callback extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Db\Result\PdoResult implements Phalcon\Db\ResultInterface, Phalcon\Contracts\Db\Result ] { - Constants [0] { } @@ -48362,131 +47813,96 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must match the callback function' ] + - Properties [8] { + Property [ protected $bindParams = NULL ] + Property [ protected $bindTypes = NULL ] + Property [ protected $connection = NULL ] + Property [ protected $fetchMode = 0 ] + Property [ protected $pdoStatement = NULL ] + Property [ protected $result = NULL ] + Property [ protected $rowCount = NULL ] + Property [ protected $sqlStatement = NULL ] } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getOption ] { + - Methods [9] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [5] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ PDOStatement $result ] + Parameter #2 [ $sqlStatement = ] + Parameter #3 [ $bindParams = ] + Parameter #4 [ $bindTypes = ] } } - Method [ public method getTemplate ] { + Method [ public method dataSeek ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ int $number ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getTemplates ] { + Method [ public method execute ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method fetch ] { - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ ?int $fetchStyle = null ] + Parameter #1 [ int $cursorOrientation = null ] + Parameter #2 [ int $cursorOffset = 0 ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTemplates ] { + Method [ public method fetchAll ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [3] { + Parameter #0 [ int $mode = null ] + Parameter #1 [ $fetchArgument = ] + Parameter #2 [ $constructorArgs = ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ array ] } - Method [ protected method allowEmpty ] { + Method [ public method fetchArray ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] } - Method [ protected method checkArray ] { + Method [ public method getInternalResult ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ PDOStatement ] } - Method [ protected method prepareCode ] { + Method [ public method numRows ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - Return [ int ] } - Method [ protected method prepareLabel ] { + Method [ public method setFetchMode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [3] { + Parameter #0 [ int $fetchMode ] + Parameter #1 [ $colNoOrClassNameOrObject = ] + Parameter #2 [ $ctorargs = ] } + - Return [ bool ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Confirmation extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -48494,430 +47910,383 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be the same as :with' ] - } - - - Methods [15] { - Method [ public method __construct ] { + - Static methods [4] { + Method [ static public method serviceCannotBeResolved ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Di\Exception ] } - Method [ final protected method compare ] { + Method [ static public method serviceNotFound ] { - - Parameters [2] { - Parameter #0 [ string $a ] - Parameter #1 [ string $b ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Di\Exception ] } - Method [ public method getOption ] { + Method [ static public method unknownServiceInParameter ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ int $position ] } + - Return [ Phalcon\Di\Exception ] } - Method [ public method getTemplate ] { + Method [ static public method undefinedMethod ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ string $method ] } - - Return [ string ] + - Return [ Phalcon\Di\Exception ] } + } - Method [ public method getTemplates ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [0] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method messageFactory ] { + Method [ final public method getMessage ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method setTemplate ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ int ] } - Method [ protected method allowEmpty ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method checkArray ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ protected method prepareCode ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Validation\Validator\CreditCard extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $defaultContainer = NULL ] } - - Static methods [0] { + - Static methods [3] { + Method [ static public method getDefault ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Di\DiInterface ] + } + + Method [ static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is not valid for a credit card number' ] + - Properties [4] { + Property [ protected $aliases = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $services = NULL ] + Property [ protected $sharedInstances = NULL ] } - - Methods [15] { - Method [ public method __construct ] { + - Methods [27] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } } - Method [ public method validate ] { + Method [ public method __call ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments = [] ] } - - Return [ bool ] } - Method [ private method verifyByLuhnAlgorithm ] { + Method [ public method attempt ] { - - Parameters [1] { - Parameter #0 [ string $number ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } - - Return [ bool ] } - Method [ public method getOption ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } } - Method [ public method getTemplate ] { + Method [ public method getAlias ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ string $name ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getInternalEventsManager ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method hasOption ] { + Method [ public method getRaw ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method getService ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setOption ] { + Method [ public method getServices ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setTemplate ] { + Method [ public method getShared ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters = ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTemplates ] { + Method [ protected method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ protected method allowEmpty ] { + Method [ public method loadFromPhp ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $filePath ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method checkArray ] { + Method [ public method loadFromYaml ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + Parameter #0 [ string $filePath ] + Parameter #1 [ ?array $callbacks = [] ] } + - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $name ] } - - Return [ int ] + - Return [ bool ] } - Method [ protected method prepareLabel ] { + Method [ public method hasShared ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\Date extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method offsetGet ] { - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is not a valid date' ] - } + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ mixed ] + } - - Methods [15] { - Method [ public method __construct ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ $name ] } + - Return [ bool ] } - Method [ public method validate ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ private method checkDate ] { - - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $format ] + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getOption ] { + Method [ public method offsetUnset ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ void ] } - Method [ public method getTemplate ] { + Method [ public method register ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getTemplates ] { + Method [ public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ void ] } - Method [ public method hasOption ] { + Method [ public method removeShared ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method messageFactory ] { + Method [ public method set ] { - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setOption ] { + Method [ public method setAlias ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ string $name ] + Parameter #1 [ $aliases ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Di\Di ] } - Method [ public method setTemplates ] { + Method [ public method setInternalEventsManager ] { - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ bool ] } - Method [ protected method checkArray ] { + Method [ public method setService ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - - Return [ int ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ protected method prepareLabel ] { + Method [ public method setShared ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } + - Return [ Phalcon\Di\ServiceInterface ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Digit extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { - Constants [0] { } @@ -48928,131 +48297,137 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be numeric' ] + - Properties [4] { + Property [ protected $definition = NULL ] + Property [ protected $resolved = false ] + Property [ protected $shared = false ] + Property [ protected $sharedInstance = NULL ] } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [10] { + Method [ final public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ $definition ] + Parameter #1 [ bool $shared = false ] } - - Return [ bool ] } - Method [ public method getOption ] { + Method [ public method getDefinition ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } } - Method [ public method getTemplate ] { + Method [ public method getParameter ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ int $position ] } - - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method isResolved ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method hasOption ] { + Method [ public method isShared ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method resolve ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [2] { + Parameter #0 [ $parameters = ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ Phalcon\Messages\Message ] } - Method [ public method setOption ] { + Method [ public method setDefinition ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $definition ] } - Return [ void ] } - Method [ public method setTemplate ] { + Method [ public method setParameter ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [2] { + Parameter #0 [ int $position ] + Parameter #1 [ array $parameter ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setTemplates ] { + Method [ public method setShared ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ bool $shared ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ protected method allowEmpty ] { + Method [ public method setSharedInstance ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $sharedInstance ] } - - Return [ bool ] + - Return [ void ] } + } + } - Method [ protected method checkArray ] { + Class [ class Phalcon\Di\Service\Builder ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method build ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $definition ] + Parameter #2 [ $parameters = ] } } - Method [ protected method prepareCode ] { + Method [ private method buildParameter ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ int $position ] + Parameter #2 [ array $argument ] } - - Return [ int ] } - Method [ protected method prepareLabel ] { + Method [ private method buildParameters ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $arguments ] } + - Return [ array ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Email extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } @@ -49063,133 +48438,182 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be an email address' ] + - Properties [6] { + Property [ protected $exception = NULL ] + Property [ protected $extras = NULL ] + Property [ protected $input = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $status = NULL ] + Property [ protected $output = NULL ] } - - Methods [14] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method getException ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ public method validate ] { + Method [ public method getExtras ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method getOption ] { + Method [ public method getInput ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } } - Method [ public method getTemplate ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getStatus ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method getOutput ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method setException ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ Throwable $exception ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setOption ] { + Method [ public method setExtras ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $extras ] } - - Return [ void ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setTemplate ] { + Method [ public method setInput ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ $input ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setTemplates ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ $messages ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ protected method allowEmpty ] { + Method [ public method setOutput ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $output ] } - - Return [ bool ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ protected method checkArray ] { + Method [ public method setStatus ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ $status ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } + } + } - Method [ protected method prepareCode ] { + Class [ class Phalcon\Domain\Payload\PayloadFactory ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method newInstance ] { + + - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } + } + } - Method [ protected method prepareLabel ] { + Class [ class Phalcon\Domain\Payload\Status ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Constants [20] { + Constant [ public string ACCEPTED ] { ACCEPTED } + Constant [ public string AUTHENTICATED ] { AUTHENTICATED } + Constant [ public string AUTHORIZED ] { AUTHORIZED } + Constant [ public string CREATED ] { CREATED } + Constant [ public string DELETED ] { DELETED } + Constant [ public string ERROR ] { ERROR } + Constant [ public string FAILURE ] { FAILURE } + Constant [ public string FOUND ] { FOUND } + Constant [ public string NOT_ACCEPTED ] { NOT_ACCEPTED } + Constant [ public string NOT_AUTHENTICATED ] { NOT_AUTHENTICATED } + Constant [ public string NOT_AUTHORIZED ] { NOT_AUTHORIZED } + Constant [ public string NOT_CREATED ] { NOT_CREATED } + Constant [ public string NOT_DELETED ] { NOT_DELETED } + Constant [ public string NOT_FOUND ] { NOT_FOUND } + Constant [ public string NOT_UPDATED ] { NOT_UPDATED } + Constant [ public string NOT_VALID ] { NOT_VALID } + Constant [ public string PROCESSING ] { PROCESSING } + Constant [ public string SUCCESS ] { SUCCESS } + Constant [ public string UPDATED ] { UPDATED } + Constant [ public string VALID ] { VALID } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final private method __construct ] { + + - Parameters [0] { } } } } - Class [ class Phalcon\Filter\Validation\Validator\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Encryption\Crypt implements Phalcon\Encryption\Crypt\CryptInterface ] { - - Constants [0] { + - Constants [9] { + Constant [ public string DEFAULT_ALGORITHM ] { sha256 } + Constant [ public string DEFAULT_CIPHER ] { aes-256-cfb } + Constant [ public int PADDING_ANSI_X_923 ] { 1 } + Constant [ public int PADDING_DEFAULT ] { 0 } + Constant [ public int PADDING_ISO_10126 ] { 3 } + Constant [ public int PADDING_ISO_IEC_7816_4 ] { 4 } + Constant [ public int PADDING_PKCS7 ] { 2 } + Constant [ public int PADDING_SPACE ] { 6 } + Constant [ public int PADDING_ZERO ] { 5 } } - Static properties [0] { @@ -49198,366 +48622,333 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [11] { + Property [ protected $authData = '' ] + Property [ protected $authTag = '' ] + Property [ protected $authTagLength = 16 ] + Property [ protected $availableCiphers = NULL ] + Property [ protected $cipher = 'aes-256-cfb' ] + Property [ protected $hashAlgorithm = 'sha256' ] + Property [ protected $ivLength = 16 ] + Property [ protected $key = '' ] + Property [ protected $padding = 0 ] + Property [ protected $padFactory = NULL ] + Property [ protected $useSigning = true ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [37] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $cipher = null ] + Parameter #1 [ bool $useSigning = true ] + Parameter #2 [ ?Phalcon\Encryption\Crypt\PadFactory $padFactory = ] } } - Method [ public method __wakeup ] { + Method [ public method decrypt ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method decryptBase64 ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + Parameter #2 [ bool $safe = false ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + } + - Return [ string ] + } + + Method [ public method encryptBase64 ] { + + - Parameters [3] { + Parameter #0 [ string $input ] + Parameter #1 [ ?string $key = null ] + Parameter #2 [ bool $safe = false ] + } + - Return [ string ] + } + + Method [ public method getAvailableCiphers ] { - Parameters [0] { } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getAuthData ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getAuthTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAuthTagLength ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getAvailableHashAlgorithms ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getHashAlgorithm ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getCipher ] { - Parameters [0] { } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getKey ] { - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\ExclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Constants [0] { - } + Method [ public method isValidDecryptLength ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ bool ] + } - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must not be a part of list: :domain' ] - } - - - Methods [14] { - Method [ public method __construct ] { + Method [ public method setAuthData ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $data ] } + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method getTemplate ] { + Method [ public method setAuthTag ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { + Parameter #0 [ string $tag ] } - - Return [ array ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method hasOption ] { + Method [ public method setAuthTagLength ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ int $length ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method messageFactory ] { + Method [ public method setCipher ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $cipher ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setOption ] { + Method [ public method setKey ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ string $key ] - Parameter #1 [ $value ] } - - Return [ void ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setTemplate ] { + Method [ public method setHashAlgorithm ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ string $hashAlgorithm ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ public method setTemplates ] { + Method [ public method setPadding ] { - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ protected method checkArray ] { - - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + Parameter #0 [ int $scheme ] } + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ protected method prepareCode ] { + Method [ public method useSigning ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ bool $useSigning ] } - - Return [ int ] + - Return [ Phalcon\Encryption\Crypt\CryptInterface ] } - Method [ protected method prepareLabel ] { + Method [ protected method checkCipherHashIsAvailable ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\File extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] - } - - - Methods [15] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ string $cipher ] + Parameter #1 [ string $type ] } + - Return [ void ] } - Method [ public method getValidators ] { + Method [ protected method cryptPadText ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ string $mode ] + Parameter #2 [ int $blockSize ] + Parameter #3 [ int $paddingType ] } - - Return [ array ] + - Return [ string ] } - Method [ public method validate ] { + Method [ protected method cryptUnpadText ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ string $mode ] + Parameter #2 [ int $blockSize ] + Parameter #3 [ int $paddingType ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ protected method decryptGetUnpadded ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [3] { + Parameter #0 [ string $mode ] + Parameter #1 [ int $blockSize ] + Parameter #2 [ string $decrypted ] } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ protected method decryptGcmCcmAuth ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [4] { + Parameter #0 [ string $mode ] + Parameter #1 [ string $cipherText ] + Parameter #2 [ string $decryptKey ] + Parameter #3 [ string $iv ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ protected method encryptGetPadded ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $mode ] + Parameter #1 [ string $input ] + Parameter #2 [ int $blockSize ] } - - Return [ array ] + - Return [ string ] } - Method [ public method hasOption ] { + Method [ protected method encryptGcmCcm ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [4] { + Parameter #0 [ string $mode ] + Parameter #1 [ string $padded ] + Parameter #2 [ string $encryptKey ] + Parameter #3 [ string $iv ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ protected method initializeAvailableCiphers ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Encryption\Crypt ] } - Method [ public method setOption ] { + Method [ private method checkIsMode ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ array $modes ] + Parameter #1 [ string $mode ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ private method getBlockSize ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ string $mode ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ int ] } - Method [ public method setTemplates ] { + Method [ private method getIvLength ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $cipher ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ int ] } - Method [ protected method allowEmpty ] { + Method [ private method getMode ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method checkArray ] { + Method [ protected method phpFunctionExists ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ protected method phpOpensslCipherIvLength ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $cipher ] } - - Return [ int ] } - Method [ protected method prepareLabel ] { + Method [ protected method phpOpensslRandomPseudoBytes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ int $length ] } } } } - Class [ class Phalcon\Filter\Validation\Validator\File\MimeType extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Crypt\Exception\Mismatch extends Phalcon\Encryption\Crypt\Exception\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -49568,240 +48959,253 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field must be of type: :types' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [27] { - Method [ public method validate ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ bool ] } - Method [ public method checkUpload ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method checkUploadIsEmpty ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadIsValid ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method checkUploadMaxSize ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getFileSizeInBytes ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ string $size ] + - Parameters [0] { } - - Return [ float ] + - Return [ int ] } - Method [ public method getMessageFileEmpty ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getMessageIniSize ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ public method getMessageValid ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method setMessageFileEmpty ] { + Class [ class Phalcon\Encryption\Crypt\PadFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + Property [ protected $exception = 'Phalcon\\Encryption\\Crypt\\Exception\\Exception' ] + } + + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $services = [] ] } - - Return [ void ] } - Method [ public method setMessageIniSize ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ Phalcon\Encryption\Crypt\Padding\PadInterface ] } - Method [ public method setMessageValid ] { + Method [ public method padNumberToService ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ int $number ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkIsUploadedFile ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ string $name ] } } - Method [ public method getOption ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } + - Return [ void ] } - Method [ public method getTemplate ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ $config ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getTemplates ] { + Method [ protected method checkConfigElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - Return [ array ] } - Method [ public method hasOption ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $message ] } - - Return [ bool ] + - Return [ Exception ] } - Method [ public method messageFactory ] { + Method [ protected method getExceptionClass ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } + } + } - Method [ public method setOption ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Ansi implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method setTemplate ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } + - Static methods [0] { + } - Method [ public method setTemplates ] { + - Properties [0] { + } + + - Methods [2] { + Method [ public method pad ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ int $paddingSize ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ public method unpad ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } - - Return [ bool ] + - Return [ int ] } + } + } - Method [ protected method checkArray ] { + Class [ class Phalcon\Encryption\Crypt\Padding\Iso10126 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } - } + - Constants [0] { + } - Method [ protected method prepareCode ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method pad ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ int $paddingSize ] } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ public method unpad ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } + - Return [ int ] } } } - Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Crypt\Padding\IsoIek implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Constants [0] { } @@ -49812,242 +49216,181 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'The resolution of the field :field has to be equal :resolution' ] + - Properties [0] { } - - Methods [27] { - Method [ public method __construct ] { + - Methods [2] { + Method [ public method pad ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ int $paddingSize ] } + - Return [ string ] } - Method [ public method validate ] { + Method [ public method unpad ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method checkUpload ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } - - Return [ bool ] + - Return [ int ] } + } + } - Method [ public method checkUploadIsEmpty ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } + Class [ class Phalcon\Encryption\Crypt\Padding\Noop implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Method [ public method checkUploadIsValid ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ public method checkUploadMaxSize ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method getFileSizeInBytes ] { + - Methods [2] { + Method [ public method pad ] { - Parameters [1] { - Parameter #0 [ string $size ] - } - - Return [ float ] - } - - Method [ public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMessageValid ] { - - - Parameters [0] { + Parameter #0 [ int $paddingSize ] } - Return [ string ] } - Method [ public method isAllowEmpty ] { + Method [ public method unpad ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } - - Return [ bool ] + - Return [ int ] } + } + } - Method [ public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ void ] - } + Class [ class Phalcon\Encryption\Crypt\Padding\Pkcs7 implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Method [ public method setMessageIniSize ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ void ] - } + - Static properties [0] { + } - Method [ public method setMessageValid ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ void ] - } + - Properties [0] { + } - Method [ protected method checkIsUploadedFile ] { + - Methods [2] { + Method [ public method pad ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ int $paddingSize ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method unpad ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } + - Return [ int ] } + } + } - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } + Class [ class Phalcon\Encryption\Crypt\Padding\Space implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Method [ public method getTemplates ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method hasOption ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method messageFactory ] { + - Methods [2] { + Method [ public method pad ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ int $paddingSize ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ public method unpad ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ int ] } + } + } - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } + Class [ class Phalcon\Encryption\Crypt\Padding\Zero implements Phalcon\Encryption\Crypt\Padding\PadInterface ] { - Method [ protected method allowEmpty ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ protected method checkArray ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } - } + - Properties [0] { + } - Method [ protected method prepareCode ] { + - Methods [2] { + Method [ public method pad ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ int $paddingSize ] } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ public method unpad ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $input ] + Parameter #1 [ int $blockSize ] } + - Return [ int ] } } } - Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Contracts\Encryption\Security\Security, Phalcon\Contracts\Encryption\Security\PasswordSecurity, Phalcon\Contracts\Encryption\Security\CsrfProtection, Phalcon\Contracts\Encryption\Security\CryptoUtils ] { - - Constants [0] { + - Constants [13] { + Constant [ public int CRYPT_ARGON2I ] { 10 } + Constant [ public int CRYPT_ARGON2ID ] { 11 } + Constant [ public int CRYPT_BCRYPT ] { 0 } + Constant [ public int CRYPT_DEFAULT ] { 0 } + Constant [ public int CRYPT_BLOWFISH ] { 4 } + Constant [ public int CRYPT_BLOWFISH_A ] { 5 } + Constant [ public int CRYPT_BLOWFISH_X ] { 6 } + Constant [ public int CRYPT_BLOWFISH_Y ] { 7 } + Constant [ public int CRYPT_EXT_DES ] { 2 } + Constant [ public int CRYPT_MD5 ] { 3 } + Constant [ public int CRYPT_SHA256 ] { 8 } + Constant [ public int CRYPT_SHA512 ] { 9 } + Constant [ public int CRYPT_STD_DES ] { 1 } } - Static properties [0] { @@ -50056,240 +49399,263 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field exceeds the maximum resolution of :resolution' ] + - Properties [13] { + Property [ protected $container = NULL ] + Property [ protected $autoRefresh = true ] + Property [ protected $defaultHash = 0 ] + Property [ protected $numberBytes = 16 ] + Property [ protected $random = NULL ] + Property [ protected $requestToken = NULL ] + Property [ protected $token = NULL ] + Property [ protected $tokenKey = NULL ] + Property [ protected $tokenKeySessionId = '$PHALCON/CSRF/KEY$' ] + Property [ protected $tokenValueSessionId = '$PHALCON/CSRF$' ] + Property [ protected $workFactor = 10 ] + Property [ private $localSession = NULL ] + Property [ private $localRequest = NULL ] } - - Methods [27] { - Method [ public method __construct ] { + - Methods [30] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ ?Phalcon\Session\ManagerInterface $session = ] + Parameter #1 [ ?Phalcon\Http\RequestInterface $request = ] } } - Method [ public method validate ] { + Method [ public method checkHash ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [3] { + Parameter #0 [ string $password ] + Parameter #1 [ string $passwordHash ] + Parameter #2 [ int $maxPassLength = 0 ] } - Return [ bool ] } - Method [ public method checkUpload ] { + Method [ public method checkToken ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [3] { + Parameter #0 [ ?string $tokenKey = null ] + Parameter #1 [ $tokenValue = ] + Parameter #2 [ bool $destroyIfValid = true ] } - Return [ bool ] } - Method [ public method checkUploadIsEmpty ] { + Method [ public method computeHmac ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ string $key ] + Parameter #2 [ string $algo ] + Parameter #3 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadIsValid ] { + Method [ public method destroyToken ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security ] } - Method [ public method checkUploadMaxSize ] { + Method [ public method getDefaultHash ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getFileSizeInBytes ] { + Method [ public method getHashInformation ] { - Parameters [1] { - Parameter #0 [ string $size ] + Parameter #0 [ string $hash ] } - - Return [ float ] + - Return [ array ] } - Method [ public method getMessageFileEmpty ] { + Method [ public method getRandom ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Encryption\Security\Random ] } - Method [ public method getMessageIniSize ] { + Method [ public method getRandomBytes ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getMessageValid ] { + Method [ public method getRequestToken ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method isAllowEmpty ] { + Method [ public method getSessionToken ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method setMessageFileEmpty ] { + Method [ public method getSaltBytes ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ int $numberBytes = 0 ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setMessageIniSize ] { + Method [ public method getToken ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ public method setMessageValid ] { + Method [ public method getTokenKey ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?string ] } - Method [ protected method checkIsUploadedFile ] { + Method [ public method getWorkFactor ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getOption ] { + Method [ public method hash ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $password ] + Parameter #1 [ array $options = [] ] } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ public method isLegacyHash ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ string $passwordHash ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getTemplates ] { + Method [ public method refreshToken ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Encryption\Security ] } - Method [ public method hasOption ] { + Method [ public method setAutoRefresh ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ bool $autoRefresh ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security ] } - Method [ public method messageFactory ] { + Method [ public method setDefaultHash ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ int $defaultHash ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Encryption\Security ] } - Method [ public method setOption ] { + Method [ public method setRandomBytes ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ int $randomBytes ] } - - Return [ void ] + - Return [ Phalcon\Encryption\Security ] } - Method [ public method setTemplate ] { + Method [ public method setWorkFactor ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ int $workFactor ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security ] } - Method [ public method setTemplates ] { + Method [ protected method getLocalService ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $property ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method allowEmpty ] { + Method [ private method processAlgorithm ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method checkArray ] { + Method [ private method processArgonOptions ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ array ] } - Method [ protected method prepareCode ] { + Method [ private method processCost ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ array $options = [] ] } - Return [ int ] } - Method [ protected method prepareLabel ] { + Method [ private method processTokenKey ] { + + - Parameters [1] { + Parameter #0 [ ?string $tokenKey = null ] + } + - Return [ ?string ] + } + + Method [ private method processUserToken ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $tokenKey ] + Parameter #1 [ ?string $tokenValue = null ] + } + - Return [ ?string ] + } + + 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\Filter\Validation\Validator\File\Resolution\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -50300,493 +49666,406 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field can not have the minimum resolution of :resolution' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [27] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method validate ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method checkUpload ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadIsEmpty ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method checkUploadIsValid ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadMaxSize ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getFileSizeInBytes ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $size ] + - Parameters [0] { } - - Return [ float ] + - Return [ array ] } - Method [ public method getMessageFileEmpty ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ public method getMessageIniSize ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessageValid ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method isAllowEmpty ] { + Class [ class Phalcon\Encryption\Security\JWT\Builder ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method setMessageFileEmpty ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ public method setMessageIniSize ] { + - Properties [5] { + Property [ private $claims = NULL ] + Property [ private $encode = NULL ] + Property [ private $jose = NULL ] + Property [ private $passphrase = NULL ] + Property [ private $signer = NULL ] + } + + - Methods [27] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] } - - Return [ void ] } - Method [ public method setMessageValid ] { + Method [ public method init ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ protected method checkIsUploadedFile ] { + Method [ public method addClaim ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $name ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method getOption ] { + Method [ public method addHeader ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $name ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method getTemplate ] { + Method [ public method getAudience ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getClaims ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { - - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ public method setTemplates ] { + Method [ public method getContentType ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ ?string ] } - Method [ protected method allowEmpty ] { + Method [ public method getExpirationTime ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?int ] } - Method [ protected method checkArray ] { + Method [ public method getHeaders ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method prepareCode ] { + Method [ public method getId ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ int ] + - Return [ ?string ] } - Method [ protected method prepareLabel ] { + Method [ public method getIssuedAt ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?int ] } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\File\Size\Max extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field exceeds the size of :size' ] - } - - - Methods [28] { - Method [ protected method getConditional ] { + Method [ public method getIssuer ] { - - Parameters [3] { - Parameter #0 [ float $source ] - Parameter #1 [ float $target ] - Parameter #2 [ bool $included = false ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method validate ] { + Method [ public method getNotBefore ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?int ] } - Method [ public method checkUpload ] { + Method [ public method getSubject ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method checkUploadIsEmpty ] { + Method [ public method getToken ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Token\Token ] } - Method [ public method checkUploadIsValid ] { + Method [ public method getPassphrase ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadMaxSize ] { + Method [ public method setAudience ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ $audience ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method getFileSizeInBytes ] { + Method [ public method setContentType ] { - Parameters [1] { - Parameter #0 [ string $size ] + Parameter #0 [ string $contentType ] } - - Return [ float ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method getMessageFileEmpty ] { + Method [ public method setExpirationTime ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $timestamp ] } - - Return [ string ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method getMessageIniSize ] { + Method [ public method setId ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $id ] } - - Return [ string ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method getMessageValid ] { + Method [ public method setIssuedAt ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $timestamp ] } - - Return [ string ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method isAllowEmpty ] { + Method [ public method setIssuer ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $issuer ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method setMessageFileEmpty ] { + Method [ public method setNotBefore ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ int $timestamp ] } - - Return [ void ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method setMessageIniSize ] { + Method [ public method setSubject ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $subject ] } - - Return [ void ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method setMessageValid ] { + Method [ public method setPassphrase ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $passphrase ] } - - Return [ void ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ protected method checkIsUploadedFile ] { + Method [ protected method setClaim ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ string $name ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Builder ] } - Method [ public method __construct ] { + Method [ private method encodeUrl ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ string $input ] } + - Return [ string ] } + } + } - Method [ public method getOption ] { + Class [ class Phalcon\Encryption\Security\JWT\Exceptions\UnsupportedAlgorithmException extends Exception implements Throwable, Stringable ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Constants [0] { + } - Method [ public method getTemplate ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ public method getTemplates ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [0] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method messageFactory ] { + Method [ final public method getMessage ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method setTemplate ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ int ] } - Method [ protected method allowEmpty ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method checkArray ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ protected method prepareCode ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\JWT\Exceptions\ValidatorException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -50797,249 +50076,233 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] - Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] - Property [ protected $messageValid = 'Field :field is not valid' ] - Property [ protected $template = 'File :field can not have the minimum size of :size' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [28] { - Method [ protected method getConditional ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ float $source ] - Parameter #1 [ float $target ] - Parameter #2 [ bool $included = false ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method validate ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method checkUpload ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadIsEmpty ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] } - Method [ public method checkUploadIsValid ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method checkUploadMaxSize ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method getFileSizeInBytes ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ string $size ] + - Parameters [0] { } - - Return [ float ] + - Return [ array ] } - Method [ public method getMessageFileEmpty ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ public method getMessageIniSize ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessageValid ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method isAllowEmpty ] { + Class [ class Phalcon\Encryption\Security\JWT\Signer\Hmac extends Phalcon\Encryption\Security\JWT\Signer\AbstractSigner implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method setMessageFileEmpty ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $algorithm = '' ] + } + + - Methods [6] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $algo = 'sha512' ] } - - Return [ void ] } - Method [ public method setMessageIniSize ] { + Method [ public method getAlgHeader ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setMessageValid ] { + Method [ public method sign ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkIsUploadedFile ] { + Method [ public method verify ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] } - Return [ bool ] } - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method getOption ] { + Method [ private method getHash ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method getAlgorithm ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method hasOption ] { + Class [ class Phalcon\Encryption\Security\JWT\Signer\None implements Phalcon\Encryption\Security\JWT\Signer\SignerInterface ] { - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method messageFactory ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } + - Static methods [0] { + } - Method [ public method setOption ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Methods [4] { + Method [ public method getAlgHeader ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method getAlgorithm ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ public method sign ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ public method verify ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] } - Return [ bool ] } + } + } - Method [ protected method checkArray ] { + Class [ class Phalcon\Encryption\Security\JWT\Token\Enum ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] - } - } + - Constants [10] { + Constant [ public string TYPE ] { typ } + Constant [ public string ALGO ] { alg } + Constant [ public string CONTENT_TYPE ] { cty } + Constant [ public string AUDIENCE ] { aud } + Constant [ public string EXPIRATION_TIME ] { exp } + Constant [ public string ID ] { jti } + Constant [ public string ISSUED_AT ] { iat } + Constant [ public string ISSUER ] { iss } + Constant [ public string NOT_BEFORE ] { nbf } + Constant [ public string SUBJECT ] { sub } + } - Method [ protected method prepareCode ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $field ] - } - - Return [ int ] - } + - Static methods [0] { + } - Method [ protected method prepareLabel ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - } + - Methods [0] { } } - Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\JWT\Token\Item extends Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { - Constants [0] { } @@ -51050,131 +50313,126 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not have the expected value' ] + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [5] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ array $payload ] + Parameter #1 [ string $encoded ] } - - Return [ bool ] } - Method [ public method getOption ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { + Method [ public method getPayload ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method getEncoded ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } + } + } - Method [ public method setOption ] { + Class [ class Phalcon\Encryption\Security\JWT\Token\Parser ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $decode = NULL ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ ?Phalcon\Support\Helper\Json\Decode $decode = ] } - - Return [ void ] } - Method [ public method setTemplate ] { + Method [ public method parse ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ string $token ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security\JWT\Token\Token ] } - Method [ public method setTemplates ] { + Method [ private method decodeClaims ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $claims ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } - Method [ protected method allowEmpty ] { + Method [ private method decodeHeaders ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $headers ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } - Method [ protected method checkArray ] { + Method [ private method decodeSignature ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Item $headers ] + Parameter #1 [ string $signature ] } + - Return [ Phalcon\Encryption\Security\JWT\Token\Signature ] } - Method [ protected method prepareCode ] { + Method [ private method parseToken ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $token ] } - - Return [ int ] + - Return [ array ] } - Method [ protected method prepareLabel ] { + Method [ private method decodeUrl ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $input ] } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\JWT\Token\Signature extends Phalcon\Encryption\Security\JWT\Token\AbstractItem ] { - Constants [0] { } @@ -51185,135 +50443,119 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be a part of list: :domain' ] + - Properties [1] { + Property [ protected $data = NULL ] } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { + - Methods [3] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ string $hash = '' ] + Parameter #1 [ string $encoded = '' ] } - - Return [ bool ] } - Method [ public method getOption ] { + Method [ public method getHash ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ public method getEncoded ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method getTemplates ] { + Class [ class Phalcon\Encryption\Security\JWT\Token\Token ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method hasOption ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } + - Static methods [0] { + } - Method [ public method messageFactory ] { + - Properties [3] { + Property [ private $claims = NULL ] + Property [ private $headers = NULL ] + Property [ private $signature = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Item $headers ] + Parameter #1 [ Phalcon\Encryption\Security\JWT\Token\Item $claims ] + Parameter #2 [ Phalcon\Encryption\Security\JWT\Token\Signature $signature ] } - - Return [ Phalcon\Messages\Message ] } - Method [ public method setOption ] { + Method [ public method getClaims ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } - Method [ public method setTemplate ] { + Method [ public method getHeaders ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } - Method [ public method setTemplates ] { + Method [ public method getPayload ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ public method getSignature ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Token\Signature ] } - Method [ protected method checkArray ] { + Method [ public method getToken ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ public method validate ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ Phalcon\Encryption\Security\JWT\Validator $validator ] } - - Return [ int ] + - Return [ array ] } - Method [ protected method prepareLabel ] { + Method [ public method verify ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] + Parameter #1 [ string $key ] } + - Return [ bool ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\JWT\Validator ] { - - Constants [2] { - Constant [ public int VERSION_4 ] { 1048576 } - Constant [ public int VERSION_6 ] { 2097152 } + - Constants [0] { } - Static properties [0] { @@ -51322,131 +50564,131 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be a valid IP address' ] + - Properties [4] { + Property [ private $claims = NULL ] + Property [ private $errors = NULL ] + Property [ private $timeShift = 0 ] + Property [ private $token = NULL ] } - Methods [14] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Token $token ] + Parameter #1 [ int $timeShift = 0 ] } } - Method [ public method validate ] { + Method [ public method getErrors ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method getOption ] { + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $claim ] + } + - Return [ mixed ] + } + + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $claim ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ public method getTemplate ] { + Method [ public method setToken ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ Phalcon\Encryption\Security\JWT\Token\Token $token ] } - - Return [ string ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ public method getTemplates ] { + Method [ public method validateClaim ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ public method hasOption ] { + Method [ public method validateAudience ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $audience ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ public method messageFactory ] { + Method [ public method validateExpiration ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ int $timestamp ] } - - Return [ Phalcon\Messages\Message ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ public method setOption ] { + Method [ public method validateId ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $id ] } - - Return [ void ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ public method setTemplate ] { + Method [ public method validateIssuedAt ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ int $timestamp ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ public method setTemplates ] { + Method [ public method validateIssuer ] { - Parameters [1] { - Parameter #0 [ array $templates ] + Parameter #0 [ string $issuer ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ protected method allowEmpty ] { + Method [ public method validateNotBefore ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ int $timestamp ] } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ protected method checkArray ] { + Method [ public method validateSignature ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + Parameter #0 [ Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] + Parameter #1 [ string $passphrase ] } + - Return [ Phalcon\Encryption\Security\JWT\Validator ] } - Method [ protected method prepareCode ] { + Method [ private method getTimestamp ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ int $timestamp ] } - Return [ int ] } - - Method [ protected method prepareLabel ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] - } - } } } - Class [ class Phalcon\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\Random ] { - Constants [0] { } @@ -51457,131 +50699,150 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not have a valid numeric format' ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { + - Methods [9] { + Method [ public method base58 ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ int $len = 16 ] } + - Return [ string ] } - Method [ public method validate ] { + Method [ public method base62 ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ int $len = 16 ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method base64 ] { + + - Parameters [1] { + Parameter #0 [ int $len = 16 ] + } + - Return [ string ] + } + + Method [ public method base64Safe ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ int $len = 16 ] + Parameter #1 [ bool $padding = false ] } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ public method bytes ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ int $len = 16 ] } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ public method hex ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $len = 16 ] } - - Return [ array ] + - Return [ string ] } - Method [ public method hasOption ] { + Method [ public method number ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ int $len ] } - - Return [ bool ] + - Return [ int ] } - Method [ public method messageFactory ] { + Method [ public method uuid ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ protected method base ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $alphabet ] + Parameter #1 [ int $base ] + Parameter #2 [ $n = ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ public method setTemplate ] { + Class [ class Phalcon\Encryption\Security\Uuid ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method v1 ] { + + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security\Uuid\Version1 ] } - Method [ public method setTemplates ] { + Method [ public method v3 ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [2] { + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ Phalcon\Encryption\Security\Uuid\Version3 ] } - Method [ protected method allowEmpty ] { + Method [ public method v4 ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\Uuid\Version4 ] } - Method [ protected method checkArray ] { + Method [ public method v5 ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] } + - Return [ Phalcon\Encryption\Security\Uuid\Version5 ] } - Method [ protected method prepareCode ] { + Method [ public method v6 ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Encryption\Security\Uuid\Version6 ] } - Method [ protected method prepareLabel ] { + Method [ public method v7 ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ Phalcon\Encryption\Security\Uuid\Version7 ] } } } - Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\Uuid\RandomNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { - Constants [0] { } @@ -51592,544 +50853,645 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field is required' ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method getNode ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } + - Return [ string ] } + } + } - Method [ public method validate ] { + Class [ class Phalcon\Encryption\Security\Uuid\SysNodeProvider implements Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method getOption ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } + - Static methods [0] { + } - Method [ public method getTemplate ] { + - Properties [1] { + Property [ private $node = NULL ] + } - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Methods [2] { + Method [ public method getNode ] { + + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ private method isValidNode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $node ] } - - Return [ array ] + - Return [ bool ] } + } + } - Method [ public method hasOption ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version1 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ ?DateTimeInterface $dateTime = ] + Parameter #1 [ $node = ] } - - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method getDateTime ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ DateTimeImmutable ] } - Method [ public method setOption ] { + Method [ public method getNode ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setTemplate ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method getNodeProvider ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] } - Method [ protected method checkArray ] { + Method [ protected method uuidTimestampToDateTime ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ $timestamp ] } + - Return [ DateTimeImmutable ] } - Method [ protected method prepareCode ] { + Method [ protected method format ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $hex ] } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ protected method namespaceToBytes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $uuid ] } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Validation\Validator\Regex extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version3 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - Constants [0] { + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] } - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field does not match the required format' ] + - Properties [1] { + Property [ protected $uid = '' ] } - - Methods [14] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] } } - Method [ public method validate ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ protected method getNodeProvider ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] } - Method [ public method getTemplates ] { + Method [ protected method uuidTimestampToDateTime ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $timestamp ] } - - Return [ array ] + - Return [ DateTimeImmutable ] } - Method [ public method hasOption ] { + Method [ protected method format ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $hex ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ protected method namespaceToBytes ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $uuid ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } + } + } - Method [ public method setOption ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version4 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [0] { } - - Return [ void ] } - Method [ public method setTemplate ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ public method setTemplates ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ protected method getNodeProvider ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] } - Method [ protected method checkArray ] { + Method [ protected method uuidTimestampToDateTime ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ $timestamp ] } + - Return [ DateTimeImmutable ] } - Method [ protected method prepareCode ] { + Method [ protected method format ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ string $hex ] } - - Return [ int ] + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ protected method namespaceToBytes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $uuid ] } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Validation\Validator\StringLength extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version5 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - Constants [0] { + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] } - Static methods [0] { } - - Properties [4] { - Property [ protected $template = NULL ] - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $validators = NULL ] + - Properties [1] { + Property [ protected $uid = '' ] } - - Methods [15] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ string $namespaceName ] + Parameter #1 [ string $name ] } } - Method [ public method getValidators ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method validate ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ protected method getNodeProvider ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] } - Method [ public method getTemplate ] { + Method [ protected method uuidTimestampToDateTime ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { + Parameter #0 [ $timestamp ] } - - Return [ array ] + - Return [ DateTimeImmutable ] } - Method [ public method hasOption ] { + Method [ protected method format ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $hex ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method messageFactory ] { + Method [ protected method namespaceToBytes ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [1] { + Parameter #0 [ string $uuid ] } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } + } + } - Method [ public method setOption ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version6 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable, Phalcon\Encryption\Security\Uuid\TimeBasedUuidInterface ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } + } + + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $uid = '' ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [0] { } - - Return [ void ] } - Method [ public method setTemplate ] { + Method [ public method getDateTime ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ DateTimeImmutable ] } - Method [ public method setTemplates ] { + Method [ public method getNode ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method checkArray ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ protected method getNodeProvider ] { + + - Parameters [0] { + } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] + } + + Method [ protected method uuidTimestampToDateTime ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ $timestamp ] } - - Return [ int ] + - Return [ DateTimeImmutable ] } - Method [ protected method prepareLabel ] { + Method [ protected method format ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $hex ] + } + - Return [ string ] + } + + Method [ protected method namespaceToBytes ] { + + - Parameters [1] { + Parameter #0 [ string $uuid ] } + - Return [ string ] } } } - Class [ class Phalcon\Filter\Validation\Validator\StringLength\Max extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Encryption\Security\Uuid\Version7 extends Phalcon\Encryption\Security\Uuid\AbstractUuid implements Phalcon\Encryption\Security\Uuid\UuidInterface, Stringable ] { - - Constants [0] { + - Constants [7] { + Constant [ public string MAX ] { ffffffff-ffff-ffff-ffff-ffffffffffff } + Constant [ public string NIL ] { 00000000-0000-0000-0000-000000000000 } + Constant [ public int TIME_OFFSET_INT ] { 122192928000000000 } + Constant [ public string NAMESPACE_DNS ] { 6ba7b810-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_OID ] { 6ba7b812-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_URL ] { 6ba7b811-9dad-11d1-80b4-00c04fd430c8 } + Constant [ public string NAMESPACE_X500 ] { 6ba7b814-9dad-11d1-80b4-00c04fd430c8 } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $nodeProvider = NULL ] } - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must not exceed :max characters long' ] + - Properties [1] { + Property [ protected $uid = '' ] } - - Methods [14] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } } - Method [ public method validate ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getNodeProvider ] { + + - Parameters [0] { } + - Return [ Phalcon\Encryption\Security\Uuid\NodeProviderInterface ] } - Method [ public method getTemplate ] { + Method [ protected method uuidTimestampToDateTime ] { - Parameters [1] { - Parameter #0 [ ?string $field = null ] + Parameter #0 [ $timestamp ] } - - Return [ string ] + - Return [ DateTimeImmutable ] } - Method [ public method getTemplates ] { + Method [ protected method format ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $hex ] } - - Return [ array ] + - Return [ string ] } - Method [ public method hasOption ] { + Method [ protected method namespaceToBytes ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $uuid ] } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method messageFactory ] { + Class [ final class Phalcon\Events\Event implements Phalcon\Events\EventInterface, Phalcon\Contracts\Events\Event, Phalcon\Contracts\Events\Stoppable ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $cancelable = NULL ] + Property [ protected $data = NULL ] + Property [ protected $source = NULL ] + Property [ protected $stopped = false ] + Property [ protected $type = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $type ] + Parameter #1 [ $source = ] + Parameter #2 [ $data = ] + Parameter #3 [ bool $cancelable = true ] } - - Return [ Phalcon\Messages\Message ] } - Method [ public method setOption ] { + Method [ public method getData ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method setTemplate ] { + Method [ public method getSource ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ ?object ] } - Method [ public method setTemplates ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ string ] } - Method [ protected method allowEmpty ] { + Method [ public method isCancelable ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method checkArray ] { + Method [ public method isPropagationStopped ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method prepareCode ] { + Method [ public method isStopped ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ $data = ] } - - Return [ int ] + - Return [ Phalcon\Events\EventInterface ] } - Method [ protected method prepareLabel ] { + Method [ public method setType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Events\EventInterface ] + } + + Method [ public method stop ] { + + - Parameters [0] { } + - Return [ Phalcon\Events\EventInterface ] } } } - Class [ class Phalcon\Filter\Validation\Validator\StringLength\Min extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + Class [ class Phalcon\Events\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -52140,429 +51502,352 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be at least :min characters long' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [14] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method validate ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method getOption ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getTemplate ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { } - Return [ string ] } - Method [ public method getTemplates ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Throwable ] } - Method [ public method messageFactory ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ string ] } - Method [ public method setOption ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } + } + } - Method [ public method setTemplate ] { + Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface, Phalcon\Contracts\Events\Manager ] { + + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $collect = false ] + Property [ protected $enablePriorities = false ] + Property [ protected $fireDepth = 0 ] + Property [ protected $halted = false ] + Property [ protected $stopOnFalse = false ] + Property [ protected $strict = false ] + Property [ protected $eventNameCache = NULL ] + Property [ protected $methodExistsCache = NULL ] + Property [ protected $subscriberEventsCache = NULL ] + Property [ protected $events = NULL ] + Property [ protected $responses = NULL ] + Property [ protected $subscribers = NULL ] + } + + - Methods [28] { + Method [ public method addSubscriber ] { - Parameters [1] { - Parameter #0 [ string $template ] + Parameter #0 [ Phalcon\Contracts\Events\Subscriber $subscriber ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ public method setTemplates ] { + Method [ final public method attach ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [3] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + Parameter #2 [ int $priority = null ] } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ void ] } - Method [ protected method allowEmpty ] { + Method [ public method arePrioritiesEnabled ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method checkArray ] { + Method [ public method clearSubscribers ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [0] { } + - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method collectResponses ] { - Parameters [1] { - Parameter #0 [ string $field ] + Parameter #0 [ bool $collect ] } - - Return [ int ] + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ public method detach ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] } + - Return [ void ] } - } - } - - Class [ class Phalcon\Filter\Validation\Validator\Uniqueness extends Phalcon\Filter\Validation\AbstractCombinedFieldsValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method detachAll ] { - - Properties [4] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be unique' ] - Property [ private $columnMap = NULL ] - } + - Parameters [1] { + Parameter #0 [ ?string $type = null ] + } + - Return [ void ] + } - - Methods [17] { - Method [ public method __construct ] { + Method [ public method enablePriorities ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ bool $enablePriorities ] } + - Return [ void ] } - Method [ public method validate ] { + Method [ final public method fire ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [4] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $source ] + Parameter #2 [ $data = ] + Parameter #3 [ bool $cancelable = true ] } - - Return [ bool ] } - Method [ protected method getColumnNameReal ] { + Method [ public method fireAll ] { - - Parameters [2] { - Parameter #0 [ $record ] - Parameter #1 [ string $field ] + - Parameters [4] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $source ] + Parameter #2 [ $data = ] + Parameter #3 [ bool $cancelable = true ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method isUniqueness ] { + Method [ final public method fireQueue ] { - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ array $queue ] + Parameter #1 [ Phalcon\Events\EventInterface $event ] } - - Return [ bool ] } - Method [ protected method isUniquenessModel ] { + Method [ public method halt ] { - - Parameters [3] { - Parameter #0 [ $record ] - Parameter #1 [ array $field ] - Parameter #2 [ array $values ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getOption ] { + Method [ public method getListeners ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $type ] } + - Return [ array ] } - Method [ public method getTemplate ] { + Method [ public method getResponses ] { - - Parameters [1] { - Parameter #0 [ ?string $field = null ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method getTemplates ] { + Method [ public method getSubscribers ] { - Parameters [0] { } - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method hasListeners ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $type ] } - Return [ bool ] } - Method [ public method messageFactory ] { + Method [ public method isCollecting ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] + - Parameters [0] { } - - Return [ Phalcon\Messages\Message ] + - Return [ bool ] } - Method [ public method setOption ] { + Method [ public method isHalted ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method setTemplate ] { + Method [ public method isStopOnFalse ] { - - Parameters [1] { - Parameter #0 [ string $template ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ public method setTemplates ] { + Method [ public method isStrict ] { - - Parameters [1] { - Parameter #0 [ array $templates ] + - Parameters [0] { } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + - Return [ bool ] } - Method [ protected method allowEmpty ] { + Method [ public method isValidHandler ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $handler ] } - Return [ bool ] } - Method [ protected method checkArray ] { + Method [ public method removeSubscriber ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ Phalcon\Contracts\Events\Subscriber $subscriber ] } + - Return [ void ] } - Method [ protected method prepareCode ] { + Method [ public method resume ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [0] { } - - Return [ int ] + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ public method setStopOnFalse ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [1] { + Parameter #0 [ bool $flag ] } + - Return [ void ] } - } - } - Class [ class Phalcon\Filter\Validation\Validator\Url extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $templates = NULL ] - Property [ protected $options = NULL ] - Property [ protected $template = 'Field :field must be a url' ] - } - - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array $options = [] ] - } - } - - Method [ public method validate ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - } - - Return [ bool ] - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getTemplate ] { - - - Parameters [1] { - Parameter #0 [ ?string $field = null ] - } - - Return [ string ] - } - - Method [ public method getTemplates ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasOption ] { + Method [ public method setStrict ] { - Parameters [1] { - Parameter #0 [ string $key ] - } - - Return [ bool ] - } - - Method [ public method messageFactory ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ array $replacements = [] ] - } - - Return [ Phalcon\Messages\Message ] - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ bool $strict ] } - Return [ void ] } - Method [ public method setTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $template ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ public method setTemplates ] { - - - Parameters [1] { - Parameter #0 [ array $templates ] - } - - Return [ Phalcon\Filter\Validation\ValidatorInterface ] - } - - Method [ protected method allowEmpty ] { - - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $value ] - } - - Return [ bool ] - } - - Method [ protected method checkArray ] { + Method [ private method dispatch ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ string $field ] + - Parameters [7] { + Parameter #0 [ array $queue ] + Parameter #1 [ Phalcon\Events\EventInterface $event ] + Parameter #2 [ string $eventName ] + Parameter #3 [ $source ] + Parameter #4 [ $data ] + Parameter #5 [ bool $cancelable ] + Parameter #6 [ bool $collect ] } } - Method [ protected method prepareCode ] { + Method [ private method insertHandlerEntry ] { - - Parameters [1] { - Parameter #0 [ string $field ] + - Parameters [5] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + Parameter #2 [ int $type ] + Parameter #3 [ int $priority ] + Parameter #4 [ $className = ] } - - Return [ int ] + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ private method processSubscriberEntry ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Filter\Validation $validation ] - Parameter #1 [ string $field ] + - Parameters [4] { + Parameter #0 [ $subscriber ] + Parameter #1 [ string $eventName ] + Parameter #2 [ $params ] + Parameter #3 [ bool $detaching ] } + - Return [ void ] } } } - Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Factory\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -52573,210 +51858,88 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $container = NULL ] - Property [ protected $autoescape = true ] - Property [ protected $automaticHtml = true ] - Property [ protected $cssClasses = NULL ] - Property [ protected $cssIconClasses = NULL ] - Property [ protected $customTemplate = '' ] - Property [ protected $escaperService = NULL ] - Property [ protected $implicitFlush = true ] - Property [ protected $interpolator = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $sessionService = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [24] { - Method [ public method message ] { - - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] - } - - Return [ ?string ] - } - - Method [ public method output ] { - - - Parameters [1] { - Parameter #0 [ bool $remove = true ] - } - - Return [ void ] - } - - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] - Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method clear ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ void ] + - Tentative return [ void ] } - Method [ public method error ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getAutoescape ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method getAutomaticHtml ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getCssClasses ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method getCssIconClasses ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getCustomTemplate ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ public method getEscaperService ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] - } - - Method [ public method notice ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ ?string ] - } - - Method [ public method setAutoescape ] { - - - Parameters [1] { - Parameter #0 [ bool $autoescape ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } - - Method [ public method setAutomaticHtml ] { - - - Parameters [1] { - Parameter #0 [ bool $automaticHtml ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } - - Method [ public method setCssClasses ] { - - - Parameters [1] { - Parameter #0 [ array $cssClasses ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } - - Method [ public method setCssIconClasses ] { - - - Parameters [1] { - Parameter #0 [ array $cssIconClasses ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } - - Method [ public method setCustomTemplate ] { - - - Parameters [1] { - Parameter #0 [ string $customTemplate ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } - - Method [ public method setEscaperService ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } - - Method [ public method setImplicitFlush ] { - - - Parameters [1] { - Parameter #0 [ bool $implicitFlush ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } - - Method [ public method success ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ ?string ] - } - - Method [ public method outputMessage ] { - - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] - } - - Return [ ?string ] - } - - Method [ public method warning ] { - - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Flash\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Filter\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -52868,10 +52031,32 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Filter\Filter implements Phalcon\Filter\FilterInterface ] { - - Constants [1] { - Constant [ public string SESSION_KEY ] { _flashMessages } + - Constants [23] { + Constant [ public string FILTER_ABSINT ] { absint } + Constant [ public string FILTER_ALNUM ] { alnum } + Constant [ public string FILTER_ALPHA ] { alpha } + Constant [ public string FILTER_BOOL ] { bool } + Constant [ public string FILTER_EMAIL ] { email } + Constant [ public string FILTER_FLOAT ] { float } + Constant [ public string FILTER_INT ] { int } + Constant [ public string FILTER_IP ] { ip } + Constant [ public string FILTER_LOWER ] { lower } + Constant [ public string FILTER_LOWERFIRST ] { lowerfirst } + Constant [ public string FILTER_REGEX ] { regex } + Constant [ public string FILTER_REMOVE ] { remove } + Constant [ public string FILTER_REPLACE ] { replace } + Constant [ public string FILTER_SPECIAL ] { special } + Constant [ public string FILTER_SPECIALFULL ] { specialfull } + Constant [ public string FILTER_STRING ] { string } + Constant [ public string FILTER_STRING_LEGACY ] { stringlegacy } + Constant [ public string FILTER_STRIPTAGS ] { striptags } + Constant [ public string FILTER_TRIM ] { trim } + Constant [ public string FILTER_UPPER ] { upper } + Constant [ public string FILTER_UPPERFIRST ] { upperfirst } + Constant [ public string FILTER_UPPERWORDS ] { upperwords } + Constant [ public string FILTER_URL ] { url } } - Static properties [0] { @@ -52880,251 +52065,261 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $container = NULL ] - Property [ protected $autoescape = true ] - Property [ protected $automaticHtml = true ] - Property [ protected $cssClasses = NULL ] - Property [ protected $cssIconClasses = NULL ] - Property [ protected $customTemplate = '' ] - Property [ protected $escaperService = NULL ] - Property [ protected $implicitFlush = true ] - Property [ protected $interpolator = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $sessionService = NULL ] + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] } - - Methods [29] { - Method [ public method clear ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $mapper = [] ] } - - Return [ void ] } - Method [ public method getMessages ] { + Method [ public method __call ] { - Parameters [2] { - Parameter #0 [ $type = ] - Parameter #1 [ bool $remove = true ] + Parameter #0 [ string $name ] + Parameter #1 [ array $args ] } - - Return [ array ] } - Method [ public method has ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ ?string $type = null ] + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method message ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method output ] { + Method [ public method sanitize ] { - - Parameters [1] { - Parameter #0 [ bool $remove = true ] + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ $sanitizers ] + Parameter #2 [ bool $noRecursive = false ] } - - Return [ void ] } - Method [ protected method getSessionMessages ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ bool $remove ] - Parameter #1 [ ?string $type = null ] + Parameter #0 [ string $name ] + Parameter #1 [ $service ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method setSessionMessages ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ array $messages ] + Parameter #0 [ array $mapper ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getSessionService ] { + Method [ private method createInstance ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $definition ] } - - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method __construct ] { + Method [ private method processArraySanitizers ] { - - Parameters [2] { - Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] - Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] + - Parameters [3] { + Parameter #0 [ array $sanitizers ] + Parameter #1 [ $value ] + Parameter #2 [ bool $noRecursive ] } } - Method [ public method error ] { + Method [ private method processArrayValues ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ array $values ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams = [] ] } - - Return [ ?string ] + - Return [ array ] } - Method [ public method getAutoescape ] { + Method [ private method sanitizer ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams = [] ] } - - Return [ bool ] } - Method [ public method getAutomaticHtml ] { + Method [ private method processValueIsArray ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $value ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] + Parameter #3 [ bool $noRecursive ] } - - Return [ bool ] } - Method [ public method getCssClasses ] { + Method [ private method processValueIsNotArray ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] } - - Return [ array ] } - Method [ public method getCssIconClasses ] { + Method [ private method splitSanitizerParameters ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $sanitizerKey ] + Parameter #1 [ $sanitizer ] } - Return [ array ] } + } + } - Method [ public method getCustomTemplate ] { + Class [ class Phalcon\Filter\FilterFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method newInstance ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Filter\FilterInterface ] } - Method [ public method getEscaperService ] { + Method [ protected method getServices ] { - Parameters [0] { } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] + - Return [ array ] } + } + } - Method [ public method notice ] { + Class [ class Phalcon\Filter\Sanitize\AbsInt ] { - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ ?string ] - } + - Constants [0] { + } - Method [ public method setAutoescape ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ bool $autoescape ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } + - Static methods [0] { + } - Method [ public method setAutomaticHtml ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ bool $automaticHtml ] + Parameter #0 [ $input ] } - - Return [ Phalcon\Flash\AbstractFlash ] } + } + } - Method [ public method setCssClasses ] { - - - Parameters [1] { - Parameter #0 [ array $cssClasses ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } + Class [ class Phalcon\Filter\Sanitize\Alnum ] { - Method [ public method setCssIconClasses ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ array $cssIconClasses ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } + - Static properties [0] { + } - Method [ public method setCustomTemplate ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $customTemplate ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } + - Properties [0] { + } - Method [ public method setEscaperService ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] + Parameter #0 [ $input ] } - - Return [ Phalcon\Flash\AbstractFlash ] } + } + } - Method [ public method setImplicitFlush ] { - - - Parameters [1] { - Parameter #0 [ bool $implicitFlush ] - } - - Return [ Phalcon\Flash\AbstractFlash ] - } + Class [ class Phalcon\Filter\Sanitize\Alpha ] { - Method [ public method success ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $message ] - } - - Return [ ?string ] - } + - Static properties [0] { + } - Method [ public method outputMessage ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $message ] - } - - Return [ ?string ] - } + - Properties [0] { + } - Method [ public method warning ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $input ] } - - Return [ ?string ] } + } + } - Method [ public method getDI ] { + Class [ class Phalcon\Filter\Sanitize\BoolVal ] { - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } + - Constants [0] { + } - Method [ public method setDI ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $input ] } - - Return [ void ] } } } - Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Sanitize\Email ] { - Constants [0] { } @@ -53135,289 +52330,266 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputCheckbox' ] + - Properties [0] { } - - Methods [35] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ $input ] } } + } + } - Method [ public method __toString ] { + Class [ class Phalcon\Filter\Sanitize\FloatVal ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method addFilter ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Static methods [0] { + } - Method [ public method addValidator ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ $input ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method addValidators ] { - - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + Class [ class Phalcon\Filter\Sanitize\IntVal ] { - Method [ public method appendMessage ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Static properties [0] { + } - Method [ public method clear ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Properties [0] { + } - Method [ public method getAttribute ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ $input ] } } + } + } - Method [ public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } + Class [ class Phalcon\Filter\Sanitize\Ip ] { - Method [ public method getDefault ] { + - Constants [0] { + } - - Parameters [0] { - } - } + - Static properties [0] { + } - Method [ public method getFilters ] { + - Static methods [0] { + } - - Parameters [0] { - } - } + - Properties [0] { + } - Method [ public method getForm ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ int $filter = 0 ] } - - Return [ Phalcon\Forms\Form ] } + } + } - Method [ public method getLabel ] { + Class [ class Phalcon\Filter\Sanitize\Lower ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getMessages ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Messages\Messages ] - } + - Static methods [0] { + } - Method [ public method getName ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ string ] } + } + } - Method [ public method getTagFactory ] { + Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { - - Parameters [0] { - } - - Return [ ?Phalcon\Html\TagFactory ] - } + - Constants [0] { + } - Method [ public method getUserOption ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } + - Static methods [0] { + } - Method [ public method getUserOptions ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ array ] } + } + } - Method [ public method getValidators ] { + Class [ class Phalcon\Filter\Sanitize\Regex ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ public method getValue ] { + - Static properties [0] { + } - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ public method hasMessages ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $pattern ] + Parameter #2 [ $replace ] } - - Return [ bool ] } + } + } - Method [ public method label ] { + Class [ class Phalcon\Filter\Sanitize\Remove ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method render ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ public method setAttribute ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ $input ] + Parameter #1 [ $replace ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method setAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + Class [ class Phalcon\Filter\Sanitize\Replace ] { - Method [ public method setDefault ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Static properties [0] { + } - Method [ public method setFilters ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $filters ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Properties [0] { + } - Method [ public method setForm ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $from ] + Parameter #2 [ $to ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method setLabel ] { - - - Parameters [1] { - Parameter #0 [ string $label ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + Class [ class Phalcon\Filter\Sanitize\Special ] { - Method [ public method setMessages ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Static properties [0] { + } - Method [ public method setName ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Properties [0] { + } - Method [ public method setTagFactory ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + Parameter #0 [ $input ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] } + } + } - Method [ public method setUserOption ] { + Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [0] { + } - Method [ public method setUserOptions ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Static methods [0] { + } - Method [ protected method getLocalTagFactory ] { + - Properties [0] { + } - - Parameters [0] { + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] } - - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Sanitize\StringVal ] { - Constants [0] { } @@ -53428,289 +52600,421 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputDate' ] + - Properties [0] { } - - Methods [35] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $input ] + Parameter #1 [ int $flags = 11 ] } + - Return [ string ] } + } + } - Method [ public method __toString ] { + Class [ class Phalcon\Filter\Sanitize\StringValLegacy ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method addFilter ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Static methods [0] { + } - Method [ public method addValidator ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ $input ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method addValidators ] { + Class [ class Phalcon\Filter\Sanitize\Striptags ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } } + } + } - Method [ public method appendMessage ] { + Class [ class Phalcon\Filter\Sanitize\Trim ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $input ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method clear ] { + Class [ class Phalcon\Filter\Sanitize\Upper ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method getAttribute ] { + Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } } + } + } - Method [ public method getAttributes ] { + Class [ class Phalcon\Filter\Sanitize\UpperWords ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ array ] } + } + } - Method [ public method getDefault ] { + Class [ class Phalcon\Filter\Sanitize\Url ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] } } + } + } - Method [ public method getFilters ] { + Class [ class Phalcon\Filter\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Filter\Validation\ValidationInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $container = NULL ] + Property [ protected $combinedFieldsValidators = NULL ] + Property [ protected $data = NULL ] + Property [ protected $entity = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $whitelist = NULL ] + Property [ protected $labels = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $values = NULL ] + } + + - Methods [26] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $validators = [] ] } } - Method [ public method getForm ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method getLabel ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method getMessages ] { + Method [ public method bind ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $entity ] + Parameter #1 [ $data ] + Parameter #2 [ array $whitelist = [] ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method getName ] { + Method [ public method getData ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getTagFactory ] { + Method [ public method getEntity ] { - Parameters [0] { } - - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method getUserOption ] { + Method [ public method getFilters ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } } - Method [ public method getUserOptions ] { + Method [ public method getLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $field ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method getMessages ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getValue ] { + Method [ public method getValidators ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method hasMessages ] { + Method [ public method getValueByEntity ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ string $field ] } - - Return [ bool ] } - Method [ public method label ] { + Method [ public method getValueByData ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ public method render ] { + Method [ public method getValue ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $field ] } - - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method rule ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method setAttributes ] { + Method [ public method rules ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ array $validators ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method setDefault ] { + Method [ public method setEntity ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $entity ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setFilters ] { + Method [ public method setFilters ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $filters ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method setForm ] { + Method [ public method setLabels ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $labels ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setLabel ] { + Method [ public method setValidators ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ array $validators ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation ] } - Method [ public method setMessages ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [3] { + Parameter #0 [ $data = ] + Parameter #1 [ $entity = ] + Parameter #2 [ array $whitelist = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setName ] { + Method [ public method fails ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setTagFactory ] { + Method [ protected method preChecking ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method __get ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ protected method getLocalTagFactory ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ Phalcon\Html\TagFactory ] + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] } } } - Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -53721,582 +53025,581 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputEmail' ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method __toString ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ public method addFilter ] { - - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidator ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidators ] { - - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method appendMessage ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Tentative return [ void ] } - Method [ public method clear ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + - Parameters [0] { } } - Method [ public method getAttributes ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefault ] { + Method [ final public method getLine ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method getFilters ] { + Method [ final public method getTrace ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getForm ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Form ] + - Return [ ?Throwable ] } - Method [ public method getLabel ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ Phalcon\Messages\Messages ] + - Return [ string ] } + } + } - Method [ public method getName ] { + Class [ class Phalcon\Filter\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getTagFactory ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ ?Phalcon\Html\TagFactory ] - } + - Static methods [0] { + } - Method [ public method getUserOption ] { + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] } } - Method [ public method getUserOptions ] { + Method [ public method newInstance ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getValidators ] { + Method [ protected method getExceptionClass ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getValue ] { + Method [ protected method getServices ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method hasMessages ] { + Method [ protected method getService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ bool ] } - Method [ public method label ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $services = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ public method render ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ $config ] } - - Return [ string ] + - Return [ array ] } - Method [ public method setAttribute ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setAttributes ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $message ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Exception ] } + } + } - Method [ public method setDefault ] { + Class [ class Phalcon\Filter\Validation\Validator\Alnum extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [1] { - Parameter #0 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [0] { + } - Method [ public method setFilters ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must contain only letters and numbers' ] + } + + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setForm ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setLabel ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setTagFactory ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setUserOptions ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method getLocalTagFactory ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Html\TagFactory ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - } - } - - Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputFile' ] - } - - Methods [35] { - Method [ public method __construct ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method __toString ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ public method addFilter ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ string $filter ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ public method addValidator ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method addValidators ] { + Class [ class Phalcon\Filter\Validation\Validator\Alpha extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } + - Constants [0] { + } - Method [ public method appendMessage ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must contain only letters' ] + } + + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method clear ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getAttributes ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefault ] { + Method [ public method getTemplates ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getFilters ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getLabel ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getMessages ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getName ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getTagFactory ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ bool ] } - Method [ public method getUserOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } } - Method [ public method getUserOptions ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ array ] + - Return [ int ] } - Method [ public method getValidators ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } + } + } - Method [ public method getValue ] { + Class [ class Phalcon\Filter\Validation\Validator\Between extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ public method hasMessages ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ bool ] - } + - Static methods [0] { + } - Method [ public method label ] { + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be within the range of :min to :max' ] + } + + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method render ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setName ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTagFactory ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ protected method getLocalTagFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\Callback extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -54307,289 +53610,275 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputHidden' ] + Property [ protected $template = 'Field :field must match the callback function' ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method __toString ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addFilter ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidator ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method appendMessage ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getAttribute ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getDefault ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getFilters ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ public method getMessages ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Messages ] } + } + } - Method [ public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Filter\Validation\Validator\Confirmation extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getTagFactory ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Html\TagFactory ] - } - - Method [ public method getUserOption ] { - - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getUserOptions ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method getValidators ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be the same as :with' ] + } - Method [ public method getValue ] { + - Methods [15] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method hasMessages ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method label ] { - - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ public method render ] { + Method [ final protected method compare ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $a ] + Parameter #1 [ string $b ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setName ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTagFactory ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ protected method getLocalTagFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\CreditCard extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -54600,289 +53889,283 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputNumeric' ] + Property [ protected $template = 'Field :field is not valid for a credit card number' ] } - - Methods [35] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] - } - } - - Method [ public method __toString ] { + - Methods [15] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method addValidator ] { + Method [ private method verifyByLuhnAlgorithm ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $number ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method addValidators ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method clear ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method getAttribute ] { - - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] - } + - Return [ array ] } - Method [ public method getAttributes ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } + - Return [ Phalcon\Messages\Message ] } - Method [ public method getFilters ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getForm ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getLabel ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getMessages ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ bool ] } - Method [ public method getName ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ public method getTagFactory ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ int ] } - Method [ public method getUserOption ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } } + } + } - Method [ public method getUserOptions ] { - - - Parameters [0] { - } - - Return [ array ] - } + Class [ class Phalcon\Filter\Validation\Validator\Date extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getValidators ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method getValue ] { + - Static methods [0] { + } - - Parameters [0] { - } - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field is not a valid date' ] + } - Method [ public method hasMessages ] { + - Methods [15] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method label ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method render ] { + Method [ private method checkDate ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $format ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setName ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTagFactory ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ protected method getLocalTagFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\Digit extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -54893,289 +54176,358 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputPassword' ] + Property [ protected $template = 'Field :field must be numeric' ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method __toString ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addFilter ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidator ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method appendMessage ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getAttribute ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getDefault ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getFilters ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ public method getMessages ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Messages ] } + } + } - Method [ public method getName ] { + Class [ class Phalcon\Filter\Validation\Validator\Email extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be an email address' ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getTagFactory ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ bool ] } - Method [ public method getUserOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getUserOptions ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getValue ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ bool ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method label ] { + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method render ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $templates ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setAttribute ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setAttributes ] { + Method [ protected method checkArray ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setDefault ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ public method setFilters ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method setForm ] { + Class [ class Phalcon\Filter\Validation\Validator\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - 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 ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setLabel ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Tentative return [ void ] } - Method [ public method setMessages ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setName ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setTagFactory ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ string ] } - Method [ public method setUserOption ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ public method setUserOptions ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ protected method getLocalTagFactory ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ Phalcon\Html\TagFactory ] + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\ExclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -55186,289 +54538,274 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputRadio' ] + Property [ protected $template = 'Field :field must not be a part of list: :domain' ] } - - Methods [35] { - Method [ public method __construct ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method __toString ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method addFilter ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidator ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method addValidators ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method appendMessage ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getAttribute ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ array ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getDefault ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getFilters ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method getLabel ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ public method getMessages ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Messages ] } + } + } - Method [ public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Filter\Validation\Validator\File extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getTagFactory ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ ?Phalcon\Html\TagFactory ] - } + - Static properties [0] { + } - Method [ public method getUserOption ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } + - Properties [4] { + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $validators = NULL ] + } - Method [ public method getUserOptions ] { + - Methods [15] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - Method [ public method getValidators ] { + Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getValue ] { - - - Parameters [0] { - } - } - - Method [ public method hasMessages ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method label ] { - - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ public method render ] { - - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ public method setAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setName ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTagFactory ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ protected method getLocalTagFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\File\MimeType extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -55479,321 +54816,240 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [12] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $method = 'inputText' ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [6] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $optionsValues = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field must be of type: :types' ] } - - Methods [39] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ $options = ] - Parameter #2 [ array $attributes = [] ] - } - } - - Method [ public method addOption ] { - - - Parameters [1] { - Parameter #0 [ $option ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method getOptions ] { - - - Parameters [0] { - } - } - - Method [ public method render ] { - - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ public method setOptions ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ protected method prepareAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] - } - - Return [ array ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method addFilter ] { - - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidator ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidators ] { + - Methods [27] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method appendMessage ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method clear ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method checkUploadIsValid ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getFilters ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } - - Return [ Phalcon\Forms\Form ] + - Return [ float ] } - Method [ public method getLabel ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessages ] { - - - Parameters [0] { - } - - Return [ Phalcon\Messages\Messages ] - } - - Method [ public method getName ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getTagFactory ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getUserOptions ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getValidators ] { + Method [ public method setMessageIniSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getValue ] { + Method [ public method setMessageValid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method hasMessages ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ public method label ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setName ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTagFactory ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ protected method getLocalTagFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Equal extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -55804,289 +55060,240 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [6] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputSubmit' ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'The resolution of the field :field has to be equal :resolution' ] } - - Methods [35] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method addFilter ] { - - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidator ] { + - Methods [27] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidators ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method appendMessage ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method checkUploadIsValid ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } + - Return [ float ] } - Method [ public method getFilters ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getForm ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Form ] + - Return [ string ] } - Method [ public method getLabel ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessages ] { + Method [ public method isAllowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ bool ] } - Method [ public method getName ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getTagFactory ] { + Method [ public method setMessageIniSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ void ] } - Method [ public method getUserOption ] { + Method [ public method setMessageValid ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method getUserOptions ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValidators ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method getValue ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } + - Return [ string ] } - Method [ public method hasMessages ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method label ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method render ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setAttribute ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setAttributes ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setDefault ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setFilters ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ protected method checkArray ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setLabel ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ string $label ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ public method setMessages ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method setName ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setTagFactory ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] - } - - Return [ Phalcon\Forms\Element\AbstractElement ] - } - - Method [ public method setUserOption ] { - - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method setUserOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ protected method getLocalTagFactory ] { - - - Parameters [0] { - } - - Return [ Phalcon\Html\TagFactory ] - } - } - } - - Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Max extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -56097,289 +55304,240 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $method = 'inputText' ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [6] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field exceeds the maximum resolution of :resolution' ] } - - Methods [35] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method addFilter ] { - - - Parameters [1] { - Parameter #0 [ string $filter ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method addValidator ] { + - Methods [27] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidators ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method appendMessage ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] - } - - Return [ Phalcon\Forms\Element\ElementInterface ] - } - - Method [ public method clear ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getAttributes ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDefault ] { + Method [ public method checkUploadIsValid ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getFilters ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getForm ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $size ] } - - Return [ Phalcon\Forms\Form ] + - Return [ float ] } - Method [ public method getLabel ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getMessages ] { - - - Parameters [0] { - } - - Return [ Phalcon\Messages\Messages ] - } - - Method [ public method getName ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getTagFactory ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getUserOptions ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getValidators ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getValue ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method hasMessages ] { + Method [ public method setMessageIniSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method label ] { + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ void ] } - Method [ public method render ] { + Method [ protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setAttribute ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ array ] } - Method [ public method setFilters ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setForm ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setLabel ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ void ] } - Method [ public method setMessages ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setName ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setTagFactory ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setUserOptions ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ protected method getLocalTagFactory ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Resolution\Min extends Phalcon\Filter\Validation\Validator\File\AbstractFile implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -56390,394 +55548,493 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $attributes = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $form = NULL ] - Property [ protected $label = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $name = NULL ] + - Properties [6] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validators = NULL ] - Property [ protected $value = NULL ] - Property [ protected $method = 'inputTextarea' ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field can not have the minimum resolution of :resolution' ] } - - Methods [35] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] - } - } - - Method [ public method __toString ] { + - Methods [27] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ string $filter ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method addValidator ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method addValidators ] { + Method [ public method checkUploadIsEmpty ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ bool $merge = true ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method appendMessage ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method getAttribute ] { + Method [ public method getFileSizeInBytes ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $size ] } + - Return [ float ] } - Method [ public method getAttributes ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefault ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getFilters ] { + Method [ public method getMessageValid ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getForm ] { + Method [ public method isAllowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method getLabel ] { + Method [ public method setMessageFileEmpty ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getMessages ] { + Method [ public method setMessageIniSize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ void ] } - Method [ public method getName ] { + Method [ public method setMessageValid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getTagFactory ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ ?Phalcon\Html\TagFactory ] + - Return [ bool ] } - Method [ public method getUserOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getUserOptions ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getValue ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method hasMessages ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ bool ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method label ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method render ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setAttribute ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method setAttributes ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setDefault ] { + Method [ protected method checkArray ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setFilters ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ int ] } - Method [ public method setForm ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method setLabel ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Max extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [1] { - Parameter #0 [ string $label ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field exceeds the size of :size' ] + } + + - Methods [28] { + Method [ protected method getConditional ] { + + - Parameters [3] { + Parameter #0 [ float $source ] + Parameter #1 [ float $target ] + Parameter #2 [ bool $included = false ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Messages\Messages $messages ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setName ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setTagFactory ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\AbstractElement ] + - Return [ bool ] } - Method [ public method setUserOption ] { + Method [ public method checkUploadIsValid ] { - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ bool ] } - Method [ public method setUserOptions ] { + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $size ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ float ] } - Method [ protected method getLocalTagFactory ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - - Return [ Phalcon\Html\TagFactory ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { - - Constants [0] { - } + Method [ public method getMessageIniSize ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [2] { - Method [ static public method tagFactoryNotFound ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - - Return [ Phalcon\Forms\Exception ] + - Return [ string ] } - Method [ static public method usingParameterRequired ] { + Method [ public method isAllowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Exception ] + - Return [ bool ] } - } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ public method setMessageFileEmpty ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ void ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method __wakeup ] { + Method [ public method setMessageValid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } - - Tentative return [ void ] + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ protected method checkIsUploadedFile ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ final public method getFile ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method __toString ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } } } - Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\File\Size\Min extends Phalcon\Filter\Validation\Validator\File\Size\Equal implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -56788,358 +56045,384 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [13] { - Property [ protected $container = NULL ] - Property [ protected $attributes = NULL ] - Property [ protected $data = NULL ] - Property [ protected $filteredData = NULL ] - Property [ protected $elements = NULL ] - Property [ protected $elementsIndexed = NULL ] - Property [ protected $entity = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $position = 0 ] + - Properties [6] { + Property [ protected $templates = NULL ] Property [ protected $options = NULL ] - Property [ protected $tagFactory = NULL ] - Property [ protected $validation = NULL ] - Property [ protected $whitelist = NULL ] + Property [ protected $messageFileEmpty = 'Field :field must not be empty' ] + Property [ protected $messageIniSize = 'File :field exceeds the maximum file size' ] + Property [ protected $messageValid = 'Field :field is not valid' ] + Property [ protected $template = 'File :field can not have the minimum size of :size' ] } - - Methods [43] { - Method [ public method __construct ] { + - Methods [28] { + Method [ protected method getConditional ] { - - Parameters [2] { - Parameter #0 [ $entity = ] - Parameter #1 [ array $userOptions = [] ] + - Parameters [3] { + Parameter #0 [ float $source ] + Parameter #1 [ float $target ] + Parameter #2 [ bool $included = false ] } } - Method [ public method add ] { + Method [ public method validate ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] - Parameter #1 [ ?string $position = null ] - Parameter #2 [ ?bool $type = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method bind ] { + Method [ public method checkUpload ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $entity = ] - Parameter #2 [ array $whitelist = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [1] { - Parameter #0 [ $fields = ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method count ] { + Method [ public method checkUploadIsValid ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method current ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method get ] { + Method [ public method getFileSizeInBytes ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $size ] } - - Return [ Phalcon\Forms\Element\ElementInterface ] + - Return [ float ] } - Method [ public method getAction ] { + Method [ public method getMessageFileEmpty ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getMessageIniSize ] { - Parameters [0] { } - - Return [ Phalcon\Html\Attributes ] + - Return [ string ] } - Method [ public method getElements ] { + Method [ public method getMessageValid ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getEntity ] { + Method [ public method isAllowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ bool ] } - Method [ public method getFilteredValue ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method getLabel ] { + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getMessages ] { + Method [ public method setMessageValid ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ void ] } - Method [ public method getMessagesFor ] { + Method [ protected method checkIsUploadedFile ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ Phalcon\Messages\Messages ] + - Return [ bool ] } - Method [ public method getTagFactory ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method getUserOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getUserOptions ] { + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ ?string $field = null ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getValue ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $key ] } + - Return [ bool ] } - Method [ public method getValidation ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ ?Phalcon\Filter\Validation\ValidationInterface ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method getWhitelist ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method has ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $template ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method hasMessagesFor ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $templates ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method isValid ] { + Method [ protected method allowEmpty ] { - - Parameters [3] { - Parameter #0 [ $data = ] - Parameter #1 [ $entity = ] - Parameter #2 [ array $whitelist = [] ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - Return [ bool ] } - Method [ public method key ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method label ] { + Method [ protected method checkArray ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ public method next ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ void ] + - Return [ int ] } - Method [ public method render ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } + } + } - Method [ public method remove ] { + Class [ class Phalcon\Filter\Validation\Validator\Identical extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field does not have the expected value' ] + } + + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method rewind ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setAction ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $action ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method setAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Attributes $attributes ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Html\Attributes\AttributesInterface ] + - Return [ string ] } - Method [ public method setEntity ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $entity ] + - Parameters [0] { } - - Return [ Phalcon\Forms\Form ] + - Return [ array ] } - Method [ public method setTagFactory ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + Parameter #0 [ string $key ] } - - Return [ Phalcon\Forms\Form ] + - Return [ bool ] } - Method [ public method setValidation ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validation ] - } - - Return [ Phalcon\Forms\Form ] - } - - Method [ public method setWhitelist ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ array $whitelist ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method setUserOption ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $option ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ Phalcon\Forms\Form ] + - Return [ void ] } - Method [ public method setUserOptions ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $template ] } - - Return [ Phalcon\Forms\Form ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method valid ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __get ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ protected method checkArray ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ bool ] } - Method [ public method getDI ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ int ] } - Method [ public method setDI ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ void ] } } } - Class [ class Phalcon\Forms\Manager ] { + Class [ class Phalcon\Filter\Validation\Validator\InclusionIn extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -57150,392 +56433,403 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $forms = NULL ] + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be a part of list: :domain' ] } - - Methods [4] { - Method [ public method create ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $entity = ] - } - - Return [ Phalcon\Forms\Form ] - } - - Method [ public method get ] { + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $options = [] ] } - - Return [ Phalcon\Forms\Form ] } - Method [ public method has ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - Return [ bool ] } - Method [ public method set ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Forms\Form $form ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Forms\Manager ] } - } - } - - Class [ class Phalcon\Html\Attributes extends Phalcon\Support\Collection implements Stringable, Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - } - - - Methods [32] { - Method [ public method render ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ array $data = [] ] - Parameter #1 [ bool $insensitive = true ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method __get ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __isset ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ array $templates ] } - - Return [ bool ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __set ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $element ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method __unset ] { + Method [ protected method checkArray ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ void ] } - Method [ public method clear ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ void ] + - Return [ int ] } - Method [ public method count ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ int ] } + } + } - Method [ public method get ] { + Class [ class Phalcon\Filter\Validation\Validator\Ip extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] - } - } + - Constants [2] { + Constant [ public int VERSION_4 ] { 1048576 } + Constant [ public int VERSION_6 ] { 2097152 } + } - Method [ public method getIterator ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ Traversable ] - } + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be a valid IP address' ] + } - Method [ public method getKeys ] { + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + Parameter #0 [ array $options = [] ] } - - Return [ array ] } - Method [ public method getValues ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method has ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method init ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ ?string $field = null ] } - - Return [ void ] + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ public method offsetExists ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ mixed ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method offsetSet ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $offset ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $template ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method remove ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method set ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $element ] + Parameter #0 [ $field ] Parameter #1 [ $value ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method serialize ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ ?string ] } - Method [ public method toArray ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ array ] + - Return [ int ] } - Method [ public method toJson ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } + } + } - Method [ public method unserialize ] { + Class [ class Phalcon\Filter\Validation\Validator\Numericality extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [1] { - Parameter #0 [ string $data ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method __serialize ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method __unserialize ] { + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field does not have a valid numeric format' ] + } + + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ array $options = [] ] } - - Return [ void ] } - Method [ protected method setData ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method phpJsonEncode ] { + Method [ public method getOption ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method processKey ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Breadcrumbs ] { - - Constants [0] { - } + Method [ public method getTemplates ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method hasOption ] { - - Properties [3] { - Property [ private $elements = NULL ] - Property [ private $separator = ' / ' ] - Property [ private $template = '
%label%
' ] - } + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } - - Methods [7] { - Method [ public method add ] { + Method [ public method messageFactory ] { - - Parameters [2] { - Parameter #0 [ string $label ] - Parameter #1 [ string $link = '' ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ Phalcon\Html\Breadcrumbs ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method clear ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - Return [ void ] } - Method [ public method getSeparator ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method remove ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ string $link ] + Parameter #0 [ array $templates ] } - - Return [ void ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method render ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method setSeparator ] { + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ string $separator ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Html\Breadcrumbs ] + - Return [ int ] } - Method [ public method toArray ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } } } - Class [ class Phalcon\Html\Escaper implements Phalcon\Html\Escaper\EscaperInterface ] { + Class [ class Phalcon\Filter\Validation\Validator\PresenceOf extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -57547,297 +56841,265 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [3] { - Property [ protected $doubleEncode = true ] - Property [ protected $encoding = 'utf-8' ] - Property [ protected $flags = 11 ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field is required' ] } - - Methods [21] { - Method [ public method attributes ] { + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $input ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method css ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method detectEncoding ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ ?string ] } - Method [ public method escapeCss ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - Method [ public method escapeJs ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method escapeHtml ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ ?string $input = null ] + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method escapeHtmlAttr ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ ?string $input = null ] + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } - Method [ public method escapeUrl ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getEncoding ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method getFlags ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method html ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ ?string $input = null ] + Parameter #0 [ array $templates ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method js ] { + Method [ protected method allowEmpty ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method normalizeEncoding ] { + Method [ protected method checkArray ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ public method setDoubleEncode ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ bool $doubleEncode ] + Parameter #0 [ string $field ] } - - Return [ Phalcon\Html\Escaper ] + - Return [ int ] } - Method [ public method setEncoding ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ string $encoding ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] } + } + } - Method [ public method setFlags ] { + Class [ class Phalcon\Filter\Validation\Validator\Regex extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - - Parameters [1] { - Parameter #0 [ int $flags ] - } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] - } + - Constants [0] { + } - Method [ public method setHtmlQuoteType ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ int $flags ] - } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] - } + - Static methods [0] { + } - Method [ public method url ] { + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field does not match the required format' ] + } + + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ protected method phpHtmlSpecialChars ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ private method doEscapeCss ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $input ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ private method doEscapeJs ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - } - } - Class [ class Phalcon\Html\EscaperFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method newInstance ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ Phalcon\Html\Escaper ] - } - } - } - - Class [ class Phalcon\Html\Escaper\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 ] - } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Tentative return [ void ] + - Return [ bool ] } - Method [ final public method getMessage ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } - Method [ final public method getCode ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final public method getFile ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ final public method getLine ] { + Method [ public method setTemplates ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ int ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ final public method getTrace ] { + Method [ protected method allowEmpty ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ public method __toString ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } } } - Class [ class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Filter\Validation\Validator\StringLength extends Phalcon\Filter\Validation\AbstractValidatorComposite implements Phalcon\Filter\Validation\ValidatorCompositeInterface, Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -57849,87 +57111,138 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $template = NULL ] + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $validators = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [15] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } } - Method [ public method __wakeup ] { + Method [ public method getValidators ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method validate ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method getOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ final public method getFile ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method hasOption ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ ?Throwable ] + - Return [ Phalcon\Messages\Message ] } - Method [ final public method getTraceAsString ] { + Method [ public method setOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ public method setTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method checkArray ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Filter\Validation\Validator\StringLength\Max extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -57940,127 +57253,131 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must not exceed :max characters long' ] } - - Methods [12] { - Method [ public method __invoke ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ string $href ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ protected method processAttributes ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ string $href ] - Parameter #1 [ array $attributes ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method close ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getTemplates ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method orderAttributes ] { + Method [ public method hasOption ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method renderArrayElements ] { + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method renderAttributes ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ protected method checkArray ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ protected method prepareCode ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ protected method selfClose ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Filter\Validation\Validator\StringLength\Min extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -58071,116 +57388,131 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be at least :min characters long' ] } - - Methods [11] { - Method [ public method __invoke ] { + - Methods [14] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ ?string $href = null ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ protected method close ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getTemplate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method hasOption ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderAttributes ] { + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] + } + - Return [ Phalcon\Messages\Message ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] + } + + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ protected method checkArray ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ protected method prepareCode ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ protected method selfClose ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Filter\Validation\Validator\Uniqueness extends Phalcon\Filter\Validation\AbstractCombinedFieldsValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { } @@ -58191,368 +57523,294 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [4] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be unique' ] + Property [ private $columnMap = NULL ] } - - Methods [11] { - Method [ public method __invoke ] { + - Methods [17] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ bool ] } - Method [ protected method close ] { + Method [ protected method getColumnNameReal ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ $record ] + Parameter #1 [ string $field ] } - Return [ string ] } - Method [ protected method indent ] { + Method [ protected method isUniqueness ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method orderAttributes ] { + Method [ protected method isUniquenessModel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ $record ] + Parameter #1 [ array $field ] + Parameter #2 [ array $values ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ ?string $field = null ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderFullElement ] { + Method [ public method hasOption ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderTag ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } - Method [ protected method selfClose ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [12] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ private $attributes = NULL ] - Property [ private $prefix = '' ] - Property [ private $url = NULL ] - Property [ private $data = NULL ] - Property [ private $separator = '
  • /
  • ' ] - Property [ private $template = NULL ] - Property [ private $interpolator = NULL ] - } - - Methods [27] { - Method [ public method __construct ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Mvc\Url\UrlInterface $url = ] + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method __invoke ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + - Parameters [1] { + Parameter #0 [ array $templates ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ public method add ] { + Method [ protected method allowEmpty ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $link = '' ] - Parameter #2 [ string $icon = '' ] - Parameter #3 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] + - Return [ bool ] } - Method [ public method clear ] { + Method [ protected method checkArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ void ] } - Method [ public method clearAttributes ] { + Method [ protected method prepareCode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] + - Return [ int ] } - Method [ public method getAttributes ] { + Method [ protected method prepareLabel ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ array ] } + } + } - Method [ public method getPrefix ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Filter\Validation\Validator\Url extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Method [ public method getSeparator ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Static properties [0] { + } - Method [ public method getTemplate ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [3] { + Property [ protected $templates = NULL ] + Property [ protected $options = NULL ] + Property [ protected $template = 'Field :field must be a url' ] + } - Method [ public method remove ] { + - Methods [14] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ int $index ] - } - - Return [ void ] - } - - Method [ public method render ] { - - - Parameters [0] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] + - Return [ bool ] } - Method [ public method setPrefix ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ string $prefix ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ public method setSeparator ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ string $separator ] - } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] - } - - Method [ public method setTemplate ] { - - - Parameters [3] { - Parameter #0 [ string $main ] - Parameter #1 [ string $line ] - Parameter #2 [ string $last ] + Parameter #0 [ ?string $field = null ] } - - Return [ Phalcon\Html\Helper\Breadcrumbs ] + - Return [ string ] } - Method [ public method toArray ] { + Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } - Method [ private method getLink ] { - - - Parameters [2] { - Parameter #0 [ string $template ] - Parameter #1 [ array $element ] - } - - Return [ string ] - } - - Method [ private method processAttributes ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ string ] - } - - Method [ protected method close ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method indent ] { + Method [ public method messageFactory ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements = [] ] } - - Return [ string ] + - Return [ Phalcon\Messages\Message ] } - Method [ protected method orderAttributes ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method renderArrayElements ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $template ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $templates ] } - - Return [ string ] + - Return [ Phalcon\Filter\Validation\ValidatorInterface ] } - Method [ protected method renderElement ] { + Method [ protected method allowEmpty ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ $field ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ protected method checkArray ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ string $field ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ protected method prepareCode ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ string $field ] } - - Return [ string ] + - Return [ int ] } - Method [ protected method selfClose ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ Phalcon\Filter\Validation $validation ] + Parameter #1 [ string $field ] } - - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -58563,296 +57821,210 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { + Property [ protected $container = NULL ] + Property [ protected $autoescape = true ] + Property [ protected $automaticHtml = true ] + Property [ protected $cssClasses = NULL ] + Property [ protected $cssIconClasses = NULL ] + Property [ protected $customTemplate = '' ] + Property [ protected $escaperService = NULL ] + Property [ protected $implicitFlush = true ] + Property [ protected $interpolator = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $sessionService = NULL ] } - - Methods [11] { - Method [ public method __invoke ] { + - Methods [24] { + Method [ public method message ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method output ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ bool $remove = true ] } + - Return [ void ] } - Method [ protected method close ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] + Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] } - - Return [ string ] } - Method [ protected method indent ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method orderAttributes ] { + Method [ public method error ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ array ] + - Return [ ?string ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAutoescape ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderAttributes ] { + Method [ public method getAutomaticHtml ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderElement ] { + Method [ public method getCssClasses ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderFullElement ] { + Method [ public method getCssIconClasses ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderTag ] { + Method [ public method getCustomTemplate ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] - } - - Return [ string ] - } - - Method [ protected method selfClose ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } - - Methods [11] { - Method [ public method __invoke ] { + Method [ public method getEscaperService ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method __construct ] { + Method [ public method notice ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ ?string ] } - Method [ protected method close ] { + Method [ public method setAutoescape ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ bool $autoescape ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method indent ] { + Method [ public method setAutomaticHtml ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method orderAttributes ] { + Method [ public method setCssClasses ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $cssClasses ] } - - Return [ array ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderArrayElements ] { + Method [ public method setCssIconClasses ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ array $cssIconClasses ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderAttributes ] { + Method [ public method setCustomTemplate ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $customTemplate ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderElement ] { + Method [ public method setEscaperService ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderFullElement ] { + Method [ public method setImplicitFlush ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderTag ] { + Method [ public method success ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method selfClose ] { + Method [ public method outputMessage ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Html\Helper\Doctype implements Stringable ] { - - - Constants [11] { - Constant [ public int HTML32 ] { 1 } - Constant [ public int HTML401_STRICT ] { 2 } - Constant [ public int HTML401_TRANSITIONAL ] { 3 } - Constant [ public int HTML401_FRAMESET ] { 4 } - Constant [ public int HTML5 ] { 5 } - Constant [ public int XHTML10_STRICT ] { 6 } - Constant [ public int XHTML10_TRANSITIONAL ] { 7 } - Constant [ public int XHTML10_FRAMESET ] { 8 } - Constant [ public int XHTML11 ] { 9 } - Constant [ public int XHTML20 ] { 10 } - Constant [ public int XHTML5 ] { 11 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ private $delimiter = NULL ] - Property [ private $type = NULL ] - } - - - Methods [4] { - Method [ public method __construct ] { - - - Parameters [0] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } + - Return [ ?string ] } - Method [ public method __invoke ] { + Method [ public method warning ] { - - Parameters [2] { - Parameter #0 [ int $type = null ] - Parameter #1 [ string $delimiter = '\n' ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ Phalcon\Html\Helper\Doctype ] + - Return [ ?string ] } - Method [ public method __toString ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getType ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ int ] + - Return [ void ] } } } - Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Flash\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -58863,120 +58035,91 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [11] { - Method [ public method __invoke ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] - } - - Return [ string ] - } - - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ protected method close ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ protected method indent ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method renderElement ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderFullElement ] { + Method [ final public method getPrevious ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ protected method renderTag ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } } } - Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [1] { + Constant [ public string SESSION_KEY ] { _flashMessages } } - Static properties [0] { @@ -58985,357 +58128,251 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { + Property [ protected $container = NULL ] + Property [ protected $autoescape = true ] + Property [ protected $automaticHtml = true ] + Property [ protected $cssClasses = NULL ] + Property [ protected $cssIconClasses = NULL ] + Property [ protected $customTemplate = '' ] + Property [ protected $escaperService = NULL ] + Property [ protected $implicitFlush = true ] + Property [ protected $interpolator = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $sessionService = NULL ] } - - Methods [11] { - Method [ public method __invoke ] { + - Methods [29] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method getMessages ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ $type = ] + Parameter #1 [ bool $remove = true ] } + - Return [ array ] } - Method [ protected method close ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ ?string $type = null ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method indent ] { + Method [ public method message ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method orderAttributes ] { + Method [ public method output ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ bool $remove = true ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method renderArrayElements ] { + Method [ protected method getSessionMessages ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ bool $remove ] + Parameter #1 [ ?string $type = null ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ protected method setSessionMessages ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $messages ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getSessionService ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ ?Phalcon\Html\Escaper\EscaperInterface $escaper = ] + Parameter #1 [ ?Phalcon\Session\ManagerInterface $session = ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method error ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method selfClose ] { + Method [ public method getAutoescape ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Html\Helper\FriendlyTitle extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $friendly = NULL ] - } - - Methods [11] { - Method [ public method __construct ] { + Method [ public method getAutomaticHtml ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method __invoke ] { + Method [ public method getCssClasses ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = '-' ] - Parameter #2 [ bool $lowercase = true ] - Parameter #3 [ $replace = ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method close ] { + Method [ public method getCssIconClasses ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method getEscaperService ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method notice ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderAttributes ] { + Method [ public method setAutoescape ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ bool $autoescape ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderElement ] { + Method [ public method setAutomaticHtml ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderFullElement ] { + Method [ public method setCssClasses ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $cssClasses ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderTag ] { + Method [ public method setCssIconClasses ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $cssIconClasses ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method selfClose ] { + Method [ public method setCustomTemplate ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $customTemplate ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - } - } - Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } - - - Methods [11] { - Method [ public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ string $src ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] - } - } - - Method [ protected method close ] { - - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] - } - - Return [ string ] - } - - Method [ protected method indent ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ protected method orderAttributes ] { + Method [ public method setEscaperService ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaperService ] } - - Return [ array ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderArrayElements ] { + Method [ public method setImplicitFlush ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] } - - Return [ string ] + - Return [ Phalcon\Flash\AbstractFlash ] } - Method [ protected method renderAttributes ] { + Method [ public method success ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderElement ] { + Method [ public method outputMessage ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderFullElement ] { + Method [ public method warning ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderTag ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method selfClose ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Html\Helper\Input\Color extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -59346,410 +58383,312 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [13] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'color' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputCheckbox' ] + Property [ protected $uncheckedValue = NULL ] + Property [ protected $uncheckedValueSet = false ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [38] { + Method [ public method getUncheckedValue ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method hasUncheckedValue ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method setValue ] { + Method [ public method setUncheckedValue ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\Check ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } } - Method [ protected method close ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method addFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method getAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Date extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'date' ] - } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getFilters ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method getForm ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setValue ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ ?string $value = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method close ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method orderAttributes ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method hasMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderTag ] { + Method [ public method label ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\DateTime extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'datetime' ] - } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method setAttribute ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderElement ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\DateTimeLocal extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\CheckGroup extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -59760,410 +58699,305 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'datetime-local' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $options = NULL ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [37] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] + Parameter #1 [ array $options = [] ] Parameter #2 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method getOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method setValue ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method setOptions ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method addFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method getAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Email extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'email' ] - } - - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getFilters ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method getForm ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setValue ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ ?string $value = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method close ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method orderAttributes ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method hasMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderTag ] { + Method [ public method label ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Html\Helper\Input\File extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'file' ] - } - - - Methods [13] { - Method [ public method __invoke ] { - - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderElement ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - } - - Return [ string ] - } - - Method [ protected method renderFullElement ] { - - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Hidden extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -60174,694 +59008,582 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'hidden' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputDate' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Image extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'image' ] - } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method __toString ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ ?string $value = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method __construct ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method close ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ public method getValidators ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method orderAttributes ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderAttributes ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method setAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Input extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } + Method [ public method setFilters ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static methods [0] { - } + Method [ public method setForm ] { - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] - Property [ protected $attributes = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [14] { - Method [ public method setType ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ string $type ] + Parameter #0 [ string $label ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __invoke ] { + Method [ public method setMessages ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ public method __construct ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ protected method getLocalTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } + } + } - Method [ protected method orderAttributes ] { + Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputEmail' ] + } + + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method addValidators ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method appendMessage ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Month extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } + Method [ public method getAttribute ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } - - Static methods [0] { - } + Method [ public method getAttributes ] { - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'month' ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getDefault ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method getFilters ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method setValue ] { + Method [ public method getForm ] { - - Parameters [1] { - Parameter #0 [ ?string $value = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __construct ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ protected method close ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method indent ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method getTagFactory ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method renderArrayElements ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderFullElement ] { + Method [ public method getValue ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method hasMessages ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method selfClose ] { + Method [ public method label ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Numeric extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'number' ] - } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method setAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setForm ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderFullElement ] { + Method [ public method setUserOption ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Password extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -60872,281 +59594,289 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'password' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputFile' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getFilters ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderFullElement ] { + Method [ public method getLabel ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderTag ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method selfClose ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\Checkbox implements Stringable ] { + Method [ public method getTagFactory ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } - - Static properties [0] { - } + Method [ public method getUserOption ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] + } + } - - Properties [8] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $label = NULL ] - Property [ protected $type = 'radio' ] - } + Method [ public method getUserOptions ] { - - Methods [14] { - Method [ public method __construct ] { + - Parameters [0] { + } + - Return [ array ] + } - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + + - Parameters [0] { } } - Method [ public method __toString ] { + Method [ public method hasMessages ] { - Parameters [0] { } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] + } - Return [ string ] } - Method [ public method label ] { + Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\Checkbox ] + - Return [ string ] } - Method [ public method __invoke ] { + Method [ public method setAttribute ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setFilters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setTagFactory ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderTag ] { + Method [ public method setUserOption ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Range extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -61157,272 +59887,289 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'range' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputHidden' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getFilters ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderFullElement ] { + Method [ public method getLabel ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderTag ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method selfClose ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Search extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Method [ public method getTagFactory ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Html\TagFactory ] + } - - Static properties [0] { - } + Method [ public method getUserOption ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] + } + } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'search' ] - } + Method [ public method getUserOptions ] { - - Methods [13] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ array ] + } - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Method [ public method getValidators ] { + + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getValue ] { + + - Parameters [0] { + } + } + + Method [ public method hasMessages ] { - Parameters [0] { } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] + } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setDefault ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setName ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setTagFactory ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method selfClose ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList implements Stringable ] { + Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -61433,274 +60180,289 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - Property [ protected $elementTag = 'option' ] - Property [ protected $inOptGroup = false ] - Property [ protected $selected = '' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputNumeric' ] } - - Methods [21] { - Method [ public method add ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method addPlaceholder ] { + Method [ public method __toString ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ $value = ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\Select ] + - Return [ string ] } - Method [ public method fromData ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Helper\Input\Select\SelectDataInterface $data ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\Select ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method optGroup ] { + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ ?string $label = null ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ Phalcon\Html\Helper\Input\Select ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method selected ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ string $selected ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ Phalcon\Html\Helper\Input\Select ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method getTag ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method optGroupEnd ] { + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method optGroupStart ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $label ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ private method processValue ] { + Method [ public method getFilters ] { - - Parameters [2] { - Parameter #0 [ array $attributes ] - Parameter #1 [ $value = ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method __invoke ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\AbstractList ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __toString ] { + Method [ public method getLabel ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method close ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method orderAttributes ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { } - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method getValue ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderFullElement ] { + Method [ public method label ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Select\ArrayData implements Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { + Method [ public method setAttributes ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static properties [0] { - } + Method [ public method setDefault ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Properties [1] { - Property [ protected $data = NULL ] - } + Method [ public method setFilters ] { - - Methods [2] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getOptions ] { + Method [ public method setLabel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Select\ResultsetData implements Phalcon\Html\Helper\Input\Select\SelectDataInterface ] { + Method [ public method setMessages ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static properties [0] { - } + Method [ public method setName ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Properties [2] { - Property [ protected $resultset = NULL ] - Property [ protected $using = NULL ] - } + Method [ public method setTagFactory ] { - - Methods [2] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] - Parameter #1 [ array $using ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getOptions ] { + Method [ protected method getLocalTagFactory ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -61711,686 +60473,582 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'submit' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputPassword' ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'tel' ] - } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method __toString ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setValue ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ ?string $value = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method __construct ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method close ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ public method getValidators ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method orderAttributes ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderAttributes ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderElement ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method setAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Method [ public method setFilters ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static properties [0] { - } + Method [ public method setForm ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $type = 'text' ] - Property [ protected $attributes = NULL ] - } + Method [ public method setLabel ] { - - Methods [13] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setTagFactory ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ public method __construct ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setUserOptions ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ protected method getLocalTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } + } + } - Method [ protected method orderAttributes ] { + Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputRadio' ] + } + + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method addValidators ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method appendMessage ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - Constants [0] { - } + Method [ public method getAttribute ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] + } + } - - Static methods [0] { - } + Method [ public method getAttributes ] { - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'textarea' ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [13] { - Method [ public method __toString ] { + Method [ public method getDefault ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method __invoke ] { + Method [ public method getFilters ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setValue ] { + Method [ public method getForm ] { - - Parameters [1] { - Parameter #0 [ ?string $value = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method __construct ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ protected method close ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method indent ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method getTagFactory ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method renderArrayElements ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderFullElement ] { + Method [ public method getValue ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method hasMessages ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method selfClose ] { + Method [ public method label ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'time' ] - } - - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method setAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setValue ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setForm ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderFullElement ] { + Method [ public method setUserOption ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { + Class [ class Phalcon\Forms\Element\RadioGroup extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -62401,393 +61059,305 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $type = 'url' ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $options = NULL ] } - - Methods [13] { - Method [ public method __invoke ] { + - Methods [37] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] + Parameter #1 [ array $options = [] ] Parameter #2 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method getOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method setValue ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ ?string $value = null ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method setOptions ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method addFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method getAttribute ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method selfClose ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $type = 'week' ] - } - - Methods [13] { - Method [ public method __invoke ] { + Method [ public method getFilters ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ ?string $value = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __toString ] { + Method [ public method getForm ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method setValue ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ ?string $value = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + - Return [ ?string ] } - Method [ public method __construct ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method close ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method indent ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method orderAttributes ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderAttributes ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method hasMessages ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method renderTag ] { + Method [ public method label ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - - Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - } - - Methods [11] { - Method [ public method __invoke ] { + Method [ public method setAttributes ] { - - Parameters [3] { - Parameter #0 [ string $label ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setForm ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $label ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method renderFullElement ] { + Method [ public method setUserOption ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ protected method getLocalTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\Style implements Stringable ] { + Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -62798,352 +61368,321 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] + - Properties [12] { Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $optionsValues = NULL ] } - - Methods [17] { - Method [ public method add ] { + - Methods [39] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes = [] ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $options = ] + Parameter #2 [ array $attributes = [] ] } } - Method [ protected method getTag ] { + Method [ public method addOption ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getOptions ] { - Parameters [0] { } - - Return [ string ] } - Method [ protected method getAttributes ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ public method setStyle ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ bool $flag ] + Parameter #0 [ $options ] } - - Return [ Phalcon\Html\Helper\Style ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __invoke ] { + Method [ protected method prepareAttributes ] { - - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method reset ] { + Method [ public method addFilter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method appendMessage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderElement ] { + Method [ public method getDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method selfClose ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - } - } - - Class [ class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - } - - Methods [19] { - Method [ public method add ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Meta ] + - Return [ Phalcon\Messages\Messages ] } - Method [ public method addHttp ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $httpEquiv ] - Parameter #1 [ string $content ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Meta ] + - Return [ string ] } - Method [ public method addName ] { + Method [ public method getTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ string $content ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Meta ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method addProperty ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ string $content ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Html\Helper\Meta ] } - Method [ protected method getTag ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ private method addElement ] { + Method [ public method getValidators ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ string $value ] - Parameter #2 [ string $content ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Meta ] + - Return [ array ] } - Method [ public method __invoke ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method __toString ] { + Method [ public method hasMessages ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method reset ] { + Method [ public method label ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setDefault ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setName ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setTagFactory ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method selfClose ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Preload extends Phalcon\Html\Helper\AbstractHelper ] { + Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -63154,278 +61693,289 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $response = NULL ] + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputSubmit' ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Http\ResponseInterface $response = ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } } - Method [ public method __invoke ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ string $href ] - Parameter #1 [ string $type = 'style' ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method close ] { + Method [ public method addFilter ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method addValidator ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method appendMessage ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ protected method renderFullElement ] { + Method [ public method getAttributes ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method renderTag ] { + Method [ public method getDefault ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] } - Method [ protected method selfClose ] { + Method [ public method getFilters ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - - Constants [0] { - } + Method [ public method getForm ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } - - Static methods [0] { - } + Method [ public method getLabel ] { - - Properties [7] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $store = NULL ] - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Methods [16] { - Method [ public method add ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method getAttributes ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ string $url ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ protected method getTag ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method __invoke ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method __toString ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method reset ] { + Method [ public method getValidators ] { - Parameters [0] { } - - Return [ Phalcon\Html\Helper\AbstractSeries ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + - Parameters [0] { } } - Method [ protected method close ] { + Method [ public method hasMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ protected method indent ] { + Method [ public method label ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method renderArrayElements ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setFilters ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setForm ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method selfClose ] { + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } + + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { + Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -63436,318 +61986,289 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $append = NULL ] - Property [ protected $prepend = NULL ] - Property [ protected $title = '' ] - Property [ protected $separator = '' ] + - Properties [11] { + Property [ protected $attributes = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $method = 'inputText' ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] } - - Methods [17] { - Method [ public method __invoke ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method append ] { + Method [ public method addFilter ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method get ] { + Method [ public method addValidator ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method set ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $raw = false ] + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setSeparator ] { + Method [ public method appendMessage ] { - - Parameters [2] { - Parameter #0 [ string $separator ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method prepend ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\Title ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method close ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method indent ] { + Method [ public method getDefault ] { - Parameters [0] { } - - Return [ string ] } - Method [ protected method orderAttributes ] { + Method [ public method getFilters ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ array ] } - Method [ protected method renderArrayElements ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method renderAttributes ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method renderElement ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method renderFullElement ] { + Method [ public method getName ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method renderTag ] { + Method [ public method getTagFactory ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method selfClose ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol implements Stringable ] { - - Constants [0] { - } + Method [ public method getUserOptions ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method getValidators ] { - - Properties [8] { - Property [ protected $delimiter = '' ] - Property [ protected $doctype = NULL ] - Property [ protected $escaper = NULL ] - Property [ protected $indent = ' ' ] - Property [ protected $indentLevel = 1 ] - Property [ protected $attributes = NULL ] - Property [ protected $elementTag = 'li' ] - Property [ protected $store = NULL ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [14] { - Method [ protected method getTag ] { + Method [ public method getValue ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method add ] { + Method [ public method hasMessages ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ bool $raw = false ] + - Parameters [0] { } - - Return [ Phalcon\Html\Helper\AbstractList ] + - Return [ bool ] } - Method [ public method __invoke ] { + Method [ public method label ] { - - Parameters [3] { - Parameter #0 [ string $indent = ' ' ] - Parameter #1 [ ?string $delimiter = null ] - Parameter #2 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Helper\AbstractList ] + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method render ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - Return [ string ] } - Method [ public method __construct ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method close ] { + Method [ public method setAttributes ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method indent ] { + Method [ public method setDefault ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method orderAttributes ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ array $overrides ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderArrayElements ] { + Method [ public method setForm ] { - - Parameters [2] { - Parameter #0 [ array $elements ] - Parameter #1 [ string $delimiter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderAttributes ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $label ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderElement ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderFullElement ] { + Method [ public method setName ] { - - Parameters [4] { - Parameter #0 [ string $tag ] - Parameter #1 [ string $text ] - Parameter #2 [ array $attributes = [] ] - Parameter #3 [ bool $raw = false ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method renderTag ] { + Method [ public method setTagFactory ] { - - Parameters [3] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] - Parameter #2 [ string $close = '' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\AbstractElement ] } - Method [ protected method selfClose ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ string $tag ] - Parameter #1 [ array $attributes = [] ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements Phalcon\Html\Link\Interfaces\LinkInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] { + Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface, Stringable ] { - Constants [0] { } @@ -63758,285 +62279,289 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { + - Properties [11] { Property [ protected $attributes = NULL ] - Property [ protected $href = '' ] - Property [ protected $rels = NULL ] - Property [ protected $templated = false ] + Property [ protected $filters = NULL ] + Property [ protected $form = NULL ] + Property [ protected $label = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validators = NULL ] + Property [ protected $value = NULL ] + Property [ protected $method = 'inputTextarea' ] } - - Methods [20] { - Method [ public method withAttribute ] { + - Methods [35] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method withHref ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ string $href ] + - Parameters [0] { } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ string ] } - Method [ public method withRel ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ string $rel ] + Parameter #0 [ string $filter ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method withoutAttribute ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ string $attribute ] + Parameter #0 [ Phalcon\Filter\Validation\ValidatorInterface $validator ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method withoutRel ] { + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge = true ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ string $rel ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getAttributes ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getHref ] { + Method [ public method getAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue = ] } - - Return [ string ] } - Method [ public method getRels ] { + Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } - Method [ public method isTemplated ] { + Method [ public method getDefault ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method getFilters ] { - - Parameters [3] { - Parameter #0 [ string $rel = '' ] - Parameter #1 [ string $href = '' ] - Parameter #2 [ array $attributes = [] ] + - Parameters [0] { } } - Method [ protected method doGetAttributes ] { + Method [ public method getForm ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Forms\Form ] } - Method [ protected method doGetHref ] { + Method [ public method getLabel ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ protected method doGetRels ] { + Method [ public method getMessages ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method doIsTemplated ] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method hrefIsTemplated ] { + Method [ public method getTagFactory ] { - - Parameters [1] { - Parameter #0 [ string $href ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ protected method doWithAttribute ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } } - Method [ protected method doWithHref ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ string $href ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method doWithRel ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method doWithoutAttribute ] { + Method [ public method getValue ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } } - Method [ protected method doWithoutRel ] { + Method [ public method hasMessages ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } + - Return [ bool ] } - } - } - - Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $links = NULL ] - } - - - Methods [10] { - Method [ public method withLink ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] + - Return [ string ] } - Method [ public method withoutLink ] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] + - Return [ string ] } - Method [ public method getLinks ] { + Method [ public method setAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getLinksByRel ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $rel ] + Parameter #0 [ array $attributes ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ array $links = [] ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method doGetLinks ] { + Method [ public method setFilters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $filters ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method doGetLinksByRel ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ string $rel ] + Parameter #0 [ Phalcon\Forms\Form $form ] } - - Return [ array ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method doWithLink ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ $link ] + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method doWithoutLink ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ $link ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method getKey ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ $link ] + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Html\Link\Serializer\Header implements Phalcon\Html\Link\Serializer\SerializerInterface ] { - - - Constants [0] { - } + Method [ public method setTagFactory ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] + } + - Return [ Phalcon\Forms\Element\AbstractElement ] + } - - Static methods [0] { - } + Method [ public method setUserOption ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [1] { - Method [ public method serialize ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ array $links ] + Parameter #0 [ array $options ] } - - Return [ ?string ] + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ protected method getLocalTagFactory ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\TagFactory ] } } } - Class [ class Phalcon\Html\TagFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Forms\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -64044,117 +62569,104 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [2] { + Method [ static public method tagFactoryNotFound ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Exception ] + } + + Method [ static public method usingParameterRequired ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Exception ] + } } - - Properties [5] { - Property [ protected $mapper = NULL ] - Property [ private $escaper = NULL ] - Property [ private $response = NULL ] - Property [ private $url = NULL ] - Property [ protected $services = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [12] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] - Parameter #1 [ array $services = [] ] - Parameter #2 [ ?Phalcon\Http\ResponseInterface $response = ] - Parameter #3 [ ?Phalcon\Mvc\Url\UrlInterface $url = ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method __call ] { + Method [ public method __wakeup ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $arguments ] + - Parameters [0] { } + - Tentative return [ void ] } - Method [ public method has ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method newInstance ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } } - Method [ public method set ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $method ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method getExceptionClass ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ protected method getServices ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ protected method getService ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ protected method init ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkConfig ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } + } + } - 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\Http\Cookie extends Phalcon\Di\AbstractInjectionAware implements Stringable, Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Cookie\CookieInterface ] { + Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { - Constants [0] { } @@ -64165,340 +62677,369 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [14] { + - Properties [13] { Property [ protected $container = NULL ] - Property [ protected $domain = NULL ] - Property [ protected $expire = NULL ] - Property [ protected $filter = NULL ] - Property [ protected $httpOnly = NULL ] - Property [ protected $name = NULL ] + Property [ protected $attributes = NULL ] + Property [ protected $data = NULL ] + Property [ protected $filteredData = NULL ] + Property [ protected $elements = NULL ] + Property [ protected $elementsIndexed = NULL ] + Property [ protected $entity = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $position = 0 ] Property [ protected $options = NULL ] - Property [ protected $path = NULL ] - Property [ protected $isRead = false ] - Property [ protected $restored = false ] - Property [ protected $secure = true ] - Property [ protected $signKey = NULL ] - Property [ protected $useEncryption = false ] - Property [ protected $value = NULL ] + Property [ protected $tagFactory = NULL ] + Property [ protected $validation = NULL ] + Property [ protected $whitelist = NULL ] } - - Methods [27] { + - Methods [44] { Method [ public method __construct ] { - - Parameters [8] { - Parameter #0 [ string $name ] - Parameter #1 [ $value = ] - Parameter #2 [ int $expire = 0 ] - Parameter #3 [ string $path = '/' ] - Parameter #4 [ bool $secure = false ] - Parameter #5 [ string $domain = '' ] - Parameter #6 [ bool $httpOnly = false ] - Parameter #7 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ $entity = ] + Parameter #1 [ array $userOptions = [] ] } } - Method [ public method __toString ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] + Parameter #1 [ ?string $position = null ] + Parameter #2 [ ?bool $type = null ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method delete ] { + Method [ public method bind ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $entity = ] + Parameter #2 [ array $whitelist = [] ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getDomain ] { + Method [ public method clear ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $fields = ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method getExpiration ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getHttpOnly ] { + Method [ public method current ] { - Parameters [0] { } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method getName ] { + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAction ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getOptions ] { + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Attributes ] + } + + Method [ public method getElements ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getPath ] { + Method [ public method getEntity ] { - Parameters [0] { } + } + + Method [ public method getFilteredValue ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getLabel ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } - Return [ string ] } - Method [ public method getSecure ] { + Method [ public method getMessages ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method getValue ] { + Method [ public method getMessagesFor ] { - - Parameters [2] { - Parameter #0 [ $filters = ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method isUsingEncryption ] { + Method [ public method getTagFactory ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Html\TagFactory ] } - Method [ public method restore ] { + Method [ public method getUserOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue = ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method send ] { + Method [ public method getUserOptions ] { - Parameters [0] { } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ array ] } - Method [ public method setDomain ] { + Method [ public method getValue ] { - Parameters [1] { - Parameter #0 [ string $domain ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method setExpiration ] { + Method [ public method getValidation ] { - - Parameters [1] { - Parameter #0 [ int $expire ] + - Parameters [0] { } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ ?Phalcon\Filter\Validation\ValidationInterface ] } - Method [ public method setHttpOnly ] { + Method [ public method getWhitelist ] { - - Parameters [1] { - Parameter #0 [ bool $httpOnly ] + - Parameters [0] { } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ array ] } - Method [ public method setOptions ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ bool ] } - Method [ public method setPath ] { + Method [ public method hasMessagesFor ] { - Parameters [1] { - Parameter #0 [ string $path ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ bool ] } - Method [ public method setSecure ] { + Method [ public method isValid ] { - - Parameters [1] { - Parameter #0 [ bool $secure ] + - Parameters [3] { + Parameter #0 [ $data = ] + Parameter #1 [ $entity = ] + Parameter #2 [ array $whitelist = [] ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ bool ] } - Method [ public method setSignKey ] { + Method [ public method key ] { - - Parameters [1] { - Parameter #0 [ ?string $signKey = null ] + - Parameters [0] { } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ int ] } - Method [ public method setValue ] { + Method [ public method load ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ Phalcon\Contracts\Forms\Schema $schema ] + Parameter #1 [ Phalcon\Forms\FormsLocator $locator ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method useEncryption ] { + Method [ public method label ] { - - Parameters [1] { - Parameter #0 [ bool $useEncryption ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Http\Cookie\CookieInterface ] + - Return [ string ] } - Method [ protected method assertSignKeyIsLongEnough ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ string $signKey ] + - Parameters [0] { } - Return [ void ] } - Method [ private method getArrVal ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method rewind ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - Return [ void ] } - } - } - Class [ class Phalcon\Http\Cookie\Exception extends Exception implements Throwable, Stringable ] { + Method [ public method setAction ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $action ] + } + - Return [ Phalcon\Forms\Form ] + } - - Static properties [0] { - } + Method [ public method setAttributes ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Attributes $attributes ] + } + - Return [ Phalcon\Html\Attributes\AttributesInterface ] + } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + Method [ public method setEntity ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ $entity ] + } + - Return [ Phalcon\Forms\Form ] + } - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Method [ public method setTagFactory ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\TagFactory $tagFactory ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method __wakeup ] { + Method [ public method setValidation ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validation ] } - - Tentative return [ void ] + - Return [ Phalcon\Forms\Form ] } - Method [ final public method getMessage ] { + Method [ public method setWhitelist ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $whitelist ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ final public method getCode ] { + Method [ public method setUserOption ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Form ] } - Method [ final public method getFile ] { + Method [ public method setUserOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Forms\Form ] } - Method [ final public method getLine ] { + Method [ public method valid ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method __toString ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Http\Request extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\RequestInterface, Phalcon\Http\Message\RequestMethodInterface ] { + Class [ class Phalcon\Forms\FormsLocator ] { - - Constants [10] { - Constant [ public string METHOD_CONNECT ] { CONNECT } - Constant [ public string METHOD_DELETE ] { DELETE } - Constant [ public string METHOD_GET ] { GET } - Constant [ public string METHOD_HEAD ] { HEAD } - Constant [ public string METHOD_OPTIONS ] { OPTIONS } - Constant [ public string METHOD_PATCH ] { PATCH } - Constant [ public string METHOD_POST ] { POST } - Constant [ public string METHOD_PURGE ] { PURGE } - Constant [ public string METHOD_PUT ] { PUT } - Constant [ public string METHOD_TRACE ] { TRACE } + - Constants [0] { } - Static properties [0] { @@ -64507,685 +63048,672 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $container = NULL ] - Property [ protected $filterService = NULL ] - Property [ protected $httpMethodParameterOverride = false ] - Property [ protected $queryFilters = NULL ] - Property [ protected $postCache = NULL ] - Property [ protected $rawBody = '' ] - Property [ protected $strictHostCheck = false ] - Property [ protected $trustedProxies = NULL ] - Property [ protected $trustedProxyHeader = '' ] + - Properties [3] { + Property [ private $elements = NULL ] + Property [ private $factories = NULL ] + Property [ private $instances = NULL ] } - - Methods [83] { - Method [ public method get ] { + - Methods [8] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [1] { + Parameter #0 [ array $definitions = [] ] } } - Method [ public method getAcceptableContent ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $entity = ] } - - Return [ array ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method getBasicAuth ] { + Method [ public method getElement ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ ?array ] } - Method [ public method getBestAccept ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getBestCharset ] { + Method [ public method hasElement ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getBestLanguage ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $factory ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getHttpMethodParameterOverride ] { + Method [ public method setElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $factory ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getPreferredIsoLocaleVariant ] { + Method [ protected method getDefaultServices ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } + } + } - Method [ public method getClientAddress ] { + Class [ class Phalcon\Forms\Loader\ArrayLoader implements Phalcon\Contracts\Forms\Schema ] { - - Parameters [1] { - Parameter #0 [ bool $trustForwardedHeader = false ] - } - } + - Constants [0] { + } - Method [ public method getClientCharsets ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getContentType ] { + - Properties [1] { + Property [ protected $definitions = NULL ] + } - - Parameters [0] { + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $definitions ] } - - Return [ ?string ] } - Method [ public method getDigestAuth ] { + Method [ public method load ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getFilteredQuery ] { + Method [ protected method validateDefinition ] { - - Parameters [4] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ bool $notAllowEmpty = false ] - Parameter #3 [ bool $noRecursive = false ] + - Parameters [2] { + Parameter #0 [ $definition ] + Parameter #1 [ int $index ] } + - Return [ void ] } + } + } - Method [ public method getFilteredPatch ] { - - - Parameters [4] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ bool $notAllowEmpty = false ] - Parameter #3 [ bool $noRecursive = false ] - } - } + Class [ class Phalcon\Forms\Loader\JsonLoader implements Phalcon\Contracts\Forms\Schema ] { - Method [ public method getFilteredPost ] { + - Constants [0] { + } - - Parameters [4] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ bool $notAllowEmpty = false ] - Parameter #3 [ bool $noRecursive = false ] - } - } + - Static properties [0] { + } - Method [ public method getFilteredPut ] { + - Static methods [0] { + } - - Parameters [4] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ bool $notAllowEmpty = false ] - Parameter #3 [ bool $noRecursive = false ] - } - } + - Properties [1] { + Property [ protected $source = NULL ] + } - Method [ public method getHeader ] { + - Methods [3] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $header ] + Parameter #0 [ string $source ] } - - Return [ string ] } - Method [ public method getHeaders ] { + Method [ public method load ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getHttpHost ] { + Method [ protected method phpFileGetContents ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $filename ] } - - Return [ string ] } + } + } - Method [ public method getHTTPReferer ] { + Class [ class Phalcon\Forms\Loader\YamlLoader implements Phalcon\Contracts\Forms\Schema ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getJsonRawBody ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $source = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ bool $associative = false ] + Parameter #0 [ string $source ] } } - Method [ public method getLanguages ] { + Method [ public method load ] { - Parameters [0] { } - Return [ array ] } + } + } - Method [ public method getMethod ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ class Phalcon\Forms\Manager ] { - Method [ public method getPatch ] { + - Constants [0] { + } - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] - } - } + - Static properties [0] { + } - Method [ public method getPort ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ int ] - } + - Properties [2] { + Property [ protected $forms = NULL ] + Property [ protected $locator = NULL ] + } - Method [ public method getPost ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Forms\FormsLocator $locator = ] } } - Method [ public method getPut ] { + Method [ public method create ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $entity = ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getQuery ] { + Method [ public method get ] { - - Parameters [5] { - Parameter #0 [ ?string $name = null ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ bool $notAllowEmpty = false ] - Parameter #4 [ bool $noRecursive = false ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getRawBody ] { + Method [ public method getLocator ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Forms\FormsLocator ] } - Method [ public method getScheme ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getServer ] { + Method [ public method loadForm ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Contracts\Forms\Schema $schema ] + Parameter #2 [ $entity = ] } - - Return [ ?string ] + - Return [ Phalcon\Forms\Form ] } - Method [ public method getServerAddress ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Forms\Form $form ] } - - Return [ string ] + - Return [ Phalcon\Forms\Manager ] } + } + } - Method [ public method getServerName ] { + Class [ class Phalcon\Html\Attributes extends Phalcon\Support\Collection implements Stringable, JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Phalcon\Html\Attributes\RenderInterface ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getUploadedFiles ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ bool $onlySuccessful = false ] - Parameter #1 [ bool $namedKeys = false ] - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ public method getURI ] { + - Properties [5] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + } - - Parameters [1] { - Parameter #0 [ bool $onlyPath = false ] + - Methods [48] { + Method [ public method render ] { + + - Parameters [0] { } - Return [ string ] } - Method [ public method getUserAgent ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method has ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $attributes ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method hasFiles ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $data = [] ] + Parameter #1 [ bool $insensitive = true ] + Parameter #2 [ bool $strictNull = false ] + Parameter #3 [ ?string $type = null ] } - - Return [ bool ] } - Method [ final public method hasHeader ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ string $header ] + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method hasPatch ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method hasPost ] { + Method [ public method __serialize ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method hasPut ] { + Method [ public method __set ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method hasQuery ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $data ] } - - Return [ bool ] + - Return [ void ] } - Method [ final public method hasServer ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method isAjax ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method isJson ] { + Method [ public method column ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method isConnect ] { + Method [ public method count ] { - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method isDelete ] { + Method [ public method each ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method isGet ] { + Method [ public method filter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $callback ] } - - Return [ bool ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method isHead ] { + Method [ public method first ] { - Parameters [0] { } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method isMethod ] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ $methods ] - Parameter #1 [ bool $strict = false ] + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method isOptions ] { + Method [ public method getIterator ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Traversable ] } - Method [ public method isPatch ] { + Method [ public method getKeys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method isPost ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method isPut ] { + Method [ public method getValues ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method isPurge ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $element ] } - Return [ bool ] } - Method [ public method isSecure ] { + Method [ public method init ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method isStrictHostCheck ] { + Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method isSoap ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method isTrace ] { + Method [ public method keys ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method isValidHttpMethod ] { + Method [ public method last ] { - - Parameters [1] { - Parameter #0 [ string $method ] + - Parameters [0] { } - - Return [ bool ] + - Return [ mixed ] } - Method [ public method numFiles ] { + Method [ public method map ] { - Parameters [1] { - Parameter #0 [ bool $onlySuccessful = false ] + Parameter #0 [ $callback ] } - - Return [ int ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ public method setHttpMethodParameterOverride ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ bool $override ] + Parameter #0 [ $element ] } - - Return [ Phalcon\Http\Request ] + - Return [ bool ] } - Method [ public method setParameterFilters ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $filters = [] ] - Parameter #2 [ array $scope = [] ] + - Parameters [1] { + Parameter #0 [ $element ] } - - Return [ Phalcon\Http\RequestInterface ] + - Return [ mixed ] } - Method [ public method setStrictHostCheck ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ bool $flag = true ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Http\RequestInterface ] + - Return [ void ] } - Method [ public method setTrustedProxies ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ array $trustedProxies ] + Parameter #0 [ $element ] } - - Return [ Phalcon\Http\RequestInterface ] + - Return [ void ] } - Method [ public method setTrustedProxyHeader ] { + Method [ public method reduce ] { - - Parameters [1] { - Parameter #0 [ string $trustedProxyHeader ] + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] } - - Return [ Phalcon\Http\RequestInterface ] + - Return [ mixed ] } - Method [ protected method isIpAddressInCIDR ] { + Method [ public method remove ] { - - Parameters [2] { - Parameter #0 [ string $ip ] - Parameter #1 [ string $cidr ] + - Parameters [1] { + Parameter #0 [ string $element ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method getBestQuality ] { + Method [ public method replace ] { - - Parameters [2] { - Parameter #0 [ array $qualityParts ] - Parameter #1 [ string $name ] + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getHelper ] { + Method [ public method serialize ] { - - Parameters [6] { - Parameter #0 [ array $source ] - Parameter #1 [ ?string $name = null ] - Parameter #2 [ $filters = ] - Parameter #3 [ $defaultValue = ] - Parameter #4 [ bool $notAllowEmpty = false ] - Parameter #5 [ bool $noRecursive = false ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ protected method hasFileHelper ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ bool $onlySuccessful ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ int ] + - Return [ void ] } - Method [ protected method getQualityHeader ] { + Method [ public method sort ] { - Parameters [2] { - Parameter #0 [ string $serverIndex ] - Parameter #1 [ string $name ] + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] } - - Return [ array ] + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ protected method resolveAuthorizationHeaders ] { + Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ protected method smoothFiles ] { + Method [ public method toJson ] { - - Parameters [6] { - Parameter #0 [ array $names ] - Parameter #1 [ array $types ] - Parameter #2 [ array $tmp_names ] - Parameter #3 [ array $sizes ] - Parameter #4 [ array $errors ] - Parameter #5 [ string $prefix ] + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] } - - Return [ array ] + - Return [ string ] } - Method [ private method getFilterService ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $data ] } - - Return [ Phalcon\Filter\FilterInterface ] + - Return [ void ] } - Method [ private method getServerArray ] { + Method [ public method values ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getFilteredData ] { + Method [ public method where ] { - - Parameters [6] { - Parameter #0 [ string $methodKey ] - Parameter #1 [ string $method ] - Parameter #2 [ ?string $name = null ] - Parameter #3 [ $defaultValue = ] - Parameter #4 [ bool $notAllowEmpty = false ] - Parameter #5 [ bool $noRecursive = false ] + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ private method isProxyTrusted ] { + Method [ protected method cloneEmpty ] { - Parameters [1] { - Parameter #0 [ string $ip ] + Parameter #0 [ array $data = [] ] } - - Return [ bool ] + - Return [ Phalcon\Contracts\Support\Collection ] } - Method [ private method isValidPublicIp ] { + Method [ protected method extractValue ] { - - Parameters [1] { - Parameter #0 [ string $forwardedIp ] + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] } + - Return [ mixed ] } - Method [ private method getPostData ] { + Method [ protected method processKey ] { - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ array ] - } - - Method [ private method getFormData ] { - - - Parameters [0] { + Parameter #0 [ string $element ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method setData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ void ] } - Method [ public method setDI ] { + Method [ protected method validateType ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $value ] } - Return [ void ] } } } - Class [ class Phalcon\Http\Request\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Html\Breadcrumbs ] { - Constants [0] { } @@ -65196,88 +63724,69 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [3] { + Property [ private $elements = NULL ] + Property [ private $separator = ' / ' ] + Property [ private $template = '
    %label%
    ' ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method add ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ string $link = '' ] } + - Return [ Phalcon\Html\Breadcrumbs ] } - Method [ public method __wakeup ] { + Method [ public method clear ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ public method getSeparator ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method remove ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $link ] } + - Return [ void ] } - Method [ final public method getFile ] { + Method [ public method render ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method setSeparator ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $separator ] } - - Return [ int ] + - Return [ Phalcon\Html\Breadcrumbs ] } - Method [ final public method getTrace ] { + Method [ public method toArray ] { - 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\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { + Class [ class Phalcon\Html\Escaper implements Phalcon\Html\Escaper\EscaperInterface ] { - Constants [0] { } @@ -65288,500 +63797,367 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $error = NULL ] - Property [ protected $extension = NULL ] - Property [ protected $key = NULL ] - Property [ protected $name = NULL ] - Property [ protected $realType = NULL ] - Property [ protected $size = 0 ] - Property [ protected $tmp = NULL ] - Property [ protected $type = NULL ] + - Properties [5] { + Property [ protected $attributeEscaper = NULL ] + Property [ protected $cssEscaper = NULL ] + Property [ protected $htmlEscaper = NULL ] + Property [ protected $jsEscaper = NULL ] + Property [ protected $urlEscaper = NULL ] } - - Methods [12] { + - Methods [29] { Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ array $file ] - Parameter #1 [ $key = ] + - Parameters [0] { } } - Method [ public method getError ] { + Method [ public method attributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $input ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getExtension ] { + Method [ public method css ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - Return [ string ] } - Method [ public method getKey ] { + Method [ final public method detectEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - Return [ ?string ] } - Method [ public method getName ] { + Method [ public method escapeCss ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - Return [ string ] } - Method [ public method getRealType ] { + Method [ public method escapeJs ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - Return [ string ] } - Method [ public method getSize ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getTempName ] { + Method [ public method escapeHtml ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $input = null ] } - Return [ string ] } - Method [ public method getType ] { + Method [ public method escapeHtmlAttr ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $input = null ] } - Return [ string ] } - Method [ public method isUploadedFile ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method moveTo ] { + Method [ public method escapeUrl ] { - Parameters [1] { - Parameter #0 [ string $destination ] - } - - Return [ bool ] - } - - Method [ private method getArrVal ] { - - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + Parameter #0 [ string $input ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - - - Constants [88] { - Constant [ public int STATUS_CONTINUE ] { 100 } - Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } - Constant [ public int STATUS_PROCESSING ] { 102 } - Constant [ public int STATUS_EARLY_HINTS ] { 103 } - Constant [ public int STATUS_OK ] { 200 } - Constant [ public int STATUS_CREATED ] { 201 } - Constant [ public int STATUS_ACCEPTED ] { 202 } - Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } - Constant [ public int STATUS_NO_CONTENT ] { 204 } - Constant [ public int STATUS_RESET_CONTENT ] { 205 } - Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } - Constant [ public int STATUS_MULTI_STATUS ] { 207 } - Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } - Constant [ public int STATUS_IM_USED ] { 226 } - Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } - Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } - Constant [ public int STATUS_FOUND ] { 302 } - Constant [ public int STATUS_SEE_OTHER ] { 303 } - Constant [ public int STATUS_NOT_MODIFIED ] { 304 } - Constant [ public int STATUS_USE_PROXY ] { 305 } - Constant [ public int STATUS_RESERVED ] { 306 } - Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } - Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } - Constant [ public int STATUS_BAD_REQUEST ] { 400 } - Constant [ public int STATUS_UNAUTHORIZED ] { 401 } - Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } - Constant [ public int STATUS_FORBIDDEN ] { 403 } - Constant [ public int STATUS_NOT_FOUND ] { 404 } - Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } - Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } - Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } - Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } - Constant [ public int STATUS_CONFLICT ] { 409 } - Constant [ public int STATUS_GONE ] { 410 } - Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } - Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } - Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } - Constant [ public int STATUS_URI_TOO_LONG ] { 414 } - Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } - Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } - Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } - Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } - Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } - Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } - Constant [ public int STATUS_LOCKED ] { 423 } - Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } - Constant [ public int STATUS_TOO_EARLY ] { 425 } - Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } - Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } - Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } - Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } - Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } - Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } - Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } - Constant [ public int STATUS_BAD_GATEWAY ] { 502 } - Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } - Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } - Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } - Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } - Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } - Constant [ public int STATUS_LOOP_DETECTED ] { 508 } - Constant [ public int STATUS_NOT_EXTENDED ] { 510 } - Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } - Constant [ public int STATUS_THIS_IS_FINE ] { 218 } - Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } - Constant [ public int STATUS_METHOD_FAILURE ] { 420 } - Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } - Constant [ public int STATUS_NO_RESPONSE ] { 444 } - Constant [ public int STATUS_RETRY_WITH ] { 449 } - Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } - Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } - Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } - Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } - Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } - Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } - Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } - Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } - Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } - Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } - Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } - Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } - Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } - Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } - Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } - Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } - Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } - Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } - Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $container = NULL ] - Property [ protected $content = NULL ] - Property [ protected $cookies = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $file = NULL ] - Property [ protected $headers = NULL ] - Property [ protected $sent = false ] - Property [ protected $statusCodes = NULL ] - Property [ protected $encode = NULL ] - } - - Methods [35] { - Method [ public method __construct ] { + Method [ public method getAttributeEscaper ] { - - Parameters [3] { - Parameter #0 [ ?string $content = null ] - Parameter #1 [ $code = ] - Parameter #2 [ $status = ] + - Parameters [0] { } + - Return [ Phalcon\Html\Escaper\AttributeEscaper ] } - Method [ public method appendContent ] { + Method [ public method getCssEscaper ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper\CssEscaper ] } - Method [ public method getContent ] { + Method [ public method getEncoding ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getCookies ] { + Method [ public method getFlags ] { - Parameters [0] { } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ int ] } - Method [ public method getDI ] { + Method [ public method getHtmlEscaper ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Html\Escaper\HtmlEscaper ] } - Method [ public method getEventsManager ] { + Method [ public method getJsEscaper ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Html\Escaper\JsEscaper ] } - Method [ public method getHeaders ] { + Method [ public method getUrlEscaper ] { - Parameters [0] { } - - Return [ Phalcon\Http\Response\HeadersInterface ] + - Return [ Phalcon\Html\Escaper\UrlEscaper ] } - Method [ public method getReasonPhrase ] { + Method [ public method html ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $input = null ] } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getStatusCode ] { + Method [ public method js ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ ?int ] + - Return [ string ] } - Method [ public method hasHeader ] { + Method [ final public method normalizeEncoding ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $input ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isSent ] { + Method [ public method setAttributeEscaper ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\AttributeEscaper $escaper ] } - - Return [ bool ] + - Return [ Phalcon\Html\Escaper ] } - Method [ public method redirect ] { + Method [ public method setCssEscaper ] { - - Parameters [3] { - Parameter #0 [ $location = ] - Parameter #1 [ bool $externalRedirect = false ] - Parameter #2 [ int $statusCode = 302 ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\CssEscaper $escaper ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper ] } - Method [ public method removeHeader ] { + Method [ public method setDoubleEncode ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $doubleEncode ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper ] } - Method [ public method resetHeaders ] { + Method [ public method setEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $encoding ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method send ] { + Method [ public method setFlags ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method sendCookies ] { + Method [ public method setHtmlEscaper ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\HtmlEscaper $escaper ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper ] } - Method [ public method sendHeaders ] { + Method [ public method setHtmlQuoteType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags ] } + - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ public method setCache ] { + Method [ public method setJsEscaper ] { - Parameters [1] { - Parameter #0 [ int $minutes ] + Parameter #0 [ Phalcon\Html\Escaper\JsEscaper $escaper ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper ] } - Method [ public method setContent ] { + Method [ public method setUrlEscaper ] { - Parameters [1] { - Parameter #0 [ string $content ] + Parameter #0 [ Phalcon\Html\Escaper\UrlEscaper $escaper ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ Phalcon\Html\Escaper ] } - Method [ public method setContentLength ] { + Method [ public method url ] { - Parameters [1] { - Parameter #0 [ int $contentLength ] + Parameter #0 [ string $input ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } + } + } - Method [ public method setContentType ] { + Class [ class Phalcon\Html\EscaperFactory ] { - - Parameters [2] { - Parameter #0 [ string $contentType ] - Parameter #1 [ $charset = ] - } - - Return [ Phalcon\Http\ResponseInterface ] - } + - Constants [0] { + } - Method [ public method setCookies ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] - } - - Return [ Phalcon\Http\ResponseInterface ] - } + - Static methods [0] { + } - Method [ public method setDI ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Methods [1] { + Method [ public method newInstance ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Html\Escaper ] } + } + } - Method [ public method setEtag ] { + Class [ class Phalcon\Html\Escaper\AttributeEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - - Parameters [1] { - Parameter #0 [ string $etag ] - } - - Return [ Phalcon\Http\ResponseInterface ] - } + - Constants [0] { + } - Method [ public method setExpires ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] + } + + - Methods [11] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + Parameter #0 [ $input = ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method escape ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ $input = ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setFileToSend ] { + Method [ protected method escapeValue ] { - - Parameters [3] { - Parameter #0 [ string $filePath ] - Parameter #1 [ $attachmentName = ] - Parameter #2 [ $attachment = ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setHeader ] { + Method [ final public method detectEncoding ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ ?string ] } - Method [ public method setHeaders ] { + Method [ public method getDoubleEncode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ bool ] } - Method [ public method setJsonContent ] { + Method [ public method getEncoding ] { - - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ int $jsonOptions = 0 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setLastModified ] { + Method [ public method getFlags ] { - - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + - Parameters [0] { } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ int ] } - Method [ public method setNotModified ] { + Method [ final public method normalizeEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ Phalcon\Http\ResponseInterface ] + - Return [ string ] } - Method [ public method setStatusCode ] { + Method [ public method setDoubleEncode ] { - - Parameters [2] { - Parameter #0 [ int $code ] - Parameter #1 [ ?string $message = null ] + - Parameters [1] { + Parameter #0 [ bool $doubleEncode ] } - - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setRawHeader ] { + Method [ public method setEncoding ] { - Parameters [1] { - Parameter #0 [ string $header ] + Parameter #0 [ string $encoding ] } - - Return [ Phalcon\Http\ResponseInterface ] } - Method [ private method getBasename ] { + Method [ public method setFlags ] { - - Parameters [2] { - Parameter #0 [ string $uri ] - Parameter #1 [ $suffix = ] + - Parameters [1] { + Parameter #0 [ int $flags ] } - - Return [ string ] } } } - Class [ class Phalcon\Http\Response\Cookies extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Response\CookiesInterface ] { + Class [ class Phalcon\Html\Escaper\CssEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -65792,139 +64168,98 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $container = NULL ] - Property [ protected $cookies = NULL ] - Property [ protected $isSent = false ] - Property [ protected $registered = false ] - Property [ protected $signKey = NULL ] - Property [ protected $useEncryption = true ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - - Methods [15] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ bool $useEncryption = true ] - Parameter #1 [ ?string $signKey = null ] - } - } - - Method [ public method delete ] { + - Methods [11] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $input ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method get ] { + Method [ public method escape ] { - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Http\Cookie\CookieInterface ] - } - - Method [ public method getCookies ] { - - - Parameters [0] { + Parameter #0 [ string $input ] } - - Return [ array ] + - Return [ string ] } - Method [ public method has ] { + Method [ private method doEscapeCss ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $input ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isSent ] { + Method [ final public method detectEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method isUsingEncryption ] { + Method [ public method getDoubleEncode ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method reset ] { + Method [ public method getEncoding ] { - Parameters [0] { } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ string ] } - Method [ public method send ] { + Method [ public method getFlags ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ public method set ] { - - - Parameters [8] { - Parameter #0 [ string $name ] - Parameter #1 [ $value = ] - Parameter #2 [ int $expire = 0 ] - Parameter #3 [ string $path = '/' ] - Parameter #4 [ bool $secure = false ] - Parameter #5 [ string $domain = '' ] - Parameter #6 [ bool $httpOnly = false ] - Parameter #7 [ array $options = [] ] - } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ int ] } - Method [ public method setSignKey ] { + Method [ final public method normalizeEncoding ] { - Parameters [1] { - Parameter #0 [ ?string $signKey = null ] + Parameter #0 [ string $input ] } - - Return [ Phalcon\Http\Response\CookiesInterface ] + - Return [ string ] } - Method [ public method useEncryption ] { + Method [ public method setDoubleEncode ] { - Parameters [1] { - Parameter #0 [ bool $useEncryption ] - } - - Return [ Phalcon\Http\Response\CookiesInterface ] - } - - Method [ private method checkContainer ] { - - - Parameters [0] { + Parameter #0 [ bool $doubleEncode ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getDI ] { + Method [ public method setEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $encoding ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ int $flags ] } - - Return [ void ] } } } - Class [ class Phalcon\Http\Response\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Html\Escaper\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -66016,7 +64351,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { + Class [ class Phalcon\Html\Escaper\HtmlEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -66027,82 +64362,90 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $headers = NULL ] - Property [ protected $isSent = false ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - - Methods [9] { - Method [ public method get ] { + - Methods [10] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ ?string $input = null ] } + - Return [ string ] } - Method [ public method has ] { + Method [ public method escape ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ ?string $input = null ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method isSent ] { + Method [ final public method detectEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ ?string ] + } + + Method [ public method getDoubleEncode ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method remove ] { + Method [ public method getEncoding ] { - - Parameters [1] { - Parameter #0 [ string $header ] + - Parameters [0] { } - - Return [ Phalcon\Http\Response\HeadersInterface ] + - Return [ string ] } - Method [ public method reset ] { + Method [ public method getFlags ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method send ] { + Method [ final public method normalizeEncoding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method set ] { + Method [ public method setDoubleEncode ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ string $value ] + - Parameters [1] { + Parameter #0 [ bool $doubleEncode ] } - - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ public method setRaw ] { + Method [ public method setEncoding ] { - Parameters [1] { - Parameter #0 [ string $header ] + Parameter #0 [ string $encoding ] } - - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ public method toArray ] { + Method [ public method setFlags ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags ] } - - Return [ array ] } } } - Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { + Class [ class Phalcon\Html\Escaper\JsEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - Constants [0] { } @@ -66113,371 +64456,418 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $file = NULL ] - Property [ protected $height = NULL ] - Property [ protected $image = NULL ] - Property [ protected $mime = NULL ] - Property [ protected $realpath = NULL ] - Property [ protected $type = NULL ] - Property [ protected $width = NULL ] + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] } - - Methods [40] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __invoke ] { - - Parameters [3] { - Parameter #0 [ string $file ] - Parameter #1 [ ?int $width = null ] - Parameter #2 [ ?int $height = null ] + - Parameters [1] { + Parameter #0 [ string $input ] } + - Return [ string ] } - Method [ public method __destruct ] { + Method [ public method escape ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } + - Return [ string ] } - Method [ public method getVersion ] { + Method [ private method doEscapeJs ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $input ] } - Return [ string ] } - Method [ protected method processBackground ] { + Method [ final public method detectEncoding ] { - - Parameters [4] { - Parameter #0 [ int $red ] - Parameter #1 [ int $green ] - Parameter #2 [ int $blue ] - Parameter #3 [ int $opacity ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ void ] + - Return [ ?string ] } - Method [ protected method processBlur ] { + Method [ public method getDoubleEncode ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ protected method processCreate ] { + Method [ public method getEncoding ] { - - Parameters [2] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method processCrop ] { + Method [ public method getFlags ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $offsetX ] - Parameter #3 [ int $offsetY ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ protected method processFlip ] { + Method [ final public method normalizeEncoding ] { - Parameters [1] { - Parameter #0 [ int $direction ] + Parameter #0 [ string $input ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processMask ] { + Method [ public method setDoubleEncode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + Parameter #0 [ bool $doubleEncode ] } } - Method [ protected method processPixelate ] { + Method [ public method setEncoding ] { - Parameters [1] { - Parameter #0 [ int $amount ] + Parameter #0 [ string $encoding ] } - - Return [ void ] } - Method [ protected method processReflection ] { + Method [ public method setFlags ] { - - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity ] - Parameter #2 [ bool $fadeIn ] + - Parameters [1] { + Parameter #0 [ int $flags ] } - - Return [ void ] } + } + } - Method [ protected method processRender ] { + Class [ class Phalcon\Html\Escaper\UrlEscaper extends Phalcon\Html\Escaper\AbstractEscaper ] { - - Parameters [2] { - Parameter #0 [ string $extension ] - Parameter #1 [ int $quality ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $doubleEncode = true ] + Property [ protected $encoding = 'utf-8' ] + Property [ protected $flags = 11 ] + } + + - Methods [10] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] } + - Return [ string ] } - Method [ protected method processResize ] { + Method [ public method escape ] { - - Parameters [2] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processRotate ] { + Method [ final public method detectEncoding ] { - Parameters [1] { - Parameter #0 [ int $degrees ] + Parameter #0 [ string $input ] } - - Return [ void ] + - Return [ ?string ] } - Method [ protected method processSave ] { + Method [ public method getDoubleEncode ] { - - Parameters [2] { - Parameter #0 [ string $file ] - Parameter #1 [ int $quality ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method processSharpen ] { + Method [ public method getEncoding ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method processText ] { + Method [ public method getFlags ] { - - Parameters [9] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ int $opacity ] - Parameter #4 [ int $red ] - Parameter #5 [ int $green ] - Parameter #6 [ int $blue ] - Parameter #7 [ int $size ] - Parameter #8 [ ?string $fontFile = null ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ protected method processWatermark ] { + Method [ final public method normalizeEncoding ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX ] - Parameter #2 [ int $offsetY ] - Parameter #3 [ int $opacity ] + - Parameters [1] { + Parameter #0 [ string $input ] } - - Return [ void ] + - Return [ string ] } - Method [ private method check ] { + Method [ public method setDoubleEncode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $doubleEncode ] } - - Return [ void ] } - Method [ public method background ] { + Method [ public method setEncoding ] { - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = 100 ] + - Parameters [1] { + Parameter #0 [ string $encoding ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method blur ] { + Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ int $radius ] + Parameter #0 [ int $flags ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } + } + } - Method [ public method crop ] { + Class [ class Phalcon\Html\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ $offsetX = ] - Parameter #3 [ $offsetY = ] + - 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 ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method flip ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Tentative return [ void ] } - Method [ public method getHeight ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getImage ] { + Method [ final public method getCode ] { - Parameters [0] { } } - Method [ public method getMime ] { + Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getRealpath ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getType ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ public method getWidth ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Throwable ] } - Method [ public method mask ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method pixelate ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } + } + } - Method [ public method reflection ] { + Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $forceRaw = false ] + } + + - Methods [12] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity = 100 ] - Parameter #2 [ bool $fadeIn = false ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #2 [ bool $forceRaw = false ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method render ] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $href ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ ?string $extension = null ] - Parameter #1 [ int $quality = 100 ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ public method resize ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ ?int $width = null ] - Parameter #1 [ ?int $height = null ] - Parameter #2 [ int $master = null ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method rotate ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ int $degrees ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method save ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ ?string $file = null ] - Parameter #1 [ int $quality = -1 ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method sharpen ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ int $amount ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method text ] { + Method [ protected method injectAttribute ] { - - Parameters [7] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX = ] - Parameter #2 [ $offsetY = ] - Parameter #3 [ int $opacity = 100 ] - Parameter #4 [ string $color = '000000' ] - Parameter #5 [ int $size = 12 ] - Parameter #6 [ ?string $fontFile = null ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method watermark ] { + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX = 0 ] - Parameter #2 [ int $offsetY = 0 ] - Parameter #3 [ int $opacity = 100 ] + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ protected method checkHighLow ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $min = 0 ] - Parameter #2 [ int $max = 100 ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ int ] + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] } } } - Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { + Class [ class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -66488,498 +64878,518 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $file = NULL ] - Property [ protected $height = NULL ] - Property [ protected $image = NULL ] - Property [ protected $mime = NULL ] - Property [ protected $realpath = NULL ] - Property [ protected $type = NULL ] - Property [ protected $width = NULL ] - Property [ protected $version = 0 ] + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] } - - Methods [40] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $file ] - Parameter #1 [ ?int $width = null ] - Parameter #2 [ ?int $height = null ] - } - } - - Method [ public method __destruct ] { + - Methods [12] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?string $href = null ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ public method liquidRescale ] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $deltaX = 0 ] - Parameter #3 [ int $rigidity = 0 ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } - Method [ public method setResourceLimit ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ int $type ] - Parameter #1 [ int $limit ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processBackground ] { + Method [ protected method indent ] { - - Parameters [4] { - Parameter #0 [ int $red ] - Parameter #1 [ int $green ] - Parameter #2 [ int $blue ] - Parameter #3 [ int $opacity ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method processBlur ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method processCrop ] { + Method [ protected method renderArrayElements ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ int $offsetX ] - Parameter #3 [ int $offsetY ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processFlip ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ int $direction ] + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processMask ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method processPixelate ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processReflection ] { + Method [ protected method renderFullElement ] { - - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity ] - Parameter #2 [ bool $fadeIn ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processRender ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $extension ] - Parameter #1 [ int $quality ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - Return [ string ] } - Method [ protected method processResize ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ protected method processRotate ] { + Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + } + + - Methods [12] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ int $degrees ] + Parameter #0 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processSave ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $file ] - Parameter #1 [ int $quality ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ void ] } - Method [ protected method processSharpen ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method processText ] { + Method [ protected method indent ] { - - Parameters [9] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ int $opacity ] - Parameter #4 [ int $red ] - Parameter #5 [ int $green ] - Parameter #6 [ int $blue ] - Parameter #7 [ int $size ] - Parameter #8 [ ?string $fontFile = null ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method processWatermark ] { + Method [ protected method orderAttributes ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] - Parameter #1 [ int $offsetX ] - Parameter #2 [ int $offsetY ] - Parameter #3 [ int $opacity ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ private method check ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ public method background ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ string $color ] - Parameter #1 [ int $opacity = 100 ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method blur ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ int $radius ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method crop ] { + Method [ protected method renderElement ] { - - Parameters [4] { - Parameter #0 [ int $width ] - Parameter #1 [ int $height ] - Parameter #2 [ $offsetX = ] - Parameter #3 [ $offsetY = ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method flip ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ int $direction ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getHeight ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ int ] + - Return [ string ] } - Method [ public method getImage ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } + } + } - Method [ public method getMime ] { + Class [ class Phalcon\Html\Helper\Breadcrumbs extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ private $attributes = NULL ] + Property [ private $prefix = '' ] + Property [ private $url = NULL ] + Property [ private $data = NULL ] + Property [ private $separator = '
  • /
  • ' ] + Property [ private $template = NULL ] + Property [ private $interpolator = NULL ] + } + + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Mvc\Url\UrlInterface $url = ] } - - Return [ string ] } - Method [ public method getRealpath ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ public method getType ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $link = '' ] + Parameter #2 [ string $icon = '' ] + Parameter #3 [ array $attributes = [] ] } - - Return [ int ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ public method getWidth ] { + Method [ public method clear ] { - Parameters [0] { } - - Return [ int ] + - Return [ void ] } - Method [ public method mask ] { + Method [ public method clearAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ public method pixelate ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ int $amount ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method reflection ] { + Method [ public method getPrefix ] { - - Parameters [3] { - Parameter #0 [ int $height ] - Parameter #1 [ int $opacity = 100 ] - Parameter #2 [ bool $fadeIn = false ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method render ] { + Method [ public method getSeparator ] { - - Parameters [2] { - Parameter #0 [ ?string $extension = null ] - Parameter #1 [ int $quality = 100 ] + - Parameters [0] { } - Return [ string ] } - Method [ public method resize ] { + Method [ public method getTemplate ] { - - Parameters [3] { - Parameter #0 [ ?int $width = null ] - Parameter #1 [ ?int $height = null ] - Parameter #2 [ int $master = null ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method rotate ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ int $degrees ] + Parameter #0 [ int $index ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method save ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ ?string $file = null ] - Parameter #1 [ int $quality = -1 ] + - Parameters [0] { } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method sharpen ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ int $amount ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ public method text ] { + Method [ public method setPrefix ] { - - Parameters [7] { - Parameter #0 [ string $text ] - Parameter #1 [ $offsetX = ] - Parameter #2 [ $offsetY = ] - Parameter #3 [ int $opacity = 100 ] - Parameter #4 [ string $color = '000000' ] - Parameter #5 [ int $size = 12 ] - Parameter #6 [ ?string $fontFile = null ] + - Parameters [1] { + Parameter #0 [ string $prefix ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ public method watermark ] { + Method [ public method setSeparator ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] - Parameter #1 [ int $offsetX = 0 ] - Parameter #2 [ int $offsetY = 0 ] - Parameter #3 [ int $opacity = 100 ] + - Parameters [1] { + Parameter #0 [ string $separator ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - Method [ protected method checkHighLow ] { + Method [ public method setTemplate ] { - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $min = 0 ] - Parameter #2 [ int $max = 100 ] + Parameter #0 [ string $main ] + Parameter #1 [ string $line ] + Parameter #2 [ string $last ] } - - Return [ int ] + - Return [ Phalcon\Html\Helper\Breadcrumbs ] } - } - } - - Class [ class Phalcon\Image\Enum ] { - - - Constants [9] { - Constant [ public int AUTO ] { 4 } - Constant [ public int HEIGHT ] { 3 } - Constant [ public int INVERSE ] { 5 } - Constant [ public int NONE ] { 1 } - Constant [ public int PRECISE ] { 6 } - Constant [ public int TENSILE ] { 7 } - Constant [ public int WIDTH ] { 2 } - Constant [ public int HORIZONTAL ] { 11 } - Constant [ public int VERTICAL ] { 12 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Image\Exception extends Exception implements Throwable, Stringable ] { - - Constants [0] { - } + Method [ public method toArray ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ private method getLink ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [2] { + Parameter #0 [ string $template ] + Parameter #1 [ array $element ] + } + - Return [ string ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ private method processAttributes ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method __wakeup ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Image\ImageFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -66990,104 +65400,129 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $forceRaw = false ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [3] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #2 [ bool $forceRaw = false ] } } - Method [ public method load ] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ bool $raw = false ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method newInstance ] { + Method [ protected method close ] { - - Parameters [4] { - Parameter #0 [ string $name ] - Parameter #1 [ string $file ] - Parameter #2 [ ?int $width = null ] - Parameter #3 [ ?int $height = null ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ Phalcon\Image\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ protected method getExceptionClass ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method getServices ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { - } + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } - Return [ array ] } - Method [ private method getArrVal ] { + Method [ protected method renderArrayElements ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ protected method getService ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ protected method init ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method checkConfig ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method checkConfigElement ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method getException ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ Exception ] + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] } } } - Class [ class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -67098,88 +65533,139 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] } - - Methods [9] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } + - Return [ string ] } - Method [ public method newInstance ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ string $fileName ] - Parameter #2 [ array $options = [] ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ protected method getExceptionClass ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ protected method getServices ] { + Method [ protected method indent ] { - Parameters [0] { } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } - Return [ array ] } - Method [ protected method getService ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ protected method init ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method checkConfig ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ protected method checkConfigElement ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method getException ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Exception ] + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] } } } - Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ class Phalcon\Html\Helper\Doctype implements Stringable ] { - - Constants [0] { + - Constants [11] { + Constant [ public int HTML32 ] { 1 } + Constant [ public int HTML401_STRICT ] { 2 } + Constant [ public int HTML401_TRANSITIONAL ] { 3 } + Constant [ public int HTML401_FRAMESET ] { 4 } + Constant [ public int HTML5 ] { 5 } + Constant [ public int XHTML10_STRICT ] { 6 } + Constant [ public int XHTML10_TRANSITIONAL ] { 7 } + Constant [ public int XHTML10_FRAMESET ] { 8 } + Constant [ public int XHTML11 ] { 9 } + Constant [ public int XHTML20 ] { 10 } + Constant [ public int XHTML5 ] { 11 } } - Static properties [0] { @@ -67188,271 +65674,307 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] - Property [ protected $formatter = NULL ] - Property [ protected $inTransaction = false ] - Property [ protected $queue = NULL ] + - Properties [2] { + Property [ private $delimiter = NULL ] + Property [ private $type = NULL ] } - - Methods [13] { - Method [ public method close ] { + - Methods [4] { + Method [ public method __construct ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method process ] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [2] { + Parameter #0 [ int $type = null ] + Parameter #1 [ string $delimiter = '\n' ] } - - Return [ void ] + - Return [ Phalcon\Html\Helper\Doctype ] } - Method [ public method __destruct ] { + Method [ public method __toString ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method __serialize ] { + Method [ public method getType ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } + } + } - Method [ public method __unserialize ] { + Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method add ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } + - Static methods [0] { + } - Method [ public method begin ] { + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $forceRaw = false ] + } - - Parameters [0] { + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #2 [ bool $forceRaw = false ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method commit ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getFormatter ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + - Return [ string ] } - Method [ public method inTransaction ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method rollback ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method setFormatter ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ protected method getFormattedItem ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ array $attributes ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ protected method injectAttribute ] { - - Properties [8] { - Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] - Property [ protected $formatter = NULL ] - Property [ protected $inTransaction = false ] - Property [ protected $queue = NULL ] - Property [ protected $handler = NULL ] - Property [ protected $mode = 'ab' ] - Property [ protected $name = NULL ] - Property [ protected $options = NULL ] - } + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] + } + - Return [ array ] + } - - Methods [18] { - Method [ public method __construct ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ public method close ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getName ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - Return [ string ] } - Method [ public method process ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ protected method phpFclose ] { + Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + } + + - Methods [12] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ $handle ] + Parameter #0 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method phpFopen ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ protected method phpFwrite ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ $handle ] - Parameter #1 [ string $message ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } + - Return [ string ] } - Method [ public method __destruct ] { + Method [ protected method indent ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method __serialize ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method __unserialize ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ public method add ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ public method begin ] { - - - Parameters [0] { - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ public method commit ] { - - - Parameters [0] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getFormatter ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + - Return [ array ] } - Method [ public method inTransaction ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method rollback ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method setFormatter ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ protected method getFormattedItem ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + Class [ class Phalcon\Html\Helper\FriendlyTitle extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -67463,153 +65985,130 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] - Property [ protected $formatter = NULL ] - Property [ protected $inTransaction = false ] - Property [ protected $queue = NULL ] - Property [ protected $facility = 0 ] - Property [ protected $name = '' ] - Property [ protected $opened = false ] - Property [ protected $option = 0 ] + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $friendly = NULL ] } - - Methods [16] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] } } - Method [ public method close ] { + Method [ public method __invoke ] { - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method process ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - - Return [ void ] - } - - Method [ protected method openlog ] { - - - Parameters [3] { - Parameter #0 [ string $ident ] - Parameter #1 [ int $option ] - Parameter #2 [ int $facility ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = '-' ] + Parameter #2 [ bool $lowercase = true ] + Parameter #3 [ $replace = ] } - - Return [ bool ] + - Return [ string ] } - Method [ private method logLevelToSyslog ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ int $level ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ int ] + - Return [ string ] } - Method [ public method __destruct ] { + Method [ protected method indent ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method __serialize ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - Method [ public method __unserialize ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ public method add ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ public method begin ] { - - - Parameters [0] { - } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] - } - - Method [ public method commit ] { - - - Parameters [0] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getFormatter ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + - Return [ array ] } - Method [ public method inTransaction ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method rollback ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method setFormatter ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ protected method getFormattedItem ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Logger\Enum ] { + Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - - Constants [9] { - Constant [ public int ALERT ] { 2 } - Constant [ public int CRITICAL ] { 1 } - Constant [ public int CUSTOM ] { 8 } - Constant [ public int DEBUG ] { 7 } - Constant [ public int EMERGENCY ] { 0 } - Constant [ public int ERROR ] { 3 } - Constant [ public int INFO ] { 6 } - Constant [ public int NOTICE ] { 5 } - Constant [ public int WARNING ] { 4 } + - Constants [0] { } - Static properties [0] { @@ -67618,106 +66117,126 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] } - - Static methods [0] { - } + - Methods [12] { + Method [ public method __invoke ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [2] { + Parameter #0 [ string $src ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ public method __wakeup ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + Class [ class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractChecked implements Stringable ] { - Constants [0] { } @@ -67728,114 +66247,176 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $dateFormat = 'c' ] - Property [ protected $interpolatorLeft = '%' ] - Property [ protected $interpolatorRight = '%' ] + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $label = NULL ] + Property [ protected $strict = false ] + Property [ protected $type = 'checkbox' ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ string $dateFormat = 'c' ] - Parameter #1 [ string $interpolatorLeft = '%' ] - Parameter #2 [ string $interpolatorRight = '%' ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ public method format ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getDateFormat ] { + Method [ public method label ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes = [] ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ public method setDateFormat ] { + Method [ public method strict ] { - Parameters [1] { - Parameter #0 [ string $format ] + Parameter #0 [ bool $flag = true ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] + } + + Method [ protected method processChecked ] { + + - Parameters [0] { } - Return [ void ] } - Method [ protected method getFormattedDate ] { + Method [ protected method processUnchecked ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = null ] + Parameter #2 [ array $attributes = [] ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #0 [ ?string $value = null ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ protected method getInterpolatedMessage ] { + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Logger\Item $item ] - Parameter #1 [ string $message ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method injectAttribute ] { - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toInterpolate ] { + Method [ protected method renderElement ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method toLower ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toUpper ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + Class [ class Phalcon\Html\Helper\Input\CheckboxGroup extends Phalcon\Html\Helper\Input\AbstractGroup implements Stringable ] { - Constants [0] { } @@ -67846,131 +66427,157 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $dateFormat = 'c' ] - Property [ protected $interpolatorLeft = '%' ] - Property [ protected $interpolatorRight = '%' ] - Property [ protected $format = NULL ] + - Properties [10] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $checked = NULL ] + Property [ protected $name = '' ] + Property [ protected $options = NULL ] + Property [ protected $sharedAttributes = NULL ] + Property [ protected $type = 'checkbox' ] } - - Methods [13] { - Method [ public method __construct ] { + - Methods [15] { + Method [ protected method isChecked ] { + + - Parameters [1] { + Parameter #0 [ string $value ] + } + - Return [ bool ] + } + + Method [ public method __invoke ] { - Parameters [4] { - Parameter #0 [ string $format = '[%date%][%level%] %message%' ] - Parameter #1 [ string $dateFormat = 'c' ] - Parameter #2 [ string $interpolatorLeft = '%' ] - Parameter #3 [ string $interpolatorRight = '%' ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ $checked = ] + Parameter #3 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\AbstractGroup ] } - Method [ public method format ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getFormat ] { + Method [ protected method renderItem ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $value ] + Parameter #1 [ $definition ] } - Return [ string ] } - Method [ public method setFormat ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $format ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ Phalcon\Logger\Formatter\Line ] } - Method [ public method getDateFormat ] { + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setDateFormat ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ string $format ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method getFormattedDate ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\Item $item ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ protected method getInterpolatedMessage ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Logger\Item $item ] - Parameter #1 [ string $message ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ protected method injectAttribute ] { - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toInterpolate ] { + Method [ protected method renderElement ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ protected method toLower ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toUpper ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Logger\Item ] { + Class [ class Phalcon\Html\Helper\Input\Generic extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -67981,365 +66588,333 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $context = NULL ] - Property [ protected $dateTime = NULL ] - Property [ protected $message = NULL ] - Property [ protected $level = NULL ] - Property [ protected $levelName = NULL ] + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $type = 'text' ] + Property [ protected $attributes = NULL ] } - - Methods [6] { - Method [ public method __construct ] { + - Methods [15] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ string $message ] - Parameter #1 [ string $levelName ] - Parameter #2 [ int $level ] - Parameter #3 [ DateTimeImmutable $dateTime ] - Parameter #4 [ array $context = [] ] + - Parameters [3] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #2 [ string $type = 'text' ] } } - Method [ public method getContext ] { + Method [ public method setType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getDateTime ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = null ] + Parameter #2 [ array $attributes = [] ] } - - Return [ DateTimeImmutable ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getMessage ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getLevel ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $value = null ] } - - Return [ int ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method getLevelName ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface ] { - - - Constants [9] { - Constant [ public int ALERT ] { 2 } - Constant [ public int CRITICAL ] { 1 } - Constant [ public int CUSTOM ] { 8 } - Constant [ public int DEBUG ] { 7 } - Constant [ public int EMERGENCY ] { 0 } - Constant [ public int ERROR ] { 3 } - Constant [ public int INFO ] { 6 } - Constant [ public int NOTICE ] { 5 } - Constant [ public int WARNING ] { 4 } - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ protected method indent ] { - - Properties [5] { - Property [ protected $adapters = NULL ] - Property [ protected $excluded = NULL ] - Property [ protected $logLevel = 8 ] - Property [ protected $name = '' ] - Property [ protected $timezone = NULL ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [22] { - Method [ public method alert ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method critical ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ public method debug ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ string ] } - Method [ public method emergency ] { + Method [ protected method injectAttribute ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method error ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ public method info ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ public method log ] { + Method [ protected method renderTag ] { - Parameters [3] { - Parameter #0 [ $level ] - Parameter #1 [ string $message ] - Parameter #2 [ array $context = [] ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ void ] + - Return [ string ] } - Method [ public method notice ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ public method warning ] { + Class [ class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\AbstractChecked implements Stringable ] { - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method __construct ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $adapters = [] ] - Parameter #2 [ ?DateTimeZone $timezone = ] - } - } + - Static methods [0] { + } - Method [ public method addAdapter ] { + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $label = NULL ] + Property [ protected $strict = false ] + Property [ protected $type = 'radio' ] + } + + - Methods [18] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method excludeAdapters ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ array $adapters = [] ] + - Parameters [0] { } - - Return [ Phalcon\Logger\AbstractLogger ] + - Return [ string ] } - Method [ public method getAdapter ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ array $attributes = [] ] } - - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ public method getAdapters ] { + Method [ public method strict ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $flag = true ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\Input\AbstractChecked ] } - Method [ public method getLogLevel ] { + Method [ protected method processChecked ] { - Parameters [0] { } - - Return [ int ] + - Return [ void ] } - Method [ public method getName ] { + Method [ protected method processUnchecked ] { - Parameters [0] { } - Return [ string ] } - Method [ public method removeAdapter ] { + Method [ public method __invoke ] { - - Parameters [1] { + - Parameters [3] { Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = null ] + Parameter #2 [ array $attributes = [] ] } - - Return [ Phalcon\Logger\AbstractLogger ] - } - - Method [ public method setAdapters ] { - - - Parameters [1] { - Parameter #0 [ array $adapters ] - } - - Return [ Phalcon\Logger\AbstractLogger ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method setLogLevel ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ int $level ] + Parameter #0 [ ?string $value = null ] } - - Return [ Phalcon\Logger\AbstractLogger ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ protected method addMessage ] { + Method [ protected method close ] { - - Parameters [3] { - Parameter #0 [ int $level ] - Parameter #1 [ string $message ] - Parameter #2 [ array $context = [] ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method getLevelNumber ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ $level ] + - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ protected method getLevels ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - Return [ array ] } - } - } - - Class [ class Phalcon\Logger\LoggerFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ private $adapterFactory = NULL ] - } - - Methods [8] { - Method [ public method __construct ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\AdapterFactory $factory ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ public method load ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ string ] } - Method [ public method newInstance ] { + Method [ protected method injectAttribute ] { - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $adapters = [] ] - Parameter #2 [ ?DateTimeZone $timezone = ] + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ array ] } - Method [ protected method getArrVal ] { + Method [ protected method renderElement ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ protected method getExceptionClass ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ protected method checkConfig ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ array ] + - Return [ string ] } - Method [ protected method checkConfigElement ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] - } - - Return [ array ] - } - - Method [ protected method getException ] { - - - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Exception ] + - Return [ string ] } } } - Class [ class Phalcon\Messages\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Html\Helper\Input\RadioGroup extends Phalcon\Html\Helper\Input\AbstractGroup implements Stringable ] { - Constants [0] { } @@ -68350,485 +66925,497 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [10] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $checked = NULL ] + Property [ protected $name = '' ] + Property [ protected $options = NULL ] + Property [ protected $sharedAttributes = NULL ] + Property [ protected $type = 'radio' ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [15] { + Method [ protected method isChecked ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ string $value ] } + - Return [ bool ] } - Method [ public method __wakeup ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ $checked = ] + Parameter #3 [ array $attributes = [] ] } - - Tentative return [ void ] + - Return [ Phalcon\Html\Helper\Input\AbstractGroup ] } - Method [ final public method getMessage ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method renderItem ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $value ] + Parameter #1 [ $definition ] } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Messages\Message implements Stringable, Phalcon\Messages\MessageInterface, JsonSerializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $code = NULL ] - Property [ protected $field = NULL ] - Property [ protected $message = NULL ] - Property [ protected $type = NULL ] - Property [ protected $metaData = NULL ] - } - - Methods [13] { - Method [ public method __construct ] { + Method [ protected method injectAttribute ] { - - Parameters [5] { - Parameter #0 [ string $message ] - Parameter #1 [ $field = ] - Parameter #2 [ string $type = '' ] - Parameter #3 [ int $code = 0 ] - Parameter #4 [ array $metaData = [] ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } + - Return [ array ] } - Method [ public method __toString ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ public method getCode ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getField ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ public method getMessage ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - Return [ string ] } - Method [ public method getType ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } + } + } - Method [ public method getMetaData ] { - - - Parameters [0] { - } - - Return [ array ] - } + Class [ class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList implements Stringable ] { - Method [ public method jsonSerialize ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method setCode ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ int $code ] - } - - Return [ Phalcon\Messages\MessageInterface ] - } + - Properties [11] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] + Property [ protected $elementTag = 'option' ] + Property [ protected $inOptGroup = false ] + Property [ protected $selected = '' ] + Property [ protected $strict = false ] + } - Method [ public method setField ] { + - Methods [24] { + Method [ public method add ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $value = null ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method setMessage ] { + Method [ public method addPlaceholder ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ $value = ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method setMetaData ] { + Method [ public method fromData ] { - Parameters [1] { - Parameter #0 [ array $metaData ] + Parameter #0 [ Phalcon\Contracts\Html\Helper\Input\SelectData $data ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method setType ] { + Method [ public method optGroup ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [2] { + Parameter #0 [ ?string $label = null ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ Phalcon\Html\Helper\Input\Select ] } - } - } - - Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $position = 0 ] - Property [ protected $messages = NULL ] - } - - - Methods [15] { - Method [ public method __construct ] { + Method [ public method placeholder ] { - Parameters [1] { - Parameter #0 [ array $messages = [] ] + Parameter #0 [ string $text ] } + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method appendMessage ] { + Method [ public method selected ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ string $selected ] } + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method appendMessages ] { + Method [ public method strict ] { - Parameters [1] { - Parameter #0 [ $messages ] + Parameter #0 [ bool $flag = true ] } + - Return [ Phalcon\Html\Helper\Input\Select ] } - Method [ public method count ] { + Method [ protected method getTag ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method current ] { + Method [ protected method optGroupEnd ] { - Parameters [0] { } - - Return [ Phalcon\Messages\MessageInterface ] + - Return [ string ] } - Method [ public method filter ] { + Method [ protected method optGroupStart ] { - - Parameters [1] { - Parameter #0 [ string $fieldName ] + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ private method processValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ $value = ] } - Return [ array ] } - Method [ public method key ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] + Parameter #2 [ array $attributes = [] ] } - - Return [ int ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ public method next ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ void ] - } - - Method [ public method offsetExists ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } - - Return [ bool ] + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ mixed ] } - Method [ public method offsetSet ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method rewind ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method valid ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ bool ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $container = NULL ] - Property [ protected $defaultModule = '' ] - Property [ protected $eventsManager = NULL ] - Property [ protected $modules = NULL ] - Property [ protected $implicitView = true ] - Property [ protected $sendCookies = true ] - Property [ protected $sendHeaders = true ] - } - - Methods [16] { - Method [ public method handle ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $uri ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method sendCookiesOnHandleRequest ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ bool $sendCookies ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Mvc\Application ] + - Return [ array ] } - Method [ public method sendHeadersOnHandleRequest ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ bool $sendHeaders ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Mvc\Application ] + - Return [ string ] } - Method [ public method useImplicitView ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ bool $implicitView ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Mvc\Application ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } + - Return [ string ] } - Method [ public method getDefaultModule ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } + } + } - Method [ public method getEventsManager ] { + Class [ class Phalcon\Html\Helper\Input\Select\ArrayData implements Phalcon\Contracts\Html\Helper\Input\SelectData ] { - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } + - Constants [0] { + } - Method [ public method getModule ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ string $name ] + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $attributes = NULL ] + Property [ protected $data = NULL ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $data = [] ] + Parameter #1 [ array $attributes = [] ] } } - Method [ public method getModules ] { + Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } - Method [ public method registerModules ] { + Method [ public method getOptions ] { - - Parameters [2] { - Parameter #0 [ array $modules ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Application\AbstractApplication ] + - Return [ array ] } + } + } - Method [ public method setDefaultModule ] { + Class [ class Phalcon\Html\Helper\Input\Select\ResultsetData implements Phalcon\Contracts\Html\Helper\Input\SelectData ] { - - Parameters [1] { - Parameter #0 [ string $defaultModule ] - } - - Return [ Phalcon\Application\AbstractApplication ] - } + - Constants [0] { + } - Method [ public method setEventsManager ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $attributesMap = NULL ] + Property [ protected $resolvedAttributes = NULL ] + Property [ protected $resolvedOptions = NULL ] + Property [ protected $resultset = NULL ] + Property [ protected $using = NULL ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] + Parameter #1 [ array $using ] + Parameter #2 [ array $attributesMap = [] ] } - - Return [ void ] } - Method [ public method __get ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __isset ] { + Method [ public method getOptions ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method getDI ] { + Method [ protected method readField ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ string $field ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ protected method resolve ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - Return [ void ] } } } - Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { + Class [ class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput implements Stringable ] { - Constants [0] { } @@ -68839,88 +67426,144 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $type = 'textarea' ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [14] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $name ] + Parameter #1 [ ?string $value = null ] + Parameter #2 [ array $attributes = [] ] } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ public method __wakeup ] { + Method [ public method setValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $value = null ] } - - Tentative return [ void ] + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] } - Method [ final public method getMessage ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method indent ] { - Parameters [0] { } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -68931,75 +67574,129 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $container = NULL ] - Property [ protected $eventsManager = NULL ] + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $forceRaw = false ] } - - Methods [8] { - Method [ final public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #2 [ bool $forceRaw = false ] } } - Method [ public method getEventsManager ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $label ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ bool $raw = false ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method fireManagerEvent ] { + Method [ protected method indent ] { - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method __get ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method __isset ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ void ] + - Return [ array ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { + Class [ class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\Style implements Stringable ] { - Constants [0] { } @@ -69010,890 +67707,1038 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [26] { - Property [ protected $container = NULL ] - Property [ protected $activeHandler = NULL ] - Property [ protected $activeMethodMap = NULL ] - Property [ protected $actionName = '' ] - Property [ protected $actionSuffix = 'Action' ] - Property [ protected $camelCaseMap = NULL ] - Property [ protected $defaultNamespace = '' ] - Property [ protected $handlerHashes = NULL ] - Property [ protected $handlerName = '' ] - Property [ protected $eventsManager = NULL ] - Property [ protected $finished = false ] - Property [ protected $forwarded = false ] - Property [ protected $isControllerInitialize = false ] - Property [ protected $lastHandler = NULL ] - Property [ protected $modelBinder = NULL ] - Property [ protected $modelBinding = false ] - Property [ protected $moduleName = '' ] - Property [ protected $namespaceName = '' ] - Property [ protected $params = NULL ] - Property [ protected $previousActionName = '' ] - Property [ protected $previousHandlerName = '' ] - Property [ protected $previousNamespaceName = '' ] - Property [ protected $returnedValue = NULL ] - Property [ protected $defaultAction = 'index' ] - Property [ protected $defaultHandler = 'index' ] - Property [ protected $handlerSuffix = 'Controller' ] + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] } - - Methods [53] { - Method [ public method forward ] { - - - Parameters [1] { - Parameter #0 [ array $forward ] - } - - Return [ void ] - } - - Method [ public method getActiveController ] { + - Methods [19] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ int $position = -1 ] } - - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ public method getControllerClass ] { + Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getControllerName ] { + Method [ protected method getAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getLastController ] { + Method [ public method setStyle ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $flag ] } - - Return [ Phalcon\Mvc\ControllerInterface ] + - Return [ Phalcon\Html\Helper\Style ] } - Method [ public method getPreviousActionName ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method getPreviousControllerName ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getPreviousNamespaceName ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method setControllerName ] { + Method [ protected method pushOrPlace ] { - - Parameters [1] { - Parameter #0 [ string $controllerName ] + - Parameters [2] { + Parameter #0 [ array $entry ] + Parameter #1 [ int $position = -1 ] } + - Return [ void ] } - Method [ public method setControllerSuffix ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $controllerSuffix ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } } - Method [ public method setDefaultController ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ string $controllerName ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } + - Return [ string ] } - Method [ protected method handleException ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ Exception $exception ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method throwDispatchException ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ int $exceptionCode = 0 ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method callActionMethod ] { + Method [ protected method renderArrayElements ] { - - Parameters [3] { - Parameter #0 [ $handler ] - Parameter #1 [ string $actionMethod ] - Parameter #2 [ array $params = [] ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } + - Return [ string ] } - Method [ public method dispatch ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getActionName ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getActionSuffix ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } - Method [ public method getActiveMethod ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ public method getBoundModels ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getDefaultNamespace ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } + } + } - Method [ public method getEventsManager ] { - - - Parameters [0] { - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } + Class [ class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { - Method [ public method getHandlerSuffix ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Static properties [0] { + } - Method [ public method getModelBinder ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\Model\BinderInterface ] - } + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] + } - Method [ public method getModuleName ] { + - Methods [21] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $attributes = [] ] + Parameter #1 [ int $position = -1 ] } - - Return [ ?string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method getNamespaceName ] { + Method [ public method addHttp ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $httpEquiv ] + Parameter #1 [ string $content ] + Parameter #2 [ int $position = -1 ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method getParam ] { + Method [ public method addName ] { - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] + Parameter #2 [ int $position = -1 ] } + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method getParameter ] { + Method [ public method addProperty ] { - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters = ] - Parameter #2 [ $defaultValue = ] + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] + Parameter #2 [ int $position = -1 ] } + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method getParams ] { + Method [ protected method getTag ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getParameters ] { + Method [ private method addElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $element ] + Parameter #1 [ string $value ] + Parameter #2 [ string $content ] + Parameter #3 [ int $position = -1 ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\Meta ] } - Method [ public method hasParam ] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $param ] + - Parameters [2] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method hasParameter ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $param ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method isFinished ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ public method setActionName ] { + Method [ protected method pushOrPlace ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [2] { + Parameter #0 [ array $entry ] + Parameter #1 [ int $position = -1 ] } - Return [ void ] } - Method [ public method setDefaultAction ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $actionName ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ void ] } - Method [ public method setDefaultNamespace ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ string $defaultNamespace ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ public method getHandlerClass ] { + Method [ protected method indent ] { - Parameters [0] { } - Return [ string ] } - Method [ public method setParam ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setParameter ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setParams ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ array $params ] + Parameter #0 [ array $attributes ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setParameters ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ array $params ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setReturnedValue ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setActionSuffix ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setHandlerSuffix ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ string $handlerSuffix ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } + } + } - Method [ public method setModelBinder ] { + Class [ class Phalcon\Html\Helper\Preload extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $response = NULL ] + } + + - Methods [12] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache = ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Http\ResponseInterface $response = ] } - - Return [ Phalcon\Dispatcher\DispatcherInterface ] } - Method [ public method setModuleName ] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ ?string $moduleName = null ] + - Parameters [3] { + Parameter #0 [ string $href ] + Parameter #1 [ string $type = 'style' ] + Parameter #2 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setNamespaceName ] { + Method [ protected method close ] { - - Parameters [1] { - Parameter #0 [ string $namespaceName ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ void ] + - Return [ string ] } - Method [ public method getReturnedValue ] { + Method [ protected method indent ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method wasForwarded ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method resolveEmptyProperties ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ void ] + - Return [ string ] } - Method [ protected method toCamelCase ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $input ] + Parameter #0 [ array $attributes ] } - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - } - } - Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { + Method [ protected method renderFullElement ] { - - Constants [6] { - Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } - Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ public int EXCEPTION_NO_DI ] { 0 } - } + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] + } + - Return [ string ] + } - - Static properties [0] { + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\AbstractSeries implements Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { } - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [7] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $store = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [20] { + Method [ public method add ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ int $position = -1 ] } } - Method [ public method __wakeup ] { + Method [ public method beginInternal ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ public method endInternal ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $attributes = [] ] + Parameter #1 [ int $position = -1 ] } - - Return [ string ] + - Return [ Phalcon\Html\Helper\Script ] } - Method [ final public method getCode ] { + Method [ protected method getAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $url ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method getTag ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] } - - Return [ int ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ final public method getTrace ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ Phalcon\Html\Helper\AbstractSeries ] } - Method [ final public method getTraceAsString ] { + Method [ protected method pushOrPlace ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $entry ] + Parameter #1 [ int $position = -1 ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ string ] } - } - } - Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } + Method [ protected method close ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ protected method indent ] { - - Properties [15] { - Property [ protected $activeHandler = NULL ] - Property [ protected $afterBindingHandlers = NULL ] - Property [ protected $afterHandlers = NULL ] - Property [ protected $beforeHandlers = NULL ] - Property [ protected $container = NULL ] - Property [ protected $errorHandler = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $finishHandlers = NULL ] - Property [ protected $handlers = NULL ] - Property [ protected $modelBinder = NULL ] - Property [ protected $notFoundHandler = NULL ] - Property [ protected $responseHandler = NULL ] - Property [ protected $returnedValue = NULL ] - Property [ protected $router = NULL ] - Property [ protected $stopped = false ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [41] { - Method [ public method __construct ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method after ] { + Method [ protected method renderArrayElements ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method afterBinding ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method before ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ array ] } - Method [ public method delete ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method error ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method finish ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method get ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } + } + } - Method [ public method getActiveHandler ] { + Class [ class Phalcon\Html\Helper\Tag extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ public method getBoundModels ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + } - Method [ public method getEventsManager ] { + - Methods [12] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ void ] } - Method [ public method getHandlers ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getModelBinder ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\Model\BinderInterface ] + - Return [ string ] } - Method [ public method getReturnedValue ] { + Method [ protected method orderAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getRouter ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ string ] } - Method [ public method getService ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ string $serviceName ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getSharedService ] { + Method [ protected method injectAttribute ] { - - Parameters [1] { - Parameter #0 [ string $serviceName ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } + - Return [ array ] } - Method [ public method handle ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ string $uri ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ public method hasService ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $serviceName ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method head ] { + Method [ protected method renderTag ] { - - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method map ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } + } + } - Method [ public method mount ] { + Class [ class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper implements Stringable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] - } - - Return [ Phalcon\Mvc\Micro ] - } + - Constants [0] { + } - Method [ public method notFound ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $handler ] + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $append = NULL ] + Property [ protected $prepend = NULL ] + Property [ protected $title = '' ] + Property [ protected $separator = '' ] + } + + - Methods [18] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method offsetExists ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ public method append ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw = false ] } - - Return [ mixed ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method offsetSet ] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw = false ] } - - Return [ void ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method options ] { + Method [ public method setSeparator ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ string $separator ] + Parameter #1 [ bool $raw = false ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method patch ] { + Method [ public method prepend ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw = false ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Html\Helper\Title ] } - Method [ public method post ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method put ] { + Method [ protected method close ] { - Parameters [2] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method setActiveHandler ] { + Method [ protected method indent ] { - - Parameters [1] { - Parameter #0 [ $activeHandler ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDI ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setModelBinder ] { + Method [ protected method renderArrayElements ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache = ] + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method setResponseHandler ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\Micro ] + - Return [ string ] } - Method [ public method setService ] { + Method [ protected method injectAttribute ] { - Parameters [3] { - Parameter #0 [ string $serviceName ] - Parameter #1 [ $definition ] - Parameter #2 [ bool $shared = false ] + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Di\ServiceInterface ] + - Return [ array ] } - Method [ public method stop ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } - Method [ public method __get ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } + - Return [ string ] } - Method [ public method __isset ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ bool ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method selfClose ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { + Class [ class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol implements Stringable ] { - Constants [0] { } @@ -69904,171 +68749,156 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $handler = NULL ] - Property [ protected $handlers = NULL ] - Property [ protected $lazy = false ] - Property [ protected $prefix = '' ] + - Properties [9] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] + Property [ protected $attributes = NULL ] + Property [ protected $elementTag = 'li' ] + Property [ protected $store = NULL ] + Property [ protected $forceRaw = false ] } - - Methods [17] { - Method [ public method delete ] { + - Methods [15] { + Method [ protected method getTag ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method get ] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] + Parameter #2 [ bool $forceRaw = false ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method getHandler ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ bool $raw = false ] } + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ public method getHandlers ] { + Method [ public method __invoke ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $indent = ' ' ] + Parameter #1 [ ?string $delimiter = null ] + Parameter #2 [ array $attributes = [] ] } - - Return [ array ] + - Return [ Phalcon\Html\Helper\AbstractList ] } - Method [ public method getPrefix ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method head ] { + Method [ protected method close ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method isLazy ] { + Method [ protected method indent ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ public method map ] { - - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] - } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] - } - - Method [ public method mapVia ] { - - - Parameters [4] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $method ] - Parameter #3 [ ?string $name = null ] - } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method options ] { + Method [ protected method orderAttributes ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ array ] } - Method [ public method patch ] { + Method [ protected method renderArrayElements ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method post ] { + Method [ protected method renderAttributes ] { - - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method put ] { + Method [ protected method injectAttribute ] { - Parameters [3] { - Parameter #0 [ string $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ ?string $name = null ] + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ array ] } - Method [ public method setHandler ] { + Method [ protected method renderElement ] { - Parameters [2] { - Parameter #0 [ $handler ] - Parameter #1 [ bool $lazy = false ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method setLazy ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ bool $lazy ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ public method setPrefix ] { + Method [ protected method renderTag ] { - - Parameters [1] { - Parameter #0 [ string $prefix ] + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] } - - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + - Return [ string ] } - Method [ protected method addMap ] { + Method [ protected method selfClose ] { - - Parameters [4] { - Parameter #0 [ $method ] - Parameter #1 [ string $routePattern ] - Parameter #2 [ $handler ] - Parameter #3 [ ?string $name = null ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ void ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Html\Helper\VoidTag extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -70079,88 +68909,126 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [5] { + Property [ protected $delimiter = '' ] + Property [ protected $doctype = NULL ] + Property [ protected $escaper = NULL ] + Property [ protected $indent = ' ' ] + Property [ protected $indentLevel = 1 ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __invoke ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes = [] ] } + - Return [ string ] } - Method [ public method __wakeup ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ ?Phalcon\Html\Helper\Doctype $doctype = ] } - - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ protected method close ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw = false ] } - Return [ string ] } - Method [ final public method getCode ] { + Method [ protected method indent ] { - Parameters [0] { } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ protected method renderArrayElements ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method renderAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method injectAttribute ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $value ] + Parameter #2 [ array $attributes ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method renderElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - - Return [ ?Throwable ] + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ protected method renderFullElement ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes = [] ] + Parameter #3 [ bool $raw = false ] } - Return [ string ] } - Method [ public method __toString ] { + Method [ protected method renderTag ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] + Parameter #2 [ string $close = '' ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes = [] ] } - Return [ string ] } } } - Class [ class Phalcon\Mvc\Micro\LazyLoader ] { + Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements Phalcon\Html\Link\Interfaces\LinkInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] { - Constants [0] { } @@ -70171,1486 +69039,1389 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $definition = NULL ] - Property [ protected $handler = NULL ] + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $href = '' ] + Property [ protected $rels = NULL ] + Property [ protected $templated = false ] } - - Methods [4] { - Method [ public method __construct ] { + - Methods [20] { + Method [ public method withAttribute ] { - - Parameters [1] { - Parameter #0 [ string $definition ] + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method callMethod ] { + Method [ public method withHref ] { - - Parameters [3] { - Parameter #0 [ string $method ] - Parameter #1 [ $arguments ] - Parameter #2 [ ?Phalcon\Mvc\Model\BinderInterface $modelBinder = ] + - Parameters [1] { + Parameter #0 [ string $href ] } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method getDefinition ] { + Method [ public method withRel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $rel ] } - - Return [ string ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method getHandler ] { + Method [ public method withoutAttribute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $attribute ] } - - Return [ ?object ] + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - } - } - Class [ abstract class Phalcon\Mvc\Model extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Serializable, JsonSerializable ] { - - - Constants [8] { - Constant [ public int DIRTY_STATE_DETACHED ] { 2 } - Constant [ public int DIRTY_STATE_PERSISTENT ] { 0 } - Constant [ public int DIRTY_STATE_TRANSIENT ] { 1 } - Constant [ public int OP_CREATE ] { 1 } - Constant [ public int OP_DELETE ] { 3 } - Constant [ public int OP_NONE ] { 0 } - Constant [ public int OP_UPDATE ] { 2 } - Constant [ public string TRANSACTION_INDEX ] { transaction } - } + Method [ public method withoutRel ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $rel ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + } - - Static methods [17] { - Method [ static public method __callStatic ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method average ] { + Method [ public method getHref ] { - - Parameters [1] { - Parameter #0 [ array $parameters = [] ] + - Parameters [0] { } + - Return [ string ] } - Method [ static public method cloneResult ] { + Method [ public method getRels ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] - Parameter #1 [ array $data ] - Parameter #2 [ int $dirtyState = 0 ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ array ] } - Method [ static public method cloneResultMap ] { + Method [ public method isTemplated ] { - - Parameters [5] { - Parameter #0 [ $base ] - Parameter #1 [ array $data ] - Parameter #2 [ $columnMap ] - Parameter #3 [ int $dirtyState = 0 ] - Parameter #4 [ ?bool $keepSnapshots = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ bool ] } - Method [ static public method cloneResultMapHydrate ] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] - Parameter #2 [ int $hydrationMode ] + Parameter #0 [ string $rel = '' ] + Parameter #1 [ string $href = '' ] + Parameter #2 [ array $attributes = [] ] } } - Method [ static public method count ] { + Method [ protected method doGetAttributes ] { - - Parameters [1] { - Parameter #0 [ $parameters = ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method find ] { + Method [ protected method doGetHref ] { - - Parameters [1] { - Parameter #0 [ $parameters = ] + - Parameters [0] { } + - Return [ string ] } - Method [ static public method findFirst ] { + Method [ protected method doGetRels ] { - - Parameters [1] { - Parameter #0 [ $parameters = ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method maximum ] { + Method [ protected method doIsTemplated ] { - - Parameters [1] { - Parameter #0 [ $parameters = ] + - Parameters [0] { } + - Return [ bool ] } - Method [ static public method minimum ] { + Method [ protected method hrefIsTemplated ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ string $href ] } + - Return [ bool ] } - Method [ static public method query ] { + Method [ protected method doWithAttribute ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ static public method setup ] { + Method [ protected method doWithHref ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $href ] } - - Return [ void ] } - Method [ static public method sum ] { + Method [ protected method doWithRel ] { - Parameters [1] { - Parameter #0 [ $parameters = ] + Parameter #0 [ string $key ] } } - Method [ static protected method groupResult ] { + Method [ protected method doWithoutAttribute ] { - - Parameters [3] { - Parameter #0 [ string $functionName ] - Parameter #1 [ string $alias ] - Parameter #2 [ $parameters = ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ final static protected method invokeFinder ] { + Method [ protected method doWithoutRel ] { - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ string $key ] } } + } + } - Method [ static private method getPreparedQuery ] { + Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] { - - Parameters [2] { - Parameter #0 [ $params ] - Parameter #1 [ $limit = ] - } - - Return [ Phalcon\Mvc\Model\QueryInterface ] - } + - Constants [0] { + } - Method [ static private method caseInsensitiveColumnMap ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $columnMap ] - Parameter #1 [ $key ] - } - - Return [ string ] - } + - Static methods [0] { } - - Properties [16] { - Property [ protected $container = NULL ] - Property [ protected $dirtyState = 1 ] - Property [ protected $dirtyRelated = NULL ] - Property [ protected $errorMessages = NULL ] - Property [ protected $modelsManager = NULL ] - Property [ protected $modelsMetaData = NULL ] - Property [ protected $related = NULL ] - Property [ protected $operationMade = 0 ] - Property [ protected $oldSnapshot = NULL ] - Property [ protected $rawValues = NULL ] - Property [ protected $skipped = false ] - Property [ protected $snapshot = NULL ] - Property [ protected $transaction = NULL ] - Property [ protected $uniqueKey = NULL ] - Property [ protected $uniqueParams = NULL ] - Property [ protected $uniqueTypes = NULL ] + - Properties [1] { + Property [ protected $links = NULL ] } - - Methods [88] { - Method [ final public method __construct ] { + - Methods [10] { + Method [ public method withLink ] { - - Parameters [3] { - Parameter #0 [ $data = ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] - Parameter #2 [ ?Phalcon\Mvc\Model\ManagerInterface $modelsManager = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] } - Method [ public method __call ] { + Method [ public method withoutLink ] { - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] + } + + Method [ public method getLinks ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method __get ] { + Method [ public method getLinksByRel ] { - Parameters [1] { - Parameter #0 [ string $property ] + Parameter #0 [ $rel ] } + - Return [ array ] } - Method [ public method __isset ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $property ] + Parameter #0 [ array $links = [] ] } - - Return [ bool ] } - Method [ public method __serialize ] { + Method [ protected method doGetLinks ] { - Parameters [0] { } - Return [ array ] } - Method [ public method __set ] { + Method [ protected method doGetLinksByRel ] { - - Parameters [2] { - Parameter #0 [ string $property ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $rel ] } + - Return [ array ] } - Method [ public method __unserialize ] { + Method [ protected method doWithLink ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ $link ] } - - Return [ void ] } - Method [ public method addBehavior ] { + Method [ protected method doWithoutLink ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + Parameter #0 [ $link ] } - - Return [ void ] } - Method [ public method appendMessage ] { + Method [ protected method getKey ] { - Parameters [1] { - Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + Parameter #0 [ $link ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ string ] } + } + } - Method [ public method assign ] { - - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $whiteList = ] - Parameter #2 [ $dataColumnMap = ] - } - - Return [ Phalcon\Mvc\ModelInterface ] - } + Class [ class Phalcon\Html\Link\Serializer\Header implements Phalcon\Html\Link\Serializer\SerializerInterface ] { - Method [ protected method collectRelatedToSave ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ public method create ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method delete ] { + - Methods [1] { + Method [ public method serialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $links ] } - - Return [ bool ] + - Return [ ?string ] } + } + } - Method [ public method dump ] { - - - Parameters [0] { - } - - Return [ array ] - } + Class [ class Phalcon\Html\TagFactory ] { - Method [ public method fireEvent ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $eventName ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ public method fireEventCancel ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ string $eventName ] - } - - Return [ bool ] - } + - Properties [6] { + Property [ private $doctype = NULL ] + Property [ private $escaper = NULL ] + Property [ private $response = NULL ] + Property [ private $url = NULL ] + Property [ protected $factories = NULL ] + Property [ protected $instances = NULL ] + } - Method [ public method getChangedFields ] { + - Methods [6] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Html\Escaper\EscaperInterface $escaper ] + Parameter #1 [ array $services = [] ] + Parameter #2 [ ?Phalcon\Http\ResponseInterface $response = ] + Parameter #3 [ ?Phalcon\Mvc\Url\UrlInterface $url = ] } - - Return [ array ] } - Method [ public method getDirtyState ] { + Method [ public method __call ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments ] } - - Return [ int ] } - Method [ public method getEventsManager ] { + Method [ public method has ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ bool ] } - Method [ public method getMessages ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ $filter = ] + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ object ] } - Method [ public method getModelsManager ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Closure $definition ] } - - Return [ Phalcon\Mvc\Model\ManagerInterface ] + - Return [ void ] } - Method [ public method getModelsMetaData ] { + Method [ protected method getDefaultServices ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaDataInterface ] + - Return [ array ] } + } + } - Method [ public method getOperationMade ] { + Class [ class Phalcon\Http\Cookie extends Phalcon\Di\AbstractInjectionAware implements Stringable, Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Cookie\CookieInterface ] { - - Parameters [0] { - } - - Return [ int ] - } + - Constants [0] { + } - Method [ public method getOldSnapshotData ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Static methods [0] { + } - Method [ final public method getReadConnection ] { + - Properties [14] { + Property [ protected $container = NULL ] + Property [ protected $domain = NULL ] + Property [ protected $expire = NULL ] + Property [ protected $filter = NULL ] + Property [ protected $httpOnly = NULL ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] + Property [ protected $path = NULL ] + Property [ protected $isRead = false ] + Property [ protected $restored = false ] + Property [ protected $secure = true ] + Property [ protected $signKey = NULL ] + Property [ protected $useEncryption = false ] + Property [ protected $value = NULL ] + } - - Parameters [0] { + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value = ] + Parameter #2 [ int $expire = 0 ] + Parameter #3 [ string $path = '/' ] + Parameter #4 [ bool $secure = false ] + Parameter #5 [ string $domain = '' ] + Parameter #6 [ bool $httpOnly = false ] + Parameter #7 [ array $options = [] ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ final public method getReadConnectionService ] { + Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getRelated ] { + Method [ public method delete ] { - - Parameters [2] { - Parameter #0 [ string $alias ] - Parameter #1 [ $arguments = ] + - Parameters [0] { } } - Method [ public method isRelationshipLoaded ] { + Method [ public method getDomain ] { - - Parameters [1] { - Parameter #0 [ string $relationshipAlias ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ final public method getSchema ] { + Method [ public method getExpiration ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ int ] } - Method [ public method getSnapshotData ] { + Method [ public method getHttpOnly ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getSource ] { + Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getUpdatedFields ] { + Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getWriteConnection ] { + Method [ public method getPath ] { - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ final public method getWriteConnectionService ] { + Method [ public method getSecure ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method hasChanged ] { + Method [ public method getValue ] { - Parameters [2] { - Parameter #0 [ $fieldName = ] - Parameter #1 [ bool $allFields = false ] + Parameter #0 [ $filters = ] + Parameter #1 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method hasSnapshotData ] { + Method [ public method isUsingEncryption ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method hasUpdated ] { + Method [ public method restore ] { - - Parameters [2] { - Parameter #0 [ $fieldName = ] - Parameter #1 [ bool $allFields = false ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method jsonSerialize ] { + Method [ public method send ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method readAttribute ] { + Method [ public method setDomain ] { - Parameters [1] { - Parameter #0 [ string $attribute ] + Parameter #0 [ string $domain ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method refresh ] { + Method [ public method setExpiration ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $expire ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method save ] { + Method [ public method setHttpOnly ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $httpOnly ] } - - Return [ bool ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method doSave ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $visited ] + Parameter #0 [ array $options ] } - - Return [ bool ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method serialize ] { + Method [ public method setPath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $path ] } - - Return [ ?string ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method unserialize ] { + Method [ public method setSecure ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ bool $secure ] } - - Return [ void ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ final public method setConnectionService ] { + Method [ public method setSignKey ] { - Parameters [1] { - Parameter #0 [ string $connectionService ] + Parameter #0 [ ?string $signKey = null ] } - - Return [ void ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method setDirtyState ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ int $dirtyState ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method setEventsManager ] { + Method [ public method useEncryption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ bool $useEncryption ] } + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ final public method setReadConnectionService ] { + Method [ protected method assertSignKeyIsLongEnough ] { - Parameters [1] { - Parameter #0 [ string $connectionService ] + Parameter #0 [ string $signKey ] } - Return [ void ] } - Method [ public method setOldSnapshotData ] { + Method [ private method getArrVal ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap = ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } } - Method [ public method setSnapshotData ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap = ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setTransaction ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ void ] } + } + } - Method [ public method getTransaction ] { + Class [ class Phalcon\Http\Cookie\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [0] { + - 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 ] } - - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] } - Method [ final public method setWriteConnectionService ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $connectionService ] + - Parameters [0] { } - - Return [ void ] + - Tentative return [ void ] } - Method [ public method skipOperation ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ bool $skip ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method toArray ] { + Method [ final public method getCode ] { - - Parameters [2] { - Parameter #0 [ $columns = ] - Parameter #1 [ $useGetter = ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method update ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method writeAttribute ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ final protected method checkForeignKeysRestrict ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ final protected method checkForeignKeysReverseCascade ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ bool ] + - Return [ ?Throwable ] } - Method [ final protected method checkForeignKeysReverseRestrict ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method doLowInsert ] { + Method [ public method __toString ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #2 [ $table ] - Parameter #3 [ $identityField ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ protected method doLowUpdate ] { + Class [ class Phalcon\Http\Request extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\RequestInterface, Phalcon\Http\Message\RequestMethodInterface ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #2 [ $table ] + - Constants [10] { + Constant [ public string METHOD_CONNECT ] { CONNECT } + Constant [ public string METHOD_DELETE ] { DELETE } + Constant [ public string METHOD_GET ] { GET } + Constant [ public string METHOD_HEAD ] { HEAD } + Constant [ public string METHOD_OPTIONS ] { OPTIONS } + Constant [ public string METHOD_PATCH ] { PATCH } + Constant [ public string METHOD_POST ] { POST } + Constant [ public string METHOD_PURGE ] { PURGE } + Constant [ public string METHOD_PUT ] { PUT } + Constant [ public string METHOD_TRACE ] { TRACE } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $container = NULL ] + Property [ protected $filterService = NULL ] + Property [ protected $httpMethodParameterOverride = false ] + Property [ protected $queryFilters = NULL ] + Property [ protected $postCache = NULL ] + Property [ protected $rawBody = '' ] + Property [ protected $strictHostCheck = false ] + Property [ protected $trustedProxies = NULL ] + Property [ protected $trustedProxyHeader = '' ] + } + + - Methods [83] { + Method [ public method get ] { + + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } - - Return [ bool ] } - Method [ protected method has ] { + Method [ public method getAcceptableContent ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method getRelatedRecords ] { + Method [ public method getBasicAuth ] { - - Parameters [3] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments ] + - Parameters [0] { } + - Return [ ?array ] } - Method [ final protected method possibleSetter ] { + Method [ public method getBestAccept ] { - - Parameters [2] { - Parameter #0 [ string $property ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method preSave ] { + Method [ public method getBestCharset ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ bool $exists ] - Parameter #2 [ $identityField ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method preSaveRelatedRecords ] { + Method [ public method getBestLanguage ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ $related ] - Parameter #2 [ Phalcon\Support\Collection\CollectionInterface $visited ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method postSave ] { + Method [ public method getHttpMethodParameterOverride ] { - - Parameters [2] { - Parameter #0 [ bool $success ] - Parameter #1 [ bool $exists ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method postSaveRelatedRecords ] { + Method [ public method getPreferredIsoLocaleVariant ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ $related ] - Parameter #2 [ Phalcon\Support\Collection\CollectionInterface $visited ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method allowEmptyStringValues ] { + Method [ public method getClientAddress ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ bool $trustForwardedHeader = false ] } - - Return [ void ] } - Method [ protected method cancelOperation ] { + Method [ public method getClientCharsets ] { - Parameters [0] { } + - Return [ array ] } - Method [ protected method belongsTo ] { + Method [ public method getContentType ] { - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ string $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ array $options = [] ] - } - - Return [ Phalcon\Mvc\Model\Relation ] - } - - Method [ protected method hasMany ] { - - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ string $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Relation ] + - Return [ ?string ] } - Method [ protected method hasManyToMany ] { + Method [ public method getDigestAuth ] { - - Parameters [7] { - Parameter #0 [ $fields ] - Parameter #1 [ string $intermediateModel ] - Parameter #2 [ $intermediateFields ] - Parameter #3 [ $intermediateReferencedFields ] - Parameter #4 [ string $referenceModel ] - Parameter #5 [ $referencedFields ] - Parameter #6 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Relation ] + - Return [ array ] } - Method [ protected method hasOne ] { + Method [ public method getFilteredQuery ] { - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ string $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ array $options = [] ] + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $notAllowEmpty = false ] + Parameter #3 [ bool $noRecursive = false ] } - - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ protected method hasOneThrough ] { + Method [ public method getFilteredPatch ] { - - Parameters [7] { - Parameter #0 [ $fields ] - Parameter #1 [ string $intermediateModel ] - Parameter #2 [ $intermediateFields ] - Parameter #3 [ $intermediateReferencedFields ] - Parameter #4 [ string $referenceModel ] - Parameter #5 [ $referencedFields ] - Parameter #6 [ array $options = [] ] + - Parameters [4] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $notAllowEmpty = false ] + Parameter #3 [ bool $noRecursive = false ] } - - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ protected method keepSnapshots ] { + Method [ public method getFilteredPost ] { - - Parameters [1] { - Parameter #0 [ bool $keepSnapshot ] + - Parameters [4] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $notAllowEmpty = false ] + Parameter #3 [ bool $noRecursive = false ] } - - Return [ void ] } - Method [ final protected method setSchema ] { + Method [ public method getFilteredPut ] { - - Parameters [1] { - Parameter #0 [ string $schema ] + - Parameters [4] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $notAllowEmpty = false ] + Parameter #3 [ bool $noRecursive = false ] } - - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ final protected method setSource ] { + Method [ public method getHeader ] { - Parameters [1] { - Parameter #0 [ string $source ] + Parameter #0 [ string $header ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ string ] } - Method [ protected method skipAttributes ] { + Method [ public method getHeaders ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ protected method skipAttributesOnCreate ] { + Method [ public method getHttpHost ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method skipAttributesOnUpdate ] { + Method [ public method getHTTPReferer ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ protected method useDynamicUpdate ] { + Method [ public method getJsonRawBody ] { - Parameters [1] { - Parameter #0 [ bool $dynamicUpdate ] + Parameter #0 [ bool $associative = false ] } - - Return [ void ] } - Method [ protected method validate ] { + Method [ public method getLanguages ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validator ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method validationHasFailed ] { + Method [ public method getMethod ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method appendMessagesFrom ] { + Method [ public method getPatch ] { - - Parameters [1] { - Parameter #0 [ $model ] + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } - - Return [ void ] } - Method [ public method getDI ] { + Method [ public method getPort ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ int ] } - Method [ public method setDI ] { + Method [ public method getPost ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } - - Return [ void ] } - } - } - - Class [ class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $options = NULL ] - } - - Methods [5] { - Method [ public method notify ] { + Method [ public method getPut ] { - - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } } - Method [ public method __construct ] { + Method [ public method getQuery ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [5] { + Parameter #0 [ ?string $name = null ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ bool $notAllowEmpty = false ] + Parameter #4 [ bool $noRecursive = false ] } } - Method [ protected method getOptions ] { + Method [ public method getRawBody ] { - - Parameters [1] { - Parameter #0 [ ?string $eventName = null ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method missingMethod ] { + Method [ public method getScheme ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments = [] ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method mustTakeAction ] { + Method [ public method getServer ] { - Parameters [1] { - Parameter #0 [ string $eventName ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ ?string ] } - } - } - Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - - - Constants [0] { - } + Method [ public method getServerAddress ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getServerName ] { - - Properties [1] { - Property [ protected $options = NULL ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [6] { - Method [ public method notify ] { + Method [ public method getUploadedFiles ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ bool $onlySuccessful = false ] + Parameter #1 [ bool $namedKeys = false ] } + - Return [ array ] } - Method [ private method getTimestamp ] { + Method [ public method getURI ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ bool $onlyPath = false ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getUserAgent ] { - - Parameters [1] { - Parameter #0 [ array $options = [] ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method getOptions ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ ?string $eventName = null ] + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ public method missingMethod ] { + Method [ public method hasFiles ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $method ] - Parameter #2 [ array $arguments = [] ] + - Parameters [0] { } + - Return [ bool ] } - Method [ protected method mustTakeAction ] { + Method [ final public method hasHeader ] { - Parameters [1] { - Parameter #0 [ string $eventName ] + Parameter #0 [ string $header ] } - Return [ bool ] } - } - } - - Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { - - Constants [0] { - } + Method [ public method hasPatch ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method hasPost ] { - - Properties [4] { - Property [ protected $boundModels = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $internalCache = NULL ] - Property [ protected $originalValues = NULL ] - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } - - Methods [9] { - Method [ public method __construct ] { + Method [ public method hasPut ] { - Parameters [1] { - Parameter #0 [ ?Phalcon\Cache\Adapter\AdapterInterface $cache = ] + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ public method bindToHandler ] { + Method [ public method hasQuery ] { - - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ string $cacheKey ] - Parameter #3 [ ?string $methodName = null ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method findBoundModel ] { + Method [ final public method hasServer ] { - - Parameters [2] { - Parameter #0 [ $paramValue ] - Parameter #1 [ string $className ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ bool ] } - Method [ public method getBoundModels ] { + Method [ public method isAjax ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getOriginalValues ] { + Method [ public method isJson ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getCache ] { + Method [ public method isConnect ] { - Parameters [0] { } - - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ protected method getParamsFromCache ] { + Method [ public method isDelete ] { - - Parameters [1] { - Parameter #0 [ string $cacheKey ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ bool ] } - Method [ protected method getParamsFromReflection ] { + Method [ public method isGet ] { - - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ string $cacheKey ] - Parameter #3 [ string $methodName ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method setCache ] { + Method [ public method isHead ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\BinderInterface ] + - Return [ bool ] } - } - } - Class [ class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method fromInput ] { + Method [ public method isMethod ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ string $modelName ] - Parameter #2 [ array $data ] - Parameter #3 [ string $operator = 'AND' ] + - Parameters [2] { + Parameter #0 [ $methods ] + Parameter #1 [ bool $strict = false ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - } - - - Properties [5] { - Property [ protected $bindParams = NULL ] - Property [ protected $bindTypes = NULL ] - Property [ protected $hiddenParamNumber = 0 ] - Property [ protected $model = NULL ] - Property [ protected $params = NULL ] - } - - Methods [37] { - Method [ public method andWhere ] { + Method [ public method isOptions ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method betweenWhere ] { + Method [ public method isPatch ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method bind ] { + Method [ public method isPost ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method bindTypes ] { + Method [ public method isPut ] { - - Parameters [1] { - Parameter #0 [ array $bindTypes ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method cache ] { + Method [ public method isPurge ] { - - Parameters [1] { - Parameter #0 [ array $cache ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method columns ] { + Method [ public method isSecure ] { - - Parameters [1] { - Parameter #0 [ $columns ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method conditions ] { + Method [ public method isStrictHostCheck ] { - - Parameters [1] { - Parameter #0 [ string $conditions ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method createBuilder ] { + Method [ public method isSoap ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ bool ] } - Method [ public method distinct ] { + Method [ public method isTrace ] { - - Parameters [1] { - Parameter #0 [ $distinct ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method execute ] { + Method [ public method isValidHttpMethod ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $method ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ bool ] } - Method [ public method forUpdate ] { + Method [ public method numFiles ] { - Parameters [1] { - Parameter #0 [ bool $forUpdate = true ] + Parameter #0 [ bool $onlySuccessful = false ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ int ] } - Method [ public method getColumns ] { + Method [ public method setHttpMethodParameterOverride ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $override ] } + - Return [ Phalcon\Http\Request ] } - Method [ public method getConditions ] { + Method [ public method setParameterFilters ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $filters = [] ] + Parameter #2 [ array $scope = [] ] } - - Return [ ?string ] + - Return [ Phalcon\Http\RequestInterface ] } - Method [ public method getDI ] { + Method [ public method setStrictHostCheck ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $flag = true ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Http\RequestInterface ] } - Method [ public method getGroupBy ] { + Method [ public method setTrustedProxies ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $trustedProxies ] } + - Return [ Phalcon\Http\RequestInterface ] } - Method [ public method getHaving ] { + Method [ public method setTrustedProxyHeader ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $trustedProxyHeader ] } + - Return [ Phalcon\Http\RequestInterface ] } - Method [ public method getLimit ] { + Method [ protected method isIpAddressInCIDR ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $ip ] + Parameter #1 [ string $cidr ] } + - Return [ bool ] } - Method [ public method getModelName ] { + Method [ protected method getBestQuality ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $qualityParts ] + Parameter #1 [ string $name ] } - Return [ string ] } - Method [ public method getOrderBy ] { + Method [ protected method getHelper ] { - - Parameters [0] { - } - - Return [ ?string ] - } - - Method [ public method getParams ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getWhere ] { - - - Parameters [0] { + - Parameters [6] { + Parameter #0 [ array $source ] + Parameter #1 [ ?string $name = null ] + Parameter #2 [ $filters = ] + Parameter #3 [ $defaultValue = ] + Parameter #4 [ bool $notAllowEmpty = false ] + Parameter #5 [ bool $noRecursive = false ] } - - Return [ ?string ] } - Method [ public method groupBy ] { + Method [ protected method hasFileHelper ] { - - Parameters [1] { - Parameter #0 [ $group ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ bool $onlySuccessful ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ int ] } - Method [ public method having ] { + Method [ protected method getQualityHeader ] { - - Parameters [1] { - Parameter #0 [ $having ] + - Parameters [2] { + Parameter #0 [ string $serverIndex ] + Parameter #1 [ string $name ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ array ] } - Method [ public method innerJoin ] { + Method [ protected method resolveAuthorizationHeaders ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ array ] } - Method [ public method inWhere ] { + Method [ protected method smoothFiles ] { - - Parameters [2] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] + - Parameters [6] { + Parameter #0 [ array $names ] + Parameter #1 [ array $types ] + Parameter #2 [ array $tmp_names ] + Parameter #3 [ array $sizes ] + Parameter #4 [ array $errors ] + Parameter #5 [ string $prefix ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ array ] } - Method [ public method join ] { + Method [ private method getFilterService ] { - - Parameters [4] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] - Parameter #3 [ $type = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Filter\FilterInterface ] } - Method [ public method leftJoin ] { + Method [ private method getServerArray ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ array ] } - Method [ public method limit ] { + Method [ public method getFilteredData ] { - - Parameters [2] { - Parameter #0 [ int $limit ] - Parameter #1 [ int $offset = 0 ] + - Parameters [6] { + Parameter #0 [ string $methodKey ] + Parameter #1 [ string $method ] + Parameter #2 [ ?string $name = null ] + Parameter #3 [ $defaultValue = ] + Parameter #4 [ bool $notAllowEmpty = false ] + Parameter #5 [ bool $noRecursive = false ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method notBetweenWhere ] { + Method [ private method isProxyTrusted ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Parameters [1] { + Parameter #0 [ string $ip ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ bool ] } - Method [ public method notInWhere ] { + Method [ private method isValidPublicIp ] { - - Parameters [2] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] + - Parameters [1] { + Parameter #0 [ string $forwardedIp ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method orderBy ] { + Method [ private method getPostData ] { - Parameters [1] { - Parameter #0 [ string $orderColumns ] + Parameter #0 [ $data ] } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ array ] } - Method [ public method orWhere ] { + Method [ private method getFormData ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ array ] } - Method [ public method rightJoin ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ $conditions = ] - Parameter #2 [ $alias = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - - Method [ public method setModelName ] { - - - Parameters [1] { - Parameter #0 [ string $modelName ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } - - Method [ public method sharedLock ] { - - - Parameters [1] { - Parameter #0 [ bool $sharedLock = true ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } - - Method [ public method where ] { - - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ $bindParams = ] - Parameter #2 [ $bindTypes = ] - } - - Return [ Phalcon\Mvc\Model\CriteriaInterface ] - } } } - Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Http\Request\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -71661,562 +70432,477 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [28] { - Property [ protected $aliases = NULL ] - Property [ protected $behaviors = NULL ] - Property [ protected $belongsTo = NULL ] - Property [ protected $belongsToSingle = NULL ] - Property [ protected $builder = NULL ] - Property [ protected $container = NULL ] - Property [ protected $customEventsManager = NULL ] - Property [ protected $dynamicUpdate = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $hasMany = NULL ] - Property [ protected $hasManySingle = NULL ] - Property [ protected $hasManyToMany = NULL ] - Property [ protected $hasManyToManySingle = NULL ] - Property [ protected $hasOne = NULL ] - Property [ protected $hasOneSingle = NULL ] - Property [ protected $hasOneThrough = NULL ] - Property [ protected $hasOneThroughSingle = NULL ] - Property [ protected $initialized = NULL ] - Property [ protected $keepSnapshots = NULL ] - Property [ protected $lastInitialized = NULL ] - Property [ protected $lastQuery = NULL ] - Property [ protected $modelVisibility = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $readConnectionServices = NULL ] - Property [ protected $sources = NULL ] - Property [ protected $schemas = NULL ] - Property [ protected $writeConnectionServices = NULL ] - Property [ protected $reusable = NULL ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [72] { - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ public method addBehavior ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] - } - - Return [ void ] - } - - Method [ public method addBelongsTo ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method addHasMany ] { + Method [ public method __wakeup ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Tentative return [ void ] } - Method [ public method addHasManyToMany ] { + Method [ final public method getMessage ] { - - Parameters [8] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ string ] } - Method [ public method addHasOne ] { + Method [ final public method getCode ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method addHasOneThrough ] { + Method [ final public method getFile ] { - - Parameters [8] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ string $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ string $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ array $options = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\RelationInterface ] + - Return [ string ] } - Method [ public method clearReusableObjects ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method createBuilder ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ $params = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ array ] } - Method [ public method createQuery ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ string $phql ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ ?Throwable ] } - Method [ public method executeQuery ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $phql ] - Parameter #1 [ $placeholders = ] - Parameter #2 [ $types = ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method existsBelongsTo ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } + } + } - Method [ public method existsHasMany ] { - - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } + Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { - Method [ public method existsHasManyToMany ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } + - Static properties [0] { + } - Method [ public method existsHasOne ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } + - Properties [8] { + Property [ protected $error = NULL ] + Property [ protected $extension = NULL ] + Property [ protected $key = NULL ] + Property [ protected $name = NULL ] + Property [ protected $realType = NULL ] + Property [ protected $size = 0 ] + Property [ protected $tmp = NULL ] + Property [ protected $type = NULL ] + } - Method [ public method existsHasOneThrough ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - } - - Return [ bool ] - } - - Method [ public method getBelongsTo ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ public method getBelongsToRecords ] { - - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = null ] + Parameter #0 [ array $file ] + Parameter #1 [ $key = ] } } - Method [ public method getBuilder ] { + Method [ public method getError ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ ?string ] } - Method [ public method getConnectionService ] { + Method [ public method getExtension ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $connectionServices ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getCustomEventsManager ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ public method getDI ] { + Method [ public method getKey ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ ?string ] } - Method [ public method getEventsManager ] { + Method [ public method getName ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] - } - - Method [ public method getHasMany ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ public method getHasManyRecords ] { - - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = null ] - } - } - - Method [ public method getHasManyToMany ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ public method getHasOne ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ public method getHasOneAndHasMany ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ public method getHasOneRecords ] { - - - Parameters [5] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters = ] - Parameter #4 [ ?string $method = null ] - } - } - - Method [ public method getHasOneThrough ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] + - Return [ string ] } - Method [ public method getLastInitialized ] { + Method [ public method getRealType ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ string ] } - Method [ public method getLastQuery ] { + Method [ public method getSize ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ int ] } - Method [ public method getModelPrefix ] { + Method [ public method getTempName ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getModelSchema ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method getModelSource ] { + Method [ public method isUploadedFile ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ public method getReadConnection ] { + Method [ public method moveTo ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $destination ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ public method getReadConnectionService ] { + Method [ private method getArrVal ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ string ] } + } + } - Method [ public method getRelationByAlias ] { + Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $alias ] - } - } + - Constants [88] { + Constant [ public int STATUS_CONTINUE ] { 100 } + Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } + Constant [ public int STATUS_PROCESSING ] { 102 } + Constant [ public int STATUS_EARLY_HINTS ] { 103 } + Constant [ public int STATUS_OK ] { 200 } + Constant [ public int STATUS_CREATED ] { 201 } + Constant [ public int STATUS_ACCEPTED ] { 202 } + Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } + Constant [ public int STATUS_NO_CONTENT ] { 204 } + Constant [ public int STATUS_RESET_CONTENT ] { 205 } + Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } + Constant [ public int STATUS_MULTI_STATUS ] { 207 } + Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } + Constant [ public int STATUS_IM_USED ] { 226 } + Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } + Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } + Constant [ public int STATUS_FOUND ] { 302 } + Constant [ public int STATUS_SEE_OTHER ] { 303 } + Constant [ public int STATUS_NOT_MODIFIED ] { 304 } + Constant [ public int STATUS_USE_PROXY ] { 305 } + Constant [ public int STATUS_RESERVED ] { 306 } + Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } + Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } + Constant [ public int STATUS_BAD_REQUEST ] { 400 } + Constant [ public int STATUS_UNAUTHORIZED ] { 401 } + Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } + Constant [ public int STATUS_FORBIDDEN ] { 403 } + Constant [ public int STATUS_NOT_FOUND ] { 404 } + Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } + Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } + Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } + Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } + Constant [ public int STATUS_CONFLICT ] { 409 } + Constant [ public int STATUS_GONE ] { 410 } + Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } + Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } + Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } + Constant [ public int STATUS_URI_TOO_LONG ] { 414 } + Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } + Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } + Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } + Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } + Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } + Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } + Constant [ public int STATUS_LOCKED ] { 423 } + Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } + Constant [ public int STATUS_TOO_EARLY ] { 425 } + Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } + Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } + Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } + Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } + Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } + Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } + Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } + Constant [ public int STATUS_BAD_GATEWAY ] { 502 } + Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } + Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } + Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } + Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } + Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } + Constant [ public int STATUS_LOOP_DETECTED ] { 508 } + Constant [ public int STATUS_NOT_EXTENDED ] { 510 } + Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } + Constant [ public int STATUS_THIS_IS_FINE ] { 218 } + Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } + Constant [ public int STATUS_METHOD_FAILURE ] { 420 } + Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } + Constant [ public int STATUS_NO_RESPONSE ] { 444 } + Constant [ public int STATUS_RETRY_WITH ] { 449 } + Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } + Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } + Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } + Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } + Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } + Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } + Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } + Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } + Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } + Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } + Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } + Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } + Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } + Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } + Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } + Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } + Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } + Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } + Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } + } - Method [ public method getRelationRecords ] { + - Static properties [0] { + } - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #2 [ $parameters = ] - Parameter #3 [ ?string $method = null ] + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $container = NULL ] + Property [ protected $content = NULL ] + Property [ protected $cookies = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $file = NULL ] + Property [ protected $headers = NULL ] + Property [ protected $sent = false ] + Property [ protected $statusCodes = NULL ] + Property [ protected $encode = NULL ] + } + + - Methods [35] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ ?string $content = null ] + Parameter #1 [ $code = ] + Parameter #2 [ $status = ] } } - Method [ public method getRelations ] { + Method [ public method appendContent ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ $content ] } - - Return [ array ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method getRelationsBetween ] { + Method [ public method getContent ] { - - Parameters [2] { - Parameter #0 [ string $first ] - Parameter #1 [ string $second ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getReusableRecords ] { + Method [ public method getCookies ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] + - Parameters [0] { } + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method getWriteConnection ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getWriteConnectionService ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method hasBelongsTo ] { + Method [ public method getHeaders ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ public method hasHasMany ] { + Method [ public method getReasonPhrase ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?string ] } - Method [ public method hasHasManyToMany ] { + Method [ public method getStatusCode ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?int ] } - Method [ public method hasHasOne ] { + Method [ public method hasHeader ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ public method hasHasOneThrough ] { + Method [ public method isSent ] { - - Parameters [2] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $modelRelation ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method initialize ] { + Method [ public method redirect ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ $location = ] + Parameter #1 [ bool $externalRedirect = false ] + Parameter #2 [ int $statusCode = 302 ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method isInitialized ] { + Method [ public method removeHeader ] { - Parameters [1] { - Parameter #0 [ string $className ] + Parameter #0 [ string $name ] } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method isKeepingSnapshots ] { + Method [ public method resetHeaders ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method isUsingDynamicUpdate ] { + Method [ public method send ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ final public method isVisibleModelProperty ] { + Method [ public method sendCookies ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $property ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method keepSnapshots ] { + Method [ public method sendHeaders ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $keepSnapshots ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method load ] { + Method [ public method setCache ] { - Parameters [1] { - Parameter #0 [ string $modelName ] + Parameter #0 [ int $minutes ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method notifyEvent ] { + Method [ public method setContent ] { - - Parameters [2] { - Parameter #0 [ string $eventName ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [1] { + Parameter #0 [ string $content ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method missingMethod ] { + Method [ public method setContentLength ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $eventName ] - Parameter #2 [ $data ] + - Parameters [1] { + Parameter #0 [ int $contentLength ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setConnectionService ] { + Method [ public method setContentType ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + Parameter #0 [ string $contentType ] + Parameter #1 [ $charset = ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setCustomEventsManager ] { + Method [ public method setCookies ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [1] { + Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setDI ] { @@ -72227,126 +70913,113 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ public method setEventsManager ] { + Method [ public method setEtag ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $etag ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setModelPrefix ] { + Method [ public method setExpires ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ DateTime $datetime ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setModelSchema ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $schema ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ public method setModelSource ] { + Method [ public method setFileToSend ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $source ] + - Parameters [3] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $attachmentName = ] + Parameter #2 [ $attachment = ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setReadConnectionService ] { + Method [ public method setHeader ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + Parameter #0 [ string $name ] + Parameter #1 [ $value ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setReusableRecords ] { + Method [ public method setHeaders ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setJsonContent ] { - Parameters [3] { - Parameter #0 [ string $modelName ] - Parameter #1 [ string $key ] - Parameter #2 [ $records ] + Parameter #0 [ $content ] + Parameter #1 [ int $jsonOptions = 0 ] + Parameter #2 [ int $depth = 512 ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method setWriteConnectionService ] { + Method [ public method setLastModified ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $connectionService ] + - Parameters [1] { + Parameter #0 [ DateTime $datetime ] } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ public method useDynamicUpdate ] { + Method [ public method setNotModified ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ bool $dynamicUpdate ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ protected method getConnection ] { + Method [ public method setStatusCode ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $connectionServices ] + Parameter #0 [ int $code ] + Parameter #1 [ ?string $message = null ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ final protected method mergeFindParameters ] { + Method [ public method setRawHeader ] { - - Parameters [2] { - Parameter #0 [ $findParamsOne ] - Parameter #1 [ $findParamsTwo ] + - Parameters [1] { + Parameter #0 [ string $header ] } - - Return [ array ] + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ private method checkHasRelationship ] { + Method [ private method getBasename ] { - - Parameters [3] { - Parameter #0 [ string $collection ] - Parameter #1 [ string $modelName ] - Parameter #2 [ string $modelRelation ] + - Parameters [2] { + Parameter #0 [ string $uri ] + Parameter #1 [ $suffix = ] } - - Return [ bool ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Http\Response\Cookies extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Response\CookiesInterface ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -72356,356 +71029,318 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [6] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $pendingMetaDataWrites = NULL ] - Property [ protected $strategy = NULL ] + Property [ protected $cookies = NULL ] + Property [ protected $isSent = false ] + Property [ protected $registered = false ] + Property [ protected $signKey = NULL ] + Property [ protected $useEncryption = true ] } - - Methods [39] { + - Methods [15] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] - Parameter #1 [ ?array $options = [] ] - } - } - - Method [ public method getAdapter ] { - - - Parameters [0] { + Parameter #0 [ bool $useEncryption = true ] + Parameter #1 [ ?string $signKey = null ] } - - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getAttributes ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ Phalcon\Http\Cookie\CookieInterface ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method getCookies ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getColumnMap ] { + Method [ public method isSent ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ bool ] } - Method [ public method getDefaultValues ] { + Method [ public method isUsingEncryption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDataTypes ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method send ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDI ] { + Method [ public method set ] { - - Parameters [0] { + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value = ] + Parameter #2 [ int $expire = 0 ] + Parameter #3 [ string $path = '/' ] + Parameter #4 [ bool $secure = false ] + Parameter #5 [ string $domain = '' ] + Parameter #6 [ bool $httpOnly = false ] + Parameter #7 [ array $options = [] ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method getEmptyStringAttributes ] { + Method [ public method setSignKey ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ ?string $signKey = null ] } - - Return [ array ] + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method getIdentityField ] { + Method [ public method useEncryption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ bool $useEncryption ] } - - Return [ ?string ] + - Return [ Phalcon\Http\Response\CookiesInterface ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ private method checkContainer ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getNotNullAttributes ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } + } + } - Method [ public method getReverseColumnMap ] { + Class [ class Phalcon\Http\Response\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?array ] - } + - Constants [0] { + } - Method [ public method getStrategy ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] - } + - Static methods [0] { + } - Method [ public method hasAttribute ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ bool ] } - Method [ public method isEmpty ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method read ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ string ] } - Method [ final public method readColumnMap ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] } - Method [ final public method readColumnMapIndex ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ string ] } - Method [ final public method readMetaData ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ int ] } - Method [ final public method readMetaDataIndex ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method reset ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ void ] + - Return [ ?Throwable ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ final public method getTraceAsString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } + } + } - Method [ public method setEmptyStringAttributes ] { + Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method setDI ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ public method setStrategy ] { + - Properties [2] { + Property [ protected $headers = NULL ] + Property [ protected $isSent = false ] + } + + - Methods [9] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + Parameter #0 [ string $name ] } - - Return [ void ] } - Method [ public method write ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method isSent ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ final protected method initialize ] { + Method [ public method remove ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [1] { + Parameter #0 [ string $header ] } + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ final protected method initializeMetaData ] { + Method [ public method reset ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - - Return [ bool ] } - Method [ final protected method initializeColumnMap ] { + Method [ public method send ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method getArrVal ] { + Method [ public method set ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $value ] } + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ final public method getMetaDataUniqueKey ] { + Method [ public method setRaw ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $header ] } - - Return [ ?string ] + - Return [ Phalcon\Http\Response\HeadersInterface ] } - Method [ final public method getColumnMapUniqueKey ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ array ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -72714,357 +71349,373 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $pendingMetaDataWrites = NULL ] - Property [ protected $strategy = NULL ] + - Properties [7] { + Property [ protected $file = NULL ] + Property [ protected $height = NULL ] + Property [ protected $image = NULL ] + Property [ protected $mime = NULL ] + Property [ protected $realpath = NULL ] + Property [ protected $type = NULL ] + Property [ protected $width = NULL ] } - - Methods [39] { + - Methods [40] { Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [3] { + Parameter #0 [ string $file ] + Parameter #1 [ ?int $width = null ] + Parameter #2 [ ?int $height = null ] } } - Method [ public method reset ] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ void ] } - Method [ public method getAdapter ] { + Method [ public method getVersion ] { - Parameters [0] { } - - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ protected method processBackground ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ int $red ] + Parameter #1 [ int $green ] + Parameter #2 [ int $blue ] + Parameter #3 [ int $opacity ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ protected method processBlur ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $radius ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ protected method processCreate ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] } - - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ protected method processCrop ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $offsetX ] + Parameter #3 [ int $offsetY ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getColumnMap ] { + Method [ protected method processFlip ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $direction ] } - - Return [ ?array ] + - Return [ void ] } - Method [ public method getDefaultValues ] { + Method [ protected method processMask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - - Return [ array ] } - Method [ public method getDataTypes ] { + Method [ protected method processPixelate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $amount ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getDataTypesNumeric ] { + Method [ protected method processReflection ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getDI ] { + Method [ protected method processRender ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $extension ] + Parameter #1 [ int $quality ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getEmptyStringAttributes ] { + Method [ protected method processResize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getIdentityField ] { + Method [ protected method processRotate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $degrees ] } - - Return [ ?string ] + - Return [ void ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ protected method processSave ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ int $quality ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method processSharpen ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $amount ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ protected method processText ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ int $red ] + Parameter #5 [ int $green ] + Parameter #6 [ int $blue ] + Parameter #7 [ int $size ] + Parameter #8 [ ?string $fontFile = null ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getReverseColumnMap ] { + Method [ protected method processWatermark ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] } - - Return [ ?array ] + - Return [ void ] } - Method [ public method getStrategy ] { + Method [ private method check ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ void ] } - Method [ public method hasAttribute ] { + Method [ public method background ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = 100 ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method isEmpty ] { + Method [ public method blur ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $radius ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method read ] { + Method [ public method crop ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ $offsetX = ] + Parameter #3 [ $offsetY = ] } - - Return [ ?array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method readColumnMap ] { + Method [ public method flip ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $direction ] } - - Return [ ?array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method readColumnMapIndex ] { + Method [ public method getHeight ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ int ] } - Method [ final public method readMetaData ] { + Method [ public method getImage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method getMime ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method getRealpath ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method getWidth ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method setDI ] { + Method [ public method mask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setStrategy ] { + Method [ public method pixelate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + Parameter #0 [ int $amount ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method write ] { + Method [ public method reflection ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity = 100 ] + Parameter #2 [ bool $fadeIn = false ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [2] { + Parameter #0 [ ?string $extension = null ] + Parameter #1 [ int $quality = 100 ] } - - Return [ void ] + - Return [ string ] } - Method [ final protected method initialize ] { + Method [ public method resize ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [3] { + Parameter #0 [ ?int $width = null ] + Parameter #1 [ ?int $height = null ] + Parameter #2 [ int $master = null ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final protected method initializeMetaData ] { + Method [ public method rotate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [1] { + Parameter #0 [ int $degrees ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final protected method initializeColumnMap ] { + Method [ public method save ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + Parameter #0 [ ?string $file = null ] + Parameter #1 [ int $quality = -1 ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ protected method getArrVal ] { + Method [ public method sharpen ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ int $amount ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method getMetaDataUniqueKey ] { + Method [ public method text ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX = ] + Parameter #2 [ $offsetY = ] + Parameter #3 [ int $opacity = 100 ] + Parameter #4 [ string $color = '000000' ] + Parameter #5 [ int $size = 12 ] + Parameter #6 [ ?string $fontFile = null ] } - - Return [ ?string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method getColumnMapUniqueKey ] { + Method [ public method watermark ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX = 0 ] + Parameter #2 [ int $offsetY = 0 ] + Parameter #3 [ int $opacity = 100 ] } - - Return [ ?string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ protected method checkHighLow ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $min = 0 ] + Parameter #2 [ int $max = 100 ] + } + - Return [ int ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -73073,356 +71724,390 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $pendingMetaDataWrites = NULL ] - Property [ protected $strategy = NULL ] + - Properties [8] { + Property [ protected $file = NULL ] + Property [ protected $height = NULL ] + Property [ protected $image = NULL ] + Property [ protected $mime = NULL ] + Property [ protected $realpath = NULL ] + Property [ protected $type = NULL ] + Property [ protected $width = NULL ] + Property [ protected $version = 0 ] } - - Methods [39] { + - Methods [40] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $options = ] + - Parameters [3] { + Parameter #0 [ string $file ] + Parameter #1 [ ?int $width = null ] + Parameter #2 [ ?int $height = null ] } } - Method [ public method read ] { + Method [ public method __destruct ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ ?array ] } - Method [ public method write ] { + Method [ public method liquidRescale ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX = 0 ] + Parameter #3 [ int $rigidity = 0 ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } - Method [ public method getAdapter ] { + Method [ public method setResourceLimit ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $type ] + Parameter #1 [ int $limit ] } - - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ protected method processBackground ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ int $red ] + Parameter #1 [ int $green ] + Parameter #2 [ int $blue ] + Parameter #3 [ int $opacity ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ protected method processBlur ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $radius ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ protected method processCrop ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $offsetX ] + Parameter #3 [ int $offsetY ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getBindTypes ] { + Method [ protected method processFlip ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $direction ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getColumnMap ] { + Method [ protected method processMask ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] } - - Return [ ?array ] + - Return [ void ] } - Method [ public method getDefaultValues ] { + Method [ protected method processPixelate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $amount ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getDataTypes ] { + Method [ protected method processReflection ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getDataTypesNumeric ] { + Method [ protected method processRender ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $extension ] + Parameter #1 [ int $quality ] } - - Return [ array ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ protected method processResize ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ void ] } - Method [ public method getEmptyStringAttributes ] { + Method [ protected method processRotate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $degrees ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getIdentityField ] { + Method [ protected method processSave ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ int $quality ] } - - Return [ ?string ] + - Return [ void ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ protected method processSharpen ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $amount ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method processText ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ int $red ] + Parameter #5 [ int $green ] + Parameter #6 [ int $blue ] + Parameter #7 [ int $size ] + Parameter #8 [ ?string $fontFile = null ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ protected method processWatermark ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getReverseColumnMap ] { + Method [ private method check ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ void ] } - Method [ public method getStrategy ] { + Method [ public method background ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity = 100 ] } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method hasAttribute ] { + Method [ public method blur ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + - Parameters [1] { + Parameter #0 [ int $radius ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method isEmpty ] { + Method [ public method crop ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ $offsetX = ] + Parameter #3 [ $offsetY = ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method readColumnMap ] { + Method [ public method flip ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ int $direction ] } - - Return [ ?array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method readColumnMapIndex ] { + Method [ public method getHeight ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ int ] } - Method [ final public method readMetaData ] { + Method [ public method getImage ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method getMime ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method reset ] { + Method [ public method getRealpath ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method getWidth ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method mask ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setDI ] { + Method [ public method pixelate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ int $amount ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setStrategy ] { + Method [ public method reflection ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity = 100 ] + Parameter #2 [ bool $fadeIn = false ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ ?string $extension = null ] + Parameter #1 [ int $quality = 100 ] + } + - Return [ string ] + } + + Method [ public method resize ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + Parameter #0 [ ?int $width = null ] + Parameter #1 [ ?int $height = null ] + Parameter #2 [ int $master = null ] } - - Return [ void ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final protected method initialize ] { + Method [ public method rotate ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [1] { + Parameter #0 [ int $degrees ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final protected method initializeMetaData ] { + Method [ public method save ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + Parameter #0 [ ?string $file = null ] + Parameter #1 [ int $quality = -1 ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final protected method initializeColumnMap ] { + Method [ public method sharpen ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [1] { + Parameter #0 [ int $amount ] } - - Return [ bool ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ protected method getArrVal ] { + Method [ public method text ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX = ] + Parameter #2 [ $offsetY = ] + Parameter #3 [ int $opacity = 100 ] + Parameter #4 [ string $color = '000000' ] + Parameter #5 [ int $size = 12 ] + Parameter #6 [ ?string $fontFile = null ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method getMetaDataUniqueKey ] { + Method [ public method watermark ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX = 0 ] + Parameter #2 [ int $offsetY = 0 ] + Parameter #3 [ int $opacity = 100 ] } - - Return [ ?string ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ final public method getColumnMapUniqueKey ] { + Method [ protected method checkHighLow ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $min = 0 ] + Parameter #2 [ int $max = 100 ] } - - Return [ ?string ] + - Return [ int ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Image\Enum ] { - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [9] { + Constant [ public int AUTO ] { 4 } + Constant [ public int HEIGHT ] { 3 } + Constant [ public int INVERSE ] { 5 } + Constant [ public int NONE ] { 1 } + Constant [ public int PRECISE ] { 6 } + Constant [ public int TENSILE ] { 7 } + Constant [ public int WIDTH ] { 2 } + Constant [ public int HORIZONTAL ] { 11 } + Constant [ public int VERTICAL ] { 12 } } - Static properties [0] { @@ -73431,374 +72116,420 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $pendingMetaDataWrites = NULL ] - Property [ protected $strategy = NULL ] + - Properties [0] { } - - Methods [39] { - Method [ public method __construct ] { + - Methods [0] { + } + } - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] + 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 reset ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ void ] + - Tentative return [ void ] } - Method [ public method getAdapter ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ final public method getLine ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method getBindTypes ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getColumnMap ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ ?Throwable ] } - Method [ public method getDefaultValues ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDataTypes ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Image\ImageFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } + + - Methods [11] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $services = [] ] } - - Return [ array ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - - Return [ array ] + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getDI ] { + Method [ public method newInstance ] { + + - Parameters [4] { + Parameter #0 [ string $name ] + Parameter #1 [ string $file ] + Parameter #2 [ ?int $width = null ] + Parameter #3 [ ?int $height = null ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ protected method getExceptionClass ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ string ] } - Method [ public method getEmptyStringAttributes ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getIdentityField ] { + Method [ private method getArrVal ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + } + } + + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } - - Return [ ?string ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $services = [] ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - Return [ array ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ protected method checkConfigElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - Return [ array ] } - Method [ public method getReverseColumnMap ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $message ] } - - Return [ ?array ] + - Return [ Exception ] } + } + } - Method [ public method getStrategy ] { + Class [ class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [0] { + - 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 = [] ] } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method hasAttribute ] { + Method [ public method newInstance ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string $fileName ] + Parameter #2 [ array $options = [] ] } - - Return [ bool ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method isEmpty ] { + Method [ protected method getExceptionClass ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method read ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ array ] } - Method [ final public method readColumnMap ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } - - Return [ ?array ] } - Method [ final public method readColumnMapIndex ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [1] { + Parameter #0 [ array $services = [] ] } - - Return [ ?array ] + - Return [ void ] } - Method [ final public method readMetaData ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } - - Return [ ?array ] + - Return [ array ] } - Method [ final public method readMetaDataIndex ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } + - Return [ array ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ protected method getException ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ void ] + - Return [ Exception ] } + } + } - Method [ public method setAutomaticUpdateAttributes ] { + Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method setEmptyStringAttributes ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] + Property [ protected $formatter = NULL ] + Property [ protected $inTransaction = false ] + Property [ protected $queue = NULL ] + } + + - Methods [13] { + Method [ public method close ] { + + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method process ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } - Method [ public method setStrategy ] { + Method [ public method __destruct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method write ] { + Method [ public method __serialize ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method __unserialize ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } - Method [ final protected method initialize ] { + Method [ public method add ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final protected method initializeMetaData ] { + Method [ public method begin ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final protected method initializeColumnMap ] { + Method [ public method commit ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ protected method getArrVal ] { + Method [ public method getFormatter ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ final public method getMetaDataUniqueKey ] { + Method [ public method inTransaction ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ bool ] } - Method [ final public method getColumnMapUniqueKey ] { + Method [ public method rollback ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - } - } - - Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [2] { - Method [ final public method getColumnMaps ] { + Method [ public method setFormatter ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final public method getMetaData ] { + Method [ protected method getFormattedItem ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { + Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } @@ -73809,863 +72540,752 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [8] { + Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] + Property [ protected $formatter = NULL ] + Property [ protected $inTransaction = false ] + Property [ protected $queue = NULL ] + Property [ protected $handler = NULL ] + Property [ protected $mode = 'ab' ] + Property [ protected $name = NULL ] + Property [ protected $options = NULL ] } - - Methods [2] { - Method [ final public method getColumnMaps ] { + - Methods [18] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ array ] } - Method [ final public method getMetaData ] { + Method [ public method close ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Mvc\Model\MetaData\Stream extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [16] { - Constant [ public int MODELS_ATTRIBUTES ] { 0 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public int MODELS_COLUMN_MAP ] { 0 } - Constant [ public int MODELS_DATE_AT ] { 6 } - Constant [ public int MODELS_DATE_IN ] { 7 } - Constant [ public int MODELS_DATA_TYPES ] { 4 } - Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public int MODELS_NOT_NULL ] { 3 } - Constant [ public int MODELS_PRIMARY_KEY ] { 1 } - Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method getName ] { - - Properties [7] { - Property [ protected $adapter = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $container = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $pendingMetaDataWrites = NULL ] - Property [ protected $strategy = NULL ] - Property [ protected $metaDataDir = './' ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [40] { - Method [ public method __construct ] { + Method [ public method process ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ void ] } - Method [ public method read ] { + Method [ protected method phpFclose ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $handle ] } - - Return [ ?array ] + - Return [ bool ] } - Method [ public method write ] { + Method [ protected method phpFopen ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ array $data ] + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] } - - Return [ void ] } - Method [ private method throwWriteException ] { + Method [ protected method phpFwrite ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ string $message ] } - - Return [ void ] } - Method [ public method getAdapter ] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getAttributes ] { + Method [ public method __serialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $data ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method add ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getBindTypes ] { + Method [ public method begin ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getColumnMap ] { + Method [ public method commit ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ ?array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDefaultValues ] { + Method [ public method getFormatter ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ public method getDataTypes ] { + Method [ public method inTransaction ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method rollback ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getDI ] { - - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ public method getEmptyStringAttributes ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } - - Method [ public method getIdentityField ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?string ] - } - - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method setFormatter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ array ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method getFormattedItem ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method getPrimaryKeyAttributes ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ array ] - } + Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Method [ public method getReverseColumnMap ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?array ] - } + - Static properties [0] { + } - Method [ public method getStrategy ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] - } + - Properties [8] { + Property [ protected $defaultFormatter = 'Phalcon\\Logger\\Formatter\\Line' ] + Property [ protected $formatter = NULL ] + Property [ protected $inTransaction = false ] + Property [ protected $queue = NULL ] + Property [ protected $facility = 0 ] + Property [ protected $name = '' ] + Property [ protected $opened = false ] + Property [ protected $option = 0 ] + } - Method [ public method hasAttribute ] { + - Methods [16] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ string $attribute ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ bool ] } - Method [ public method isEmpty ] { + Method [ public method close ] { - Parameters [0] { } - Return [ bool ] } - Method [ final public method readColumnMap ] { + Method [ public method process ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ ?array ] + - Return [ void ] } - Method [ final public method readColumnMapIndex ] { + Method [ protected method openlog ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + - Parameters [3] { + Parameter #0 [ string $ident ] + Parameter #1 [ int $option ] + Parameter #2 [ int $facility ] } - - Return [ ?array ] + - Return [ bool ] } - Method [ final public method readMetaData ] { + Method [ private method logLevelToSyslog ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - - Return [ ?array ] - } - - Method [ final public method readMetaDataIndex ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] + Parameter #0 [ int $level ] } + - Return [ int ] } - Method [ public method reset ] { + Method [ public method __destruct ] { - Parameters [0] { } - - Return [ void ] - } - - Method [ public method setAutomaticCreateAttributes ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] - } - - Return [ void ] - } - - Method [ public method setAutomaticUpdateAttributes ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] - } - - Return [ void ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method __serialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ array $data ] } - Return [ void ] } - Method [ public method setStrategy ] { + Method [ public method add ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method begin ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ int $index ] - Parameter #2 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final protected method initialize ] { + Method [ public method commit ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final protected method initializeMetaData ] { + Method [ public method getFormatter ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ final protected method initializeColumnMap ] { + Method [ public method inTransaction ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] + - Parameters [0] { } - Return [ bool ] } - Method [ protected method getArrVal ] { + Method [ public method rollback ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final public method getMetaDataUniqueKey ] { + Method [ public method setFormatter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - - Return [ ?string ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ final public method getColumnMapUniqueKey ] { + Method [ protected method getFormattedItem ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ ?string ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Logger\Enum ] { - - Constants [4] { - Constant [ public int TYPE_DELETE ] { 303 } - Constant [ public int TYPE_INSERT ] { 306 } - Constant [ public int TYPE_SELECT ] { 309 } - Constant [ public int TYPE_UPDATE ] { 300 } + - Constants [9] { + Constant [ public int ALERT ] { 2 } + Constant [ public int CRITICAL ] { 1 } + Constant [ public int CUSTOM ] { 8 } + Constant [ public int DEBUG ] { 7 } + Constant [ public int EMERGENCY ] { 0 } + Constant [ public int ERROR ] { 3 } + Constant [ public int INFO ] { 6 } + Constant [ public int NOTICE ] { 5 } + Constant [ public int WARNING ] { 4 } } - - Static properties [1] { - Property [ protected static $internalPhqlCache = NULL ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method clean ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ void ] - } + - Properties [0] { } - - Properties [23] { - Property [ protected $ast = NULL ] - Property [ protected $bindParams = NULL ] - Property [ protected $bindTypes = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $cacheOptions = NULL ] - Property [ protected $container = NULL ] - Property [ protected $enableImplicitJoins = NULL ] - Property [ protected $intermediate = NULL ] - Property [ protected $manager = NULL ] - Property [ protected $metaData = NULL ] - Property [ protected $models = NULL ] - Property [ protected $modelsInstances = NULL ] - Property [ protected $nestingLevel = -1 ] - Property [ protected $phql = NULL ] - Property [ protected $sharedLock = false ] - Property [ protected $sqlAliases = NULL ] - Property [ protected $sqlAliasesModels = NULL ] - Property [ protected $sqlAliasesModelsInstances = NULL ] - Property [ protected $sqlColumnAliases = NULL ] - Property [ protected $sqlModelsAliases = NULL ] - Property [ protected $type = NULL ] - Property [ protected $uniqueRow = false ] - Property [ protected $transaction = NULL ] + - Methods [0] { } + } - - Methods [49] { - Method [ public method __construct ] { + Class [ class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [3] { - Parameter #0 [ ?string $phql = null ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] - Parameter #2 [ array $options = [] ] - } - } + - Constants [0] { + } - Method [ public method cache ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $cacheOptions ] - } - - Return [ Phalcon\Mvc\Model\QueryInterface ] - } + - Static methods [0] { + } - Method [ public method execute ] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } - - Parameters [2] { - Parameter #0 [ array $bindParams = [] ] - Parameter #1 [ array $bindTypes = [] ] + - 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 getCache ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Tentative return [ void ] } - Method [ public method getCacheOptions ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getBindParams ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getDI ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ int ] } - Method [ public method getIntermediate ] { + Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getSingleResult ] { + Method [ final public method getPrevious ] { - - Parameters [2] { - Parameter #0 [ array $bindParams = [] ] - Parameter #1 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ ?Throwable ] } - Method [ public method getSql ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getType ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } + } + } - Method [ public method getUniqueRow ] { + Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - - Parameters [0] { - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method getTransaction ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] - } + - Static methods [0] { + } - Method [ public method parse ] { + - Properties [3] { + Property [ protected $dateFormat = 'c' ] + Property [ protected $interpolatorLeft = '%' ] + Property [ protected $interpolatorRight = '%' ] + } - - Parameters [0] { + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $dateFormat = 'c' ] + Parameter #1 [ string $interpolatorLeft = '%' ] + Parameter #2 [ string $interpolatorRight = '%' ] } - - Return [ array ] } - Method [ public method setBindParams ] { + Method [ public method format ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ public method setBindTypes ] { + Method [ public method getDateFormat ] { - - Parameters [2] { - Parameter #0 [ array $bindTypes ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $format ] } - Return [ void ] } - Method [ public method setIntermediate ] { + Method [ protected method getFormattedDate ] { - Parameters [1] { - Parameter #0 [ array $intermediate ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ public method setSharedLock ] { + Method [ protected method getInterpolatedMessage ] { - - Parameters [1] { - Parameter #0 [ bool $sharedLock = false ] + - Parameters [2] { + Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #1 [ string $message ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ public method setTransaction ] { + Method [ protected method toEndsWith ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ bool ] } - Method [ public method setType ] { + Method [ protected method toInterpolate ] { - - Parameters [1] { - Parameter #0 [ int $type ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = '%' ] + Parameter #3 [ string $right = '%' ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ public method setUniqueRow ] { + Method [ protected method toLower ] { - - Parameters [1] { - Parameter #0 [ bool $uniqueRow ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ string ] } - Method [ final protected method executeDelete ] { + Method [ protected method toStartsWith ] { - Parameters [3] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] } - - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + - Return [ bool ] } - Method [ final protected method executeInsert ] { + Method [ protected method toUpper ] { - - Parameters [3] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } - - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + - Return [ string ] } + } + } - Method [ final protected method executeSelect ] { + Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $dateFormat = 'c' ] + Property [ protected $interpolatorLeft = '%' ] + Property [ protected $interpolatorRight = '%' ] + Property [ protected $format = NULL ] + } + + - Methods [13] { + Method [ public method __construct ] { - Parameters [4] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] - Parameter #3 [ bool $simulate = false ] + Parameter #0 [ string $format = '[%date%][%level%] %message%' ] + Parameter #1 [ string $dateFormat = 'c' ] + Parameter #2 [ string $interpolatorLeft = '%' ] + Parameter #3 [ string $interpolatorRight = '%' ] } } - Method [ final protected method executeUpdate ] { + Method [ public method format ] { - - Parameters [3] { - Parameter #0 [ array $intermediate ] - Parameter #1 [ array $bindParams ] - Parameter #2 [ array $bindTypes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + - Return [ string ] } - Method [ final protected method getCallArgument ] { + Method [ public method getFormat ] { - - Parameters [1] { - Parameter #0 [ array $argument ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final protected method getCaseExpression ] { + Method [ public method setFormat ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ string $format ] } - - Return [ array ] + - Return [ Phalcon\Logger\Formatter\Line ] } - Method [ final protected method getExpression ] { + Method [ public method getDateFormat ] { - - Parameters [2] { - Parameter #0 [ array $expr ] - Parameter #1 [ bool $quoting = true ] + - Parameters [0] { } - - Return [ array ] - } - - Method [ final protected method getFunctionCall ] { - - - Parameters [1] { - Parameter #0 [ array $expr ] - } - - Return [ array ] + - Return [ string ] } - Method [ final protected method getGroupClause ] { + Method [ public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ array $group ] + Parameter #0 [ string $format ] } - - Return [ array ] + - Return [ void ] } - Method [ final protected method getLimitClause ] { + Method [ protected method getFormattedDate ] { - Parameters [1] { - Parameter #0 [ array $limitClause ] + Parameter #0 [ Phalcon\Logger\Item $item ] } - - Return [ array ] + - Return [ string ] } - Method [ final protected method getJoin ] { + Method [ protected method getInterpolatedMessage ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ array $join ] - } - - Return [ array ] - } - - Method [ final protected method getJoinType ] { - - - Parameters [1] { - Parameter #0 [ array $join ] + Parameter #0 [ Phalcon\Logger\Item $item ] + Parameter #1 [ string $message ] } - Return [ string ] } - Method [ final protected method getJoins ] { + Method [ protected method toEndsWith ] { - - Parameters [1] { - Parameter #0 [ array $select ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] } - - Return [ array ] + - Return [ bool ] } - Method [ final protected method getMultiJoin ] { + Method [ protected method toInterpolate ] { - - Parameters [5] { - Parameter #0 [ string $joinType ] - Parameter #1 [ $joinSource ] - Parameter #2 [ string $modelAlias ] - Parameter #3 [ string $joinAlias ] - Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + - Parameters [4] { + Parameter #0 [ string $input ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $left = '%' ] + Parameter #3 [ string $right = '%' ] } - - Return [ array ] + - Return [ string ] } - Method [ final protected method getOrderClause ] { + Method [ protected method toLower ] { - - Parameters [1] { - Parameter #0 [ $order ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } - - Return [ array ] + - Return [ string ] } - Method [ final protected method getQualified ] { + Method [ protected method toStartsWith ] { - - Parameters [1] { - Parameter #0 [ array $expr ] + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getReadConnection ] { + Method [ protected method toUpper ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ ?array $intermediate = [] ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ string ] } + } + } - Method [ final protected method getRelatedRecords ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $intermediate ] - Parameter #2 [ array $bindParams ] - Parameter #3 [ array $bindTypes ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } + Class [ class Phalcon\Logger\Item ] { - Method [ final protected method getSelectColumn ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ array $column ] - } - - Return [ array ] - } + - Static properties [0] { + } - Method [ final protected method getSingleJoin ] { + - Static methods [0] { + } - - Parameters [5] { - Parameter #0 [ string $joinType ] - Parameter #1 [ $joinSource ] - Parameter #2 [ string $modelAlias ] - Parameter #3 [ string $joinAlias ] - Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] - } - - Return [ array ] - } + - Properties [5] { + Property [ protected $context = NULL ] + Property [ protected $dateTime = NULL ] + Property [ protected $message = NULL ] + Property [ protected $level = NULL ] + Property [ protected $levelName = NULL ] + } - Method [ final protected method getTable ] { + - Methods [6] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ array $qualifiedName ] + - Parameters [5] { + Parameter #0 [ string $message ] + Parameter #1 [ string $levelName ] + Parameter #2 [ int $level ] + Parameter #3 [ DateTimeImmutable $dateTime ] + Parameter #4 [ array $context = [] ] } } - Method [ protected method getWriteConnection ] { + Method [ public method getContext ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ ?array $intermediate = [] ] - Parameter #2 [ array $bindParams = [] ] - Parameter #3 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ final protected method _prepareDelete ] { + Method [ public method getDateTime ] { - Parameters [0] { } - - Return [ array ] + - Return [ DateTimeImmutable ] } - Method [ final protected method _prepareInsert ] { + Method [ public method getMessage ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ final protected method _prepareSelect ] { + Method [ public method getLevel ] { - - Parameters [2] { - Parameter #0 [ $ast = ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ final protected method _prepareUpdate ] { + Method [ public method getLevelName ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface ] { - - Constants [2] { - Constant [ public string OPERATOR_AND ] { and } - Constant [ public string OPERATOR_OR ] { or } + - Constants [9] { + Constant [ public int ALERT ] { 2 } + Constant [ public int CRITICAL ] { 1 } + Constant [ public int CUSTOM ] { 8 } + Constant [ public int DEBUG ] { 7 } + Constant [ public int EMERGENCY ] { 0 } + Constant [ public int ERROR ] { 3 } + Constant [ public int INFO ] { 6 } + Constant [ public int NOTICE ] { 5 } + Constant [ public int WARNING ] { 4 } } - Static properties [0] { @@ -74674,482 +73294,502 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [16] { - Property [ protected $bindParams = NULL ] - Property [ protected $bindTypes = NULL ] - Property [ protected $columns = NULL ] - Property [ protected $conditions = NULL ] - Property [ protected $container = NULL ] - Property [ protected $distinct = NULL ] - Property [ protected $forUpdate = false ] - Property [ protected $group = NULL ] - Property [ protected $having = NULL ] - Property [ protected $hiddenParamNumber = 0 ] - Property [ protected $joins = NULL ] - Property [ protected $limit = NULL ] - Property [ protected $models = NULL ] - Property [ protected $offset = 0 ] - Property [ protected $order = NULL ] - Property [ protected $sharedLock = false ] + - Properties [5] { + Property [ protected $adapters = NULL ] + Property [ protected $excluded = NULL ] + Property [ protected $logLevel = 8 ] + Property [ protected $name = '' ] + Property [ protected $timezone = NULL ] } - - Methods [52] { - Method [ public method __construct ] { + - Methods [22] { + Method [ public method alert ] { - Parameters [2] { - Parameter #0 [ $params = ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method addFrom ] { + Method [ public method critical ] { - Parameters [2] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $alias = null ] + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method andHaving ] { + Method [ public method debug ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method andWhere ] { + Method [ public method emergency ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ final public method autoescape ] { + Method [ public method error ] { - - Parameters [1] { - Parameter #0 [ string $identifier ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ public method betweenHaving ] { + Method [ public method info ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = null ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method betweenWhere ] { + Method [ public method log ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = null ] + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method columns ] { + Method [ public method notice ] { - - Parameters [1] { - Parameter #0 [ $columns ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method distinct ] { + Method [ public method warning ] { - - Parameters [1] { - Parameter #0 [ $distinct ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ void ] } - Method [ public method forUpdate ] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters = [] ] + Parameter #2 [ ?DateTimeZone $timezone = ] + } + } + + Method [ public method addAdapter ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] + } + - Return [ Phalcon\Logger\AbstractLogger ] + } + + Method [ public method excludeAdapters ] { - Parameters [1] { - Parameter #0 [ bool $forUpdate ] + Parameter #0 [ array $adapters = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method from ] { + Method [ public method getAdapter ] { - Parameters [1] { - Parameter #0 [ $models ] + Parameter #0 [ string $name ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getBindParams ] { + Method [ public method getAdapters ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ public method getLogLevel ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method getColumns ] { + Method [ public method getName ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method removeAdapter ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method getDistinct ] { + Method [ public method setAdapters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $adapters ] } - - Return [ bool ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method getFrom ] { + Method [ public method setLogLevel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $level ] } + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method getGroupBy ] { + Method [ protected method addMessage ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ int $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getHaving ] { + Method [ protected method getLevelNumber ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $level ] } - - Return [ string ] + - Return [ int ] } - Method [ public method getJoins ] { + Method [ protected method getLevels ] { - Parameters [0] { } - Return [ array ] } + } + } - Method [ public method getLimit ] { + Class [ class Phalcon\Logger\LoggerFactory extends Phalcon\Factory\AbstractConfigFactory ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $adapterFactory = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\AdapterFactory $factory ] } } - Method [ public method getModels ] { + Method [ public method load ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $config ] } + - Return [ Phalcon\Logger\Logger ] } - Method [ public method getOffset ] { + Method [ public method newInstance ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters = [] ] + Parameter #2 [ ?DateTimeZone $timezone = ] } - - Return [ int ] + - Return [ Phalcon\Logger\Logger ] } - Method [ public method getOrderBy ] { + Method [ protected method getArrVal ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } } - Method [ final public method getPhql ] { + Method [ protected method getExceptionClass ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getQuery ] { + Method [ protected method checkConfig ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ public method getWhere ] { + Method [ protected method checkConfigElement ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } + - Return [ array ] } - Method [ public method groupBy ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ string $message ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Exception ] } + } + } - Method [ public method having ] { + Class [ class Phalcon\Messages\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] - } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] - } + - Constants [0] { + } - Method [ public method inHaving ] { + - 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 $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = null ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method innerJoin ] { + Method [ public method __wakeup ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Tentative return [ void ] } - Method [ public method inWhere ] { + Method [ final public method getMessage ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method join ] { + Method [ final public method getCode ] { - - Parameters [4] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] - Parameter #3 [ ?string $type = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method leftJoin ] { + Method [ final public method getFile ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method limit ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ int $limit ] - Parameter #1 [ $offset = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ int ] } - Method [ public method notBetweenHaving ] { + Method [ final public method getTrace ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ array ] } - Method [ public method notBetweenWhere ] { + Method [ final public method getPrevious ] { - - Parameters [4] { - Parameter #0 [ string $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ string $operator = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ ?Throwable ] } - Method [ public method notInHaving ] { + Method [ final public method getTraceAsString ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method notInWhere ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ string $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ string $operator = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } + } + } - Method [ public method offset ] { + Class [ class Phalcon\Messages\Message implements Stringable, Phalcon\Messages\MessageInterface, JsonSerializable ] { - - Parameters [1] { - Parameter #0 [ int $offset ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $code = NULL ] + Property [ protected $field = NULL ] + Property [ protected $message = NULL ] + Property [ protected $type = NULL ] + Property [ protected $metaData = NULL ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $message ] + Parameter #1 [ $field = ] + Parameter #2 [ string $type = '' ] + Parameter #3 [ int $code = 0 ] + Parameter #4 [ array $metaData = [] ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method orderBy ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $orderBy ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method orHaving ] { + Method [ public method getCode ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ int ] } - Method [ public method orWhere ] { + Method [ public method getField ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method rightJoin ] { + Method [ public method getMessage ] { - - Parameters [3] { - Parameter #0 [ string $model ] - Parameter #1 [ ?string $conditions = null ] - Parameter #2 [ ?string $alias = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method setBindParams ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ string ] } - Method [ public method setBindTypes ] { + Method [ public method getMetaData ] { - - Parameters [2] { - Parameter #0 [ array $bindTypes ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method where ] { + Method [ public method setCode ] { - - Parameters [3] { - Parameter #0 [ string $conditions ] - Parameter #1 [ array $bindParams = [] ] - Parameter #2 [ array $bindTypes = [] ] + - Parameters [1] { + Parameter #0 [ int $code ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ protected method conditionBetween ] { + Method [ public method setField ] { - - Parameters [5] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ $minimum ] - Parameter #4 [ $maximum ] + - Parameters [1] { + Parameter #0 [ $field ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ protected method conditionIn ] { + Method [ public method setMessage ] { - - Parameters [4] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ array $values ] + - Parameters [1] { + Parameter #0 [ string $message ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ protected method conditionNotBetween ] { + Method [ public method setMetaData ] { - - Parameters [5] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ $minimum ] - Parameter #4 [ $maximum ] + - Parameters [1] { + Parameter #0 [ array $metaData ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ protected method conditionNotIn ] { + Method [ public method setType ] { - - Parameters [4] { - Parameter #0 [ string $clause ] - Parameter #1 [ string $operator ] - Parameter #2 [ string $expr ] - Parameter #3 [ array $values ] + - Parameters [1] { + Parameter #0 [ string $type ] } - - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + - Return [ Phalcon\Messages\MessageInterface ] } } } - Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { + Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { - Constants [0] { } @@ -75157,63 +73797,120 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method parsePHQL ] { + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $position = 0 ] + Property [ protected $messages = NULL ] + } + + - Methods [15] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $phql ] + Parameter #0 [ array $messages = [] ] } - - Return [ array ] } - } - - Properties [0] { - } + Method [ public method appendMessage ] { - - Methods [0] { - } - } + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + } - Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { + Method [ public method appendMessages ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ $messages ] + } + } - - Static properties [0] { - } + Method [ public method count ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ int ] + } - - Properties [2] { - Property [ protected $model = NULL ] - Property [ protected $success = NULL ] - } + Method [ public method current ] { - - Methods [4] { - Method [ public method __construct ] { + - Parameters [0] { + } + - Return [ Phalcon\Messages\MessageInterface ] + } - - Parameters [2] { - Parameter #0 [ bool $success ] - Parameter #1 [ ?Phalcon\Mvc\ModelInterface $model = ] + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $fieldName ] } + - Return [ array ] } - Method [ public method getMessages ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getModel ] { + Method [ public method key ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ int ] } - Method [ public method success ] { + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ mixed ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ void ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method valid ] { - Parameters [0] { } @@ -75222,17 +73919,9 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { + Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [8] { - Constant [ public int ACTION_CASCADE ] { 2 } - Constant [ public int ACTION_RESTRICT ] { 1 } - Constant [ public int BELONGS_TO ] { 0 } - Constant [ public int HAS_MANY ] { 2 } - Constant [ public int HAS_MANY_THROUGH ] { 4 } - Constant [ public int HAS_ONE ] { 1 } - Constant [ public int HAS_ONE_THROUGH ] { 3 } - Constant [ public int NO_ACTION ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -75241,140 +73930,143 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $fields = NULL ] - Property [ protected $intermediateFields = NULL ] - Property [ protected $intermediateModel = NULL ] - Property [ protected $intermediateReferencedFields = NULL ] - Property [ protected $options = NULL ] - Property [ protected $referencedFields = NULL ] - Property [ protected $referencedModel = NULL ] - Property [ protected $type = NULL ] + - Properties [7] { + Property [ protected $container = NULL ] + Property [ protected $defaultModule = '' ] + Property [ protected $eventsManager = NULL ] + Property [ protected $modules = NULL ] + Property [ protected $implicitView = true ] + Property [ protected $sendCookies = true ] + Property [ protected $sendHeaders = true ] } - Methods [16] { - Method [ public method __construct ] { + Method [ public method handle ] { - - Parameters [5] { - Parameter #0 [ int $type ] - Parameter #1 [ string $referencedModel ] - Parameter #2 [ $fields ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ array $options = [] ] + - Parameters [1] { + Parameter #0 [ string $uri ] } } - Method [ public method getFields ] { + Method [ public method sendCookiesOnHandleRequest ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $sendCookies ] } + - Return [ Phalcon\Mvc\Application ] } - Method [ public method getForeignKey ] { + Method [ public method sendHeadersOnHandleRequest ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $sendHeaders ] } + - Return [ Phalcon\Mvc\Application ] } - Method [ public method getIntermediateFields ] { + Method [ public method useImplicitView ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $implicitView ] + } + - Return [ Phalcon\Mvc\Application ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } } - Method [ public method getIntermediateModel ] { + Method [ public method getDefaultModule ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getIntermediateReferencedFields ] { + Method [ public method getEventsManager ] { - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getOption ] { + Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } } - Method [ public method getOptions ] { + Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } - Method [ public method getParams ] { - - - Parameters [0] { - } - } - - Method [ public method getType ] { + Method [ public method registerModules ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $modules ] + Parameter #1 [ bool $merge = false ] } - - Return [ int ] + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method getReferencedFields ] { + Method [ public method setDefaultModule ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $defaultModule ] } + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method getReferencedModel ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method isForeignKey ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ bool ] } - Method [ public method isThrough ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - Return [ bool ] } - Method [ public method isReusable ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setIntermediateRelation ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ $intermediateFields ] - Parameter #1 [ string $intermediateModel ] - Parameter #2 [ $intermediateReferencedFields ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { + Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Stringable, Throwable ] { - - Constants [5] { - Constant [ public int HYDRATE_ARRAYS ] { 1 } - Constant [ public int HYDRATE_OBJECTS ] { 2 } - Constant [ public int HYDRATE_RECORDS ] { 0 } - Constant [ public int TYPE_RESULT_FULL ] { 0 } - Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -75383,628 +74075,616 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [12] { - Property [ protected $activeRow = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $count = 0 ] - Property [ protected $errorMessages = NULL ] - Property [ protected $hydrateMode = 0 ] - Property [ protected $isFresh = true ] - Property [ protected $pointer = 0 ] - Property [ protected $row = NULL ] - Property [ protected $rows = NULL ] - Property [ protected $result = NULL ] - Property [ protected $columnTypes = NULL ] - Property [ protected $disableHydration = false ] + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [32] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $columnTypes ] - Parameter #1 [ ?Phalcon\Db\ResultInterface $result = ] - Parameter #2 [ $cache = ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ final public method current ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ mixed ] + - Tentative return [ void ] } - Method [ public method toArray ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method serialize ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method __serialize ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ array ] + - Return [ int ] } - Method [ public method __unserialize ] { + Method [ final public method getTrace ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ final public method count ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Throwable ] } - Method [ public method delete ] { - - - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] - } - - Return [ bool ] - } - - Method [ public method filter ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getCache ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ ?Phalcon\Cache\CacheInterface ] + - Return [ string ] } + } + } - Method [ public method getFirst ] { + Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - Parameters [0] { - } - } + - Constants [0] { + } - Method [ public method getHydrateMode ] { + - Static properties [0] { + } - - Parameters [0] { - } - - Return [ int ] - } + - Static methods [0] { + } - Method [ public method getLast ] { + - Properties [2] { + Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] + } + + - Methods [8] { + Method [ final public method __construct ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ public method getMessages ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getType ] { + Method [ public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ int ] + - Return [ void ] } - Method [ public method isFresh ] { + Method [ protected method fireManagerEvent ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } - - Return [ bool ] } - Method [ public method jsonSerialize ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ array ] } - Method [ public method key ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ ?int ] + - Return [ bool ] } - Method [ public method next ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method offsetGet ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ mixed ] + - Return [ void ] } + } + } - Method [ public method offsetExists ] { + Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { - - Parameters [1] { - Parameter #0 [ $index ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method offsetSet ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Static methods [0] { + } - Method [ public method offsetUnset ] { + - Properties [26] { + Property [ protected $container = NULL ] + Property [ protected $activeHandler = NULL ] + Property [ protected $activeMethodMap = NULL ] + Property [ protected $actionName = '' ] + Property [ protected $actionSuffix = 'Action' ] + Property [ protected $camelCaseMap = NULL ] + Property [ protected $defaultNamespace = '' ] + Property [ protected $handlerHashes = NULL ] + Property [ protected $handlerName = '' ] + Property [ protected $eventsManager = NULL ] + Property [ protected $finished = false ] + Property [ protected $forwarded = false ] + Property [ protected $isControllerInitialize = false ] + Property [ protected $lastHandler = NULL ] + Property [ protected $modelBinder = NULL ] + Property [ protected $modelBinding = false ] + Property [ protected $moduleName = '' ] + Property [ protected $namespaceName = '' ] + Property [ protected $params = NULL ] + Property [ protected $previousActionName = '' ] + Property [ protected $previousHandlerName = '' ] + Property [ protected $previousNamespaceName = '' ] + Property [ protected $returnedValue = NULL ] + Property [ protected $defaultAction = 'index' ] + Property [ protected $defaultHandler = 'index' ] + Property [ protected $handlerSuffix = 'Controller' ] + } + + - Methods [53] { + Method [ public method forward ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ array $forward ] } - Return [ void ] } - Method [ final public method rewind ] { + Method [ public method getActiveController ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ final public method seek ] { + Method [ public method getControllerClass ] { - - Parameters [1] { - Parameter #0 [ $position ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method setHydrateMode ] { + Method [ public method getControllerName ] { - - Parameters [1] { - Parameter #0 [ int $hydrateMode ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ string ] } - Method [ public method setIsFresh ] { + Method [ public method getLastController ] { - - Parameters [1] { - Parameter #0 [ bool $isFresh ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ public method update ] { + Method [ public method getPreviousActionName ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method valid ] { + Method [ public method getPreviousControllerName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method refresh ] { + Method [ public method getPreviousNamespaceName ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getResult ] { + Method [ public method setControllerName ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $controllerName ] } } - } - } - - Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - - - Constants [5] { - Constant [ public int HYDRATE_ARRAYS ] { 1 } - Constant [ public int HYDRATE_OBJECTS ] { 2 } - Constant [ public int HYDRATE_RECORDS ] { 0 } - Constant [ public int TYPE_RESULT_FULL ] { 0 } - Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [13] { - Property [ protected $activeRow = NULL ] - Property [ protected $cache = NULL ] - Property [ protected $count = 0 ] - Property [ protected $errorMessages = NULL ] - Property [ protected $hydrateMode = 0 ] - Property [ protected $isFresh = true ] - Property [ protected $pointer = 0 ] - Property [ protected $row = NULL ] - Property [ protected $rows = NULL ] - Property [ protected $result = NULL ] - Property [ protected $columnMap = NULL ] - Property [ protected $model = NULL ] - Property [ protected $keepSnapshots = false ] - } - - Methods [32] { - Method [ public method __construct ] { + Method [ public method setControllerSuffix ] { - - Parameters [5] { - Parameter #0 [ $columnMap ] - Parameter #1 [ $model ] - Parameter #2 [ $result ] - Parameter #3 [ $cache = ] - Parameter #4 [ bool $keepSnapshots = false ] + - Parameters [1] { + Parameter #0 [ string $controllerSuffix ] } } - Method [ final public method current ] { + Method [ public method setDefaultController ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $controllerName ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ public method toArray ] { + Method [ protected method handleException ] { - Parameters [1] { - Parameter #0 [ bool $renameColumns = true ] + Parameter #0 [ Exception $exception ] } - - Return [ array ] } - Method [ public method serialize ] { + Method [ protected method throwDispatchException ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ int $exceptionCode = 0 ] } - - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method callActionMethod ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [3] { + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params = [] ] } - - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method dispatch ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method __unserialize ] { + Method [ public method getActionName ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ final public method count ] { + Method [ public method getActionSuffix ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method delete ] { + Method [ public method getActiveMethod ] { - - Parameters [1] { - Parameter #0 [ ?Closure $conditionCallback = ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method filter ] { + Method [ public method getBoundModels ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [0] { } - Return [ array ] } - Method [ public method getCache ] { + Method [ public method getDefaultNamespace ] { - Parameters [0] { } - - Return [ ?Phalcon\Cache\CacheInterface ] + - Return [ string ] } - Method [ public method getFirst ] { + Method [ public method getEventsManager ] { - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getHydrateMode ] { + Method [ public method getHandlerSuffix ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method getLast ] { + Method [ public method getModelBinder ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\ModelInterface ] + - Return [ ?Phalcon\Mvc\Model\BinderInterface ] } - Method [ public method getMessages ] { + Method [ public method getModuleName ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method getType ] { + Method [ public method getNamespaceName ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ public method isFresh ] { + Method [ public method getParam ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] } - - Return [ bool ] } - Method [ public method jsonSerialize ] { + Method [ public method getParameter ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters = ] + Parameter #2 [ $defaultValue = ] } - - Return [ array ] } - Method [ public method key ] { + Method [ public method getParams ] { - Parameters [0] { } - - Return [ ?int ] + - Return [ array ] } - Method [ public method next ] { + Method [ public method getParameters ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method offsetGet ] { + Method [ public method hasParam ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $param ] } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method offsetExists ] { + Method [ public method hasParameter ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $param ] } - Return [ bool ] } - Method [ public method offsetSet ] { + Method [ public method isFinished ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method offsetUnset ] { + Method [ public method setActionName ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $actionName ] } - Return [ void ] } - Method [ final public method rewind ] { + Method [ public method setDefaultAction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $actionName ] } - Return [ void ] } - Method [ final public method seek ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ string $defaultNamespace ] } - Return [ void ] } - Method [ public method setHydrateMode ] { + Method [ public method getHandlerClass ] { - - Parameters [1] { - Parameter #0 [ int $hydrateMode ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ string ] } - Method [ public method setIsFresh ] { + Method [ public method setParam ] { - - Parameters [1] { - Parameter #0 [ bool $isFresh ] + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ void ] } - Method [ public method update ] { + Method [ public method setParameter ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ ?Closure $conditionCallback = ] + Parameter #0 [ $param ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method valid ] { + Method [ public method setParams ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $params ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method refresh ] { + Method [ public method setParameters ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $params ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method getResult ] { + Method [ public method setReturnedValue ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $value ] } + - Return [ void ] } - } - } - Class [ class Phalcon\Mvc\Model\Row extends stdClass implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { + Method [ public method setActionSuffix ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } - - Static properties [0] { - } + Method [ public method setEventsManager ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } - - Properties [0] { - } + Method [ public method setHandlerSuffix ] { - - Methods [9] { - Method [ public method jsonSerialize ] { + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } - - Parameters [0] { + Method [ public method setModelBinder ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache = ] } - - Return [ array ] + - Return [ Phalcon\Dispatcher\DispatcherInterface ] } - Method [ public method offsetGet ] { + Method [ public method setModuleName ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ ?string $moduleName = null ] } - - Return [ mixed ] + - Return [ void ] } - Method [ public method offsetExists ] { + Method [ public method setNamespaceName ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $namespaceName ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method offsetSet ] { + Method [ public method getReturnedValue ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method wasForwarded ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method readAttribute ] { + Method [ protected method resolveEmptyProperties ] { - - Parameters [1] { - Parameter #0 [ string $attribute ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method setDirtyState ] { + Method [ protected method toCamelCase ] { - Parameters [1] { - Parameter #0 [ int $dirtyState ] + Parameter #0 [ string $input ] } + - Return [ string ] } - Method [ public method toArray ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method writeAttribute ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $attribute ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { + Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Stringable, Throwable ] { - - Constants [0] { + - Constants [6] { + Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public int EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { @@ -76013,121 +74693,88 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $activeTransaction = false ] - Property [ protected $connection = NULL ] - Property [ protected $isNewTransaction = true ] - Property [ protected $manager = NULL ] - Property [ protected $messages = NULL ] - Property [ protected $rollbackRecord = NULL ] - Property [ protected $rollbackOnAbort = false ] - Property [ protected $rollbackThrowException = false ] - } - - - Methods [13] { - Method [ public method __construct ] { + - 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 [ Phalcon\Di\DiInterface $container ] - Parameter #1 [ bool $autoBegin = false ] - Parameter #2 [ string $service = 'db' ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } - Method [ public method begin ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method commit ] { + Method [ final public method getMessage ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method getConnection ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getMessages ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method isManaged ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ bool ] + - Return [ int ] } - Method [ public method isValid ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ bool ] - } - - Method [ public method rollback ] { - - - Parameters [2] { - Parameter #0 [ ?string $rollbackMessage = null ] - Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] - } - - Return [ bool ] - } - - Method [ public method setIsNewTransaction ] { - - - Parameters [1] { - Parameter #0 [ bool $isNew ] - } - - Return [ void ] - } - - Method [ public method setRollbackOnAbort ] { - - - Parameters [1] { - Parameter #0 [ bool $rollbackOnAbort ] - } - - Return [ void ] + - Return [ array ] } - Method [ public method setRollbackedRecord ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Throwable ] } - Method [ public method setTransactionManager ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method throwRollbackException ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ bool $status ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - Constants [0] { } @@ -76138,365 +74785,353 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - Property [ protected $record = NULL ] + - Properties [15] { + Property [ protected $activeHandler = NULL ] + Property [ protected $afterBindingHandlers = NULL ] + Property [ protected $afterHandlers = NULL ] + Property [ protected $beforeHandlers = NULL ] + Property [ protected $container = NULL ] + Property [ protected $errorHandler = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $finishHandlers = NULL ] + Property [ protected $handlers = NULL ] + Property [ protected $modelBinder = NULL ] + Property [ protected $notFoundHandler = NULL ] + Property [ protected $responseHandler = NULL ] + Property [ protected $returnedValue = NULL ] + Property [ protected $router = NULL ] + Property [ protected $stopped = false ] } - - Methods [12] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ string $message ] - Parameter #1 [ ?Phalcon\Mvc\ModelInterface $record = ] - } - } - - Method [ public method getRecord ] { + - Methods [41] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getRecordMessages ] { + Method [ public method after ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method __wakeup ] { + Method [ public method afterBinding ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Tentative return [ void ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ final public method getMessage ] { + Method [ public method before ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ final public method getCode ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method getFile ] { + Method [ public method error ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ final public method getLine ] { + Method [ public method finish ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ final public method getTrace ] { + Method [ public method get ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method getPrevious ] { + Method [ public method getActiveHandler ] { - Parameters [0] { } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method getBoundModels ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - } - } - - Class [ class Phalcon\Mvc\Model\Transaction\Manager implements Phalcon\Mvc\Model\Transaction\ManagerInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $container = NULL ] - Property [ protected $initialized = false ] - Property [ protected $number = 0 ] - Property [ protected $rollbackPendent = true ] - Property [ protected $service = 'db' ] - Property [ protected $transactions = NULL ] - } - - Methods [17] { - Method [ public method __construct ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method collectTransactions ] { + Method [ public method getHandlers ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method commit ] { + Method [ public method getModelBinder ] { - Parameters [0] { } + - Return [ ?Phalcon\Mvc\Model\BinderInterface ] } - Method [ public method get ] { + Method [ public method getReturnedValue ] { - - Parameters [1] { - Parameter #0 [ bool $autoBegin = true ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method getDbService ] { + Method [ public method getRouter ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method getDI ] { + Method [ public method getService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serviceName ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getOrCreateTransaction ] { + Method [ public method getSharedService ] { - Parameters [1] { - Parameter #0 [ bool $autoBegin = true ] + Parameter #0 [ string $serviceName ] } - - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method getRollbackPendent ] { + Method [ public method handle ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $uri ] } - - Return [ bool ] } - Method [ public method has ] { + Method [ public method hasService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serviceName ] } - Return [ bool ] } - Method [ public method notifyCommit ] { + Method [ public method head ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method notifyRollback ] { + Method [ public method map ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method rollback ] { + Method [ public method mount ] { - Parameters [1] { - Parameter #0 [ bool $collect = true ] + Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method rollbackPendent ] { + Method [ public method notFound ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ public method setDbService ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ string $service ] + Parameter #0 [ $offset ] } - - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ $offset ] } - - Return [ void ] + - Return [ mixed ] } - Method [ public method setRollbackPendent ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ bool $rollbackPendent ] + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + - Return [ void ] } - Method [ protected method collectTransaction ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ $offset ] } - Return [ void ] } - } - } - - Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method options ] { - - Properties [6] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - Property [ protected $messages = NULL ] - Property [ protected $model = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Methods [12] { - Method [ public method __construct ] { + Method [ public method patch ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $validationMessages ] + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getMessages ] { + Method [ public method post ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getModel ] { + Method [ public method put ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method __wakeup ] { + Method [ public method setActiveHandler ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $activeHandler ] } - - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getCode ] { + Method [ public method setModelBinder ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache = ] } + - Return [ Phalcon\Mvc\Micro ] } - Method [ final public method getFile ] { + Method [ public method setResponseHandler ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $handler ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Micro ] } - Method [ final public method getLine ] { + Method [ public method setService ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $serviceName ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared = false ] } - - Return [ int ] + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ final public method getTrace ] { + Method [ public method stop ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ final public method getPrevious ] { + Method [ public method __get ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method __toString ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } } } - Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { - - Constants [4] { - Constant [ public int POSITION_FIRST ] { 0 } - Constant [ public int POSITION_LAST ] { 1 } - Constant [ public int URI_SOURCE_GET_URL ] { 0 } - Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -76505,1120 +75140,1183 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [26] { - Property [ protected $container = NULL ] - Property [ protected $action = '' ] - Property [ protected $controller = '' ] - Property [ protected $defaultAction = '' ] - Property [ protected $defaultController = '' ] - Property [ protected $defaultModule = '' ] - Property [ protected $defaultNamespace = '' ] - Property [ protected $defaultParams = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $keyRouteNames = NULL ] - Property [ protected $keyRouteIds = NULL ] - Property [ protected $matchedRoute = NULL ] - Property [ protected $matches = NULL ] - Property [ protected $module = '' ] - Property [ protected $namespaceName = '' ] - Property [ protected $notFoundPaths = NULL ] - Property [ protected $params = NULL ] - Property [ protected $removeExtraSlashes = false ] - Property [ protected $routes = NULL ] - Property [ protected $uriSource = 0 ] - Property [ protected $wasMatched = false ] - Property [ protected $actionSuffix = 'Action' ] - Property [ protected $actionPreformatCallback = NULL ] - Property [ protected $controllerSuffix = 'Controller' ] + - Properties [4] { + Property [ protected $handler = NULL ] Property [ protected $handlers = NULL ] - Property [ protected $routePrefix = '' ] + Property [ protected $lazy = false ] + Property [ protected $prefix = '' ] } - - Methods [56] { - Method [ public method addModuleResource ] { + - Methods [17] { + Method [ public method delete ] { - Parameters [3] { - Parameter #0 [ string $module ] - Parameter #1 [ string $handler ] - Parameter #2 [ ?string $prefix = null ] + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ Phalcon\Mvc\Router\Annotations ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method addResource ] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ string $handler ] - Parameter #1 [ ?string $prefix = null ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ Phalcon\Mvc\Router\Annotations ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method getResources ] { + Method [ public method getHandler ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method handle ] { + Method [ public method getHandlers ] { - - Parameters [1] { - Parameter #0 [ string $uri ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method processActionAnnotation ] { + Method [ public method getPrefix ] { - - Parameters [5] { - Parameter #0 [ string $module ] - Parameter #1 [ string $namespaceName ] - Parameter #2 [ string $controller ] - Parameter #3 [ string $action ] - Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method processControllerAnnotation ] { + Method [ public method head ] { - - Parameters [2] { - Parameter #0 [ string $handler ] - Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method setActionSuffix ] { + Method [ public method isLazy ] { - - Parameters [1] { - Parameter #0 [ string $actionSuffix ] + - Parameters [0] { } + - Return [ bool ] } - Method [ public method setActionPreformatCallback ] { + Method [ public method map ] { - - Parameters [1] { - Parameter #0 [ $callback = ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method getActionPreformatCallback ] { + Method [ public method mapVia ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ $method ] + Parameter #3 [ ?string $name = null ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method setControllerSuffix ] { + Method [ public method options ] { - - Parameters [1] { - Parameter #0 [ string $controllerSuffix ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method __construct ] { + Method [ public method patch ] { - - Parameters [1] { - Parameter #0 [ bool $defaultRoutes = true ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method add ] { + Method [ public method post ] { - - Parameters [4] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] - Parameter #3 [ int $position = null ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method addConnect ] { + Method [ public method put ] { - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ ?string $name = null ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method addDelete ] { + Method [ public method setHandler ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [2] { + Parameter #0 [ $handler ] + Parameter #1 [ bool $lazy = false ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method addGet ] { + Method [ public method setLazy ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ bool $lazy ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method addHead ] { + Method [ public method setPrefix ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [1] { + Parameter #0 [ string $prefix ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ public method addOptions ] { + Method [ protected method addMap ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [4] { + Parameter #0 [ $method ] + Parameter #1 [ string $routePattern ] + Parameter #2 [ $handler ] + Parameter #3 [ ?string $name = null ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } + } + } - Method [ public method addPatch ] { + Class [ class Phalcon\Mvc\Micro\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] - } - - Return [ Phalcon\Mvc\Router\RouteInterface ] - } + - Constants [0] { + } - Method [ public method addPost ] { + - 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 $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addPurge ] { + Method [ public method __wakeup ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Tentative return [ void ] } - Method [ public method addPut ] { + Method [ final public method getMessage ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method addTrace ] { + Method [ final public method getCode ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ int $position = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method attach ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ int $position = null ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ string ] } - Method [ public method clear ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method getEventsManager ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ array ] } - Method [ public method getActionName ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Throwable ] } - Method [ public method getControllerName ] { + Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } - Method [ public method getDefaults ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } + } + } - Method [ public method getKeyRouteNames ] { + Class [ class Phalcon\Mvc\Micro\LazyLoader ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $definition = NULL ] + Property [ protected $handler = NULL ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $definition ] } - - Return [ array ] } - Method [ public method getKeyRouteIds ] { + Method [ public method callMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $method ] + Parameter #1 [ $arguments ] + Parameter #2 [ ?Phalcon\Mvc\Model\BinderInterface $modelBinder = ] } - - Return [ array ] } - Method [ public method getMatchedRoute ] { + Method [ public method getDefinition ] { - Parameters [0] { } - - Return [ ?Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method getMatches ] { + Method [ public method getHandler ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?object ] } + } + } - Method [ public method getModuleName ] { + Class [ abstract class Phalcon\Mvc\Model extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Serializable, JsonSerializable ] { - - Parameters [0] { + - Constants [8] { + Constant [ public int DIRTY_STATE_DETACHED ] { 2 } + Constant [ public int DIRTY_STATE_PERSISTENT ] { 0 } + Constant [ public int DIRTY_STATE_TRANSIENT ] { 1 } + Constant [ public int OP_CREATE ] { 1 } + Constant [ public int OP_DELETE ] { 3 } + Constant [ public int OP_NONE ] { 0 } + Constant [ public int OP_UPDATE ] { 2 } + Constant [ public string TRANSACTION_INDEX ] { transaction } + } + + - Static properties [0] { + } + + - Static methods [17] { + Method [ static public method __callStatic ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } - - Return [ string ] } - Method [ public method getNamespaceName ] { + Method [ static public method average ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $parameters = [] ] } - - Return [ string ] } - Method [ public method getParams ] { + Method [ static public method cloneResult ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] + Parameter #1 [ array $data ] + Parameter #2 [ int $dirtyState = 0 ] } - - Return [ array ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getRewriteUri ] { + Method [ static public method cloneResultMap ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ $base ] + Parameter #1 [ array $data ] + Parameter #2 [ $columnMap ] + Parameter #3 [ int $dirtyState = 0 ] + Parameter #4 [ ?bool $keepSnapshots = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ protected method extractRealUri ] { + Method [ static public method cloneResultMapHydrate ] { - - Parameters [1] { - Parameter #0 [ string $uri ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + Parameter #2 [ int $hydrationMode ] } - - Return [ string ] } - Method [ public method getRouteById ] { + Method [ static public method count ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $parameters = ] } } - Method [ public method getRouteByName ] { + Method [ static public method find ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $parameters = ] } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method getRoutes ] { + Method [ static public method findFirst ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $parameters = ] } - - Return [ array ] } - Method [ public method isExactControllerName ] { + Method [ static public method maximum ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $parameters = ] } - - Return [ bool ] } - Method [ public method mount ] { + Method [ static public method minimum ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method notFound ] { + Method [ static public method query ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method removeExtraSlashes ] { + Method [ static public method setup ] { - Parameters [1] { - Parameter #0 [ bool $remove ] + Parameter #0 [ array $options ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ void ] } - Method [ public method setDefaultAction ] { + Method [ static public method sum ] { - Parameters [1] { - Parameter #0 [ string $actionName ] + Parameter #0 [ $parameters = ] } - - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setDefaultController ] { + Method [ static protected method groupResult ] { - - Parameters [1] { - Parameter #0 [ string $controllerName ] + - Parameters [3] { + Parameter #0 [ string $functionName ] + Parameter #1 [ string $alias ] + Parameter #2 [ $parameters = ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method setDefaultModule ] { + Method [ final static protected method invokeFinder ] { - - Parameters [1] { - Parameter #0 [ string $moduleName ] + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } - - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setDefaultNamespace ] { + Method [ static private method getPreparedQuery ] { - - Parameters [1] { - Parameter #0 [ string $namespaceName ] + - Parameters [2] { + Parameter #0 [ $params ] + Parameter #1 [ $limit = ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method setDefaults ] { + Method [ static private method caseInsensitiveColumnMap ] { - - Parameters [1] { - Parameter #0 [ array $defaults ] + - Parameters [2] { + Parameter #0 [ $columnMap ] + Parameter #1 [ $key ] } - - Return [ Phalcon\Mvc\RouterInterface ] + - Return [ string ] } + } + + - Properties [16] { + Property [ protected $container = NULL ] + Property [ protected $dirtyState = 1 ] + Property [ protected $dirtyRelated = NULL ] + Property [ protected $errorMessages = NULL ] + Property [ protected $modelsManager = NULL ] + Property [ protected $modelsMetaData = NULL ] + Property [ protected $related = NULL ] + Property [ protected $operationMade = 0 ] + Property [ protected $oldSnapshot = NULL ] + Property [ protected $rawValues = NULL ] + Property [ protected $skipped = false ] + Property [ protected $snapshot = NULL ] + Property [ protected $transaction = NULL ] + Property [ protected $uniqueKey = NULL ] + Property [ protected $uniqueParams = NULL ] + Property [ protected $uniqueTypes = NULL ] + } - Method [ public method setEventsManager ] { + - Methods [88] { + Method [ final public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [3] { + Parameter #0 [ $data = ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #2 [ ?Phalcon\Mvc\Model\ManagerInterface $modelsManager = ] } - - Return [ void ] } - Method [ public method setKeyRouteNames ] { + Method [ public method __call ] { - - Parameters [1] { - Parameter #0 [ array $routeNames ] + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } - - Return [ Phalcon\Mvc\Router ] } - Method [ public method setKeyRouteIds ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ array $routeIds ] + Parameter #0 [ string $property ] } - - Return [ Phalcon\Mvc\Router ] } - Method [ public method setUriSource ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ int $uriSource ] + Parameter #0 [ string $property ] } - - Return [ Phalcon\Mvc\Router ] + - Return [ bool ] } - Method [ public method wasMatched ] { + Method [ public method __serialize ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method __set ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $value ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ array $data ] } - Return [ void ] } - } - } - - Class [ class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] { - - Constants [0] { - } + Method [ public method addBehavior ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method appendMessage ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method assign ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ array $data ] + Parameter #1 [ $whiteList = ] + Parameter #2 [ $dataColumnMap = ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method __wakeup ] { + Method [ protected method collectRelatedToSave ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method create ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method delete ] { - Parameters [0] { } + - Return [ bool ] } - Method [ final public method getFile ] { + Method [ public method dump ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method fireEvent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $eventName ] } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method fireEventCancel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $eventName ] } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method getChangedFields ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method getDirtyState ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method __toString ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - } - } - - Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $beforeMatch = NULL ] - Property [ protected $hostname = NULL ] - Property [ protected $paths = NULL ] - Property [ protected $prefix = NULL ] - Property [ protected $routes = NULL ] - } - - Methods [23] { - Method [ public method __construct ] { + Method [ public method getMessages ] { - Parameters [1] { - Parameter #0 [ $paths = ] + Parameter #0 [ $filter = ] } + - Return [ array ] } - Method [ public method add ] { + Method [ public method getModelsManager ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\ManagerInterface ] } - Method [ public method addConnect ] { + Method [ public method getModelsMetaData ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } - Method [ public method addDelete ] { + Method [ public method getOperationMade ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ int ] } - Method [ public method addGet ] { + Method [ public method getOldSnapshotData ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method addHead ] { + Method [ final public method getReadConnection ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method addOptions ] { + Method [ final public method getReadConnectionService ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method addPatch ] { + Method [ public method getRelated ] { - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + Parameter #0 [ string $alias ] + Parameter #1 [ $arguments = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addPost ] { + Method [ public method isRelationshipLoaded ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [1] { + Parameter #0 [ string $relationshipAlias ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method addPurge ] { + Method [ final public method getSchema ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ ?string ] } - Method [ public method addPut ] { + Method [ public method getSnapshotData ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ array ] } - Method [ public method addTrace ] { + Method [ final public method getSource ] { - - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ string ] } - Method [ public method beforeMatch ] { + Method [ public method getUpdatedFields ] { - - Parameters [1] { - Parameter #0 [ $beforeMatch ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\GroupInterface ] + - Return [ array ] } - Method [ public method clear ] { + Method [ final public method getWriteConnection ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method getBeforeMatch ] { + Method [ final public method getWriteConnectionService ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getHostname ] { + Method [ public method hasChanged ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $fieldName = ] + Parameter #1 [ bool $allFields = false ] } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method getPaths ] { + Method [ public method hasSnapshotData ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method getPrefix ] { + Method [ public method hasUpdated ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $fieldName = ] + Parameter #1 [ bool $allFields = false ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getRoutes ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } - Method [ public method setHostname ] { + Method [ public method readAttribute ] { - Parameters [1] { - Parameter #0 [ string $hostname ] + Parameter #0 [ string $attribute ] } - - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ public method setPaths ] { + Method [ public method refresh ] { - - Parameters [1] { - Parameter #0 [ $paths ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\GroupInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setPrefix ] { + Method [ public method save ] { - - Parameters [1] { - Parameter #0 [ string $prefix ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Router\GroupInterface ] + - Return [ bool ] } - Method [ protected method addRoute ] { + Method [ public method doSave ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $visited ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { - - Constants [0] { - } + Method [ public method serialize ] { - - Static properties [1] { - Property [ protected static $uniqueId = 0 ] - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Static methods [2] { - Method [ static public method getRoutePaths ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $paths = ] + Parameter #0 [ string $data ] } - - Return [ array ] + - Return [ void ] } - Method [ static public method reset ] { + Method [ final public method setConnectionService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $connectionService ] } - Return [ void ] } - } - - - Properties [11] { - Property [ protected $beforeMatch = NULL ] - Property [ protected $compiledPattern = NULL ] - Property [ protected $converters = NULL ] - Property [ protected $group = NULL ] - Property [ protected $hostname = NULL ] - Property [ protected $id = '' ] - Property [ protected $methods = NULL ] - Property [ protected $match = NULL ] - Property [ protected $name = NULL ] - Property [ protected $paths = NULL ] - Property [ protected $pattern = NULL ] - } - - Methods [25] { - Method [ public method __construct ] { + Method [ public method setDirtyState ] { - - Parameters [3] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] - Parameter #2 [ $httpMethods = ] + - Parameters [1] { + Parameter #0 [ int $dirtyState ] } } - Method [ public method beforeMatch ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $callback ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method compilePattern ] { + Method [ final public method setReadConnectionService ] { - Parameters [1] { - Parameter #0 [ string $pattern ] + Parameter #0 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ public method convert ] { + Method [ public method setOldSnapshotData ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $converter ] + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap = ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method extractNamedParams ] { + Method [ public method setSnapshotData ] { - - Parameters [1] { - Parameter #0 [ string $pattern ] + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap = ] } + - Return [ void ] } - Method [ public method getBeforeMatch ] { + Method [ public method setTransaction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getCompiledPattern ] { + Method [ public method getTransaction ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method getConverters ] { + Method [ final public method setWriteConnectionService ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $connectionService ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getGroup ] { + Method [ public method skipOperation ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $skip ] } - - Return [ ?Phalcon\Mvc\Router\GroupInterface ] + - Return [ void ] } - Method [ public method getHttpMethods ] { + Method [ public method toArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $columns = ] + Parameter #1 [ $useGetter = ] } + - Return [ array ] } - Method [ public method getHostname ] { + Method [ public method update ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method getId ] { + Method [ public method writeAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ void ] } - Method [ public method getMatch ] { + Method [ final protected method checkForeignKeysRestrict ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method getName ] { + Method [ final protected method checkForeignKeysReverseCascade ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method getPaths ] { + Method [ final protected method checkForeignKeysReverseRestrict ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method getPattern ] { + Method [ protected method doLowInsert ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + Parameter #3 [ $identityField ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method getReversedPaths ] { + Method [ protected method doLowUpdate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] } - - Return [ array ] + - Return [ bool ] } - Method [ public method getRouteId ] { + Method [ protected method has ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] } - - Return [ string ] + - Return [ bool ] } - Method [ public method match ] { + Method [ protected method getRelatedRecords ] { - - Parameters [1] { - Parameter #0 [ $callback ] + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method reConfigure ] { + Method [ final protected method possibleSetter ] { - Parameters [2] { - Parameter #0 [ string $pattern ] - Parameter #1 [ $paths = ] + Parameter #0 [ string $property ] + Parameter #1 [ $value ] } - - Return [ void ] + - Return [ bool ] } - Method [ public method setGroup ] { + Method [ protected method preSave ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ bool $exists ] + Parameter #2 [ $identityField ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method setHttpMethods ] { + Method [ protected method preSaveRelatedRecords ] { - - Parameters [1] { - Parameter #0 [ $httpMethods ] + - Parameters [3] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + Parameter #2 [ Phalcon\Support\Collection\CollectionInterface $visited ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method setHostname ] { + Method [ protected method postSave ] { - - Parameters [1] { - Parameter #0 [ string $hostname ] + - Parameters [2] { + Parameter #0 [ bool $success ] + Parameter #1 [ bool $exists ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method setName ] { + Method [ protected method postSaveRelatedRecords ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [3] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + Parameter #2 [ Phalcon\Support\Collection\CollectionInterface $visited ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ bool ] } - Method [ public method via ] { + Method [ protected method allowEmptyStringValues ] { - Parameters [1] { - Parameter #0 [ $httpMethods ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\Router\RouteInterface ] + - Return [ void ] } - } - } - Class [ class Phalcon\Mvc\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Url\UrlInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ protected method cancelOperation ] { - - Properties [5] { - Property [ protected $container = NULL ] - Property [ protected $baseUri = NULL ] - Property [ protected $basePath = NULL ] - Property [ protected $router = NULL ] - Property [ protected $staticBaseUri = NULL ] - } + - Parameters [0] { + } + } - - Methods [12] { - Method [ public method __construct ] { + Method [ protected method belongsTo ] { - - Parameters [1] { - Parameter #0 [ ?Phalcon\Mvc\RouterInterface $router = ] + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ array $options = [] ] } + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method get ] { + Method [ protected method hasMany ] { - Parameters [4] { - Parameter #0 [ $uri = ] - Parameter #1 [ $args = ] - Parameter #2 [ ?bool $local = null ] - Parameter #3 [ $baseUri = ] + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ array $options = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method getBasePath ] { + Method [ protected method hasManyToMany ] { - - Parameters [0] { + - Parameters [7] { + Parameter #0 [ $fields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateFields ] + Parameter #3 [ $intermediateReferencedFields ] + Parameter #4 [ string $referenceModel ] + Parameter #5 [ $referencedFields ] + Parameter #6 [ array $options = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method getBaseUri ] { + Method [ protected method hasOne ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ array $options = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method getStatic ] { + Method [ protected method hasOneThrough ] { - - Parameters [1] { - Parameter #0 [ $uri = ] + - Parameters [7] { + Parameter #0 [ $fields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateFields ] + Parameter #3 [ $intermediateReferencedFields ] + Parameter #4 [ string $referenceModel ] + Parameter #5 [ $referencedFields ] + Parameter #6 [ array $options = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Relation ] } - Method [ public method getStaticBaseUri ] { + Method [ protected method keepSnapshots ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $keepSnapshot ] } - - Return [ string ] + - Return [ void ] } - Method [ public method setBasePath ] { + Method [ final protected method setSchema ] { - Parameters [1] { - Parameter #0 [ string $basePath ] + Parameter #0 [ string $schema ] } - - Return [ Phalcon\Mvc\Url\UrlInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setBaseUri ] { + Method [ final protected method setSource ] { - Parameters [1] { - Parameter #0 [ string $baseUri ] + Parameter #0 [ string $source ] } - - Return [ Phalcon\Mvc\Url\UrlInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method setStaticBaseUri ] { + Method [ protected method skipAttributes ] { - Parameters [1] { - Parameter #0 [ string $staticBaseUri ] + Parameter #0 [ array $attributes ] } - - Return [ Phalcon\Mvc\Url\UrlInterface ] + - Return [ void ] } - Method [ public method path ] { + Method [ protected method skipAttributesOnCreate ] { - Parameters [1] { - Parameter #0 [ ?string $path = null ] + Parameter #0 [ array $attributes ] } - - Return [ string ] + - Return [ void ] + } + + Method [ protected method skipAttributesOnUpdate ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ void ] + } + + Method [ protected method useDynamicUpdate ] { + + - Parameters [1] { + Parameter #0 [ bool $dynamicUpdate ] + } + - Return [ void ] + } + + Method [ protected method validate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Filter\Validation\ValidationInterface $validator ] + } + - Return [ bool ] + } + + Method [ public method validationHasFailed ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method appendMessagesFrom ] { + + - Parameters [1] { + Parameter #0 [ $model ] + } + - Return [ void ] } Method [ public method getDI ] { @@ -77638,7 +76336,7 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Mvc\Url\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } @@ -77649,96 +76347,119 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [1] { + Property [ protected $options = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [5] { + Method [ public method notify ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method __wakeup ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ protected method getOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $eventName = null ] } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method missingMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments = [] ] } } - Method [ final public method getFile ] { + Method [ protected method mustTakeAction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $eventName ] } - - Return [ string ] + - Return [ bool ] } + } + } - Method [ final public method getLine ] { + Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $options = NULL ] + } + + - Methods [6] { + Method [ public method notify ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ private method getTimestamp ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options ] } - - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ protected method getOptions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?string $eventName = null ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ public method missingMethod ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments = [] ] } - - Return [ string ] + } + + Method [ protected method mustTakeAction ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ bool ] } } } - Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { - - Constants [6] { - Constant [ public int LEVEL_ACTION_VIEW ] { 1 } - Constant [ public int LEVEL_BEFORE_TEMPLATE ] { 2 } - Constant [ public int LEVEL_LAYOUT ] { 3 } - Constant [ public int LEVEL_MAIN_LAYOUT ] { 5 } - Constant [ public int LEVEL_NO_RENDER ] { 0 } - Constant [ public int LEVEL_AFTER_TEMPLATE ] { 4 } + - Constants [0] { } - Static properties [0] { @@ -77747,1694 +76468,1851 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [24] { - Property [ protected $container = NULL ] - Property [ protected $actionName = NULL ] - Property [ protected $activeRenderPaths = NULL ] - Property [ protected $basePath = '' ] - Property [ protected $content = '' ] - Property [ protected $controllerName = NULL ] - Property [ protected $currentRenderLevel = 0 ] - Property [ protected $disabled = false ] - Property [ protected $disabledLevels = NULL ] - Property [ protected $engines = false ] - Property [ protected $eventsManager = NULL ] - Property [ protected $layout = NULL ] - Property [ protected $layoutsDir = '' ] - Property [ protected $mainView = 'index' ] - Property [ protected $options = NULL ] - Property [ protected $params = NULL ] - Property [ protected $pickView = NULL ] - Property [ protected $partialsDir = '' ] - Property [ protected $registeredEngines = NULL ] - Property [ protected $renderLevel = 5 ] - Property [ protected $templatesAfter = NULL ] - Property [ protected $templatesBefore = NULL ] - Property [ protected $viewsDirs = NULL ] - Property [ protected $viewParams = NULL ] + - Properties [4] { + Property [ protected $boundModels = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $internalCache = NULL ] + Property [ protected $originalValues = NULL ] } - - Methods [60] { + - Methods [9] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ ?Phalcon\Cache\Adapter\AdapterInterface $cache = ] } } - Method [ public method __get ] { + Method [ public method bindToHandler ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ ?string $methodName = null ] } + - Return [ array ] } - Method [ public method __isset ] { + Method [ protected method findBoundModel ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [2] { + Parameter #0 [ $paramValue ] + Parameter #1 [ string $className ] } - - Return [ bool ] } - Method [ public method __set ] { + Method [ public method getBoundModels ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method cleanTemplateAfter ] { + Method [ public method getOriginalValues ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\View ] + - Return [ array ] } - Method [ public method cleanTemplateBefore ] { + Method [ public method getCache ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method disableLevel ] { + Method [ protected method getParamsFromCache ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ string $cacheKey ] } - - Return [ Phalcon\Mvc\ViewInterface ] + - Return [ ?array ] } - Method [ public method disable ] { + Method [ protected method getParamsFromReflection ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ string $methodName ] } - - Return [ Phalcon\Mvc\View ] + - Return [ array ] } - Method [ public method enable ] { + Method [ public method setCache ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\BinderInterface ] } + } + } - Method [ public method exists ] { + Class [ class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface ] { - - Parameters [1] { - Parameter #0 [ string $view ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method fromInput ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ string $modelName ] + Parameter #2 [ array $data ] + Parameter #3 [ string $operator = 'AND' ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } + } - Method [ public method finish ] { + - Properties [5] { + Property [ protected $bindParams = NULL ] + Property [ protected $bindTypes = NULL ] + Property [ protected $hiddenParamNumber = 0 ] + Property [ protected $model = NULL ] + Property [ protected $params = NULL ] + } - - Parameters [0] { + - Methods [38] { + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getActionName ] { + Method [ public method betweenWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getActiveRenderPath ] { + Method [ public method bind ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = false ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getBasePath ] { + Method [ public method bindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $bindTypes ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getContent ] { + Method [ public method cache ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $cache ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getControllerName ] { + Method [ public method columns ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $columns ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getCurrentRenderLevel ] { + Method [ public method conditions ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $conditions ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getRegisteredEngines ] { + Method [ public method createBuilder ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getRenderLevel ] { + Method [ public method distinct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $distinct ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method getEventsManager ] { + Method [ public method execute ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method getLayout ] { + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ bool $forUpdate = true ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method getColumns ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getLayoutsDir ] { + Method [ public method getConditions ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ public method getMainView ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getParamsToView ] { + Method [ public method getGroupBy ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method getPartial ] { + Method [ public method getHaving ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [0] { } - - Return [ string ] } - Method [ public method getPartialsDir ] { + Method [ public method getLimit ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getRender ] { + Method [ public method getModelName ] { - - Parameters [4] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] - Parameter #3 [ $configCallback = ] + - Parameters [0] { } - Return [ string ] } - Method [ public method getVar ] { + Method [ public method getOrderBy ] { - - Parameters [1] { - Parameter #0 [ string $key ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ public method getViewsDir ] { + Method [ public method getParams ] { - Parameters [0] { } + - Return [ array ] } - Method [ protected method getViewsDirs ] { + Method [ public method getWhere ] { - Parameters [0] { } - - Return [ array ] + - Return [ ?string ] } - Method [ public method has ] { + Method [ public method groupBy ] { - Parameters [1] { - Parameter #0 [ string $view ] + Parameter #0 [ $group ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method isDisabled ] { + Method [ public method having ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $having ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method partial ] { + Method [ public method innerJoin ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method pick ] { + Method [ public method inWhere ] { - - Parameters [1] { - Parameter #0 [ $renderView ] + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method registerEngines ] { + Method [ public method join ] { - - Parameters [1] { - Parameter #0 [ array $engines ] + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] + Parameter #3 [ $type = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method render ] { + Method [ public method leftJoin ] { - Parameters [3] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method reset ] { + Method [ public method limit ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $limit ] + Parameter #1 [ int $offset = 0 ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setBasePath ] { + Method [ public method notBetweenWhere ] { - - Parameters [1] { - Parameter #0 [ string $basePath ] + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setContent ] { + Method [ public method notInWhere ] { - - Parameters [1] { - Parameter #0 [ string $content ] + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setEventsManager ] { + Method [ public method orderBy ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $orderColumns ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setLayout ] { + Method [ public method orWhere ] { - - Parameters [1] { - Parameter #0 [ string $layout ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setLayoutsDir ] { + Method [ public method rightJoin ] { - - Parameters [1] { - Parameter #0 [ string $layoutsDir ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setMainView ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ string $viewPath ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Mvc\View ] + - Return [ void ] } - Method [ public method setPartialsDir ] { + Method [ public method setModelName ] { - Parameters [1] { - Parameter #0 [ string $partialsDir ] + Parameter #0 [ string $modelName ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setParamToView ] { + Method [ public method sharedLock ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ bool $sharedLock = true ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setRenderLevel ] { + Method [ public method where ] { - - Parameters [1] { - Parameter #0 [ int $level ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams = ] + Parameter #2 [ $bindTypes = ] } - - Return [ Phalcon\Mvc\ViewInterface ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ public method setTemplateAfter ] { + Method [ private method addJoinClause ] { - - Parameters [1] { - Parameter #0 [ $templateAfter ] + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions = ] + Parameter #2 [ $alias = ] + Parameter #3 [ $type = ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } + } + } - Method [ public method setTemplateBefore ] { + Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - Parameters [1] { - Parameter #0 [ $templateBefore ] - } - - Return [ Phalcon\Mvc\View ] - } + - Constants [0] { + } - Method [ public method setVar ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Static methods [0] { + } + + - Properties [28] { + Property [ protected $aliases = NULL ] + Property [ protected $behaviors = NULL ] + Property [ protected $belongsTo = NULL ] + Property [ protected $belongsToSingle = NULL ] + Property [ protected $builder = NULL ] + Property [ protected $container = NULL ] + Property [ protected $customEventsManager = NULL ] + Property [ protected $dynamicUpdate = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $hasMany = NULL ] + Property [ protected $hasManySingle = NULL ] + Property [ protected $hasManyToMany = NULL ] + Property [ protected $hasManyToManySingle = NULL ] + Property [ protected $hasOne = NULL ] + Property [ protected $hasOneSingle = NULL ] + Property [ protected $hasOneThrough = NULL ] + Property [ protected $hasOneThroughSingle = NULL ] + Property [ protected $initialized = NULL ] + Property [ protected $keepSnapshots = NULL ] + Property [ protected $lastInitialized = NULL ] + Property [ protected $lastQuery = NULL ] + Property [ protected $modelVisibility = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $readConnectionServices = NULL ] + Property [ protected $sources = NULL ] + Property [ protected $schemas = NULL ] + Property [ protected $writeConnectionServices = NULL ] + Property [ protected $reusable = NULL ] + } + + - Methods [72] { + Method [ public method __destruct ] { + + - Parameters [0] { } - - Return [ Phalcon\Mvc\View ] } - Method [ public method setVars ] { + Method [ public method addBehavior ] { - Parameters [2] { - Parameter #0 [ array $params ] - Parameter #1 [ bool $merge = true ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - - Return [ Phalcon\Mvc\View ] + - Return [ void ] } - Method [ public method setViewsDir ] { + Method [ public method addBelongsTo ] { - - Parameters [1] { - Parameter #0 [ $viewsDir ] + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method start ] { + Method [ public method addHasMany ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ Phalcon\Mvc\View ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ public method toString ] { + Method [ public method addHasManyToMany ] { - - Parameters [3] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ array $options = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ protected method engineRender ] { + Method [ public method addHasOne ] { - - Parameters [4] { - Parameter #0 [ array $engines ] - Parameter #1 [ string $viewPath ] - Parameter #2 [ bool $silence ] - Parameter #3 [ bool $mustClean = true ] + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ final protected method isAbsolutePath ] { + Method [ public method addHasOneThrough ] { - - Parameters [1] { - Parameter #0 [ string $path ] + - Parameters [8] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $intermediateModel ] + Parameter #3 [ $intermediateFields ] + Parameter #4 [ $intermediateReferencedFields ] + Parameter #5 [ string $referencedModel ] + Parameter #6 [ $referencedFields ] + Parameter #7 [ array $options = [] ] } + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ protected method loadTemplateEngines ] { + Method [ public method clearReusableObjects ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method processRender ] { + Method [ public method createBuilder ] { - - Parameters [4] { - Parameter #0 [ string $controllerName ] - Parameter #1 [ string $actionName ] - Parameter #2 [ array $params = [] ] - Parameter #3 [ bool $fireEvents = true ] + - Parameters [1] { + Parameter #0 [ $params = ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ private method getDirSeparator ] { + Method [ public method createQuery ] { - Parameters [1] { - Parameter #0 [ string $directory ] + Parameter #0 [ string $phql ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method getDI ] { + Method [ public method executeQuery ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $phql ] + Parameter #1 [ $placeholders = ] + Parameter #2 [ $types = ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method existsBelongsTo ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ void ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { - } + Method [ public method existsHasMany ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method existsHasManyToMany ] { - - Properties [3] { - Property [ protected $container = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $view = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } - - Methods [12] { - Method [ public method render ] { + Method [ public method existsHasOne ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] - Parameter #2 [ bool $mustClean = false ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method existsHasOneThrough ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ bool ] } - Method [ public method getContent ] { + Method [ public method getBelongsTo ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method getBelongsToRecords ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = null ] } - - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method getView ] { + Method [ public method getBuilder ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\ViewBaseInterface ] + - Return [ ?Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method partial ] { + Method [ public method getConnectionService ] { - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $connectionServices ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method getCustomEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ protected method fireManagerEvent ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method __get ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [0] { } + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method __isset ] { + Method [ public method getHasMany ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method getHasManyRecords ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = null ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setDI ] { + Method [ public method getHasManyToMany ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getHasOne ] { - - Properties [6] { - Property [ protected $container = NULL ] - Property [ protected $view = NULL ] - Property [ protected $compiler = NULL ] - Property [ protected $eventsManager = NULL ] - Property [ protected $macros = NULL ] - Property [ protected $options = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Methods [22] { - Method [ public method callMacro ] { + Method [ public method getHasOneAndHasMany ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $arguments = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method convertEncoding ] { + Method [ public method getHasOneRecords ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ string $from ] - Parameter #2 [ string $to ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters = ] + Parameter #4 [ ?string $method = null ] } - - Return [ string ] } - Method [ public method getCompiler ] { + Method [ public method getHasOneThrough ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ array ] } - Method [ public method getEventsManager ] { + Method [ public method getLastInitialized ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getOptions ] { + Method [ public method getLastQuery ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method isIncluded ] { + Method [ public method getModelPrefix ] { - - Parameters [2] { - Parameter #0 [ $needle ] - Parameter #1 [ $haystack ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ public method length ] { + Method [ public method getModelSchema ] { - Parameters [1] { - Parameter #0 [ $item ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ ?string ] } - Method [ public method preload ] { + Method [ public method getModelSource ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } - Method [ public method render ] { + Method [ public method getReadConnection ] { - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] - Parameter #2 [ bool $mustClean = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method setEventsManager ] { + Method [ public method getReadConnectionService ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method getRelationByAlias ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $alias ] } } - Method [ public method slice ] { + Method [ public method getRelationRecords ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $start = 0 ] - Parameter #2 [ $end = ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #2 [ $parameters = ] + Parameter #3 [ ?string $method = null ] } } - Method [ public method sort ] { + Method [ public method getRelations ] { - Parameters [1] { - Parameter #0 [ array $value ] + Parameter #0 [ string $modelName ] } - Return [ array ] } - Method [ public method __construct ] { + Method [ public method getRelationsBetween ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] } } - Method [ public method getContent ] { + Method [ public method getReusableRecords ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] } - - Return [ string ] } - Method [ public method getView ] { + Method [ public method getWriteConnection ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\ViewBaseInterface ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method partial ] { + Method [ public method getWriteConnectionService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ public method hasBelongsTo ] { - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method fireManagerEvent ] { + Method [ public method hasHasMany ] { - - Parameters [3] { - Parameter #0 [ string $eventName ] - Parameter #1 [ $data = ] - Parameter #2 [ bool $cancellable = true ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ bool ] } - Method [ public method __get ] { + Method [ public method hasHasManyToMany ] { - - Parameters [1] { - Parameter #0 [ string $propertyName ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ bool ] } - Method [ public method __isset ] { + Method [ public method hasHasOne ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - Return [ bool ] } - Method [ public method getDI ] { + Method [ public method hasHasOneThrough ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method initialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ bool ] } - } - } - Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { + Method [ public method isInitialized ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ bool ] + } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [21] { - Property [ protected $autoescape = false ] - Property [ protected $blockLevel = 0 ] - Property [ protected $blocks = NULL ] - Property [ protected $container = NULL ] - Property [ protected $compiledTemplatePath = NULL ] - Property [ protected $currentBlock = NULL ] - Property [ protected $currentPath = NULL ] - Property [ protected $exprLevel = 0 ] - Property [ protected $extended = false ] - Property [ protected $extensions = NULL ] - Property [ protected $extendedBlocks = NULL ] - Property [ protected $filters = NULL ] - Property [ protected $foreachLevel = 0 ] - Property [ protected $forElsePointers = NULL ] - Property [ protected $functions = NULL ] - Property [ protected $level = 0 ] - Property [ protected $loopPointers = NULL ] - Property [ protected $macros = NULL ] - Property [ protected $options = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $view = NULL ] - } - - - Methods [46] { - Method [ public method __construct ] { + Method [ public method isKeepingSnapshots ] { - Parameters [1] { - Parameter #0 [ ?Phalcon\Mvc\ViewBaseInterface $view = ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ bool ] } - Method [ public method addExtension ] { + Method [ public method isUsingDynamicUpdate ] { - Parameters [1] { - Parameter #0 [ $extension ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ bool ] } - Method [ public method addFilter ] { + Method [ final public method isVisibleModelProperty ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $property ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ bool ] } - Method [ public method addFunction ] { + Method [ public method keepSnapshots ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ $definition ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $keepSnapshots ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ void ] } - Method [ public method attributeReader ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ string $modelName ] } - - Return [ string ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method compile ] { + Method [ public method notifyEvent ] { - Parameters [2] { - Parameter #0 [ string $templatePath ] - Parameter #1 [ bool $extendsMode = false ] + Parameter #0 [ string $eventName ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method compileAutoEscape ] { + Method [ public method missingMethod ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $eventName ] + Parameter #2 [ $data ] } - - Return [ string ] } - Method [ public method compileCall ] { + Method [ public method setConnectionService ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } + - Return [ void ] } - Method [ public method compileCase ] { + Method [ public method setCustomEventsManager ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $caseClause = true ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileDo ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileEcho ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileElseIf ] { + Method [ public method setModelPrefix ] { - Parameters [1] { - Parameter #0 [ array $statement ] - } - - Return [ string ] - } - - Method [ public method compileFile ] { - - - Parameters [3] { - Parameter #0 [ string $path ] - Parameter #1 [ string $compiledPath ] - Parameter #2 [ bool $extendsMode = false ] + Parameter #0 [ string $prefix ] } + - Return [ void ] } - Method [ public method compileForeach ] { + Method [ public method setModelSchema ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode = false ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $schema ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileForElse ] { + Method [ public method setModelSource ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $source ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileIf ] { + Method [ public method setReadConnectionService ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode = false ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileInclude ] { + Method [ public method setReusableRecords ] { - - Parameters [1] { - Parameter #0 [ array $statement ] + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + Parameter #2 [ $records ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileMacro ] { + Method [ public method setWriteConnectionService ] { - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileReturn ] { + Method [ public method useDynamicUpdate ] { - - Parameters [1] { - Parameter #0 [ array $statement ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $dynamicUpdate ] } - - Return [ string ] + - Return [ void ] } - Method [ public method compileSet ] { + Method [ protected method getConnection ] { - - Parameters [1] { - Parameter #0 [ array $statement ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $connectionServices ] } - - Return [ string ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method compileString ] { + Method [ final protected method mergeFindParameters ] { - Parameters [2] { - Parameter #0 [ string $viewCode ] - Parameter #1 [ bool $extendsMode = false ] + Parameter #0 [ $findParamsOne ] + Parameter #1 [ $findParamsTwo ] } - - Return [ string ] + - Return [ array ] } - Method [ public method compileSwitch ] { + Method [ private method checkHasRelationship ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ bool $extendsMode = false ] + - Parameters [3] { + Parameter #0 [ string $collection ] + Parameter #1 [ string $modelName ] + Parameter #2 [ string $modelRelation ] } - - Return [ string ] + - Return [ bool ] } + } + } - Method [ final public method expression ] { + Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Parameters [2] { - Parameter #0 [ array $expr ] - Parameter #1 [ bool $doubleQuotes = false ] - } - - Return [ string ] - } + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } - Method [ final public method fireExtensionEvent ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $arguments = [] ] - } - } + - Static methods [0] { + } - Method [ public method functionCall ] { + - Properties [6] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $pendingMetaDataWrites = NULL ] + Property [ protected $strategy = NULL ] + } + + - Methods [39] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ array $expr ] - Parameter #1 [ bool $doubleQuotes = false ] + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ ?array $options = [] ] } - - Return [ string ] } - Method [ public method getCompiledTemplatePath ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getDI ] { + Method [ public method getAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method getExtensions ] { + Method [ public method getAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getFilters ] { + Method [ public method getAutomaticUpdateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getFunctions ] { + Method [ public method getBindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getOption ] { + Method [ public method getColumnMap ] { - Parameters [1] { - Parameter #0 [ string $option ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ ?string ] + - Return [ ?array ] } - Method [ public method getOptions ] { + Method [ public method getDefaultValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getTemplatePath ] { + Method [ public method getDataTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method getUniquePrefix ] { + Method [ public method getDataTypesNumeric ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method parse ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ string $viewCode ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method resolveTest ] { + Method [ public method getEmptyStringAttributes ] { - - Parameters [2] { - Parameter #0 [ array $test ] - Parameter #1 [ string $left ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ ?string ] } - Method [ public method setOption ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [2] { - Parameter #0 [ string $option ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method setOptions ] { + Method [ public method getNotNullAttributes ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ array ] } - Method [ public method setUniquePrefix ] { + Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { - Parameter #0 [ string $prefix ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + - Return [ array ] } - Method [ protected method compileSource ] { + Method [ public method getReverseColumnMap ] { - - Parameters [2] { - Parameter #0 [ string $viewCode ] - Parameter #1 [ bool $extendsMode = false ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ protected method getFinalPath ] { + Method [ public method getStrategy ] { - - Parameters [1] { - Parameter #0 [ string $path ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ final protected method resolveFilter ] { + Method [ public method hasAttribute ] { - Parameters [2] { - Parameter #0 [ array $filter ] - Parameter #1 [ string $left ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method statementList ] { + Method [ public method isEmpty ] { - - Parameters [2] { - Parameter #0 [ array $statements ] - Parameter #1 [ bool $extendsMode = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ final protected method statementListOrExtends ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $statements ] + Parameter #0 [ string $key ] } + - Return [ ?array ] } - Method [ private method isTagFactory ] { + Method [ final public method readColumnMap ] { - Parameters [1] { - Parameter #0 [ array $expression ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ ?array ] } - } - } - - Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] { - - Constants [0] { - } + Method [ final public method readColumnMapIndex ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + } + - Return [ ?array ] + } - - Static methods [0] { - } + Method [ final public method readMetaData ] { - - Properties [5] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - Property [ protected $statement = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?array ] + } - - Methods [11] { - Method [ public method __construct ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [4] { - Parameter #0 [ string $message = '' ] - Parameter #1 [ array $statement = [] ] - Parameter #2 [ int $code = 0 ] - Parameter #3 [ ?Exception $previous = ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } } - Method [ public method getStatement ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method __wakeup ] { + Method [ public method setAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Tentative return [ void ] + - Return [ void ] } - Method [ final public method getMessage ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getCode ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ final public method getFile ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } - Method [ final public method getLine ] { + Method [ public method setStrategy ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ int ] + - Return [ void ] } - Method [ final public method getTrace ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ array ] + - Return [ void ] } - Method [ final public method getPrevious ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } - - Return [ ?Throwable ] + - Return [ void ] } - Method [ final public method getTraceAsString ] { + Method [ final protected method initialize ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] } - - Return [ string ] } - Method [ public method __toString ] { + Method [ final protected method initializeMetaData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [0] { - } + Method [ final protected method initializeColumnMap ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ protected method getArrVal ] { - - Properties [9] { - Property [ protected $container = NULL ] - Property [ protected $activeRenderPath = NULL ] - Property [ protected $content = NULL ] - Property [ protected $engines = false ] - Property [ protected $eventsManager = NULL ] - Property [ protected $options = NULL ] - Property [ protected $registeredEngines = NULL ] - Property [ protected $viewsDir = NULL ] - Property [ protected $viewParams = NULL ] - } + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + } + } - - Methods [25] { - Method [ public method __construct ] { + Method [ final public method getMetaDataUniqueKey ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?string ] } - Method [ public method __get ] { + Method [ final public method getColumnMapUniqueKey ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?string ] } + } + } - Method [ public method __set ] { + Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } - Method [ public method getActiveRenderPath ] { + - Static properties [0] { + } - - Parameters [0] { + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $pendingMetaDataWrites = NULL ] + Property [ protected $strategy = NULL ] + } + + - Methods [39] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] } - - Return [ string ] } - Method [ public method getContent ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ ?Phalcon\Events\ManagerInterface ] + - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getParamsToView ] { + Method [ public method getAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getRegisteredEngines ] { + Method [ public method getAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ public method getVar ] { + Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method getViewsDir ] { + Method [ public method getBindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method partial ] { + Method [ public method getColumnMap ] { - - Parameters [2] { - Parameter #0 [ string $partialPath ] - Parameter #1 [ $params = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ ?array ] } - Method [ public method registerEngines ] { + Method [ public method getDefaultValues ] { - Parameters [1] { - Parameter #0 [ array $engines ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method render ] { + Method [ public method getDataTypes ] { - - Parameters [2] { - Parameter #0 [ string $path ] - Parameter #1 [ array $params = [] ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ public method setContent ] { + Method [ public method getDataTypesNumeric ] { - Parameters [1] { - Parameter #0 [ string $content ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Simple ] + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setParamToView ] { + Method [ public method getEmptyStringAttributes ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Simple ] + - Return [ array ] } - Method [ public method setVar ] { + Method [ public method getIdentityField ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Simple ] + - Return [ ?string ] } - Method [ public method setVars ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [2] { - Parameter #0 [ array $params ] - Parameter #1 [ bool $merge = true ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Mvc\View\Simple ] + - Return [ array ] } - Method [ public method setViewsDir ] { + Method [ public method getNotNullAttributes ] { - Parameters [1] { - Parameter #0 [ string $viewsDir ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method loadTemplateEngines ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ final protected method internalRender ] { + Method [ public method getReverseColumnMap ] { - - Parameters [2] { - Parameter #0 [ string $path ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ ?array ] } - Method [ private method getDirSeparator ] { + Method [ public method getStrategy ] { - - Parameters [1] { - Parameter #0 [ string $directory ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method __isset ] { + Method [ public method hasAttribute ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - Return [ bool ] } - Method [ public method getDI ] { + Method [ public method isEmpty ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ bool ] } - Method [ public method setDI ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ string $key ] } - - Return [ void ] + - Return [ ?array ] } - } - } - - Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ final public method readColumnMap ] { - - Properties [4] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?array ] + } - - Methods [7] { - Method [ public method paginate ] { + Method [ final public method readColumnMapIndex ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ ?array ] } - Method [ public method __construct ] { + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ array $config ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ public method getLimit ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ int ] } - Method [ public method setCurrentPage ] { + Method [ public method setAutomaticCreateAttributes ] { - - Parameters [1] { - Parameter #0 [ int $page ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method setLimit ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [1] { - Parameter #0 [ int $limit ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ public method setRepository ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ void ] } - Method [ protected method getRepository ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ ?array $properties = [] ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ void ] } - } - } - Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - - - Constants [0] { - } + Method [ public method setStrategy ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method write ] { - - Properties [4] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] + } - - Methods [7] { - Method [ public method paginate ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ void ] } - Method [ public method __construct ] { + Method [ final protected method initialize ] { - - Parameters [1] { - Parameter #0 [ array $config ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] } } - Method [ public method getLimit ] { + Method [ final protected method initializeMetaData ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - - Return [ int ] + - Return [ bool ] } - Method [ public method setCurrentPage ] { + Method [ final protected method initializeColumnMap ] { - - Parameters [1] { - Parameter #0 [ int $page ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ bool ] } - Method [ public method setLimit ] { + Method [ protected method getArrVal ] { - - Parameters [1] { - Parameter #0 [ int $limit ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ public method setRepository ] { + Method [ final public method getMetaDataUniqueKey ] { - Parameters [1] { - Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ ?string ] } - Method [ protected method getRepository ] { + Method [ final public method getColumnMapUniqueKey ] { - Parameters [1] { - Parameter #0 [ ?array $properties = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ ?string ] } } } - Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -79444,292 +78322,355 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [6] { - Property [ protected $config = NULL ] - Property [ protected $limitRows = NULL ] - Property [ protected $page = NULL ] - Property [ protected $repository = NULL ] - Property [ protected $builder = NULL ] - Property [ protected $columns = NULL ] + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $pendingMetaDataWrites = NULL ] + Property [ protected $strategy = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [39] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $config ] + Parameter #0 [ $options = ] } } - Method [ public method getCurrentPage ] { + Method [ public method read ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ int ] + - Return [ ?array ] } - Method [ public method getQueryBuilder ] { + Method [ public method write ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ Phalcon\Mvc\Model\Query\Builder ] + - Return [ void ] } - Method [ public method paginate ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method setQueryBuilder ] { + Method [ public method getAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] + - Return [ array ] } - Method [ public method getLimit ] { + Method [ public method getAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method setCurrentPage ] { + Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { - Parameter #0 [ int $page ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method setLimit ] { + Method [ public method getBindTypes ] { - Parameters [1] { - Parameter #0 [ int $limit ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ array ] } - Method [ public method setRepository ] { + Method [ public method getColumnMap ] { - Parameters [1] { - Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ ?array ] } - Method [ protected method getRepository ] { + Method [ public method getDefaultValues ] { - Parameters [1] { - Parameter #0 [ ?array $properties = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Paginator\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 ] { + Method [ public method getDataTypes ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method getDataTypesNumeric ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ final public method getCode ] { + Method [ public method getEmptyStringAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getIdentityField ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?string ] } - Method [ final public method getLine ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method getNotNullAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ ?Throwable ] + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method getReverseColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?array ] } - Method [ public method __toString ] { + Method [ public method getStrategy ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - } - } - - Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { - - Constants [0] { - } + Method [ public method hasAttribute ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method isEmpty ] { - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } + - Parameters [0] { + } + - Return [ bool ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ final public method readColumnMap ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ public method load ] { + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + } + - Return [ ?array ] + } + + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + - Return [ ?array ] } - Method [ public method newInstance ] { + Method [ final public method readMetaDataIndex ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ protected method getServices ] { + Method [ public method setAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method getService ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ protected method init ] { + Method [ public method setEmptyStringAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - Method [ protected method checkConfig ] { + Method [ public method setStrategy ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method checkConfigElement ] { + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + + Method [ final protected method initializeMetaData ] { - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method getException ] { + Method [ final protected method initializeColumnMap ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + } + - Return [ bool ] + } + + Method [ protected method getArrVal ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + } + } + + Method [ final public method getMetaDataUniqueKey ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Exception ] + - Return [ ?string ] + } + + Method [ final public method getColumnMapUniqueKey ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?string ] } } } - Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, JsonSerializable ] { + Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - 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 } + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -79738,280 +78679,312 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $aliases = NULL ] - Property [ protected $properties = NULL ] + - Properties [6] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $pendingMetaDataWrites = NULL ] + Property [ protected $strategy = NULL ] } - - Methods [15] { - Method [ public method __get ] { + - Methods [39] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ string $property ] + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] } } - Method [ public method getAliases ] { + Method [ public method reset ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method getCurrent ] { + Method [ public method getAdapter ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getFirst ] { + Method [ public method getAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getItems ] { + Method [ public method getAutomaticCreateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getAutomaticUpdateAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method getLast ] { + Method [ public method getBindTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getLimit ] { + Method [ public method getColumnMap ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ ?array ] } - Method [ public method getNext ] { + Method [ public method getDefaultValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getPrevious ] { + Method [ public method getDataTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method getTotalItems ] { + Method [ public method getDataTypesNumeric ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ int ] + - Return [ array ] } - Method [ public method jsonSerialize ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setAliases ] { + Method [ public method getEmptyStringAttributes ] { - Parameters [1] { - Parameter #0 [ array $aliases ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ array ] } - Method [ public method setProperties ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ array $properties ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Paginator\RepositoryInterface ] + - Return [ ?string ] } - Method [ protected method getProperty ] { + Method [ public method getNonPrimaryKeyAttributes ] { - - Parameters [2] { - Parameter #0 [ string $property ] - Parameter #1 [ $defaultValue = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ protected method getRealNameProperty ] { + Method [ public method getNotNullAttributes ] { - Parameters [1] { - Parameter #0 [ string $property ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - } - } - Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - - - Constants [0] { - } + Method [ public method getPrimaryKeyAttributes ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method getReverseColumnMap ] { - - Properties [1] { - Property [ protected $adapter = NULL ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?array ] + } - - Methods [8] { - Method [ public method __construct ] { + Method [ public method getStrategy ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method close ] { + Method [ public method hasAttribute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } - Return [ bool ] } - Method [ public method destroy ] { + Method [ public method isEmpty ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [0] { } - Return [ bool ] } - Method [ public method gc ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ int $max_lifetime ] + Parameter #0 [ string $key ] } - - Return [ int|false ] + - Return [ ?array ] } - Method [ public method read ] { + Method [ final public method readColumnMap ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?array ] } - Method [ public method open ] { + Method [ final public method readColumnMapIndex ] { - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ bool ] + - Return [ ?array ] } - Method [ public method write ] { + Method [ final public method readMetaData ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ ?array ] } - Method [ protected method getArrVal ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } } - } - } - - Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - - Constants [0] { - } + Method [ public method setAutomaticCreateAttributes ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method setAutomaticUpdateAttributes ] { - - Properties [1] { - Property [ protected $adapter = NULL ] - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } - - Methods [8] { - Method [ public method __construct ] { + Method [ public method setEmptyStringAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ public method close ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method destroy ] { + Method [ public method setStrategy ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ bool ] + - Return [ void ] } - Method [ public method gc ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ int $max_lifetime ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } - - Return [ int|false ] + - Return [ void ] } - Method [ public method read ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } - - Return [ string ] + - Return [ void ] } - Method [ public method open ] { + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + + Method [ final protected method initializeMetaData ] { - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - Return [ bool ] } - Method [ public method write ] { + Method [ final protected method initializeColumnMap ] { - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - Return [ bool ] } - Method [ protected method getArrVal ] { + Method [ protected method getArrVal ] { - Parameters [3] { Parameter #0 [ array $collection ] @@ -80019,763 +78992,936 @@ Extension [ extension #149 phalcon version 5.12.1 ] { Parameter #2 [ $defaultValue = ] } } - } - } - - Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - - Constants [0] { - } + Method [ final public method getMetaDataUniqueKey ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?string ] + } - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $connection = NULL ] - Property [ protected $options = NULL ] - Property [ protected $prefix = '' ] - Property [ protected $ttl = 8600 ] - Property [ private $path = '' ] - } - - - Methods [17] { - Method [ public method __construct ] { + Method [ final public method getColumnMapUniqueKey ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?string ] } + } + } - Method [ public method destroy ] { + Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - - Parameters [1] { - Parameter #0 [ $id ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method gc ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ int $max_lifetime ] - } - - Return [ int|false ] - } + - Static methods [0] { + } - Method [ public method open ] { + - Properties [0] { + } + + - Methods [2] { + Method [ final public method getColumnMaps ] { - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method read ] { + Method [ final public method getMetaData ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ array ] } + } + } - Method [ public method write ] { + Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final public method getColumnMaps ] { - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $data ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method getArrVal ] { + Method [ final public method getMetaData ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } + - Return [ array ] } + } + } - Method [ private method getDirSeparator ] { + Class [ class Phalcon\Mvc\Model\MetaData\Stream extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - - Parameters [1] { - Parameter #0 [ string $directory ] - } - - Return [ string ] - } + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } - Method [ protected method getGlobFiles ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $adapter = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $container = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $pendingMetaDataWrites = NULL ] + Property [ protected $strategy = NULL ] + Property [ protected $metaDataDir = './' ] + } + + - Methods [40] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $pattern ] + Parameter #0 [ array $options = [] ] } } - Method [ protected method phpFileExists ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ string $key ] } + - Return [ ?array ] } - Method [ protected method phpFileGetContents ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ string $filename ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } + - Return [ void ] } - Method [ protected method phpFilePutContents ] { + Method [ private method throwWriteException ] { - - Parameters [4] { - Parameter #0 [ string $filename ] - Parameter #1 [ $data ] - Parameter #2 [ int $flags = 0 ] - Parameter #3 [ $context = ] + - Parameters [1] { + Parameter #0 [ $option ] } + - Return [ void ] } - Method [ protected method phpFopen ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode ] + - Parameters [0] { } + - Return [ ?Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ protected method phpIniGet ] { + Method [ public method getAttributes ] { - Parameters [1] { - Parameter #0 [ string $varname ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - Method [ protected method phpIsWritable ] { + Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { - Parameter #0 [ string $filename ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method close ] { + Method [ public method getAutomaticUpdateAttributes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ protected method getPrefixedName ] { + Method [ public method getBindTypes ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Session\Bag extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Session\BagInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] - Property [ private $container = NULL ] - Property [ private $name = NULL ] - Property [ private $session = NULL ] - } - - Methods [31] { - Method [ public method __construct ] { + Method [ public method getColumnMap ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Session\ManagerInterface $session ] - Parameter #1 [ string $name ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ ?array ] } - Method [ public method clear ] { + Method [ public method getDefaultValues ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method getDataTypes ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method init ] { + Method [ public method getDataTypesNumeric ] { - Parameters [1] { - Parameter #0 [ array $data = [] ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method remove ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method set ] { + Method [ public method getEmptyStringAttributes ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ ?string ] } - Method [ public method __get ] { + Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method __isset ] { + Method [ public method getNotNullAttributes ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method __set ] { + Method [ public method getPrimaryKeyAttributes ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ array ] } - Method [ public method __unset ] { + Method [ public method getReverseColumnMap ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ void ] + - Return [ ?array ] } - Method [ public method count ] { + Method [ public method getStrategy ] { - Parameters [0] { } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } - Method [ public method get ] { + Method [ public method hasAttribute ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] } + - Return [ bool ] } - Method [ public method getIterator ] { + Method [ public method isEmpty ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ bool ] } - Method [ public method getKeys ] { + Method [ final public method readColumnMap ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ ?array ] } - Method [ public method getValues ] { + Method [ final public method readColumnMapIndex ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ array ] + - Return [ ?array ] } - Method [ public method has ] { + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ bool ] - } - - Method [ public method jsonSerialize ] { - - - Parameters [0] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ array ] + - Return [ ?array ] } - Method [ public method offsetExists ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] } - - Return [ bool ] } - Method [ public method offsetGet ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ mixed ] + - Return [ void ] } - Method [ public method offsetSet ] { + Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - Return [ void ] } - Method [ public method serialize ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } - - Return [ ?string ] + - Return [ void ] } - Method [ public method toArray ] { + Method [ public method setDI ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } - Method [ public method toJson ] { + Method [ public method setStrategy ] { - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - - Return [ string ] + - Return [ void ] } - Method [ public method unserialize ] { + Method [ final public method writeMetaDataIndex ] { - - Parameters [1] { - Parameter #0 [ string $data ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] } - Return [ void ] } - Method [ public method __serialize ] { + Method [ final protected method initialize ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] } - - Return [ array ] } - Method [ public method __unserialize ] { + Method [ final protected method initializeMetaData ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method setData ] { + Method [ final protected method initializeColumnMap ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] } - - Return [ void ] + - Return [ bool ] } - Method [ protected method phpJsonEncode ] { + Method [ protected method getArrVal ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] } } - Method [ protected method processKey ] { + Method [ final public method getMetaDataUniqueKey ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ ?string ] + } + + Method [ final public method getColumnMapUniqueKey ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ ?string ] } } } - Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [4] { + Constant [ public int TYPE_DELETE ] { 303 } + Constant [ public int TYPE_INSERT ] { 306 } + Constant [ public int TYPE_SELECT ] { 309 } + Constant [ public int TYPE_UPDATE ] { 300 } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $internalPhqlCache = NULL ] } - - Static methods [0] { + - Static methods [1] { + Method [ static public method clean ] { + + - Parameters [0] { + } + - Return [ void ] + } } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [23] { + Property [ protected $ast = NULL ] + Property [ protected $bindParams = NULL ] + Property [ protected $bindTypes = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $cacheOptions = NULL ] + Property [ protected $container = NULL ] + Property [ protected $enableImplicitJoins = NULL ] + Property [ protected $intermediate = NULL ] + Property [ protected $manager = NULL ] + Property [ protected $metaData = NULL ] + Property [ protected $models = NULL ] + Property [ protected $modelsInstances = NULL ] + Property [ protected $nestingLevel = -1 ] + Property [ protected $phql = NULL ] + Property [ protected $sharedLock = false ] + Property [ protected $sqlAliases = NULL ] + Property [ protected $sqlAliasesModels = NULL ] + Property [ protected $sqlAliasesModelsInstances = NULL ] + Property [ protected $sqlColumnAliases = NULL ] + Property [ protected $sqlModelsAliases = NULL ] + Property [ protected $type = NULL ] + Property [ protected $uniqueRow = false ] + Property [ protected $transaction = NULL ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [50] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ ?string $phql = null ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #2 [ array $options = [] ] } } - Method [ public method __wakeup ] { + Method [ public method cache ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $cacheOptions ] } - - Tentative return [ void ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ final public method getMessage ] { + Method [ public method execute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $bindParams = [] ] + Parameter #1 [ array $bindTypes = [] ] } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getCache ] { - Parameters [0] { } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ final public method getFile ] { + Method [ public method getCacheOptions ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method getBindParams ] { - Parameters [0] { } - - Return [ int ] + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method getIntermediate ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getSingleResult ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams = [] ] + Parameter #1 [ array $bindTypes = [] ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method getSql ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - Class [ class Phalcon\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { + Method [ public method getType ] { - - Constants [3] { - Constant [ public int SESSION_ACTIVE ] { 2 } - Constant [ public int SESSION_DISABLED ] { 0 } - Constant [ public int SESSION_NONE ] { 1 } - } + - Parameters [0] { + } + - Return [ int ] + } - - Static properties [0] { - } + Method [ public method getUniqueRow ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Properties [5] { - Property [ protected $container = NULL ] - Property [ private $adapter = NULL ] - Property [ private $name = '' ] - Property [ private $options = NULL ] - Property [ private $uniqueId = '' ] - } + Method [ public method getTransaction ] { - - Methods [27] { - Method [ public method __construct ] { + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] + } + + Method [ public method parse ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = false ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method setBindTypes ] { + + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $merge = false ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ array $options = [] ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method __get ] { + Method [ public method setIntermediate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $intermediate ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method __isset ] { + Method [ public method setSharedLock ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ bool $sharedLock = false ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method __set ] { + Method [ public method setTransaction ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method __unset ] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ int $type ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method destroy ] { + Method [ public method setUniqueRow ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $uniqueRow ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ public method exists ] { + Method [ final protected method executeDelete ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ public method get ] { + Method [ final protected method executeInsert ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ bool $remove = false ] + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ public method getAdapter ] { + Method [ final protected method executeSelect ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + Parameter #3 [ bool $simulate = false ] } - - Return [ SessionHandlerInterface ] } - Method [ public method getId ] { + Method [ final protected method executeUpdate ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ public method getName ] { + Method [ final protected method getCallArgument ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $argument ] } - - Return [ string ] + - Return [ array ] } - Method [ public method has ] { + Method [ final protected method getCaseExpression ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $expr ] } - - Return [ bool ] + - Return [ array ] } - Method [ public method getOptions ] { + Method [ final protected method getExpression ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $expr ] + Parameter #1 [ bool $quoting = true ] } - Return [ array ] } - Method [ public method regenerateId ] { + Method [ final protected method getFunctionCall ] { - Parameters [1] { - Parameter #0 [ bool $deleteOldSession = true ] + Parameter #0 [ array $expr ] } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ array ] } - Method [ public method remove ] { + Method [ final protected method getGroupClause ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $group ] } - - Return [ void ] + - Return [ array ] } - Method [ public method set ] { + Method [ final protected method getLimitClause ] { + + - Parameters [1] { + Parameter #0 [ array $limitClause ] + } + - Return [ array ] + } + + Method [ final protected method getJoin ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] + Parameter #1 [ array $join ] } - - Return [ void ] + - Return [ array ] } - Method [ public method setAdapter ] { + Method [ final protected method getJoinType ] { - Parameters [1] { - Parameter #0 [ SessionHandlerInterface $adapter ] + Parameter #0 [ array $join ] } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ string ] } - Method [ public method setId ] { + Method [ final protected method getJoins ] { - Parameters [1] { - Parameter #0 [ string $sessionId ] + Parameter #0 [ array $select ] } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ array ] } - Method [ public method setName ] { + Method [ final protected method getMultiJoin ] { + + - Parameters [5] { + Parameter #0 [ string $joinType ] + Parameter #1 [ $joinSource ] + Parameter #2 [ string $modelAlias ] + Parameter #3 [ string $joinAlias ] + Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + } + - Return [ array ] + } + + Method [ final protected method getOrderClause ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $order ] } - - Return [ Phalcon\Session\ManagerInterface ] + - Return [ array ] } - Method [ public method setOptions ] { + Method [ final protected method getQualified ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $expr ] } - - Return [ void ] + - Return [ array ] } - Method [ public method start ] { + Method [ protected method getReadConnection ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ ?array $intermediate = [] ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] } - - Return [ bool ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method status ] { + Method [ final protected method getRelatedRecords ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $intermediate ] + Parameter #2 [ array $bindParams ] + Parameter #3 [ array $bindTypes ] } - - Return [ int ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ protected method phpHeadersSent ] { + Method [ final protected method getSelectColumn ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $column ] } - - Return [ bool ] + - Return [ array ] } - Method [ private method getUniqueKey ] { + Method [ final protected method getSingleJoin ] { + + - Parameters [5] { + Parameter #0 [ string $joinType ] + Parameter #1 [ $joinSource ] + Parameter #2 [ string $modelAlias ] + Parameter #3 [ string $joinAlias ] + Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + } + - Return [ array ] + } + + Method [ final protected method getTable ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] + Parameter #1 [ array $qualifiedName ] + } + } + + Method [ protected method getWriteConnection ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ ?array $intermediate = [] ] + Parameter #2 [ array $bindParams = [] ] + Parameter #3 [ array $bindTypes = [] ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ final protected method refreshSchemasInIntermediate ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ array $irPhql ] } - - Return [ string ] + - Return [ array ] } - Method [ private method getArrVal ] { + Method [ final protected method _prepareDelete ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getDI ] { + Method [ final protected method _prepareInsert ] { - Parameters [0] { } - - Return [ Phalcon\Di\DiInterface ] + - Return [ array ] } - Method [ public method setDI ] { + Method [ final protected method _prepareSelect ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [2] { + Parameter #0 [ $ast = ] + Parameter #1 [ bool $merge = false ] } - - Return [ void ] + - Return [ array ] + } + + Method [ final protected method _prepareUpdate ] { + + - Parameters [0] { + } + - Return [ array ] } } } - Class [ class Phalcon\Storage\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [0] { + - Constants [2] { + Constant [ public string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } } - Static properties [0] { @@ -80784,449 +79930,507 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - Property [ private $serializerFactory = NULL ] + - Properties [16] { + Property [ protected $bindParams = NULL ] + Property [ protected $bindTypes = NULL ] + Property [ protected $columns = NULL ] + Property [ protected $conditions = NULL ] + Property [ protected $container = NULL ] + Property [ protected $distinct = NULL ] + Property [ protected $forUpdate = false ] + Property [ protected $group = NULL ] + Property [ protected $having = NULL ] + Property [ protected $hiddenParamNumber = 0 ] + Property [ protected $joins = NULL ] + Property [ protected $limit = NULL ] + Property [ protected $models = NULL ] + Property [ protected $offset = 0 ] + Property [ protected $order = NULL ] + Property [ protected $sharedLock = false ] } - - Methods [9] { + - Methods [52] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] - Parameter #1 [ array $services = [] ] + Parameter #0 [ $params = ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] } } - Method [ public method newInstance ] { + Method [ public method addFrom ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] + Parameter #0 [ string $model ] + Parameter #1 [ ?string $alias = null ] } - - Return [ Phalcon\Storage\Adapter\AdapterInterface ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method andHaving ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method getServices ] { + Method [ public method andWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method getService ] { + Method [ final public method autoescape ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $identifier ] } + - Return [ string ] } - Method [ protected method init ] { + Method [ public method betweenHaving ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = null ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method checkConfig ] { + Method [ public method betweenWhere ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method checkConfigElement ] { + Method [ public method columns ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [1] { + Parameter #0 [ $columns ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method getException ] { + Method [ public method distinct ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ $distinct ] } - - Return [ Exception ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - } - Class [ class Phalcon\Storage\Exception extends Exception implements Throwable, Stringable ] { - - - Constants [0] { - } + Method [ public method forUpdate ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ bool $forUpdate ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } - - Static methods [0] { - } + Method [ public method from ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [1] { + Parameter #0 [ $models ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getBindParams ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method getBindTypes ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ array ] } - Method [ final public method getMessage ] { + Method [ public method getColumns ] { - Parameters [0] { } - - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getDI ] { - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ final public method getFile ] { + Method [ public method getDistinct ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getLine ] { + Method [ public method getFrom ] { - Parameters [0] { } - - Return [ int ] } - Method [ final public method getTrace ] { + Method [ public method getGroupBy ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getHaving ] { - Parameters [0] { } - - Return [ ?Throwable ] + - Return [ ?string ] } - Method [ final public method getTraceAsString ] { + Method [ public method getJoins ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method getLimit ] { - Parameters [0] { } - - Return [ string ] } - } - } - - Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { - - Constants [0] { - } + Method [ public method getModels ] { - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } + - Parameters [0] { + } + } - - Methods [9] { - Method [ public method __construct ] { + Method [ public method getOffset ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method newInstance ] { + Method [ public method getOrderBy ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ protected method getExceptionClass ] { + Method [ final public method getPhql ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method getServices ] { + Method [ public method getQuery ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ protected method getService ] { + Method [ public method getWhere ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } } - Method [ protected method init ] { + Method [ public method groupBy ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ $group ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method checkConfig ] { + Method [ public method having ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method checkConfigElement ] { + Method [ public method inHaving ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method getException ] { + Method [ public method innerJoin ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] } - - Return [ Exception ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - } - - Class [ class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method inWhere ] { - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - } + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = null ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } - - Methods [10] { - Method [ public method serialize ] { + Method [ public method join ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] + Parameter #3 [ ?string $type = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method unserialize ] { + Method [ public method leftJoin ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method phpBase64Decode ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ string $input ] - Parameter #1 [ bool $strict = false ] + Parameter #0 [ int $limit ] + Parameter #1 [ $offset = ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __construct ] { + Method [ public method notBetweenHaving ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = null ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __serialize ] { + Method [ public method notBetweenWhere ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator = null ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __unserialize ] { + Method [ public method notInHaving ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = null ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getData ] { + Method [ public method notInWhere ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator = null ] } - - Return [ mixed ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method isSuccess ] { + Method [ public method offset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $offset ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method setData ] { + Method [ public method orderBy ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $orderBy ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ protected method isSerializable ] { + Method [ public method orHaving ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - } - } - - Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - - Constants [0] { - } + Method [ public method orWhere ] { - - Static properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } - - Static methods [0] { - } + Method [ public method rightJoin ] { - - Properties [4] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - Property [ private $decode = NULL ] - Property [ private $encode = NULL ] - } + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ ?string $conditions = null ] + Parameter #2 [ ?string $alias = null ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } - - Methods [9] { - Method [ public method __construct ] { + Method [ public method setBindParams ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge = false ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method serialize ] { + Method [ public method setBindTypes ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $merge = false ] } - - Return [ mixed ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method unserialize ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method where ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams = [] ] + Parameter #2 [ array $bindTypes = [] ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method __unserialize ] { + Method [ protected method conditionBetween ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [5] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method getData ] { + Method [ protected method conditionIn ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ array $values ] } - - Return [ mixed ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method isSuccess ] { + Method [ protected method conditionNotBetween ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ public method setData ] { + Method [ protected method conditionNotIn ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [4] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ array $values ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } + } + } - Method [ protected method isSerializable ] { + Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method parsePHQL ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $phql ] } - - Return [ bool ] + - Return [ array ] } } + + - Properties [0] { + } + + - Methods [0] { + } } - Class [ class Phalcon\Storage\Serializer\MemcachedIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { - Constants [0] { } @@ -81238,83 +80442,53 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + Property [ protected $model = NULL ] + Property [ protected $success = NULL ] } - - Methods [9] { - Method [ public method serialize ] { - - - Parameters [0] { - } - - Return [ mixed ] - } - - Method [ public method unserialize ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ public method __construct ] { + - Methods [4] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [2] { + Parameter #0 [ bool $success ] + Parameter #1 [ ?Phalcon\Mvc\ModelInterface $model = ] } } - Method [ public method __serialize ] { + Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - - Return [ void ] - } - - Method [ public method getData ] { + Method [ public method getModel ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method isSuccess ] { + Method [ public method success ] { - Parameters [0] { } - Return [ bool ] } - - Method [ public method setData ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ protected method isSerializable ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ bool ] - } } } - Class [ class Phalcon\Storage\Serializer\MemcachedJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { - - Constants [0] { + - Constants [8] { + Constant [ public int ACTION_CASCADE ] { 2 } + Constant [ public int ACTION_RESTRICT ] { 1 } + Constant [ public int BELONGS_TO ] { 0 } + Constant [ public int HAS_MANY ] { 2 } + Constant [ public int HAS_MANY_THROUGH ] { 4 } + Constant [ public int HAS_ONE ] { 1 } + Constant [ public int HAS_ONE_THROUGH ] { 3 } + Constant [ public int NO_ACTION ] { 0 } } - Static properties [0] { @@ -81323,170 +80497,140 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + - Properties [8] { + Property [ protected $fields = NULL ] + Property [ protected $intermediateFields = NULL ] + Property [ protected $intermediateModel = NULL ] + Property [ protected $intermediateReferencedFields = NULL ] + Property [ protected $options = NULL ] + Property [ protected $referencedFields = NULL ] + Property [ protected $referencedModel = NULL ] + Property [ protected $type = NULL ] } - - Methods [9] { - Method [ public method serialize ] { - - - Parameters [0] { - } - - Return [ mixed ] - } - - Method [ public method unserialize ] { + - Methods [16] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [5] { + Parameter #0 [ int $type ] + Parameter #1 [ string $referencedModel ] + Parameter #2 [ $fields ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options = [] ] } - - Return [ void ] } - Method [ public method __construct ] { + Method [ public method getFields ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } } - Method [ public method __serialize ] { + Method [ public method getForeignKey ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method __unserialize ] { + Method [ public method getIntermediateFields ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method getData ] { + Method [ public method getIntermediateModel ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ string ] } - Method [ public method isSuccess ] { + Method [ public method getIntermediateReferencedFields ] { - Parameters [0] { } - - Return [ bool ] } - Method [ public method setData ] { + Method [ public method getOption ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $name ] } - - Return [ void ] } - Method [ protected method isSerializable ] { + Method [ public method getOptions ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Storage\Serializer\MemcachedPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - } - - Methods [9] { - Method [ public method serialize ] { + Method [ public method getParams ] { - Parameters [0] { } - - Return [ mixed ] } - Method [ public method unserialize ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method __construct ] { + Method [ public method getReferencedFields ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } } - Method [ public method __serialize ] { + Method [ public method getReferencedModel ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method __unserialize ] { + Method [ public method isForeignKey ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ public method getData ] { + Method [ public method isThrough ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method isSuccess ] { + Method [ public method isReusable ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setData ] { + Method [ public method setIntermediateRelation ] { - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ protected method isSerializable ] { - - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [3] { + Parameter #0 [ $intermediateFields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateReferencedFields ] } - - Return [ bool ] } } } - Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\Igbinary implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - - Constants [0] { + - Constants [5] { + Constant [ public int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { @@ -81495,65 +80639,68 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + - Properties [12] { + Property [ protected $activeRow = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $count = 0 ] + Property [ protected $errorMessages = NULL ] + Property [ protected $hydrateMode = 0 ] + Property [ protected $isFresh = true ] + Property [ protected $pointer = 0 ] + Property [ protected $row = NULL ] + Property [ protected $rows = NULL ] + Property [ protected $result = NULL ] + Property [ protected $columnTypes = NULL ] + Property [ protected $disableHydration = false ] } - - Methods [12] { - Method [ protected method doSerialize ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - - Return [ string ] - } - - Method [ protected method doUnserialize ] { + - Methods [32] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [3] { + Parameter #0 [ $columnTypes ] + Parameter #1 [ ?Phalcon\Db\ResultInterface $result = ] + Parameter #2 [ $cache = ] } } - Method [ public method serialize ] { + Method [ final public method current ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } - Method [ public method unserialize ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ protected method phpIgbinarySerialize ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } - Method [ public method __unserialize ] { + Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -81561,222 +80708,201 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ public method getData ] { + Method [ final public method count ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ int ] } - Method [ public method isSuccess ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } - Method [ public method setData ] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $filter ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method isSerializable ] { + Method [ public method getCache ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Cache\CacheInterface ] } - } - } - - Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getFirst ] { - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - } + - Parameters [0] { + } + } - - Methods [10] { - Method [ public method serialize ] { + Method [ public method getHydrateMode ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method unserialize ] { + Method [ public method getLast ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ private method phpUnserialize ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ string $data ] - Parameter #1 [ array $options = [] ] + - Parameters [0] { } - - Return [ mixed ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method __serialize ] { + Method [ public method isFresh ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method __unserialize ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getData ] { + Method [ public method key ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ ?int ] } - Method [ public method isSuccess ] { + Method [ public method next ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method setData ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $index ] } - - Return [ void ] + - Return [ mixed ] } - Method [ protected method isSerializable ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $index ] } - Return [ bool ] } - } - } - - Class [ class Phalcon\Storage\Serializer\RedisIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method offsetSet ] { - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - } + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } - - Methods [9] { - Method [ public method serialize ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $offset ] } - - Return [ mixed ] + - Return [ void ] } - Method [ public method unserialize ] { + Method [ final public method rewind ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - Return [ void ] } - Method [ public method __construct ] { + Method [ final public method seek ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $position ] } + - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method setHydrateMode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $hydrateMode ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method __unserialize ] { + Method [ public method setIsFresh ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ bool $isFresh ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method getData ] { + Method [ public method update ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method isSuccess ] { + Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setData ] { + Method [ public method refresh ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ protected method isSerializable ] { + Method [ public method getResult ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ bool ] } } } - Class [ class Phalcon\Storage\Serializer\RedisJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - - Constants [0] { + - Constants [5] { + Constant [ public int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { @@ -81785,42 +80911,72 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + - Properties [13] { + Property [ protected $activeRow = NULL ] + Property [ protected $cache = NULL ] + Property [ protected $count = 0 ] + Property [ protected $errorMessages = NULL ] + Property [ protected $hydrateMode = 0 ] + Property [ protected $isFresh = true ] + Property [ protected $pointer = 0 ] + Property [ protected $row = NULL ] + Property [ protected $rows = NULL ] + Property [ protected $result = NULL ] + Property [ protected $columnMap = NULL ] + Property [ protected $model = NULL ] + Property [ protected $keepSnapshots = false ] } - - Methods [9] { - Method [ public method serialize ] { + - Methods [32] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $columnMap ] + Parameter #1 [ $model ] + Parameter #2 [ $result ] + Parameter #3 [ $cache = ] + Parameter #4 [ bool $keepSnapshots = false ] + } + } + + Method [ final public method current ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ public method unserialize ] { + Method [ public method toArray ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ bool $renameColumns = true ] } - - Return [ void ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } - Method [ public method __unserialize ] { + Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] @@ -81828,211 +80984,194 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Return [ void ] } - Method [ public method getData ] { + Method [ final public method count ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ int ] } - Method [ public method isSuccess ] { + Method [ public method delete ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ?Closure $conditionCallback = ] } - Return [ bool ] } - Method [ public method setData ] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $filter ] } - - Return [ void ] + - Return [ array ] } - Method [ protected method isSerializable ] { + Method [ public method getCache ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Cache\CacheInterface ] } - } - } - - Class [ class Phalcon\Storage\Serializer\RedisMsgpack extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - - Constants [0] { - } + Method [ public method getFirst ] { - - Static properties [0] { - } + - Parameters [0] { + } + } - - Static methods [0] { - } + Method [ public method getHydrateMode ] { - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - } + - Parameters [0] { + } + - Return [ int ] + } - - Methods [9] { - Method [ public method serialize ] { + Method [ public method getLast ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ ?Phalcon\Mvc\ModelInterface ] } - Method [ public method unserialize ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $data = ] + - Parameters [0] { } + - Return [ int ] } - Method [ public method __serialize ] { + Method [ public method isFresh ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method __unserialize ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method getData ] { + Method [ public method key ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ ?int ] } - Method [ public method isSuccess ] { + Method [ public method next ] { - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } - Method [ public method setData ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $index ] } - - Return [ void ] + - Return [ mixed ] } - Method [ protected method isSerializable ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $index ] } - Return [ bool ] } - } - } - - Class [ class Phalcon\Storage\Serializer\RedisNone extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method offsetSet ] { - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] - } + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } - - Methods [9] { - Method [ public method serialize ] { + Method [ public method offsetUnset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $offset ] } - - Return [ mixed ] + - Return [ void ] } - Method [ public method unserialize ] { + Method [ final public method rewind ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - Return [ void ] } - Method [ public method __construct ] { + Method [ final public method seek ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $position ] } + - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method setHydrateMode ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $hydrateMode ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method __unserialize ] { + Method [ public method setIsFresh ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ bool $isFresh ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method getData ] { + Method [ public method update ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ ?Closure $conditionCallback = ] } - - Return [ mixed ] + - Return [ bool ] } - Method [ public method isSuccess ] { + Method [ public method valid ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method setData ] { + Method [ public method refresh ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ bool ] } - Method [ protected method isSerializable ] { + Method [ public method getResult ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ bool ] } } } - Class [ class Phalcon\Storage\Serializer\RedisPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + Class [ class Phalcon\Mvc\Model\Row extends stdClass implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { - Constants [0] { } @@ -82043,82 +81182,83 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $data = NULL ] - Property [ protected $isSuccess = true ] + - Properties [0] { } - Methods [9] { - Method [ public method serialize ] { + Method [ public method jsonSerialize ] { - Parameters [0] { } - - Return [ mixed ] + - Return [ array ] } - Method [ public method unserialize ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $index ] } - - Return [ void ] + - Return [ mixed ] } - Method [ public method __construct ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $index ] } + - Return [ bool ] } - Method [ public method __serialize ] { + Method [ public method offsetSet ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } - - Return [ array ] + - Return [ void ] } - Method [ public method __unserialize ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ $offset ] } - Return [ void ] } - Method [ public method getData ] { + Method [ public method readAttribute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $attribute ] } - - Return [ mixed ] } - Method [ public method isSuccess ] { + Method [ public method setDirtyState ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $dirtyState ] } - - Return [ bool ] } - Method [ public method setData ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ protected method isSerializable ] { + Method [ public method writeAttribute ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } - - Return [ bool ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Collection\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } @@ -82129,88 +81269,121 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [8] { + Property [ protected $activeTransaction = false ] + Property [ protected $connection = NULL ] + Property [ protected $isNewTransaction = true ] + Property [ protected $manager = NULL ] + Property [ protected $messages = NULL ] + Property [ protected $rollbackRecord = NULL ] + Property [ protected $rollbackOnAbort = false ] + Property [ protected $rollbackThrowException = false ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ bool $autoBegin = false ] + Parameter #2 [ string $service = 'db' ] } } - Method [ public method __wakeup ] { + Method [ public method begin ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ bool ] } - Method [ final public method getMessage ] { + Method [ public method commit ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ final public method getCode ] { + Method [ public method getConnection ] { - Parameters [0] { } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ final public method getFile ] { + Method [ public method getMessages ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method isManaged ] { - Parameters [0] { } - - Return [ int ] + - Return [ bool ] } - Method [ final public method getTrace ] { + Method [ public method isValid ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ final public method getPrevious ] { + Method [ public method rollback ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ ?string $rollbackMessage = null ] + Parameter #1 [ ?Phalcon\Mvc\ModelInterface $rollbackRecord = ] } - - Return [ ?Throwable ] + - Return [ bool ] } - Method [ final public method getTraceAsString ] { + Method [ public method setIsNewTransaction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $isNew ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __toString ] { + Method [ public method setRollbackOnAbort ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $rollbackOnAbort ] } - - Return [ string ] + - Return [ void ] + } + + Method [ public method setRollbackedRecord ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + } + - Return [ void ] + } + + Method [ public method setTransactionManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + } + - Return [ void ] + } + + Method [ public method throwRollbackException ] { + + - Parameters [1] { + Parameter #0 [ bool $status ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } - Class [ class Phalcon\Support\Collection\ReadOnlyCollection extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { + Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -82221,834 +81394,899 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] + - Properties [5] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + Property [ protected $record = NULL ] } - - Methods [29] { - Method [ public method remove ] { - - - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ void ] - } - - Method [ public method set ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + Parameter #0 [ string $message ] + Parameter #1 [ ?Phalcon\Mvc\ModelInterface $record = ] } - - Return [ void ] } - Method [ public method __construct ] { + Method [ public method getRecord ] { - - Parameters [2] { - Parameter #0 [ array $data = [] ] - Parameter #1 [ bool $insensitive = true ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method __get ] { + Method [ public method getRecordMessages ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __isset ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ public method __set ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method __unset ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method clear ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method count ] { + Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } - Method [ public method get ] { + Method [ final public method getTrace ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getIterator ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ ?Throwable ] } - Method [ public method getKeys ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ public method getValues ] { + Method [ public method __toString ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } + } + } + + Class [ class Phalcon\Mvc\Model\Transaction\Manager implements Phalcon\Mvc\Model\Transaction\ManagerInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $container = NULL ] + Property [ protected $initialized = false ] + Property [ protected $number = 0 ] + Property [ protected $rollbackPendent = true ] + Property [ protected $service = 'db' ] + Property [ protected $transactions = NULL ] + } - Method [ public method has ] { + - Methods [17] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ ?Phalcon\Di\DiInterface $container = ] } - - Return [ bool ] } - Method [ public method init ] { + Method [ public method collectTransactions ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Parameters [0] { } - Return [ void ] } - Method [ public method jsonSerialize ] { + Method [ public method commit ] { - Parameters [0] { } - - Return [ array ] } - Method [ public method offsetExists ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ bool $autoBegin = true ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method offsetGet ] { + Method [ public method getDbService ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ mixed ] + - Return [ string ] } - Method [ public method offsetSet ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method offsetUnset ] { + Method [ public method getOrCreateTransaction ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ bool $autoBegin = true ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ public method serialize ] { + Method [ public method getRollbackPendent ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ bool ] } - Method [ public method toArray ] { + Method [ public method has ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method toJson ] { + Method [ public method notifyCommit ] { - Parameters [1] { - Parameter #0 [ int $options = 4194383 ] + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ string ] + - Return [ void ] + } + + Method [ public method notifyRollback ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ void ] } - Method [ public method unserialize ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ bool $collect = true ] } - Return [ void ] } - Method [ public method __serialize ] { + Method [ public method rollbackPendent ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ public method __unserialize ] { + Method [ public method setDbService ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ string $service ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } - Method [ protected method setData ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } - Method [ protected method phpJsonEncode ] { + Method [ public method setRollbackPendent ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [1] { + Parameter #0 [ bool $rollbackPendent ] } + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } - Method [ protected method processKey ] { + Method [ protected method collectTransaction ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Debug ] { + Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Stringable, Throwable ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $isActive = false ] + - Static properties [0] { } - Static methods [0] { } - - Properties [7] { - Property [ protected $blacklist = NULL ] - Property [ protected $data = NULL ] - Property [ protected $hideDocumentRoot = false ] - Property [ protected $showBackTrace = true ] - Property [ protected $showFileFragment = false ] - Property [ protected $showFiles = true ] - Property [ protected $uri = 'https://assets.phalcon.io/debug/5.0.x/' ] + - Properties [6] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + Property [ protected $messages = NULL ] + Property [ protected $model = NULL ] } - - Methods [29] { - Method [ public method clearVars ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $validationMessages ] } - - Return [ Phalcon\Support\Debug ] } - Method [ public method debugVar ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ $varz ] + - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ array ] } - Method [ public method getCssSources ] { + Method [ public method getModel ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ public method getJsSources ] { + Method [ public method __wakeup ] { - Parameters [0] { } - - Return [ string ] + - Tentative return [ void ] } - Method [ public method getVersion ] { + Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ public method halt ] { + Method [ final public method getCode ] { - Parameters [0] { } - - Return [ void ] } - Method [ public method listen ] { + Method [ final public method getFile ] { - - Parameters [2] { - Parameter #0 [ bool $exceptions = true ] - Parameter #1 [ bool $lowSeverity = false ] + - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ string ] } - Method [ public method listenExceptions ] { + Method [ final public method getLine ] { - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ int ] } - Method [ public method listenLowSeverity ] { + Method [ final public method getTrace ] { - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ array ] } - Method [ public method onUncaughtException ] { + Method [ final public method getPrevious ] { - - Parameters [1] { - Parameter #0 [ Throwable $exception ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Throwable ] } - Method [ public method onUncaughtLowSeverity ] { + Method [ final public method getTraceAsString ] { - - Parameters [4] { - Parameter #0 [ $severity ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method renderHtml ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ Throwable $exception ] + - Parameters [0] { } - Return [ string ] } + } + } - Method [ public method setBlacklist ] { + Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - Parameters [1] { - Parameter #0 [ array $blacklist ] - } - - Return [ Phalcon\Support\Debug ] - } + - Constants [4] { + Constant [ public int POSITION_FIRST ] { 0 } + Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } + } - Method [ public method setShowBackTrace ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ bool $showBackTrace ] + - Static methods [0] { + } + + - Properties [28] { + Property [ protected $container = NULL ] + Property [ protected $action = '' ] + Property [ protected $controller = '' ] + Property [ protected $defaultAction = '' ] + Property [ protected $defaultController = '' ] + Property [ protected $defaultModule = '' ] + Property [ protected $defaultNamespace = '' ] + Property [ protected $defaultParams = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $keyRouteNames = NULL ] + Property [ protected $keyRouteIds = NULL ] + Property [ protected $matchedRoute = NULL ] + Property [ protected $matches = NULL ] + Property [ protected $methodRoutes = NULL ] + Property [ protected $methodRoutesDirty = true ] + Property [ protected $module = '' ] + Property [ protected $namespaceName = '' ] + Property [ protected $notFoundPaths = NULL ] + Property [ protected $params = NULL ] + Property [ protected $removeExtraSlashes = false ] + Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] + Property [ protected $wasMatched = false ] + Property [ protected $actionSuffix = 'Action' ] + Property [ protected $actionPreformatCallback = NULL ] + Property [ protected $controllerSuffix = 'Controller' ] + Property [ protected $handlers = NULL ] + Property [ protected $routePrefix = '' ] + } + + - Methods [61] { + Method [ public method addModuleResource ] { + + - Parameters [3] { + Parameter #0 [ string $module ] + Parameter #1 [ string $handler ] + Parameter #2 [ ?string $prefix = null ] } - - Return [ Phalcon\Support\Debug ] + - Return [ Phalcon\Mvc\Router\Annotations ] } - Method [ public method setShowFileFragment ] { + Method [ public method addResource ] { - - Parameters [1] { - Parameter #0 [ bool $showFileFragment ] + - Parameters [2] { + Parameter #0 [ string $handler ] + Parameter #1 [ ?string $prefix = null ] } - - Return [ Phalcon\Support\Debug ] + - Return [ Phalcon\Mvc\Router\Annotations ] } - Method [ public method setShowFiles ] { + Method [ public method getResources ] { - - Parameters [1] { - Parameter #0 [ bool $showFiles ] + - Parameters [0] { } - - Return [ Phalcon\Support\Debug ] + - Return [ array ] } - Method [ public method setUri ] { + Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } - - Return [ Phalcon\Support\Debug ] + - Return [ void ] } - Method [ protected method escapeString ] { + Method [ public method processActionAnnotation ] { - - Parameters [1] { - Parameter #0 [ string $value ] + - Parameters [5] { + Parameter #0 [ string $module ] + Parameter #1 [ string $namespaceName ] + Parameter #2 [ string $controller ] + Parameter #3 [ string $action ] + Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] } - - Return [ string ] + - Return [ void ] } - Method [ protected method getArrayDump ] { + Method [ public method processControllerAnnotation ] { - Parameters [2] { - Parameter #0 [ array $argument ] - Parameter #1 [ $n = ] + Parameter #0 [ string $handler ] + Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] } - - Return [ ?string ] } - Method [ protected method getVarDump ] { + Method [ public method setActionSuffix ] { - Parameters [1] { - Parameter #0 [ $variable ] + Parameter #0 [ string $actionSuffix ] } - - Return [ string ] } - Method [ final protected method showTraceItem ] { + Method [ public method setActionPreformatCallback ] { - - Parameters [2] { - Parameter #0 [ int $number ] - Parameter #1 [ array $trace ] + - Parameters [1] { + Parameter #0 [ $callback = ] } - - Return [ string ] } - Method [ private method closeTable ] { + Method [ public method getActionPreformatCallback ] { - Parameters [0] { } - - Return [ string ] } - Method [ private method printBacktrace ] { + Method [ public method setControllerSuffix ] { - Parameters [1] { - Parameter #0 [ Throwable $exception ] + Parameter #0 [ string $controllerSuffix ] } - - Return [ string ] } - Method [ private method printExtraVariables ] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ bool $defaultRoutes = true ] } - - Return [ string ] } - Method [ private method printIncludedFiles ] { + Method [ public method add ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] + Parameter #3 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method printMemoryUsage ] { + Method [ public method addConnect ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method printSuperglobal ] { + Method [ public method addDelete ] { - - Parameters [2] { - Parameter #0 [ array $source ] - Parameter #1 [ string $div ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method printTableHeader ] { + Method [ public method addGet ] { - - Parameters [4] { - Parameter #0 [ string $divId ] - Parameter #1 [ string $headerOne ] - Parameter #2 [ string $headerTwo ] - Parameter #3 [ string $colspan = '' ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method getArrVal ] { + Method [ public method addHead ] { - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - Class [ class Phalcon\Support\Debug\Dump ] { + Method [ public method addOptions ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static properties [0] { - } + Method [ public method addPatch ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Properties [4] { - Property [ protected $detailed = false ] - Property [ protected $methods = NULL ] - Property [ protected $styles = NULL ] - Property [ private $encode = NULL ] - } + Method [ public method addPost ] { - - Methods [11] { - Method [ public method __construct ] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Parameters [2] { - Parameter #0 [ array $styles = [] ] - Parameter #1 [ bool $detailed = false ] + Method [ public method addPurge ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method all ] { + Method [ public method addPut ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getDetailed ] { + Method [ public method addTrace ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ int $position = null ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method one ] { + Method [ public method attach ] { - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ ?string $name = null ] + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ int $position = null ] } - - Return [ string ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setDetailed ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ bool $flag ] + - Parameters [0] { } - Return [ void ] } - Method [ public method setStyles ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ array $styles = [] ] + - Parameters [0] { } - - Return [ array ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ public method toJson ] { + Method [ public method getActionName ] { - - Parameters [1] { - Parameter #0 [ $variable ] + - Parameters [0] { } - Return [ string ] } - Method [ public method variable ] { + Method [ public method getControllerName ] { - - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ ?string $name = null ] + - Parameters [0] { } - Return [ string ] } - Method [ public method variables ] { + Method [ public method getDefaults ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method getStyle ] { + Method [ public method getKeyRouteNames ] { - - Parameters [1] { - Parameter #0 [ string $type ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method output ] { + Method [ public method getKeyRouteIds ] { - - Parameters [3] { - Parameter #0 [ $variable ] - Parameter #1 [ ?string $name = null ] - Parameter #2 [ int $tab = 1 ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Debug\Exception extends Phalcon\Support\Exception implements Stringable, Throwable ] { - - Constants [0] { - } + Method [ public method getMatchedRoute ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Router\RouteInterface ] + } - - Static methods [0] { - } + Method [ public method getMatches ] { - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getMethodRoutes ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method getModuleName ] { - Parameters [0] { } - - Tentative return [ void ] + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getParams ] { - Parameters [0] { } + - Return [ array ] } - Method [ final public method getFile ] { + Method [ public method getRewriteUri ] { - Parameters [0] { } - Return [ string ] } - Method [ final public method getLine ] { + Method [ protected method extractRealUri ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $uri ] } - - Return [ int ] + - Return [ string ] } - Method [ final public method getTrace ] { + Method [ protected method rebuildMethodIndex ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ final public method getPrevious ] { + Method [ public method getRouteById ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $id ] } - - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getRoutes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ public method __toString ] { + Method [ public method isExactControllerName ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - } - } - Class [ class Phalcon\Support\HelperFactory extends Phalcon\Factory\AbstractFactory ] { + Method [ public method loadFromConfig ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } - - Static properties [0] { - } + Method [ protected method addRouteFromConfig ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ array $routeData ] + } + - Return [ void ] + } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - } + Method [ protected method mountGroupFromConfig ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ array $groupData ] + } + - Return [ void ] + } + + Method [ public method mount ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method __call ] { + Method [ public method notFound ] { - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $arguments ] + - Parameters [1] { + Parameter #0 [ $paths ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method newInstance ] { + Method [ public method removeExtraSlashes ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ bool $remove ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method setDefaultAction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $actionName ] } - - Return [ string ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method getServices ] { + Method [ public method setDefaultController ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $controllerName ] } - - Return [ array ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method getService ] { + Method [ public method setDefaultModule ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $moduleName ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method init ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ string $namespaceName ] } - - Return [ void ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method checkConfig ] { + Method [ public method setDefaults ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ array $defaults ] } - - Return [ array ] + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ protected method checkConfigElement ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method getException ] { + Method [ public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $routeNames ] } - - Return [ Exception ] + - Return [ Phalcon\Mvc\Router ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Blacklist extends Phalcon\Support\Helper\Arr\AbstractArr ] { + Method [ public method setKeyRouteIds ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ array $routeIds ] + } + - Return [ Phalcon\Mvc\Router ] + } - - Static properties [0] { - } + Method [ public method setUriSource ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } - - Properties [0] { - } + Method [ public method wasMatched ] { - - Methods [2] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ bool ] + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ array $blackList ] + Method [ public method getDI ] { + + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method toFilter ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Helper\Arr\Chunk ] { + Class [ class Phalcon\Mvc\Router\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -83059,57 +82297,88 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $size ] - Parameter #2 [ bool $preserveKeys = false ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } - - Return [ array ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Filter extends Phalcon\Support\Helper\Arr\AbstractArr ] { + Method [ public method __wakeup ] { - - Constants [0] { - } + - Parameters [0] { + } + - Tentative return [ void ] + } - - Static properties [0] { - } + Method [ final public method getMessage ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ final public method getCode ] { - - Methods [2] { - Method [ public method __invoke ] { + - Parameters [0] { + } + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + Method [ final public method getFile ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ protected method toFilter ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { } - Return [ array ] } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } } } - Class [ class Phalcon\Support\Helper\Arr\First extends Phalcon\Support\Helper\Arr\AbstractArr ] { + Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } @@ -83120,452 +82389,436 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ protected $beforeMatch = NULL ] + Property [ protected $hostname = NULL ] + Property [ protected $paths = NULL ] + Property [ protected $prefix = NULL ] + Property [ protected $routes = NULL ] } - - Methods [2] { - Method [ public method __invoke ] { - - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $paths = ] } } - Method [ protected method toFilter ] { + Method [ public method add ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\FirstKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Constants [0] { - } + Method [ public method addConnect ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static methods [0] { - } + Method [ public method addDelete ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method addGet ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ protected method toFilter ] { + Method [ public method addHead ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Flatten ] { - - Constants [0] { - } + Method [ public method addOptions ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static methods [0] { - } + Method [ public method addPatch ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Methods [4] { - Method [ public method __invoke ] { + Method [ public method addPost ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ bool $deep = false ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method processNotArray ] { + Method [ public method addPurge ] { - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $item ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method processArray ] { + Method [ public method addPut ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $item ] - Parameter #2 [ bool $deep ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method processArrayDeep ] { + Method [ public method addTrace ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $item ] - Parameter #2 [ bool $deep ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Get ] { - - - Constants [0] { - } + Method [ public method beforeMatch ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $beforeMatch ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } - - Static methods [0] { - } + Method [ public method clear ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getBeforeMatch ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - Parameter #3 [ ?string $cast = null ] + - Parameters [0] { } } - } - } - Class [ class Phalcon\Support\Helper\Arr\Group ] { + Method [ public method getHostname ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Static properties [0] { - } + Method [ public method getPaths ] { - - Static methods [0] { - } + - Parameters [0] { + } + } - - Properties [0] { - } + Method [ public method getPrefix ] { - - Methods [5] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ ?string ] + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + Method [ public method getRoutes ] { + + - Parameters [0] { } - Return [ array ] } - Method [ private method isCallable ] { + Method [ public method setHostname ] { - Parameters [1] { - Parameter #0 [ $method ] + Parameter #0 [ string $hostname ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ private method processCallable ] { + Method [ public method setPaths ] { - - Parameters [3] { - Parameter #0 [ array $filtered ] - Parameter #1 [ $method ] - Parameter #2 [ $element ] + - Parameters [1] { + Parameter #0 [ $paths ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ private method processObject ] { + Method [ public method setPrefix ] { - - Parameters [3] { - Parameter #0 [ array $filtered ] - Parameter #1 [ $method ] - Parameter #2 [ $element ] + - Parameters [1] { + Parameter #0 [ string $prefix ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ private method processOther ] { + Method [ protected method addRoute ] { - Parameters [3] { - Parameter #0 [ array $filtered ] - Parameter #1 [ $method ] - Parameter #2 [ $element ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } - Class [ class Phalcon\Support\Helper\Arr\Has ] { + Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $uniqueId = 0 ] } - - Static methods [0] { - } + - Static methods [2] { + Method [ static public method getRoutePaths ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $paths = ] + } + - Return [ array ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ static public method reset ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ void ] } } - } - - Class [ class Phalcon\Support\Helper\Arr\IsUnique ] { - - Constants [0] { + - Properties [11] { + Property [ protected $beforeMatch = NULL ] + Property [ protected $compiledPattern = NULL ] + Property [ protected $converters = NULL ] + Property [ protected $group = NULL ] + Property [ protected $hostname = NULL ] + Property [ protected $id = '' ] + Property [ protected $methods = NULL ] + Property [ protected $match = NULL ] + Property [ protected $name = NULL ] + Property [ protected $paths = NULL ] + Property [ protected $pattern = NULL ] } - - Static properties [0] { - } + - Methods [25] { + Method [ public method __construct ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] + Parameter #2 [ $httpMethods = ] + } + } - - Properties [0] { - } + Method [ public method beforeMatch ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method compilePattern ] { - Parameters [1] { - Parameter #0 [ array $collection ] + Parameter #0 [ string $pattern ] } - - Return [ bool ] + - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\Last extends Phalcon\Support\Helper\Arr\AbstractArr ] { + Method [ public method convert ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static properties [0] { - } + Method [ public method extractNamedParams ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + } - - Properties [0] { - } + Method [ public method getBeforeMatch ] { - - Methods [2] { - Method [ public method __invoke ] { + - Parameters [0] { + } + } - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + Method [ public method getCompiledPattern ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ protected method toFilter ] { + Method [ public method getConverters ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } - Return [ array ] } - } - } - Class [ class Phalcon\Support\Helper\Arr\LastKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } + Method [ public method getGroup ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Router\GroupInterface ] + } - - Static methods [0] { - } + Method [ public method getHttpMethods ] { - - Properties [0] { - } + - Parameters [0] { + } + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method getHostname ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } + - Return [ ?string ] } - Method [ protected method toFilter ] { + Method [ public method getId ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Order ] { - - Constants [2] { - Constant [ public int ORDER_ASC ] { 1 } - Constant [ public int ORDER_DESC ] { 2 } - } + Method [ public method getMatch ] { - - Static properties [0] { - } + - Parameters [0] { + } + } - - Static methods [0] { - } + Method [ public method getName ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ ?string ] + } - - Methods [3] { - Method [ public method __invoke ] { + Method [ public method getPaths ] { - - Parameters [4] { - Parameter #0 [ array $collection ] - Parameter #1 [ $attribute ] - Parameter #2 [ int $order = null ] - Parameter #3 [ int $flags = 0 ] + - Parameters [0] { } - Return [ array ] } - Method [ private method checkObject ] { + Method [ public method getPattern ] { - - Parameters [3] { - Parameter #0 [ array $sorted ] - Parameter #1 [ $attribute ] - Parameter #2 [ $item ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ private method checkNonObject ] { + Method [ public method getReversedPaths ] { - - Parameters [3] { - Parameter #0 [ array $sorted ] - Parameter #1 [ $attribute ] - Parameter #2 [ $item ] + - Parameters [0] { } - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Pluck ] { - - Constants [0] { - } + Method [ public method getRouteId ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method match ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method reConfigure ] { - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ string $element ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths = ] } - - Return [ array ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Set ] { - - Constants [0] { - } + Method [ public method setGroup ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Static methods [0] { - } + Method [ public method setHttpMethods ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } - - Methods [3] { - Method [ public method __invoke ] { + Method [ public method setHostname ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $value ] - Parameter #2 [ $index = ] + - Parameters [1] { + Parameter #0 [ string $hostname ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method checkNull ] { + Method [ public method setName ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $value ] - Parameter #2 [ $index ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ private method checkNotNull ] { + Method [ public method via ] { - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $value ] - Parameter #2 [ $index ] + - Parameters [1] { + Parameter #0 [ $httpMethods ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } - Class [ class Phalcon\Support\Helper\Arr\SliceLeft ] { + Class [ class Phalcon\Mvc\Router\RouterFactory ] { - Constants [0] { } @@ -83579,45 +82832,26 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Properties [0] { } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [2] { + Method [ public method load ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $elements = 1 ] + - Parameters [1] { + Parameter #0 [ $config ] } - - Return [ array ] + - Return [ Phalcon\Mvc\RouterInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\SliceRight ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method newInstance ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ int $elements = 1 ] + - Parameters [1] { + Parameter #0 [ bool $defaultRoutes = true ] } - - Return [ array ] + - Return [ Phalcon\Mvc\RouterInterface ] } } } - Class [ class Phalcon\Support\Helper\Arr\Split ] { + Class [ class Phalcon\Mvc\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Url\UrlInterface ] { - Constants [0] { } @@ -83628,151 +82862,113 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ protected $container = NULL ] + Property [ protected $baseUri = NULL ] + Property [ protected $basePath = NULL ] + Property [ protected $router = NULL ] + Property [ protected $staticBaseUri = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $collection ] + Parameter #0 [ ?Phalcon\Mvc\RouterInterface $router = ] } - - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\ToObject ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ array $collection ] + - Parameters [5] { + Parameter #0 [ $uri = ] + Parameter #1 [ $args = ] + Parameter #2 [ ?bool $local = null ] + Parameter #3 [ $baseUri = ] + Parameter #4 [ bool $replaceArgs = false ] } - - Return [ object ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\ValidateAll extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method getBasePath ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toFilter ] { + Method [ public method getBaseUri ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\ValidateAny extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Constants [0] { - } + Method [ public method getStatic ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $uri = ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getStaticBaseUri ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method setBasePath ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method ] + - Parameters [1] { + Parameter #0 [ string $basePath ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\Url\UrlInterface ] } - Method [ protected method toFilter ] { + Method [ public method setBaseUri ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ string $baseUri ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Url\UrlInterface ] } - } - } - - Class [ class Phalcon\Support\Helper\Arr\Whitelist extends Phalcon\Support\Helper\Arr\AbstractArr ] { - - Constants [0] { - } + Method [ public method setStaticBaseUri ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $staticBaseUri ] + } + - Return [ Phalcon\Mvc\Url\UrlInterface ] + } - - Static methods [0] { - } + Method [ public method path ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ ?string $path = null ] + } + - Return [ string ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ array $whiteList ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method toFilter ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ array $collection ] - Parameter #1 [ $method = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Helper\Exception extends Exception implements Throwable, Stringable ] { + Class [ class Phalcon\Mvc\Url\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -83864,9 +83060,15 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } } - Class [ class Phalcon\Support\Helper\File\Basename ] { + Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - Constants [0] { + - Constants [6] { + Constant [ public int LEVEL_ACTION_VIEW ] { 1 } + Constant [ public int LEVEL_BEFORE_TEMPLATE ] { 2 } + Constant [ public int LEVEL_LAYOUT ] { 3 } + Constant [ public int LEVEL_MAIN_LAYOUT ] { 5 } + Constant [ public int LEVEL_NO_RENDER ] { 0 } + Constant [ public int LEVEL_AFTER_TEMPLATE ] { 4 } } - Static properties [0] { @@ -83875,613 +83077,500 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [24] { + Property [ protected $container = NULL ] + Property [ protected $actionName = NULL ] + Property [ protected $activeRenderPaths = NULL ] + Property [ protected $basePath = '' ] + Property [ protected $content = '' ] + Property [ protected $controllerName = NULL ] + Property [ protected $currentRenderLevel = 0 ] + Property [ protected $disabled = false ] + Property [ protected $disabledLevels = NULL ] + Property [ protected $engines = false ] + Property [ protected $eventsManager = NULL ] + Property [ protected $layout = NULL ] + Property [ protected $layoutsDir = '' ] + Property [ protected $mainView = 'index' ] + Property [ protected $options = NULL ] + Property [ protected $params = NULL ] + Property [ protected $pickView = NULL ] + Property [ protected $partialsDir = '' ] + Property [ protected $registeredEngines = NULL ] + Property [ protected $renderLevel = 5 ] + Property [ protected $templatesAfter = NULL ] + Property [ protected $templatesBefore = NULL ] + Property [ protected $viewsDirs = NULL ] + Property [ protected $viewParams = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [60] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $uri ] - Parameter #1 [ ?string $suffix = null ] + - Parameters [1] { + Parameter #0 [ array $options = [] ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Json\Decode ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method __get ] { - - Parameters [4] { - Parameter #0 [ string $data ] - Parameter #1 [ bool $associative = false ] - Parameter #2 [ int $depth = 512 ] - Parameter #3 [ int $options = 79 ] + - Parameters [1] { + Parameter #0 [ string $key ] } } - } - } - Class [ class Phalcon\Support\Helper\Json\Encode ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method __isset ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ int $options = 79 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Support\Helper\Number\IsBetween ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method __set ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method cleanTemplateAfter ] { - - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $start ] - Parameter #2 [ int $end ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Mvc\View ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Camelize extends Phalcon\Support\Helper\Str\PascalCase ] { - - Constants [0] { - } + Method [ public method cleanTemplateBefore ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } - - Static methods [0] { - } + Method [ public method disableLevel ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ $level ] + } + - Return [ Phalcon\Mvc\ViewInterface ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ public method disable ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] - Parameter #2 [ bool $lowerFirst = false ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\View ] } - Method [ protected method processArray ] { + Method [ public method enable ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Mvc\View ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Concat extends Phalcon\Support\Helper\Str\AbstractStr ] { - - Constants [0] { - } + Method [ public method exists ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $view ] + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method finish ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } - - Methods [6] { - Method [ public method __invoke ] { + Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ public method getActiveRenderPath ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ public method getBasePath ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method toLower ] { + Method [ public method getContent ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ public method getControllerName ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toUpper ] { + Method [ public method getCurrentRenderLevel ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\CountVowels ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method getRegisteredEngines ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getRenderLevel ] { - - Parameters [1] { - Parameter #0 [ string $text ] + - Parameters [0] { } - Return [ int ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Decapitalize extends Phalcon\Support\Helper\Str\AbstractStr ] { - - - Constants [0] { - } + Method [ public method getEventsManager ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } - - Static methods [0] { - } + Method [ public method getLayout ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [6] { - Method [ public method __invoke ] { + Method [ public method getLayoutsDir ] { - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ bool $upperRest = false ] - Parameter #2 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ public method getMainView ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toInterpolate ] { + Method [ public method getParamsToView ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method toLower ] { + Method [ public method getPartial ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ public method getPartialsDir ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toUpper ] { + Method [ public method getRender ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [4] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] + Parameter #3 [ $configCallback = ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Decrement ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getVar ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = '_' ] + - Parameters [1] { + Parameter #0 [ string $key ] } - - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\DirFromFile ] { - - Constants [0] { - } + Method [ public method getViewsDir ] { - - Static properties [0] { - } + - Parameters [0] { + } + } - - Static methods [0] { - } + Method [ protected method getViewsDirs ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ string $file ] + Parameter #0 [ string $view ] } - - Return [ string ] + - Return [ bool ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\DirSeparator ] { - - Constants [0] { - } + Method [ public method isDisabled ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ bool ] + } - - Static methods [0] { - } + Method [ public method partial ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method pick ] { - Parameters [1] { - Parameter #0 [ string $directory ] + Parameter #0 [ $renderView ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Dynamic ] { - - - Constants [0] { - } + Method [ public method registerEngines ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $engines ] + } + - Return [ Phalcon\Mvc\View ] + } - - Static methods [0] { - } + Method [ public method render ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] + } + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method reset ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $leftDelimiter = '{' ] - Parameter #2 [ string $rightDelimiter = '}' ] - Parameter #3 [ string $separator = '|' ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\View ] } - } - } - Class [ class Phalcon\Support\Helper\Str\EndsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { - - - Constants [0] { - } + Method [ public method setBasePath ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ Phalcon\Mvc\View ] + } - - Static methods [0] { - } + Method [ public method setContent ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ Phalcon\Mvc\View ] + } - - Methods [6] { - Method [ public method __invoke ] { + Method [ public method setEventsManager ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method toEndsWith ] { + Method [ public method setLayout ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ string $layout ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\View ] } - Method [ protected method toInterpolate ] { + Method [ public method setLayoutsDir ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [1] { + Parameter #0 [ string $layoutsDir ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View ] } - Method [ protected method toLower ] { + Method [ public method setMainView ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ string $viewPath ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View ] } - Method [ protected method toStartsWith ] { + Method [ public method setPartialsDir ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ string $partialsDir ] } - - Return [ bool ] + - Return [ Phalcon\Mvc\View ] } - Method [ protected method toUpper ] { + Method [ public method setParamToView ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View ] } - } - } - Class [ class Phalcon\Support\Helper\Str\FirstBetween ] { + Method [ public method setRenderLevel ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ int $level ] + } + - Return [ Phalcon\Mvc\ViewInterface ] + } - - Static properties [0] { - } + Method [ public method setTemplateAfter ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $templateAfter ] + } + - Return [ Phalcon\Mvc\View ] + } - - Properties [0] { - } + Method [ public method setTemplateBefore ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ $templateBefore ] + } + - Return [ Phalcon\Mvc\View ] + } - - Parameters [3] { - Parameter #0 [ string $text ] - Parameter #1 [ string $start ] - Parameter #2 [ string $end ] + Method [ public method setVar ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Friendly extends Phalcon\Support\Helper\Str\AbstractStr ] { + Method [ public method setVars ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ array $params ] + Parameter #1 [ bool $merge = true ] + } + - Return [ Phalcon\Mvc\View ] + } - - Static properties [0] { - } + Method [ public method setViewsDir ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $viewsDir ] + } + - Return [ Phalcon\Mvc\View ] + } - - Properties [0] { - } + Method [ public method start ] { - - Methods [8] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = '-' ] - Parameter #2 [ bool $lowercase = true ] - Parameter #3 [ $replace = ] + Method [ public method toString ] { + + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] } - Return [ string ] } - Method [ private method checkReplace ] { + Method [ protected method engineRender ] { - - Parameters [1] { - Parameter #0 [ $replace ] + - Parameters [4] { + Parameter #0 [ array $engines ] + Parameter #1 [ string $viewPath ] + Parameter #2 [ bool $silence ] + Parameter #3 [ bool $mustClean = true ] } - - Return [ array ] } - Method [ private method getMatrix ] { + Method [ final protected method isAbsolutePath ] { - Parameters [1] { - Parameter #0 [ array $replace ] + Parameter #0 [ string $path ] } - - Return [ array ] } - Method [ protected method toEndsWith ] { + Method [ protected method loadTemplateEngines ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toInterpolate ] { + Method [ public method processRender ] { - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params = [] ] + Parameter #3 [ bool $fireEvents = true ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method toLower ] { + Method [ private method getDirSeparator ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ string $directory ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method toUpper ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Helper\Str\Humanize ] { + Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -84492,101 +83581,110 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ protected $container = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $view = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [12] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ string $text ] + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean = false ] } - - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Includes ] { - - - Constants [0] { - } + Method [ public method __construct ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + } + } - - Static methods [0] { - } + Method [ public method getContent ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] + - Parameters [0] { } - - Return [ bool ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Increment ] { + Method [ public method getView ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } - - Static properties [0] { - } + Method [ public method partial ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] + } + - Return [ void ] + } - - Properties [0] { - } + Method [ public method setEventsManager ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = '_' ] + Method [ protected method fireManagerEvent ] { + + - Parameters [3] { + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } - - Return [ string ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Interpolate ] { + Method [ public method __get ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } - - Static properties [0] { - } + Method [ public method __isset ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } - - Properties [0] { - } + Method [ public method getDI ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } - - Parameters [4] { - Parameter #0 [ string $message ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $leftToken = '%' ] - Parameter #3 [ string $rightToken = '%' ] + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Helper\Str\IsAnagram ] { + Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Contracts\Events\EventsAware, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -84597,197 +83695,194 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [6] { + Property [ protected $container = NULL ] + Property [ protected $view = NULL ] + Property [ protected $compiler = NULL ] + Property [ protected $eventsManager = NULL ] + Property [ protected $macros = NULL ] + Property [ protected $options = NULL ] } - - Methods [1] { - Method [ public method __invoke ] { + - Methods [22] { + Method [ public method callMacro ] { - Parameters [2] { - Parameter #0 [ string $first ] - Parameter #1 [ string $second ] + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments = [] ] } - - Return [ bool ] } - } - } - Class [ class Phalcon\Support\Helper\Str\IsLower extends Phalcon\Support\Helper\Str\AbstractStr ] { + Method [ public method convertEncoding ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $from ] + Parameter #2 [ string $to ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method getCompiler ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } - - Properties [0] { - } + Method [ public method getEventsManager ] { - - Methods [6] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ ?Phalcon\Events\ManagerInterface ] + } - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Method [ public method getOptions ] { + + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toEndsWith ] { + Method [ public method isIncluded ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [2] { + Parameter #0 [ $needle ] + Parameter #1 [ $haystack ] } - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ public method length ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [1] { + Parameter #0 [ $item ] } - - Return [ string ] + - Return [ int ] } - Method [ protected method toLower ] { + Method [ public method preload ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ $parameters ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ public method render ] { - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean = false ] } - - Return [ bool ] } - Method [ protected method toUpper ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ string ] + - Return [ void ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\IsPalindrome ] { - - Constants [0] { - } + Method [ public method setOptions ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $options ] + } + } - - Static methods [0] { - } + Method [ public method slice ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ int $start = 0 ] + Parameter #2 [ $end = ] + } + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method sort ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ array $value ] } - - Return [ bool ] + - Return [ array ] } - } - } - Class [ class Phalcon\Support\Helper\Str\IsUpper extends Phalcon\Support\Helper\Str\AbstractStr ] { + Method [ public method __construct ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + } + } - - Static properties [0] { - } + Method [ public method getContent ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method getView ] { - - Methods [6] { - Method [ public method __invoke ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } + + Method [ public method partial ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] } - - Return [ bool ] + - Return [ void ] } - Method [ protected method toEndsWith ] { + Method [ protected method fireManagerEvent ] { - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + Parameter #0 [ string $eventName ] + Parameter #1 [ $data = ] + Parameter #2 [ bool $cancellable = true ] } - - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ public method __get ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [1] { + Parameter #0 [ string $propertyName ] } - - Return [ string ] } - Method [ protected method toLower ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ string ] + - Return [ bool ] } - Method [ protected method toStartsWith ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method toUpper ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Support\Helper\Str\KebabCase extends Phalcon\Support\Helper\Str\PascalCase ] { + Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -84798,504 +83893,405 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [21] { + Property [ protected $autoescape = false ] + Property [ protected $blockLevel = 0 ] + Property [ protected $blocks = NULL ] + Property [ protected $container = NULL ] + Property [ protected $compiledTemplatePath = NULL ] + Property [ protected $currentBlock = NULL ] + Property [ protected $currentPath = NULL ] + Property [ protected $exprLevel = 0 ] + Property [ protected $extended = false ] + Property [ protected $extensions = NULL ] + Property [ protected $extendedBlocks = NULL ] + Property [ protected $filters = NULL ] + Property [ protected $foreachLevel = 0 ] + Property [ protected $forElsePointers = NULL ] + Property [ protected $functions = NULL ] + Property [ protected $level = 0 ] + Property [ protected $loopPointers = NULL ] + Property [ protected $macros = NULL ] + Property [ protected $options = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $view = NULL ] } - - Methods [2] { - Method [ public method __invoke ] { + - Methods [46] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] + - Parameters [1] { + Parameter #0 [ ?Phalcon\Mvc\ViewBaseInterface $view = ] } - - Return [ string ] } - Method [ protected method processArray ] { + Method [ public method addExtension ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] + - Parameters [1] { + Parameter #0 [ $extension ] } - - Return [ array ] + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - } - } - Class [ class Phalcon\Support\Helper\Str\Len ] { + Method [ public method addFilter ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } - - Static properties [0] { - } + Method [ public method addFunction ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } - - Properties [0] { - } + Method [ public method attributeReader ] { - - Methods [1] { - Method [ public method __invoke ] { + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ string ] + } + + Method [ public method compile ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ string $templatePath ] + Parameter #1 [ bool $extendsMode = false ] } - - Return [ int ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Lower extends Phalcon\Support\Helper\Str\AbstractStr ] { - - Constants [0] { - } + Method [ public method compileAutoEscape ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method compileCall ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + } - - Methods [6] { - Method [ public method __invoke ] { + Method [ public method compileCase ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ array $statement ] + Parameter #1 [ bool $caseClause = true ] } - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ public method compileDo ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ array $statement ] } - - Return [ bool ] + - Return [ string ] } - Method [ protected method toInterpolate ] { + Method [ public method compileEcho ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [1] { + Parameter #0 [ array $statement ] } - Return [ string ] } - Method [ protected method toLower ] { + Method [ public method compileElseIf ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ array $statement ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ public method compileFile ] { - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + Parameter #0 [ string $path ] + Parameter #1 [ string $compiledPath ] + Parameter #2 [ bool $extendsMode = false ] } - - Return [ bool ] } - Method [ protected method toUpper ] { + Method [ public method compileForeach ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode = false ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Prefix ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method compileForElse ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method compileIf ] { - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ string $prefix ] + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode = false ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Random ] { - - - Constants [6] { - Constant [ public int RANDOM_ALNUM ] { 0 } - Constant [ public int RANDOM_ALPHA ] { 1 } - Constant [ public int RANDOM_DISTINCT ] { 5 } - Constant [ public int RANDOM_HEXDEC ] { 2 } - Constant [ public int RANDOM_NOZERO ] { 4 } - Constant [ public int RANDOM_NUMERIC ] { 3 } - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method compileInclude ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method compileMacro ] { - Parameters [2] { - Parameter #0 [ int $type = null ] - Parameter #1 [ int $length = 8 ] + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\ReduceSlashes ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method compileReturn ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method compileSet ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ array $statement ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\SnakeCase extends Phalcon\Support\Helper\Str\PascalCase ] { - - Constants [0] { - } + Method [ public method compileString ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $viewCode ] + Parameter #1 [ bool $extendsMode = false ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method compileSwitch ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode = false ] + } + - Return [ string ] + } - - Methods [2] { - Method [ public method __invoke ] { + Method [ final public method expression ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] + Parameter #0 [ array $expr ] + Parameter #1 [ bool $doubleQuotes = false ] } - Return [ string ] } - Method [ protected method processArray ] { + Method [ final public method fireExtensionEvent ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ ?string $delimiters = null ] + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments = [] ] } - - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\StartsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { - - Constants [0] { - } + Method [ public method functionCall ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $expr ] + Parameter #1 [ bool $doubleQuotes = false ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getCompiledTemplatePath ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [6] { - Method [ public method __invoke ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method toEndsWith ] { + Method [ public method getExtensions ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ protected method toInterpolate ] { + Method [ public method getFilters ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method toLower ] { + Method [ public method getFunctions ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ protected method toStartsWith ] { + Method [ public method getOption ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ string $option ] } - - Return [ bool ] + - Return [ ?string ] } - Method [ protected method toUpper ] { + Method [ public method getOptions ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Suffix ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getTemplatePath ] { - - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ string $suffix ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Ucwords ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method getUniquePrefix ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [0] { } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Uncamelize ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method parse ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $viewCode ] + } + - Return [ array ] + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method resolveTest ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $delimiter = '_' ] + Parameter #0 [ array $test ] + Parameter #1 [ string $left ] } - Return [ string ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Underscore ] { - - Constants [0] { - } + Method [ public method setDI ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method setOption ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + } - - Methods [1] { - Method [ public method __invoke ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ string $text ] + Parameter #0 [ array $options ] } - - Return [ string ] + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - } - } - - Class [ class Phalcon\Support\Helper\Str\Upper extends Phalcon\Support\Helper\Str\AbstractStr ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method setUniquePrefix ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } - - Methods [6] { - Method [ public method __invoke ] { + Method [ protected method compileSource ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ string $viewCode ] + Parameter #1 [ bool $extendsMode = false ] } - - Return [ string ] } - Method [ protected method toEndsWith ] { + Method [ protected method getFinalPath ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ string $path ] } - - Return [ bool ] } - Method [ protected method toInterpolate ] { + Method [ final protected method resolveFilter ] { - - Parameters [4] { - Parameter #0 [ string $input ] - Parameter #1 [ array $context = [] ] - Parameter #2 [ string $left = '%' ] - Parameter #3 [ string $right = '%' ] + - Parameters [2] { + Parameter #0 [ array $filter ] + Parameter #1 [ string $left ] } - Return [ string ] } - Method [ protected method toLower ] { + Method [ final protected method statementList ] { - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + Parameter #0 [ array $statements ] + Parameter #1 [ bool $extendsMode = false ] } - Return [ string ] } - Method [ protected method toStartsWith ] { + Method [ final protected method statementListOrExtends ] { - - Parameters [3] { - Parameter #0 [ string $haystack ] - Parameter #1 [ string $needle ] - Parameter #2 [ bool $ignoreCase = true ] + - Parameters [1] { + Parameter #0 [ $statements ] } - - Return [ bool ] } - Method [ protected method toUpper ] { + Method [ private method isTagFactory ] { - - Parameters [2] { - Parameter #0 [ string $text ] - Parameter #1 [ string $encoding = 'UTF-8' ] + - Parameters [1] { + Parameter #0 [ array $expression ] } - - Return [ string ] + - Return [ bool ] } } } - Class [ final class Phalcon\Support\Registry extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess ] { + Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -85306,293 +84302,321 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $data = NULL ] - Property [ protected $insensitive = true ] - Property [ protected $lowerKeys = NULL ] + - Properties [5] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + Property [ protected $statement = NULL ] } - - Methods [29] { - Method [ final public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Parameters [4] { + Parameter #0 [ string $message = '' ] + Parameter #1 [ array $statement = [] ] + Parameter #2 [ int $code = 0 ] + Parameter #3 [ ?Exception $previous = ] } } - Method [ final public method __get ] { + Method [ public method getStatement ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } + - Return [ array ] } - Method [ final public method __isset ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Tentative return [ void ] } - Method [ final public method __set ] { + Method [ final public method getMessage ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ final public method __unset ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] } - Method [ final public method clear ] { + Method [ final public method getFile ] { - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ final public method count ] { + Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } - Method [ final public method get ] { + Method [ final public method getTrace ] { - - Parameters [3] { - Parameter #0 [ string $element ] - Parameter #1 [ $defaultValue = ] - Parameter #2 [ ?string $cast = null ] + - Parameters [0] { } + - Return [ array ] } - Method [ final public method getIterator ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ Traversable ] + - Return [ ?Throwable ] } - Method [ final public method has ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ final public method init ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ array $data = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } + } + } - Method [ final public method jsonSerialize ] { + Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Contracts\Events\EventsAware ] { - - Parameters [0] { - } - - Return [ array ] - } + - Constants [0] { + } - Method [ final public method offsetExists ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $container = NULL ] + Property [ protected $activeRenderPath = NULL ] + Property [ protected $content = NULL ] + Property [ protected $engines = false ] + Property [ protected $eventsManager = NULL ] + Property [ protected $options = NULL ] + Property [ protected $registeredEngines = NULL ] + Property [ protected $viewsDir = NULL ] + Property [ protected $viewParams = NULL ] + } + + - Methods [25] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ array $options = [] ] } - - Return [ bool ] } - Method [ final public method offsetGet ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ $element ] + Parameter #0 [ string $key ] } - - Return [ mixed ] } - Method [ final public method offsetSet ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ $offset ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } - Method [ final public method offsetUnset ] { + Method [ public method getActiveRenderPath ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ final public method remove ] { + Method [ public method getContent ] { - - Parameters [1] { - Parameter #0 [ string $element ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ final public method serialize ] { + Method [ public method getEventsManager ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ ?Phalcon\Events\ManagerInterface ] } - Method [ final public method set ] { + Method [ public method getParamsToView ] { - - Parameters [2] { - Parameter #0 [ string $element ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ final public method toArray ] { + Method [ public method getRegisteredEngines ] { - Parameters [0] { } - Return [ array ] } - Method [ final public method toJson ] { + Method [ public method getVar ] { - Parameters [1] { - Parameter #0 [ int $options = 79 ] + Parameter #0 [ string $key ] + } + } + + Method [ public method getViewsDir ] { + + - Parameters [0] { } - Return [ string ] } - Method [ final public method unserialize ] { + Method [ public method partial ] { - - Parameters [1] { - Parameter #0 [ string $data ] + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params = ] } - Return [ void ] } - Method [ public method getKeys ] { + Method [ public method registerEngines ] { - Parameters [1] { - Parameter #0 [ bool $insensitive = true ] + Parameter #0 [ array $engines ] } - - Return [ array ] + - Return [ void ] } - Method [ public method getValues ] { + Method [ public method render ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ array $params = [] ] } - - Return [ array ] + - Return [ string ] } - Method [ public method __serialize ] { + Method [ public method setContent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $content ] } - - Return [ array ] + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ public method __unserialize ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } - Method [ protected method setData ] { + Method [ public method setParamToView ] { - Parameters [2] { - Parameter #0 [ string $element ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } - - Return [ void ] + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ protected method phpJsonEncode ] { + Method [ public method setVar ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ int $depth = 512 ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ protected method processKey ] { + Method [ public method setVars ] { + + - Parameters [2] { + Parameter #0 [ array $params ] + Parameter #1 [ bool $merge = true ] + } + - Return [ Phalcon\Mvc\View\Simple ] + } + + Method [ public method setViewsDir ] { - Parameters [1] { - Parameter #0 [ string $element ] + Parameter #0 [ string $viewsDir ] } - - Return [ string ] + - Return [ void ] } - } - } - Class [ class Phalcon\Support\Settings ] { + Method [ protected method loadTemplateEngines ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static properties [1] { - Property [ protected static $overrides = NULL ] - } + Method [ final protected method internalRender ] { - - Static methods [3] { - Method [ static public method get ] { + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + } + - Return [ void ] + } + + Method [ private method getDirSeparator ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ string $directory ] } - - Return [ mixed ] + - Return [ string ] } - Method [ static public method set ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $name ] } - - Return [ void ] + - Return [ bool ] } - Method [ static public method reset ] { + Method [ public method getDI ] { - Parameters [0] { } - - Return [ void ] + - Return [ Phalcon\Di\DiInterface ] } - } - - Properties [0] { - } + Method [ public method setDI ] { - - Methods [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } } } - Class [ class Phalcon\Support\Version ] { + Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { - - Constants [5] { - Constant [ public int VERSION_MAJOR ] { 0 } - Constant [ public int VERSION_MEDIUM ] { 1 } - Constant [ public int VERSION_MINOR ] { 2 } - Constant [ public int VERSION_SPECIAL ] { 3 } - Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } + - Constants [0] { } - Static properties [0] { @@ -85601,708 +84625,9639 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] } - - Methods [5] { - Method [ protected method getVersion ] { + - Methods [7] { + Method [ public method paginate ] { - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ final protected method getSpecial ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ int $special ] + Parameter #0 [ array $config ] } - - Return [ string ] } - Method [ public method get ] { + Method [ public method getLimit ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ public method getId ] { + Method [ public method setCurrentPage ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $page ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ public method getPart ] { + Method [ public method setLimit ] { - Parameters [1] { - Parameter #0 [ int $part ] + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - } + + Method [ public method setRepository ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ ?array $properties = [] ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + } } - Class [ class Phalcon\Tag ] { + Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { - - Constants [11] { - Constant [ public int HTML32 ] { 1 } - Constant [ public int HTML401_STRICT ] { 2 } - Constant [ public int HTML401_TRANSITIONAL ] { 3 } - Constant [ public int HTML401_FRAMESET ] { 4 } - Constant [ public int HTML5 ] { 5 } - Constant [ public int XHTML10_STRICT ] { 6 } - Constant [ public int XHTML10_TRANSITIONAL ] { 7 } - Constant [ public int XHTML10_FRAMESET ] { 8 } - Constant [ public int XHTML11 ] { 9 } - Constant [ public int XHTML20 ] { 10 } - Constant [ public int XHTML5 ] { 11 } + - Constants [0] { } - - Static properties [10] { - Property [ protected static $autoEscape = true ] - Property [ protected static $container = NULL ] - Property [ protected static $displayValues = NULL ] - Property [ protected static $documentAppendTitle = NULL ] - Property [ protected static $documentPrependTitle = NULL ] - Property [ protected static $documentTitle = NULL ] - Property [ protected static $documentTitleSeparator = NULL ] - Property [ protected static $documentType = 11 ] - Property [ protected static $escaperService = NULL ] - Property [ protected static $urlService = NULL ] + - Static properties [0] { } - - Static methods [58] { - Method [ static public method appendTitle ] { + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] + } + + - Methods [7] { + Method [ public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $title ] + Parameter #0 [ array $config ] } - - Return [ void ] } - Method [ static public method checkField ] { + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ int $page ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method colorField ] { + Method [ public method setLimit ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method dateField ] { + Method [ public method setRepository ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method dateTimeField ] { + Method [ protected method getRepository ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ ?array $properties = [] ] } - - Return [ string ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } + } + } - Method [ static public method dateTimeLocalField ] { + Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] + Property [ protected $builder = NULL ] + Property [ protected $columns = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ array $config ] } - - Return [ string ] } - Method [ static public method displayTo ] { + Method [ public method getCurrentPage ] { - - Parameters [2] { - Parameter #0 [ string $id ] - Parameter #1 [ $value ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ static public method emailField ] { + Method [ public method getQueryBuilder ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Mvc\Model\Query\Builder ] } - Method [ static public method endForm ] { + Method [ public method paginate ] { - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ static public method fileField ] { + Method [ public method setQueryBuilder ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] } - Method [ static public method formLegacy ] { + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ int $page ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method friendlyTitle ] { + Method [ public method setLimit ] { - - Parameters [4] { - Parameter #0 [ string $text ] - Parameter #1 [ string $separator = '-' ] - Parameter #2 [ bool $lowercase = true ] - Parameter #3 [ $replace = ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method getDocType ] { + Method [ public method setRepository ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method getEscaper ] { + Method [ protected method getRepository ] { - Parameters [1] { - Parameter #0 [ array $params ] + Parameter #0 [ ?array $properties = [] ] } - - Return [ ?Phalcon\Html\Escaper\EscaperInterface ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } + } + } - Method [ static public method getDI ] { + Class [ class Phalcon\Paginator\Adapter\QueryBuilderCursor extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Contracts\Paginator\Adapter, Phalcon\Paginator\Adapter\AdapterInterface ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $config = NULL ] + Property [ protected $limitRows = NULL ] + Property [ protected $page = NULL ] + Property [ protected $repository = NULL ] + Property [ protected $builder = NULL ] + Property [ protected $cursor = NULL ] + Property [ protected $cursorColumn = NULL ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $config ] } - - Return [ Phalcon\Di\DiInterface ] } - Method [ static public method getEscaperService ] { + Method [ public method getCursor ] { - Parameters [0] { } - - Return [ Phalcon\Html\Escaper\EscaperInterface ] } - Method [ static public method getTitle ] { + Method [ public method getCursorColumn ] { - - Parameters [2] { - Parameter #0 [ bool $prepend = true ] - Parameter #1 [ bool $append = true ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method getTitleSeparator ] { + Method [ public method getCurrentPage ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ static public method getUrlService ] { + Method [ public method getQueryBuilder ] { - Parameters [0] { } - - Return [ Phalcon\Mvc\Url\UrlInterface ] + - Return [ Phalcon\Mvc\Model\Query\Builder ] } - Method [ static public method getValue ] { + Method [ public method paginate ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array $params = [] ] + - Parameters [0] { } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ static public method hasValue ] { + Method [ public method setCursor ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $cursor ] } - - Return [ bool ] + - Return [ Phalcon\Paginator\Adapter\QueryBuilderCursor ] } - Method [ static public method hiddenField ] { + Method [ public method setQueryBuilder ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\QueryBuilderCursor ] } - Method [ static public method image ] { + Method [ public method getLimit ] { - - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = true ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ static public method imageInput ] { + Method [ public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ int $page ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method javascriptInclude ] { + Method [ public method setLimit ] { - - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = true ] + - Parameters [1] { + Parameter #0 [ int $limit ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method linkTo ] { + Method [ public method setRepository ] { - - Parameters [3] { - Parameter #0 [ $parameters ] - Parameter #1 [ $text = ] - Parameter #2 [ $local = ] + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - - Return [ string ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method monthField ] { + Method [ protected method getRepository ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ ?array $properties = [] ] } - - Return [ string ] + - Return [ Phalcon\Paginator\RepositoryInterface ] } + } + } - Method [ static public method numericField ] { + Class [ class Phalcon\Paginator\Exception extends Exception implements Throwable, Stringable ] { - - Parameters [1] { - Parameter #0 [ $parameters ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ static public method passwordField ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $parameters ] + - 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 ] } - - Return [ string ] } - Method [ static public method prependTitle ] { + Method [ public method __wakeup ] { - - Parameters [1] { - Parameter #0 [ $title ] + - Parameters [0] { } - - Return [ void ] + - Tentative return [ void ] } - Method [ static public method preload ] { + Method [ final public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method radioField ] { + Method [ final public method getCode ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] } - Method [ static public method rangeField ] { + Method [ final public method getFile ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method renderAttributes ] { + Method [ final public method getLine ] { - - Parameters [2] { - Parameter #0 [ string $code ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ static public method renderTitle ] { + Method [ final public method getTrace ] { - - Parameters [2] { - Parameter #0 [ bool $prepend = true ] - Parameter #1 [ bool $append = true ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ static public method resetInput ] { + Method [ final public method getPrevious ] { - Parameters [0] { } - - Return [ void ] + - Return [ ?Throwable ] } - Method [ static public method searchField ] { + Method [ final public method getTraceAsString ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - Return [ string ] } - Method [ static public method select ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data = ] + - Parameters [0] { } - Return [ string ] } + } + } - Method [ static public method selectStatic ] { + Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data = ] + - 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 = [] ] } - - Return [ string ] } - Method [ static public method setAutoescape ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ bool $autoescape ] + Parameter #0 [ $config ] } - - Return [ void ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method setDefault ] { + Method [ public method newInstance ] { - Parameters [2] { - Parameter #0 [ string $id ] - Parameter #1 [ $value ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] } - - Return [ void ] + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } - Method [ static public method setDefaults ] { + Method [ protected method getExceptionClass ] { - - Parameters [2] { - Parameter #0 [ array $values ] - Parameter #1 [ bool $merge = false ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ static public method setDI ] { + Method [ protected method getServices ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ static public method setDocType ] { + Method [ protected method getService ] { - Parameters [1] { - Parameter #0 [ int $doctype ] + Parameter #0 [ string $name ] } - - Return [ void ] } - Method [ static public method setTitle ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ string $title ] + Parameter #0 [ array $services = [] ] } - Return [ void ] } - Method [ static public method setTitleSeparator ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ string $titleSeparator ] + Parameter #0 [ $config ] } - - Return [ void ] + - Return [ array ] } - Method [ static public method stylesheetLink ] { + Method [ protected method checkConfigElement ] { - Parameters [2] { - Parameter #0 [ $parameters = ] - Parameter #1 [ bool $local = true ] + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] } - - Return [ string ] + - Return [ array ] } - Method [ static public method submitButton ] { + Method [ protected method getException ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $message ] } - - Return [ string ] + - Return [ Exception ] } + } + } - Method [ static public method tagHtml ] { + Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, Phalcon\Contracts\Paginator\Repository, JsonSerializable ] { - - Parameters [5] { - Parameter #0 [ string $tagName ] - Parameter #1 [ $parameters = ] - Parameter #2 [ bool $selfClose = false ] - Parameter #3 [ bool $onlyStart = false ] - Parameter #4 [ bool $useEol = false ] - } - - Return [ string ] - } + - 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 } + } - Method [ static public method tagHtmlClose ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $tagName ] - Parameter #1 [ bool $useEol = false ] - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ static public method telField ] { + - Properties [2] { + Property [ protected $aliases = NULL ] + Property [ protected $properties = NULL ] + } + + - Methods [15] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $property ] } - - Return [ string ] } - Method [ static public method textArea ] { + Method [ public method getAliases ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ static public method textField ] { + Method [ public method getCurrent ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ static public method timeField ] { + Method [ public method getFirst ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ static public method urlField ] { + Method [ public method getItems ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } - - Return [ string ] } - Method [ static public method weekField ] { + 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 [ $parameters ] + 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\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapter = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ int $max_lifetime ] + } + - Return [ int|false ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] } - Return [ string ] } - Method [ final static protected method inputField ] { + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $name ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ protected method getArrVal ] { - Parameters [3] { - Parameter #0 [ string $type ] - Parameter #1 [ $parameters ] - Parameter #2 [ bool $asValue = false ] + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + } + } + } + } + + Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapter = NULL ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] + Parameter #1 [ array $options = [] ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ int $max_lifetime ] + } + - Return [ int|false ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] } - Return [ string ] } - Method [ final static protected method inputFieldChecked ] { + Method [ public method open ] { - Parameters [2] { - Parameter #0 [ string $type ] - Parameter #1 [ $parameters ] + Parameter #0 [ $path ] + Parameter #1 [ $name ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ protected method getArrVal ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + } + } + } + } + + Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $connection = NULL ] + Property [ protected $options = NULL ] + Property [ protected $prefix = '' ] + Property [ protected $ttl = 8600 ] + Property [ private $path = '' ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ int $max_lifetime ] + } + - Return [ int|false ] + } + + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $name ] + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] + } + } + + Method [ private method getDirSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $directory ] + } + - Return [ string ] + } + + Method [ protected method getGlobFiles ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + } + + Method [ protected method phpFileExists ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + + Method [ protected method phpFileGetContents ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + + Method [ protected method phpFilePutContents ] { + + - Parameters [4] { + Parameter #0 [ string $filename ] + Parameter #1 [ $data ] + Parameter #2 [ int $flags = 0 ] + Parameter #3 [ $context = ] + } + } + + Method [ protected method phpFopen ] { + + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] + } + } + + Method [ protected method phpIniGet ] { + + - Parameters [1] { + Parameter #0 [ string $varname ] + } + - Return [ string ] + } + + Method [ protected method phpIsWritable ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + - Return [ bool ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getPrefixedName ] { + + - Parameters [1] { + Parameter #0 [ $name ] } - Return [ string ] } } + } + + Class [ class Phalcon\Session\Bag extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface, Phalcon\Session\BagInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ private $container = NULL ] + Property [ private $name = NULL ] + Property [ private $session = NULL ] + } + + - Methods [47] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Session\ManagerInterface $session ] + Parameter #1 [ string $name ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ mixed ] + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method column ] { + + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method each ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] + } + - Return [ mixed ] + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method keys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method map ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ mixed ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method reduce ] { + + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] + } + - Return [ mixed ] + } + + Method [ public method replace ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method sort ] { + + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ void ] + } + + Method [ public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method where ] { + + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ protected method extractValue ] { + + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] + } + - Return [ mixed ] + } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Session\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { + + - Constants [3] { + Constant [ public int SESSION_ACTIVE ] { 2 } + Constant [ public int SESSION_DISABLED ] { 0 } + Constant [ public int SESSION_NONE ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $container = NULL ] + Property [ private $adapter = NULL ] + Property [ private $name = '' ] + Property [ private $options = NULL ] + Property [ private $uniqueId = '' ] + } + + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options = [] ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ public method destroy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method exists ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ bool $remove = false ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ SessionHandlerInterface ] + } + + Method [ public method getId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method regenerateId ] { + + - Parameters [1] { + Parameter #0 [ bool $deleteOldSession = true ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setAdapter ] { + + - Parameters [1] { + Parameter #0 [ SessionHandlerInterface $adapter ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method setId ] { + + - Parameters [1] { + Parameter #0 [ string $sessionId ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ public method start ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method status ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ protected method phpHeadersSent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ private method getUniqueKey ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + + Method [ private method getArrVal ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + } + } + + 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\Storage\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + Property [ private $serializerFactory = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $services = [] ] + } + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] + } + - Return [ Phalcon\Storage\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\Storage\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Storage\SerializerFactory 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 [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + + 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\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [10] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method phpBase64Decode ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ bool $strict = false ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + Property [ private $decode = NULL ] + Property [ private $encode = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\MemcachedIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\MemcachedJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\MemcachedPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\Igbinary implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [12] { + Method [ protected method doSerialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ string ] + } + + Method [ protected method doUnserialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method phpIgbinarySerialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ ?string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [10] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ private method phpUnserialize ] { + + - Parameters [2] { + Parameter #0 [ string $data ] + Parameter #1 [ array $options = [] ] + } + - Return [ mixed ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\RedisIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\RedisJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\RedisMsgpack extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\RedisNone extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\RedisPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Support\Collection\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Collection\ReadOnlyCollection extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + Property [ protected $constructed = false ] + } + + - Methods [45] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ array $data = [] ] + Parameter #1 [ bool $insensitive = true ] + Parameter #2 [ bool $strictNull = false ] + Parameter #3 [ ?string $type = null ] + } + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method replace ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ mixed ] + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method column ] { + + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method each ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] + } + - Return [ mixed ] + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method keys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method map ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ mixed ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method reduce ] { + + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] + } + - Return [ mixed ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method sort ] { + + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options = 4194383 ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ void ] + } + + Method [ public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method where ] { + + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ protected method extractValue ] { + + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] + } + - Return [ mixed ] + } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Support\Debug ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $isActive = false ] + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $blacklist = NULL ] + Property [ protected $data = NULL ] + Property [ protected $hideDocumentRoot = false ] + 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] { + Method [ public method clearVars ] { + + - Parameters [0] { + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method debugVar ] { + + - Parameters [1] { + Parameter #0 [ $varz ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method getCssSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getJsSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method halt ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method listen ] { + + - Parameters [2] { + Parameter #0 [ bool $exceptions = true ] + Parameter #1 [ bool $lowSeverity = false ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method listenExceptions ] { + + - Parameters [0] { + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method listenLowSeverity ] { + + - Parameters [0] { + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method onUncaughtException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + + Method [ public method onUncaughtLowSeverity ] { + + - Parameters [4] { + Parameter #0 [ $severity ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + } + - Return [ void ] + } + + Method [ public method renderHtml ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ string ] + } + + Method [ public method setBlacklist ] { + + - Parameters [1] { + Parameter #0 [ array $blacklist ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method setShowBackTrace ] { + + - Parameters [1] { + Parameter #0 [ bool $showBackTrace ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method setShowFileFragment ] { + + - Parameters [1] { + Parameter #0 [ bool $showFileFragment ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method setShowFiles ] { + + - Parameters [1] { + Parameter #0 [ bool $showFiles ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ public method setUri ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ Phalcon\Support\Debug ] + } + + 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 ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $detailed = false ] + Property [ protected $methods = NULL ] + Property [ protected $styles = NULL ] + Property [ private $encode = NULL ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $styles = [] ] + Parameter #1 [ bool $detailed = false ] + } + } + + Method [ public method all ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDetailed ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method one ] { + + - Parameters [2] { + Parameter #0 [ $variable ] + Parameter #1 [ ?string $name = null ] + } + - Return [ string ] + } + + Method [ public method setDetailed ] { + + - Parameters [1] { + Parameter #0 [ bool $flag ] + } + - Return [ void ] + } + + Method [ public method setStyles ] { + + - Parameters [1] { + Parameter #0 [ array $styles = [] ] + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ $variable ] + } + - Return [ string ] + } + + Method [ public method variable ] { + + - Parameters [2] { + Parameter #0 [ $variable ] + Parameter #1 [ ?string $name = null ] + } + - Return [ string ] + } + + Method [ public method variables ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getStyle ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method output ] { + + - Parameters [3] { + Parameter #0 [ $variable ] + Parameter #1 [ ?string $name = null ] + Parameter #2 [ int $tab = 1 ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Debug\Exception extends Phalcon\Support\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\Support\HelperFactory 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 __call ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method newInstance ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + 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\Support\Helper\Arr\Blacklist extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ array $blackList ] + } + - Return [ array ] + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Chunk ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $size ] + Parameter #2 [ bool $preserveKeys = false ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Filter extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\First extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\FirstKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Flatten ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ bool $deep = false ] + } + - Return [ array ] + } + + Method [ private method processNotArray ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $item ] + } + - Return [ array ] + } + + Method [ private method processArray ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $item ] + Parameter #2 [ bool $deep ] + } + - Return [ array ] + } + + Method [ private method processArrayDeep ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $item ] + Parameter #2 [ bool $deep ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Get ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = null ] + } + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Group ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ array ] + } + + Method [ private method isCallable ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + - Return [ bool ] + } + + Method [ private method processCallable ] { + + - Parameters [3] { + Parameter #0 [ array $filtered ] + Parameter #1 [ $method ] + Parameter #2 [ $element ] + } + - Return [ array ] + } + + Method [ private method processObject ] { + + - Parameters [3] { + Parameter #0 [ array $filtered ] + Parameter #1 [ $method ] + Parameter #2 [ $element ] + } + - Return [ array ] + } + + Method [ private method processOther ] { + + - Parameters [3] { + Parameter #0 [ array $filtered ] + Parameter #1 [ $method ] + Parameter #2 [ $element ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Has ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\IsUnique ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ array $collection ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Last extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\LastKey extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Order ] { + + - Constants [2] { + Constant [ public int ORDER_ASC ] { 1 } + Constant [ public int ORDER_DESC ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $attribute ] + Parameter #2 [ int $order = null ] + Parameter #3 [ int $flags = 0 ] + } + - Return [ array ] + } + + Method [ private method checkObject ] { + + - Parameters [3] { + Parameter #0 [ array $sorted ] + Parameter #1 [ $attribute ] + Parameter #2 [ $item ] + } + - Return [ array ] + } + + Method [ private method checkNonObject ] { + + - Parameters [3] { + Parameter #0 [ array $sorted ] + Parameter #1 [ $attribute ] + Parameter #2 [ $item ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Pluck ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $element ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Set ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index = ] + } + - Return [ array ] + } + + Method [ private method checkNull ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index ] + } + - Return [ array ] + } + + Method [ private method checkNotNull ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\SliceLeft ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements = 1 ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\SliceRight ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements = 1 ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Split ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ array $collection ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\ToObject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ array $collection ] + } + - Return [ object ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\ValidateAll extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ bool ] + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\ValidateAny extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ bool ] + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Arr\Whitelist extends Phalcon\Support\Helper\Arr\AbstractArr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ array $whiteList ] + } + - Return [ array ] + } + + Method [ protected method toFilter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method = ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\File\Basename ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $uri ] + Parameter #1 [ ?string $suffix = null ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Json\Decode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ bool $associative = false ] + Parameter #2 [ int $depth = 512 ] + Parameter #3 [ int $options = 79 ] + } + } + } + } + + Class [ class Phalcon\Support\Helper\Json\Encode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ int $options = 79 ] + Parameter #2 [ int $depth = 512 ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Number\IsBetween ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $start ] + Parameter #2 [ int $end ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Camelize extends Phalcon\Support\Helper\Str\PascalCase ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] + Parameter #2 [ bool $lowerFirst = false ] + } + - Return [ string ] + } + + Method [ protected method processArray ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Concat extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [0] { + } + - Return [ string ] + } + + 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\Support\Helper\Str\CountVowels ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ int ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Decapitalize extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $upperRest = false ] + Parameter #2 [ string $encoding = 'UTF-8' ] + } + - Return [ string ] + } + + 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\Support\Helper\Str\Decrement ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = '_' ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\DirFromFile ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $file ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\DirSeparator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $directory ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Dynamic ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $leftDelimiter = '{' ] + Parameter #2 [ string $rightDelimiter = '}' ] + Parameter #3 [ string $separator = '|' ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\EndsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] + } + - Return [ bool ] + } + + 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\Support\Helper\Str\FirstBetween ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ string $end ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Friendly extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = '-' ] + Parameter #2 [ bool $lowercase = true ] + Parameter #3 [ $replace = ] + } + - Return [ string ] + } + + Method [ private method checkReplace ] { + + - Parameters [1] { + Parameter #0 [ $replace ] + } + - Return [ array ] + } + + Method [ private method getMatrix ] { + + - Parameters [1] { + Parameter #0 [ array $replace ] + } + - Return [ array ] + } + + 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\Support\Helper\Str\Humanize ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Includes ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Increment ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = '_' ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Interpolate ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + Parameter #2 [ string $leftToken = '%' ] + Parameter #3 [ string $rightToken = '%' ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\IsAnagram ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\IsLower extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ bool ] + } + + 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\Support\Helper\Str\IsPalindrome ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\IsUpper extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ bool ] + } + + 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\Support\Helper\Str\KebabCase extends Phalcon\Support\Helper\Str\PascalCase ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] + } + - Return [ string ] + } + + Method [ protected method processArray ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Len ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ int ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Lower extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ string ] + } + + 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\Support\Helper\Str\Prefix ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ $text ] + Parameter #1 [ string $prefix ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Random ] { + + - Constants [6] { + Constant [ public int RANDOM_ALNUM ] { 0 } + Constant [ public int RANDOM_ALPHA ] { 1 } + Constant [ public int RANDOM_DISTINCT ] { 5 } + Constant [ public int RANDOM_HEXDEC ] { 2 } + Constant [ public int RANDOM_NOZERO ] { 4 } + Constant [ public int RANDOM_NUMERIC ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ int $type = null ] + Parameter #1 [ int $length = 8 ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\ReduceSlashes ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\SnakeCase extends Phalcon\Support\Helper\Str\PascalCase ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] + } + - Return [ string ] + } + + Method [ protected method processArray ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ ?string $delimiters = null ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\StartsWith extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $haystack ] + Parameter #1 [ string $needle ] + Parameter #2 [ bool $ignoreCase = true ] + } + - Return [ bool ] + } + + 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\Support\Helper\Str\Suffix ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ $text ] + Parameter #1 [ string $suffix ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Ucwords ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Uncamelize ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $delimiter = '_' ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Underscore ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Support\Helper\Str\Upper extends Phalcon\Support\Helper\Str\AbstractStr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding = 'UTF-8' ] + } + - Return [ string ] + } + + 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 [ final class Phalcon\Support\Registry extends Phalcon\Support\Collection implements JsonSerializable, Countable, Phalcon\Contracts\Support\Collection, Traversable, IteratorAggregate, ArrayAccess, Phalcon\Support\Collection\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $data = NULL ] + Property [ protected $insensitive = true ] + Property [ protected $lowerKeys = NULL ] + Property [ protected $strictNull = false ] + Property [ protected $type = NULL ] + } + + - Methods [45] { + Method [ final public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + } + + Method [ final public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ mixed ] + } + + Method [ final public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ final public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ final public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ final public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = null ] + } + - Return [ mixed ] + } + + Method [ final public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ final public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ final public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ void ] + } + + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ final public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ mixed ] + } + + Method [ final public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ final public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ final public method serialize ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ final public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options = 79 ] + } + - Return [ string ] + } + + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method column ] { + + - Parameters [1] { + Parameter #0 [ string $propertyOrMethod ] + } + - Return [ array ] + } + + Method [ public method each ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method first ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method keys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive = true ] + } + - Return [ array ] + } + + Method [ public method last ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method map ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method reduce ] { + + - Parameters [2] { + Parameter #0 [ $callback ] + Parameter #1 [ $initial = ] + } + - Return [ mixed ] + } + + Method [ public method replace ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method sort ] { + + - Parameters [2] { + Parameter #0 [ $callback = ] + Parameter #1 [ int $order = 4 ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ public method values ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method where ] { + + - Parameters [2] { + Parameter #0 [ string $propertyOrMethod ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Support\Collection\CollectionInterface ] + } + + Method [ protected method cloneEmpty ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ Phalcon\Contracts\Support\Collection ] + } + + Method [ protected method extractValue ] { + + - Parameters [2] { + Parameter #0 [ $item ] + Parameter #1 [ string $propertyOrMethod ] + } + - Return [ mixed ] + } + + Method [ protected method processKey ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ string ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method validateType ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Support\Settings ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $overrides = NULL ] + } + + - Static methods [3] { + Method [ static public method get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ mixed ] + } + + Method [ static public method set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Support\Version ] { + + - Constants [5] { + Constant [ public int VERSION_MAJOR ] { 0 } + Constant [ public int VERSION_MEDIUM ] { 1 } + Constant [ public int VERSION_MINOR ] { 2 } + Constant [ public int VERSION_SPECIAL ] { 3 } + Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ protected method getVersion ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method getSpecial ] { + + - Parameters [1] { + Parameter #0 [ int $special ] + } + - Return [ string ] + } + + Method [ public method get ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPart ] { + + - Parameters [1] { + Parameter #0 [ int $part ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Tag ] { + + - Constants [11] { + Constant [ public int HTML32 ] { 1 } + Constant [ public int HTML401_STRICT ] { 2 } + Constant [ public int HTML401_TRANSITIONAL ] { 3 } + Constant [ public int HTML401_FRAMESET ] { 4 } + Constant [ public int HTML5 ] { 5 } + Constant [ public int XHTML10_STRICT ] { 6 } + Constant [ public int XHTML10_TRANSITIONAL ] { 7 } + Constant [ public int XHTML10_FRAMESET ] { 8 } + Constant [ public int XHTML11 ] { 9 } + Constant [ public int XHTML20 ] { 10 } + Constant [ public int XHTML5 ] { 11 } + } + + - Static properties [10] { + Property [ protected static $autoEscape = true ] + Property [ protected static $container = NULL ] + Property [ protected static $displayValues = NULL ] + Property [ protected static $documentAppendTitle = NULL ] + Property [ protected static $documentPrependTitle = NULL ] + Property [ protected static $documentTitle = NULL ] + Property [ protected static $documentTitleSeparator = NULL ] + Property [ protected static $documentType = 11 ] + Property [ protected static $escaperService = NULL ] + Property [ protected static $urlService = NULL ] + } + + - Static methods [58] { + Method [ static public method appendTitle ] { + + - Parameters [1] { + Parameter #0 [ $title ] + } + - Return [ void ] + } + + Method [ static public method checkField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method colorField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method dateField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method dateTimeField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method dateTimeLocalField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method displayTo ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ static public method emailField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method endForm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method fileField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method formLegacy ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method friendlyTitle ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator = '-' ] + Parameter #2 [ bool $lowercase = true ] + Parameter #3 [ $replace = ] + } + - Return [ string ] + } + + Method [ static public method getDocType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method getEscaper ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ ?Phalcon\Html\Escaper\EscaperInterface ] + } + + Method [ static public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ static public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Escaper\EscaperInterface ] + } + + Method [ static public method getTitle ] { + + - Parameters [2] { + Parameter #0 [ bool $prepend = true ] + Parameter #1 [ bool $append = true ] + } + - Return [ string ] + } + + Method [ static public method getTitleSeparator ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method getUrlService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Url\UrlInterface ] + } + + Method [ static public method getValue ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $params = [] ] + } + } + + Method [ static public method hasValue ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ static public method hiddenField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method image ] { + + - Parameters [2] { + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = true ] + } + - Return [ string ] + } + + Method [ static public method imageInput ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method javascriptInclude ] { + + - Parameters [2] { + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = true ] + } + - Return [ string ] + } + + Method [ static public method linkTo ] { + + - Parameters [3] { + Parameter #0 [ $parameters ] + Parameter #1 [ $text = ] + Parameter #2 [ $local = ] + } + - Return [ string ] + } + + Method [ static public method monthField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method numericField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method passwordField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method prependTitle ] { + + - Parameters [1] { + Parameter #0 [ $title ] + } + - Return [ void ] + } + + Method [ static public method preload ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method radioField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method rangeField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method renderAttributes ] { + + - Parameters [2] { + Parameter #0 [ string $code ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ static public method renderTitle ] { + + - Parameters [2] { + Parameter #0 [ bool $prepend = true ] + Parameter #1 [ bool $append = true ] + } + - Return [ string ] + } + + Method [ static public method resetInput ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ static public method searchField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method select ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ $data = ] + } + - Return [ string ] + } + + Method [ static public method selectStatic ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ $data = ] + } + - Return [ string ] + } + + Method [ static public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] + } + - Return [ void ] + } + + Method [ static public method setDefault ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ static public method setDefaults ] { + + - Parameters [2] { + Parameter #0 [ array $values ] + Parameter #1 [ bool $merge = false ] + } + - Return [ void ] + } + + Method [ static public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ static public method setDocType ] { + + - Parameters [1] { + Parameter #0 [ int $doctype ] + } + - Return [ void ] + } + + Method [ static public method setTitle ] { + + - Parameters [1] { + Parameter #0 [ string $title ] + } + - Return [ void ] + } + + Method [ static public method setTitleSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $titleSeparator ] + } + - Return [ void ] + } + + Method [ static public method stylesheetLink ] { + + - Parameters [2] { + Parameter #0 [ $parameters = ] + Parameter #1 [ bool $local = true ] + } + - Return [ string ] + } + + Method [ static public method submitButton ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method tagHtml ] { + + - Parameters [5] { + Parameter #0 [ string $tagName ] + Parameter #1 [ $parameters = ] + Parameter #2 [ bool $selfClose = false ] + Parameter #3 [ bool $onlyStart = false ] + Parameter #4 [ bool $useEol = false ] + } + - Return [ string ] + } + + Method [ static public method tagHtmlClose ] { + + - Parameters [2] { + Parameter #0 [ string $tagName ] + Parameter #1 [ bool $useEol = false ] + } + - Return [ string ] + } + + Method [ static public method telField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method textArea ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method textField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method timeField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method urlField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method weekField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ final static protected method inputField ] { + + - Parameters [3] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] + Parameter #2 [ bool $asValue = false ] + } + - Return [ string ] + } + + Method [ final static protected method inputFieldChecked ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Tag\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\Tag\Select ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method selectField ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ $data = ] + } + - Return [ string ] + } + + Method [ static private method optionsFromArray ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $value ] + Parameter #2 [ string $closeOption ] + } + - Return [ string ] + } + + Method [ static private method optionsFromResultset ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] + Parameter #1 [ $using ] + Parameter #2 [ $value ] + Parameter #3 [ string $closeOption ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Time\Clock\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method invalidModifier ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ ?Throwable $ex = ] + } + - Return [ Phalcon\Time\Clock\Exception ] + } + } + + - 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 [ final class Phalcon\Time\Clock\FrozenClock implements Phalcon\Time\Clock\ClockInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method fromSystemTimezone ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + + Method [ static public method fromUTC ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + } + + - Properties [1] { + Property [ private $now = NULL ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ DateTimeImmutable $now ] + } + } + + Method [ public method adjust ] { + + - Parameters [1] { + Parameter #0 [ string $modifier ] + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + + Method [ public method now ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + + Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ DateTimeImmutable $now ] + } + - Return [ Phalcon\Time\Clock\FrozenClock ] + } + } + } + + Class [ final class Phalcon\Time\Clock\SystemClock implements Phalcon\Time\Clock\ClockInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method fromSystemTimezone ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\SystemClock ] + } + + Method [ static public method fromUTC ] { + + - Parameters [0] { + } + - Return [ Phalcon\Time\Clock\SystemClock ] + } + } + + - Properties [1] { + Property [ private $timezone = NULL ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ DateTimeZone $timezone ] + } + } + + Method [ public method now ] { + + - Parameters [0] { + } + - Return [ DateTimeImmutable ] + } + } + } + + Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + Property [ protected $translate = NULL ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ private method load ] { + + - Parameters [5] { + Parameter #0 [ string $file ] + Parameter #1 [ int $length ] + Parameter #2 [ string $delimiter ] + Parameter #3 [ string $enclosure ] + Parameter #4 [ string $escape ] + } + - Return [ void ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method phpFopen ] { + + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] + } + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ mixed ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + Property [ protected $category = NULL ] + Property [ protected $defaultDomain = NULL ] + Property [ protected $directory = NULL ] + Property [ protected $locale = NULL ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method getCategory ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getDefaultDomain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDirectory ] { + + - Parameters [0] { + } + } + + Method [ public method getLocale ] { + + - Parameters [0] { + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method nquery ] { + + - Parameters [5] { + Parameter #0 [ string $msgid1 ] + Parameter #1 [ string $msgid2 ] + Parameter #2 [ int $count ] + Parameter #3 [ array $placeholders = [] ] + Parameter #4 [ ?string $domain = null ] + } + - Return [ string ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ public method resetDomain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultDomain ] { + + - Parameters [1] { + Parameter #0 [ string $domain ] + } + - Return [ void ] + } + + Method [ public method setDirectory ] { + + - Parameters [1] { + Parameter #0 [ $directory ] + } + - Return [ void ] + } + + Method [ public method setDomain ] { + + - Parameters [1] { + Parameter #0 [ ?string $domain = null ] + } + - Return [ string ] + } + + Method [ public method setLocale ] { + + - Parameters [2] { + Parameter #0 [ int $category ] + Parameter #1 [ array $localeArray = [] ] + } + } + + Method [ protected method getOptionsDefault ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method prepareOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ protected method phpFunctionExists ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ mixed ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + Property [ private $translate = NULL ] + Property [ private $triggerError = false ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ mixed ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\InterpolatorFactory 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 [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Translate\Interpolator\InterpolatorInterface ] + } + + 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\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\TranslateFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + Property [ private $interpolator = NULL ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $services = [] ] + } + } + + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ Phalcon\Translate\Adapter\AdapterInterface ] + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options = [] ] + } + - Return [ Phalcon\Translate\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 [ final class phalcon\0__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ final class phalcon\10__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\11__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\12__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\13__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\14__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\15__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\16__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\17__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\18__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\19__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\1__closure ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $serializer = NULL ] + Property [ public static $defaultValue = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + } + } + + Class [ final class phalcon\20__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\21__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] + } + } + } + } + + Class [ final class phalcon\22__closure ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $schema = NULL ] + Property [ public static $locator = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $e ] + } + } + } + } + + Class [ final class phalcon\23__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\24__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\25__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\26__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\27__closure ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $escaper = NULL ] + Property [ public static $url = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\28__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\29__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\2__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + } + } + } + } + + Class [ final class phalcon\30__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\31__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\32__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\33__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\34__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\35__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\36__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\37__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\38__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\39__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\3__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + } + } + } + } + + Class [ final class phalcon\40__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\41__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\42__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class phalcon\43__closure ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { + } - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } } } - Class [ class Phalcon\Tag\Exception extends Exception implements Throwable, Stringable ] { + Class [ final class phalcon\44__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + - Parameters [0] { } } + } + } - Method [ public method __wakeup ] { + Class [ final class phalcon\45__closure ] { - - Parameters [0] { - } - - Tentative return [ void ] - } + - Constants [0] { + } - Method [ final public method getMessage ] { + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - - Parameters [0] { - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ final public method getCode ] { + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } } + } + } - Method [ final public method getFile ] { + Class [ final class phalcon\46__closure ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ final public method getLine ] { + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - - Parameters [0] { - } - - Return [ int ] - } + - Static methods [0] { + } - Method [ final public method getTrace ] { + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ array ] } + } + } - Method [ final public method getPrevious ] { + Class [ final class phalcon\47__closure ] { - - Parameters [0] { - } - - Return [ ?Throwable ] - } + - Constants [0] { + } - Method [ final public method getTraceAsString ] { + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - - Parameters [0] { - } - - Return [ string ] - } + - Static methods [0] { + } - Method [ public method __toString ] { + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ string ] } } } - Class [ abstract class Phalcon\Tag\Select ] { + Class [ final class phalcon\48__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - - Static methods [3] { - Method [ static public method selectField ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data = ] - } - - Return [ string ] - } + - Properties [0] { + } - Method [ static private method optionsFromArray ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $value ] - Parameter #2 [ string $closeOption ] + - Parameters [0] { } - - Return [ string ] } + } + } - Method [ static private method optionsFromResultset ] { + Class [ final class phalcon\49__closure ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] - Parameter #1 [ $using ] - Parameter #2 [ $value ] - Parameter #3 [ string $closeOption ] - } - - Return [ string ] - } + - Constants [0] { + } + + - Static properties [1] { + Property [ public static $escaper = NULL ] + } + + - Static methods [0] { } - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { + } + } } } - Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + Class [ final class phalcon\4__closure ] { - Constants [0] { } @@ -86313,353 +94268,263 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - Property [ protected $translate = NULL ] + - Properties [0] { } - - Methods [14] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options ] - } - } - - Method [ public method exists ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $index ] + - Parameters [4] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] } - - Return [ bool ] } + } + } - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ bool ] - } + Class [ final class phalcon\50__closure ] { - Method [ public method query ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ private method load ] { + - Static methods [0] { + } - - Parameters [5] { - Parameter #0 [ string $file ] - Parameter #1 [ int $length ] - Parameter #2 [ string $delimiter ] - Parameter #3 [ string $enclosure ] - Parameter #4 [ string $escape ] - } - - Return [ void ] - } + - Properties [0] { + } - Method [ public method toArray ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ array ] } + } + } - Method [ protected method phpFopen ] { - - - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode ] - } - } + Class [ final class phalcon\51__closure ] { - Method [ public method _ ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ public method offsetExists ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - - Return [ bool ] - } + - Properties [0] { + } - Method [ public method offsetGet ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] + - Parameters [0] { } - - Return [ mixed ] } + } + } - Method [ public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + Class [ final class phalcon\52__closure ] { - Method [ public method offsetUnset ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $offset ] - } - - Return [ void ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ public method t ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } + - Properties [0] { + } - Method [ protected method replacePlaceholders ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - - Return [ string ] } } } - Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + Class [ final class phalcon\53__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { } - - Properties [6] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - Property [ protected $category = NULL ] - Property [ protected $defaultDomain = NULL ] - Property [ protected $directory = NULL ] - Property [ protected $locale = NULL ] + - Properties [0] { } - - Methods [24] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options ] - } - } - - Method [ public method exists ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ bool ] - } - - Method [ public method getCategory ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ int ] } + } + } - Method [ public method getDefaultDomain ] { + Class [ final class phalcon\54__closure ] { - - Parameters [0] { - } - - Return [ string ] - } + - Constants [0] { + } - Method [ public method getDirectory ] { + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - - Parameters [0] { - } - } + - Static methods [0] { + } - Method [ public method getLocale ] { + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ string ] } + } + } - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ bool ] - } + Class [ final class phalcon\55__closure ] { - Method [ public method nquery ] { + - Constants [0] { + } - - Parameters [5] { - Parameter #0 [ string $msgid1 ] - Parameter #1 [ string $msgid2 ] - Parameter #2 [ int $count ] - Parameter #3 [ array $placeholders = [] ] - Parameter #4 [ ?string $domain = null ] - } - - Return [ string ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ public method query ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } + - Properties [0] { + } - Method [ public method resetDomain ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ string ] - } - - Method [ public method setDefaultDomain ] { - - - Parameters [1] { - Parameter #0 [ string $domain ] - } - - Return [ void ] } + } + } - Method [ public method setDirectory ] { - - - Parameters [1] { - Parameter #0 [ $directory ] - } - - Return [ void ] - } + Class [ final class phalcon\56__closure ] { - Method [ public method setDomain ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ ?string $domain = null ] - } - - Return [ string ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ public method setLocale ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ int $category ] - Parameter #1 [ array $localeArray = [] ] - } - } + - Properties [0] { + } - Method [ protected method getOptionsDefault ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ array ] } + } + } - Method [ protected method prepareOptions ] { + Class [ final class phalcon\57__closure ] { - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ protected method phpFunctionExists ] { + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } + - Static methods [0] { + } - Method [ public method _ ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { } - - Return [ string ] } + } + } - Method [ public method offsetExists ] { + Class [ final class phalcon\58__closure ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - - Return [ bool ] - } + - Constants [0] { + } - Method [ public method offsetGet ] { + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - - Return [ mixed ] - } + - Static methods [0] { + } - Method [ public method offsetSet ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [0] { } - - Return [ void ] } + } + } - Method [ public method offsetUnset ] { + Class [ final class phalcon\59__closure ] { - - Parameters [1] { - Parameter #0 [ $offset ] - } - - Return [ void ] - } + - Constants [0] { + } - Method [ public method t ] { + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } + - Static methods [0] { + } + + - Properties [0] { + } - Method [ protected method replacePlaceholders ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - - Return [ string ] } } } - Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + Class [ final class phalcon\5__closure ] { - Constants [0] { } @@ -86670,310 +94535,218 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - Property [ private $translate = NULL ] - Property [ private $triggerError = false ] + - Properties [0] { } - - Methods [13] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options ] - } - } - - Method [ public method exists ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [1] { - Parameter #0 [ string $index ] + Parameter #0 [ $file ] } - - Return [ bool ] } + } + } - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ bool ] - } + Class [ final class phalcon\60__closure ] { - Method [ public method notFound ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ string ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ public method query ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } + - Properties [0] { + } - Method [ public method toArray ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ array ] - } - - Method [ public method _ ] { - - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - - Method [ public method offsetExists ] { - - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - - Return [ bool ] - } - - Method [ public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - - Return [ mixed ] } + } + } - Method [ public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] - } - - Return [ void ] - } + Class [ final class phalcon\61__closure ] { - Method [ public method offsetUnset ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $offset ] - } - - Return [ void ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ public method t ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } + - Properties [0] { + } - Method [ protected method replacePlaceholders ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - - Return [ string ] } } } - Class [ class Phalcon\Translate\Exception extends Exception implements Throwable, Stringable ] { + Class [ final class phalcon\62__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { } - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + - Properties [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 ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Tentative return [ void ] } + } + } - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } + Class [ final class phalcon\63__closure ] { - Method [ final public method getCode ] { + - Constants [0] { + } - - Parameters [0] { - } - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ final public method getFile ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Properties [0] { + } - Method [ final public method getLine ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ int ] } + } + } - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } + Class [ final class phalcon\64__closure ] { - Method [ final public method getPrevious ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ ?Throwable ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ final public method getTraceAsString ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Properties [0] { + } - Method [ public method __toString ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [0] { } - - Return [ string ] } } } - Class [ class Phalcon\Translate\InterpolatorFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ final class phalcon\65__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { } - - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + - Properties [0] { } - - Methods [9] { - Method [ public method __construct ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ array $services = [] ] + - Parameters [0] { } } + } + } - Method [ public method newInstance ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ Phalcon\Translate\Interpolator\InterpolatorInterface ] - } + Class [ final class phalcon\66__closure ] { - Method [ protected method getExceptionClass ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ protected method getServices ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [0] { + } - Method [ protected method getService ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } } + } + } - Method [ protected method init ] { - - - Parameters [1] { - Parameter #0 [ array $services = [] ] - } - - Return [ void ] - } + Class [ final class phalcon\67__closure ] { - Method [ protected method checkConfig ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $config ] - } - - Return [ array ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ protected method checkConfigElement ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] - } - - Return [ array ] - } + - Properties [0] { + } - Method [ protected method getException ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ Exception ] } } } - Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + Class [ final class phalcon\68__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { @@ -86983,23 +94756,22 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Methods [1] { - Method [ public method replacePlaceholders ] { + Method [ final public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - - Return [ string ] } } } - Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + Class [ final class phalcon\69__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [2] { + Property [ public static $escaper = NULL ] + Property [ public static $response = NULL ] } - Static methods [0] { @@ -87009,18 +94781,15 @@ Extension [ extension #149 phalcon version 5.12.1 ] { } - Methods [1] { - Method [ public method replacePlaceholders ] { + Method [ final public method __invoke ] { - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] + - Parameters [0] { } - - Return [ string ] } } } - Class [ class Phalcon\Translate\TranslateFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ final class phalcon\6__closure ] { - Constants [0] { } @@ -87031,102 +94800,74 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] - Property [ private $interpolator = NULL ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $services = [] ] - } - } - - Method [ public method load ] { + - Methods [1] { + Method [ final public method __invoke ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $element ] } - - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } + } + } - Method [ public method newInstance ] { - - - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ array $options = [] ] - } - - Return [ Phalcon\Translate\Adapter\AdapterInterface ] - } + Class [ final class phalcon\70__closure ] { - Method [ protected method getExceptionClass ] { + - Constants [0] { + } - - Parameters [0] { - } - - Return [ string ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ protected method getServices ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [0] { + } - Method [ protected method getService ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $name ] + - Parameters [0] { } } + } + } - Method [ protected method init ] { - - - Parameters [1] { - Parameter #0 [ array $services = [] ] - } - - Return [ void ] - } + Class [ final class phalcon\71__closure ] { - Method [ protected method checkConfig ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $config ] - } - - Return [ array ] - } + - Static properties [1] { + Property [ public static $escaper = NULL ] + } - Method [ protected method checkConfigElement ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] - } - - Return [ array ] - } + - Properties [0] { + } - Method [ protected method getException ] { + - Methods [1] { + Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ string $message ] + - Parameters [0] { } - - Return [ Exception ] } } } - Class [ final class phalcon\0__closure ] { + Class [ final class phalcon\72__closure ] { - Constants [0] { } - - Static properties [2] { - Property [ public static $serializer = NULL ] - Property [ public static $defaultValue = NULL ] + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { @@ -87138,19 +94879,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } } } } - Class [ final class phalcon\10__closure ] { + Class [ final class phalcon\73__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { @@ -87162,19 +94903,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $action ] + - Parameters [0] { } } } } - Class [ final class phalcon\11__closure ] { + Class [ final class phalcon\74__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { @@ -87186,22 +94927,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [0] { } } } } - Class [ final class phalcon\12__closure ] { + Class [ final class phalcon\75__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { @@ -87213,23 +94951,19 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [0] { } } } } - Class [ final class phalcon\13__closure ] { + Class [ final class phalcon\76__closure ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ public static $escaper = NULL ] } - Static methods [0] { @@ -87241,14 +94975,13 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [0] { } } } } - Class [ final class phalcon\14__closure ] { + Class [ final class phalcon\77__closure ] { - Constants [0] { } @@ -87265,14 +94998,15 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] } } } } - Class [ final class phalcon\1__closure ] { + Class [ final class phalcon\78__closure ] { - Constants [0] { } @@ -87289,17 +95023,15 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] } } } } - Class [ final class phalcon\2__closure ] { + Class [ final class phalcon\79__closure ] { - Constants [0] { } @@ -87316,18 +95048,14 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [1] { + Parameter #0 [ $action ] } } } } - Class [ final class phalcon\3__closure ] { + Class [ final class phalcon\7__closure ] { - Constants [0] { } @@ -87344,17 +95072,14 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [1] { + Parameter #0 [ $element ] } } } } - Class [ final class phalcon\4__closure ] { + Class [ final class phalcon\80__closure ] { - Constants [0] { } @@ -87371,18 +95096,17 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { + - Parameters [4] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] - Parameter #4 [ $context ] } } } } - Class [ final class phalcon\5__closure ] { + Class [ final class phalcon\81__closure ] { - Constants [0] { } @@ -87399,17 +95123,14 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [1] { + Parameter #0 [ $element ] } } } } - Class [ final class phalcon\6__closure ] { + Class [ final class phalcon\82__closure ] { - Constants [0] { } @@ -87426,18 +95147,14 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [1] { + Parameter #0 [ $element ] } } } } - Class [ final class phalcon\7__closure ] { + Class [ final class phalcon\83__closure ] { - Constants [0] { } @@ -87454,8 +95171,11 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $file ] + - Parameters [4] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] } } } @@ -87478,8 +95198,10 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] } } } @@ -87502,8 +95224,10 @@ Extension [ extension #149 phalcon version 5.12.1 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $element ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + Parameter #2 [ array $attributes ] } } } -- cgit