From e13bb1720c8c9808cbbb3fc868d9ac4050fdca81 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Sep 2019 15:00:15 +0200 Subject: - update to 4.0.0-rc.1 - rename to php-phalcon4 - build without zephir (use upstream generated sources) - add dependency on php-hash and php-psr - raise dependency on PHP 7.2 --- PHPINFO | 25 +- REFLECTION | 60085 +++++++++++++++++++++++++++++++++------------------- php-phalcon4.spec | 114 +- 3 files changed, 38847 insertions(+), 21377 deletions(-) diff --git a/PHPINFO b/PHPINFO index b59cf82..10c9a99 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,22 +5,25 @@ phalcon Web framework delivered as a C-extension for PHP phalcon => enabled Author => Phalcon Team and contributors -Version => 3.4.4 -Build Date => Jul 1 2019 06:53:35 -Powered by Zephir => Version 0.10.16 +Version => 4.0.0-rc.1 +Build Date => Sep 23 2019 14:31:47 +Powered by Zephir => Version 0.12.4-b386980 Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On phalcon.db.force_casting => Off => Off -phalcon.orm.events => On => On -phalcon.orm.virtual_foreign_keys => On => On +phalcon.orm.case_insensitive_column_map => Off => Off +phalcon.orm.cast_last_insert_id_to_int => Off => Off +phalcon.orm.cast_on_hydrate => Off => Off phalcon.orm.column_renaming => On => On -phalcon.orm.not_null_validations => On => On -phalcon.orm.exception_on_failed_save => Off => Off -phalcon.orm.enable_literals => On => On -phalcon.orm.late_state_binding => Off => Off +phalcon.orm.disable_assign_setters => Off => Off phalcon.orm.enable_implicit_joins => On => On -phalcon.orm.cast_on_hydrate => Off => Off +phalcon.orm.enable_literals => On => On +phalcon.orm.events => On => On +phalcon.orm.exception_on_failed_save => Off => Off +phalcon.orm.exception_on_failed_metadata_save => On => On phalcon.orm.ignore_unknown_columns => Off => Off +phalcon.orm.late_state_binding => Off => Off +phalcon.orm.not_null_validations => On => On phalcon.orm.update_snapshot_on_save => On => On -phalcon.orm.disable_assign_setters => Off => Off +phalcon.orm.virtual_foreign_keys => On => On diff --git a/REFLECTION b/REFLECTION index 5add64a..130b1dc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,13 @@ -Extension [ extension #194 phalcon version 3.4.4 ] { +Extension [ extension #195 phalcon version 4.0.0-rc.1 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + Dependency [ spl (Required) ] + Dependency [ standard (Required) ] + Dependency [ hash (Required) ] + Dependency [ json (Required) ] + Dependency [ psr (Required) ] + } - INI { Entry [ phalcon.db.escape_identifiers ] @@ -7,45 +16,54 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Entry [ phalcon.db.force_casting ] Current = '0' } - Entry [ phalcon.orm.events ] - Current = '1' + Entry [ phalcon.orm.case_insensitive_column_map ] + Current = '0' } - Entry [ phalcon.orm.virtual_foreign_keys ] - Current = '1' + Entry [ phalcon.orm.cast_last_insert_id_to_int ] + Current = '0' } - Entry [ phalcon.orm.column_renaming ] - Current = '1' + Entry [ phalcon.orm.cast_on_hydrate ] + Current = '0' } - Entry [ phalcon.orm.not_null_validations ] + Entry [ phalcon.orm.column_renaming ] Current = '1' } - Entry [ phalcon.orm.exception_on_failed_save ] + Entry [ phalcon.orm.disable_assign_setters ] Current = '0' } + Entry [ phalcon.orm.enable_implicit_joins ] + Current = '1' + } Entry [ phalcon.orm.enable_literals ] Current = '1' } - Entry [ phalcon.orm.late_state_binding ] + Entry [ phalcon.orm.events ] + Current = '1' + } + Entry [ phalcon.orm.exception_on_failed_save ] Current = '0' } - Entry [ phalcon.orm.enable_implicit_joins ] + Entry [ phalcon.orm.exception_on_failed_metadata_save ] Current = '1' } - Entry [ phalcon.orm.cast_on_hydrate ] + Entry [ phalcon.orm.ignore_unknown_columns ] Current = '0' } - Entry [ phalcon.orm.ignore_unknown_columns ] + Entry [ phalcon.orm.late_state_binding ] Current = '0' } + Entry [ phalcon.orm.not_null_validations ] + Current = '1' + } Entry [ phalcon.orm.update_snapshot_on_save ] Current = '1' } - Entry [ phalcon.orm.disable_assign_setters ] - Current = '0' + Entry [ phalcon.orm.virtual_foreign_keys ] + Current = '1' } } - - Classes [398] { + - Classes [467] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -64,11 +82,16 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method setDI ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } Method [ abstract public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] } } } @@ -88,14 +111,19 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [2] { + Method [ abstract public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + Method [ abstract public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - } - - Method [ abstract public method getEventsManager ] { + - Return [ void ] } } } @@ -114,33 +142,66 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [3] { - Method [ abstract public method hasOption ] { + - Methods [7] { + Method [ abstract public method getOption ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ abstract public method getOption ] { + Method [ abstract public method hasOption ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $attribute ] + Parameter #1 [ $field ] + } + - Return [ boolean ] + } + + Method [ abstract public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ string ] + } + + Method [ abstract public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ abstract public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } } } - Interface [ interface Phalcon\Forms\ElementInterface ] { + Interface [ interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -154,205 +215,327 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [31] { - Method [ abstract public method setForm ] { + - Methods [10] { + Method [ abstract public method clear ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getForm ] { + Method [ abstract public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] + } } - Method [ abstract public method setName ] { + Method [ abstract public method delete ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ abstract public method getName ] { + Method [ abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } } - Method [ abstract public method setFilters ] { + Method [ abstract public method getAdapter ] { + } + + Method [ abstract public method getKeys ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } + Method [ abstract public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] + } + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ boolean ] + } + } + } + + Interface [ interface Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [31] { Method [ abstract public method addFilter ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method getFilters ] { + Method [ abstract public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method addValidator ] { + Method [ abstract public method appendMessage ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method getValidators ] { + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method prepareAttributes ] { + Method [ abstract public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ abstract public method setAttribute ] { + Method [ abstract public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getAttribute ] { + Method [ abstract public method getDefault ] { + } - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + Method [ abstract public method getFilters ] { + } + + Method [ abstract public method getForm ] { + + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ abstract public method setAttributes ] { + Method [ abstract public method getLabel ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getAttributes ] { + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] } - Method [ abstract public method setUserOption ] { + Method [ abstract public method getName ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } Method [ abstract public method getUserOption ] { - Parameters [2] { - Parameter #0 [ $option ] + Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } - Method [ abstract public method setUserOptions ] { + Method [ abstract public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getUserOptions ] { + Method [ abstract public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method setLabel ] { + Method [ abstract public method getValue ] { + } - - Parameters [1] { - Parameter #0 [ $label ] + Method [ abstract public method hasMessages ] { + + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getLabel ] { + Method [ abstract public method label ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method label ] { + Method [ abstract public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] + } + - Return [ array ] } - Method [ abstract public method setDefault ] { + Method [ abstract public method render ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ abstract public method getDefault ] { - } + Method [ abstract public method setAttribute ] { - Method [ abstract public method getValue ] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method getMessages ] { - } + Method [ abstract public method setAttributes ] { - Method [ abstract public method hasMessages ] { + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method setMessages ] { + Method [ abstract public method setDefault ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method appendMessage ] { + Method [ abstract public method setFilters ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method clear ] { + Method [ abstract public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method render ] { + Method [ abstract public method setLabel ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - - Interface [ interface Phalcon\FactoryInterface ] { - - Constants [0] { - } + Method [ abstract public method setMessages ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static methods [1] { - Method [ abstract static public method load ] { + Method [ abstract public method setName ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - - Properties [0] { - } + Method [ abstract public method setUserOption ] { - - Methods [0] { + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } } } - Interface [ interface Phalcon\Mvc\Model\ValidatorInterface ] { + Interface [ interface Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { } @@ -366,114 +549,148 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method getMessages ] { + - Methods [19] { + Method [ abstract public method dispatch ] { } - Method [ abstract public method validate ] { + Method [ abstract public method forward ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + Parameter #0 [ array $forward ] } + - Return [ void ] } - } - } - Interface [ interface Phalcon\Cache\BackendInterface ] { + Method [ abstract public method getActionName ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ abstract public method getActionSuffix ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ abstract public method getHandlerSuffix ] { - - Methods [13] { - Method [ abstract public method start ] { + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ $param ] + Parameter #1 [ $filters ] } } - Method [ abstract public method stop ] { + Method [ abstract public method getParams ] { - - Parameters [1] { - Parameter #0 [ $stopBuffer ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getFrontend ] { + Method [ abstract public method getReturnedValue ] { } - Method [ abstract public method getOptions ] { + Method [ abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ boolean ] } - Method [ abstract public method isFresh ] { + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method isStarted ] { + Method [ abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] } - Method [ abstract public method setLastKey ] { + Method [ abstract public method setActionSuffix ] { - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ string $actionSuffix ] } + - Return [ void ] } - Method [ abstract public method getLastKey ] { + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] } - Method [ abstract public method get ] { + Method [ abstract public method setDefaultNamespace ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] } + - Return [ void ] } - Method [ abstract public method save ] { + Method [ abstract public method setHandlerSuffix ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] } + - Return [ void ] } - Method [ abstract public method delete ] { + Method [ abstract public method setModuleName ] { - Parameters [1] { - Parameter #0 [ $keyName ] + Parameter #0 [ string $moduleName ] } + - Return [ void ] } - Method [ abstract public method queryKeys ] { + Method [ abstract public method setNamespaceName ] { - Parameters [1] { - Parameter #0 [ $prefix ] + Parameter #0 [ string $namespaceName ] } + - Return [ void ] } - Method [ abstract public method exists ] { + Method [ abstract public method setParam ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ $param ] + Parameter #1 [ $value ] } + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] } } } - Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { + Interface [ interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { - Constants [0] { } @@ -487,169 +704,216 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [29] { - Method [ abstract public method setStrategy ] { + - Methods [4] { + Method [ abstract public method getData ] { + } + + Method [ abstract public method setData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ abstract public method getStrategy ] { + Method [ abstract public method serialize ] { } - Method [ abstract public method readMetaData ] { + Method [ abstract public method unserialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $serialized ] } } + } + } - Method [ abstract public method readMetaDataIndex ] { + Interface [ interface Phalcon\Assets\AssetInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getAssetKey ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method writeMetaDataIndex ] { + Method [ abstract public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ abstract public method readColumnMap ] { + Method [ abstract public method getFilter ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method readColumnMapIndex ] { + Method [ abstract public method getType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getAttributes ] { + Method [ abstract public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method getPrimaryKeyAttributes ] { + Method [ abstract public method setFilter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ boolean $filter ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method getNonPrimaryKeyAttributes ] { + Method [ abstract public method setType ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $type ] } + - Return [ Phalcon\Assets\AssetInterface ] } + } + } - Method [ abstract public method getNotNullAttributes ] { + 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 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getDataTypes ] { + Method [ abstract public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getDataTypesNumeric ] { + Method [ abstract public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getIdentityField ] { + Method [ abstract public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getBindTypes ] { + Method [ abstract public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getAutomaticCreateAttributes ] { + Method [ abstract public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getAutomaticUpdateAttributes ] { + Method [ abstract public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method setAutomaticCreateAttributes ] { + Method [ abstract public method getDataTypesNumeric ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ abstract public method setAutomaticUpdateAttributes ] { + Method [ abstract public method getEmptyStringAttributes ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ abstract public method setEmptyStringAttributes ] { + Method [ abstract public method getIdentityField ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ abstract public method getEmptyStringAttributes ] { + Method [ abstract public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getDefaultValues ] { + Method [ abstract public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getColumnMap ] { + Method [ abstract public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } Method [ abstract public method getReverseColumnMap ] { @@ -657,86 +921,128 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] + } + + Method [ abstract public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\StrategyInterface ] } Method [ abstract public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + Parameter #1 [ string $attribute ] } + - Return [ boolean ] } Method [ abstract public method isEmpty ] { - } - Method [ abstract public method reset ] { + - Parameters [0] { + } + - Return [ boolean ] } Method [ abstract public method read ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } + - Return [ array or NULL ] } - Method [ abstract public method write ] { + Method [ abstract public method readColumnMap ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array or NULL ] } - } - } - - Interface [ interface Phalcon\Cache\FrontendInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } + Method [ abstract public method readColumnMapIndex ] { - - Methods [7] { - Method [ abstract public method getLifetime ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } } - Method [ abstract public method isBuffering ] { - } + Method [ abstract public method readMetaData ] { - Method [ abstract public method start ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] } - Method [ abstract public method getContent ] { + Method [ abstract public method readMetaDataIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } } - Method [ abstract public method stop ] { + Method [ abstract public method reset ] { } - Method [ abstract public method beforeStore ] { + Method [ abstract public method setAutomaticCreateAttributes ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } } - Method [ abstract public method afterRetrieve ] { + 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 [ integer $index ] + Parameter #2 [ $data ] + } + } + + Method [ abstract public method setStrategy ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + } + + Method [ abstract public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } + - Return [ void ] } } } - Interface [ interface Phalcon\DispatcherInterface ] { + Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -750,107 +1056,83 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [17] { - Method [ abstract public method setActionSuffix ] { + - Methods [10] { + Method [ abstract public method clear ] { - - Parameters [1] { - Parameter #0 [ $actionSuffix ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getActionSuffix ] { - } - - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method decrement ] { - - Parameters [1] { - Parameter #0 [ $defaultNamespace ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method delete ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ string $key ] } } - Method [ abstract public method setModuleName ] { - - - Parameters [1] { - Parameter #0 [ $moduleName ] - } + Method [ abstract public method getAdapter ] { } - Method [ abstract public method setActionName ] { + Method [ abstract public method getKeys ] { - - Parameters [1] { - Parameter #0 [ $actionName ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getActionName ] { - } - - Method [ abstract public method setParams ] { + Method [ abstract public method getPrefix ] { - - Parameters [1] { - Parameter #0 [ $params ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getParams ] { - } - - Method [ abstract public method setParam ] { + Method [ abstract public method has ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ abstract public method getParam ] { + Method [ abstract public method increment ] { - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters ] - } - } - - Method [ abstract public method hasParam ] { - - - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ abstract public method isFinished ] { - } - - Method [ abstract public method getReturnedValue ] { - } - - Method [ abstract public method dispatch ] { - } - - Method [ abstract public method forward ] { + Method [ abstract public method set ] { - - Parameters [1] { - Parameter #0 [ $forward ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } } } - Interface [ interface Phalcon\Annotations\AdapterInterface ] { + Interface [ interface Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { } @@ -864,651 +1146,640 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [7] { - Method [ abstract public method setReader ] { + - Methods [65] { + Method [ abstract public method addColumn ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ boolean ] } - Method [ abstract public method getReader ] { - } - - Method [ abstract public method get ] { + Method [ abstract public method addIndex ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ abstract public method getMethods ] { + Method [ abstract public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ boolean ] } - Method [ abstract public method getMethod ] { + Method [ abstract public method addPrimaryKey ] { - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ abstract public method getProperties ] { + Method [ abstract public method affectedRows ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method getProperty ] { + Method [ abstract public method begin ] { - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] + - Parameters [1] { + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - } - } - - Interface [ interface Phalcon\Assets\ResourceInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [0] { - } - - - Methods [7] { - Method [ abstract public method setType ] { + Method [ abstract public method close ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getType ] { - } - - Method [ abstract public method setFilter ] { + Method [ abstract public method commit ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ abstract public method getFilter ] { - } - - Method [ abstract public method setAttributes ] { + Method [ abstract public method connect ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ array or NULL $descriptor ] } + - Return [ boolean ] } - Method [ abstract public method getAttributes ] { - } - - Method [ abstract public method getResourceKey ] { - } - } - } - - Interface [ interface Phalcon\Logger\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [16] { - Method [ abstract public method setFormatter ] { + Method [ abstract public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ abstract public method getFormatter ] { - } - - Method [ abstract public method setLogLevel ] { + Method [ abstract public method createTable ] { - - Parameters [1] { - Parameter #0 [ $level ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ boolean ] } - Method [ abstract public method getLogLevel ] { - } - - Method [ abstract public method log ] { + Method [ abstract public method createView ] { - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ abstract public method begin ] { - } + Method [ abstract public method delete ] { - Method [ abstract public method commit ] { + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ abstract public method rollback ] { - } + Method [ abstract public method describeColumns ] { - Method [ abstract public method close ] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] } - Method [ abstract public method debug ] { + Method [ abstract public method describeIndexes ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ abstract public method error ] { + Method [ abstract public method describeReferences ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ abstract public method info ] { + Method [ abstract public method dropColumn ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ boolean ] } - Method [ abstract public method notice ] { + Method [ abstract public method dropForeignKey ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ boolean ] } - Method [ abstract public method warning ] { + Method [ abstract public method dropIndex ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } + - Return [ boolean ] } - Method [ abstract public method alert ] { + Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ boolean ] } - Method [ abstract public method emergency ] { + Method [ abstract public method dropTable ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - } - } - Interface [ interface Phalcon\Db\AdapterInterface ] { + Method [ abstract public method dropView ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ abstract public method escapeIdentifier ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ abstract public method escapeString ] { - - Methods [62] { - Method [ abstract public method fetchOne ] { + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ abstract public method execute ] { - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $placeholders ] + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] } + - Return [ boolean ] } Method [ abstract public method fetchAll ] { - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $fetchMode ] Parameter #2 [ $placeholders ] } + - Return [ array ] } - Method [ abstract public method insert ] { + Method [ abstract public method fetchColumn ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } } - Method [ abstract public method update ] { + Method [ abstract public method fetchOne ] { - - Parameters [5] { - Parameter #0 [ $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $fetchMode ] + Parameter #2 [ $placeholders ] } + - Return [ array ] } - Method [ abstract public method delete ] { + Method [ abstract public method forUpdate ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ abstract public method getColumnList ] { + Method [ abstract public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $columnList ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ abstract public method limit ] { + Method [ abstract public method getColumnList ] { - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [1] { + Parameter #0 [ $columnList ] } + - Return [ string ] } - Method [ abstract public method tableExists ] { + Method [ abstract public method getConnectionId ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method viewExists ] { + Method [ abstract public method getDescriptor ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method forUpdate ] { + Method [ abstract public method getDialect ] { - - Parameters [1] { - Parameter #0 [ $sqlQuery ] + - Parameters [0] { } + - Return [ Phalcon\Db\DialectInterface ] } - Method [ abstract public method sharedLock ] { + Method [ abstract public method getDialectType ] { - - Parameters [1] { - Parameter #0 [ $sqlQuery ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method createTable ] { + Method [ abstract public method getDefaultIdValue ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ abstract public method dropTable ] { + Method [ abstract public method getInternalHandler ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ Pdo ] } - Method [ abstract public method createView ] { + Method [ abstract public method getNestedTransactionSavepointName ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method dropView ] { + Method [ abstract public method getRealSQLStatement ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method addColumn ] { + Method [ abstract public method getSQLStatement ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method modifyColumn ] { + Method [ abstract public method getSQLBindTypes ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method dropColumn ] { + Method [ abstract public method getSQLVariables ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method addIndex ] { + Method [ abstract public method getType ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method dropIndex ] { + Method [ abstract public method insert ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ abstract public method addPrimaryKey ] { + Method [ abstract public method insertAsDict ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] } + - Return [ boolean ] } - Method [ abstract public method dropPrimaryKey ] { + Method [ abstract public method isNestedTransactionsWithSavepoints ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method addForeignKey ] { + Method [ abstract public method isUnderTransaction ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method dropForeignKey ] { + Method [ abstract public method lastInsertId ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [1] { + Parameter #0 [ $sequenceName ] } } - Method [ abstract public method getColumnDefinition ] { + Method [ abstract public method limit ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $number ] } + - Return [ string ] } Method [ abstract public method listTables ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } Method [ abstract public method listViews ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ abstract public method getDescriptor ] { - } - - Method [ abstract public method getConnectionId ] { - } - - Method [ abstract public method getSQLStatement ] { - } - - Method [ abstract public method getRealSQLStatement ] { - } - - Method [ abstract public method getSQLVariables ] { - } - - Method [ abstract public method getSQLBindTypes ] { - } - - Method [ abstract public method getType ] { - } - - Method [ abstract public method getDialectType ] { - } - - Method [ abstract public method getDialect ] { - } - - Method [ abstract public method connect ] { + Method [ abstract public method modifyColumn ] { - - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } + - Return [ boolean ] } Method [ abstract public method query ] { - Parameters [3] { - Parameter #0 [ $sqlStatement ] + Parameter #0 [ string $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } } - Method [ abstract public method execute ] { + Method [ abstract public method releaseSavepoint ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ abstract public method affectedRows ] { - } + Method [ abstract public method rollback ] { - Method [ abstract public method close ] { + - Parameters [1] { + Parameter #0 [ boolean $nesting ] + } + - Return [ boolean ] } - Method [ abstract public method escapeIdentifier ] { + Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ abstract public method escapeString ] { + Method [ abstract public method sharedLock ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ abstract public method lastInsertId ] { + Method [ abstract public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { - Parameter #0 [ $sequenceName ] + Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ abstract public method begin ] { + Method [ abstract public method supportSequences ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method rollback ] { + Method [ abstract public method tableExists ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ abstract public method commit ] { + Method [ abstract public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ abstract public method isUnderTransaction ] { - } + Method [ abstract public method update ] { - Method [ abstract public method getInternalHandler ] { + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ abstract public method describeIndexes ] { + Method [ abstract public method updateAsDict ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ abstract public method describeReferences ] { + Method [ abstract public method useExplicitIdValue ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method tableOptions ] { + Method [ abstract public method viewExists ] { - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } + } + } - Method [ abstract public method useExplicitIdValue ] { - } + Interface [ interface Phalcon\Annotations\Adapter\AdapterInterface ] { - Method [ abstract public method getDefaultIdValue ] { - } + - Constants [0] { + } - Method [ abstract public method supportSequences ] { - } + - Static properties [0] { + } - Method [ abstract public method createSavepoint ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $className ] } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ abstract public method releaseSavepoint ] { + Method [ abstract public method getMethod ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ abstract public method rollbackSavepoint ] { + Method [ abstract public method getMethods ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $className ] } + - Return [ array ] } - Method [ abstract public method setNestedTransactionsWithSavepoints ] { + Method [ abstract public method getProperty ] { - - Parameters [1] { - Parameter #0 [ $nestedTransactionsWithSavepoints ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ abstract public method isNestedTransactionsWithSavepoints ] { + Method [ abstract public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] } - Method [ abstract public method getNestedTransactionSavepointName ] { + Method [ abstract public method getReader ] { + + - Parameters [0] { + } + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ abstract public method describeColumns ] { + Method [ abstract public method setReader ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } - Interface [ interface Phalcon\Logger\FormatterInterface ] { + Interface [ interface Phalcon\Db\DialectInterface ] { - Constants [0] { } @@ -1522,151 +1793,174 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [1] { - Method [ abstract public method format ] { + - Methods [34] { + Method [ abstract public method addColumn ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - } - } - Interface [ interface Phalcon\Session\AdapterInterface ] { + Method [ abstract public method addForeignKey ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ abstract public method addIndex ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ abstract public method addPrimaryKey ] { - - Methods [13] { - Method [ abstract public method start ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] } - Method [ abstract public method setOptions ] { + Method [ abstract public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ abstract public method getOptions ] { + 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 get ] { + Method [ abstract public method createView ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ abstract public method set ] { + Method [ abstract public method describeColumns ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ abstract public method has ] { + Method [ abstract public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ abstract public method remove ] { + Method [ abstract public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ abstract public method getId ] { - } + Method [ abstract public method dropColumn ] { - Method [ abstract public method isStarted ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ string ] } - Method [ abstract public method destroy ] { + Method [ abstract public method dropForeignKey ] { - - Parameters [1] { - Parameter #0 [ $removeData ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ string ] } - Method [ abstract public method regenerateId ] { + Method [ abstract public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ $deleteOldSession ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } + - Return [ string ] } - Method [ abstract public method setName ] { + Method [ abstract public method dropPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ abstract public method getName ] { - } - } - } - - Interface [ interface Phalcon\Db\DialectInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [31] { - Method [ abstract public method limit ] { + Method [ abstract public method dropTable ] { - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ abstract public method forUpdate ] { + Method [ abstract public method dropView ] { - - Parameters [1] { - Parameter #0 [ $sqlQuery ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ abstract public method sharedLock ] { + Method [ abstract public method forUpdate ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ abstract public method select ] { + Method [ abstract public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } Method [ abstract public method getColumnList ] { @@ -1674,216 +1968,281 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ array $columnList ] } + - Return [ string ] } - Method [ abstract public method getColumnDefinition ] { + Method [ abstract public method getCustomFunctions ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method addColumn ] { + Method [ abstract public method getSqlExpression ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } + + Method [ abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] } + - Return [ string ] } Method [ abstract public method modifyColumn ] { - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } + - Return [ string ] } - Method [ abstract public method dropColumn ] { + Method [ abstract public method registerCustomFunction ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } + - Return [ Phalcon\Db\Dialect ] } - Method [ abstract public method addIndex ] { + Method [ abstract public method releaseSavepoint ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ abstract public method dropIndex ] { + Method [ abstract public method rollbackSavepoint ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ abstract public method addPrimaryKey ] { + Method [ abstract public method select ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ abstract public method dropPrimaryKey ] { + Method [ abstract public method sharedLock ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ abstract public method addForeignKey ] { + Method [ abstract public method supportsReleaseSavepoints ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method dropForeignKey ] { + Method [ abstract public method supportsSavepoints ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method createTable ] { + Method [ abstract public method tableExists ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ abstract public method createView ] { + Method [ abstract public method tableOptions ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ abstract public method dropTable ] { + Method [ abstract public method viewExists ] { - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } + } + } - Method [ abstract public method dropView ] { + Interface [ interface Phalcon\Firewall\Adapter\AdapterInterface ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getDefaultAccess ] { + + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method tableExists ] { + Method [ abstract public method getRoleCallback ] { + } - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Method [ abstract public method isAlwaysResolvingRole ] { + + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method viewExists ] { + Method [ abstract public method setAlwaysResolvingRole ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ boolean $alwaysResolvingRole ] } + - Return [ void ] } - Method [ abstract public method describeColumns ] { + Method [ abstract public method setCache ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ abstract public method listTables ] { + Method [ abstract public method setDefaultAccess ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ integer $defaultAccess ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ abstract public method describeIndexes ] { + Method [ abstract public method setRoleCallback ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ $callback ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } + } + } - Method [ abstract public method describeReferences ] { + Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method add ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method tableOptions ] { + Method [ abstract public method begin ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method supportsSavepoints ] { + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method supportsReleaseSavepoints ] { + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ abstract public method createSavepoint ] { + Method [ abstract public method getFormatter ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ abstract public method releaseSavepoint ] { + Method [ abstract public method process ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ void ] } - Method [ abstract public method rollbackSavepoint ] { + Method [ abstract public method rollback ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ abstract public method setFormatter ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } } } - Interface [ interface Phalcon\Mvc\EntityInterface ] { + Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } @@ -1897,19 +2256,11 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method readAttribute ] { + - Methods [1] { + Method [ abstract public method format ] { - Parameters [1] { - Parameter #0 [ $attribute ] - } - } - - Method [ abstract public method writeAttribute ] { - - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Logger\Item $item ] } } } @@ -1929,35 +2280,107 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [7] { - Method [ abstract public method getType ] { + - Methods [13] { + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ Closure or NULL $conditionCallback ] + } + - Return [ boolean ] + } + + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + - Return [ array ] + } + + Method [ abstract public method getCache ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ abstract public method getFirst ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + Method [ abstract public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ integer ] } Method [ abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] } - Method [ abstract public method setIsFresh ] { + Method [ abstract public method getMessages ] { - - Parameters [1] { - Parameter #0 [ $isFresh ] + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { } + - Return [ integer ] } Method [ abstract public method isFresh ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getCache ] { + Method [ abstract public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ integer $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ boolean $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ Closure or NULL $conditionCallback ] + } + - Return [ boolean ] } } } - Interface [ interface Phalcon\Paginator\AdapterInterface ] { + Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -1972,29 +2395,37 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [4] { - Method [ abstract public method setCurrentPage ] { + Method [ abstract public method getLimit ] { - - Parameters [1] { - Parameter #0 [ $page ] + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method getPaginate ] { + Method [ abstract public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ abstract public method setLimit ] { + Method [ abstract public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ $limit ] + Parameter #0 [ integer $page ] } } - Method [ abstract public method getLimit ] { + Method [ abstract public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ integer $limit ] + } } } } - Interface [ interface Phalcon\Translate\AdapterInterface ] { + Interface [ interface Phalcon\Translate\Adapter\AdapterInterface ] { - Constants [0] { } @@ -2009,27 +2440,30 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [3] { - Method [ abstract public method t ] { + Method [ abstract public method exists ] { - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ string $index ] } + - Return [ boolean ] } Method [ abstract public method query ] { - Parameters [2] { - Parameter #0 [ $index ] + Parameter #0 [ string $translateKey ] Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ abstract public method exists ] { + Method [ abstract public method t ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } } } @@ -2052,13 +2486,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method filter ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ string $content ] } + - Return [ string ] } } } - Interface [ interface Phalcon\DiInterface extends ArrayAccess ] { + Interface [ interface Phalcon\Di\DiInterface extends ArrayAccess ] { - Constants [0] { } @@ -2067,106 +2502,122 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Static methods [3] { - Method [ abstract static public method setDefault ] { + Method [ abstract static public method getDefault ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface or NULL ] } - Method [ abstract static public method getDefault ] { + Method [ abstract static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ abstract static public method reset ] { + Method [ abstract static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] } } - Properties [0] { } - - Methods [16] { - Method [ abstract public method set ] { + - Methods [15] { + Method [ abstract public method attempt ] { - Parameters [3] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + Parameter #2 [ boolean $shared ] } } - Method [ abstract public method setShared ] { + Method [ abstract public method get ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] } } - Method [ abstract public method remove ] { + Method [ abstract public method getRaw ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] } } - Method [ abstract public method attempt ] { + Method [ abstract public method getService ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ abstract public method get ] { + Method [ abstract public method getServices ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $parameters ] + - Parameters [0] { } + - Return [ array ] } Method [ abstract public method getShared ] { - Parameters [2] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } - Method [ abstract public method setRaw ] { + Method [ abstract public method has ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ abstract public method getRaw ] { + Method [ abstract public method remove ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ abstract public method getService ] { + Method [ abstract public method set ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ boolean $shared ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ abstract public method has ] { + Method [ abstract public method setRaw ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ abstract public method wasFreshInstance ] { - } + Method [ abstract public method setShared ] { - Method [ abstract public method getServices ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method offsetExists ] { @@ -2200,7 +2651,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Interface [ interface Phalcon\FlashInterface ] { + Interface [ interface Phalcon\Flash\FlashInterface ] { - Constants [0] { } @@ -2218,42 +2669,47 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method error ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ abstract public method notice ] { + Method [ abstract public method message ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] } + - Return [ string or NULL ] } - Method [ abstract public method success ] { + Method [ abstract public method notice ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ abstract public method warning ] { + Method [ abstract public method success ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ abstract public method message ] { + Method [ abstract public method warning ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } } } - Interface [ interface Phalcon\Image\AdapterInterface ] { + Interface [ interface Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } @@ -2268,126 +2724,140 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [14] { - Method [ abstract public method resize ] { + Method [ abstract public method background ] { - - Parameters [3] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $master ] + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ integer $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method blur ] { + + - Parameters [1] { + Parameter #0 [ integer $radius ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method crop ] { - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $offsetX ] - Parameter #3 [ $offsetY ] + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer or NULL $offsetX ] + Parameter #3 [ integer or NULL $offsetY ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method rotate ] { + Method [ abstract public method flip ] { - Parameters [1] { - Parameter #0 [ $degrees ] + Parameter #0 [ integer $direction ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method flip ] { + Method [ abstract public method mask ] { - Parameters [1] { - Parameter #0 [ $direction ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method sharpen ] { + Method [ abstract public method pixelate ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ integer $amount ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method reflection ] { - Parameters [3] { - Parameter #0 [ $height ] - Parameter #1 [ $opacity ] - Parameter #2 [ $fadeIn ] + Parameter #0 [ integer $height ] + Parameter #1 [ integer $opacity ] + Parameter #2 [ boolean $fadeIn ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method watermark ] { + Method [ abstract public method render ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ integer $quality ] } + - Return [ string ] } - Method [ abstract public method text ] { + Method [ abstract public method resize ] { - - Parameters [7] { - Parameter #0 [ $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - Parameter #4 [ $color ] - Parameter #5 [ $size ] - Parameter #6 [ $fontfile ] + - Parameters [3] { + Parameter #0 [ integer or NULL $width ] + Parameter #1 [ integer or NULL $height ] + Parameter #2 [ integer $master ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method mask ] { + Method [ abstract public method rotate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] + Parameter #0 [ integer $degrees ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method background ] { + Method [ abstract public method save ] { - Parameters [2] { - Parameter #0 [ $color ] - Parameter #1 [ $opacity ] - } - } - - Method [ abstract public method blur ] { - - - Parameters [1] { - Parameter #0 [ $radius ] + Parameter #0 [ string or NULL $file ] + Parameter #1 [ integer $quality ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method pixelate ] { + Method [ abstract public method sharpen ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ integer $amount ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method save ] { + Method [ abstract public method text ] { - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $quality ] + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ integer $size ] + Parameter #6 [ string or NULL $fontfile ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ abstract public method render ] { + Method [ abstract public method watermark ] { - - Parameters [2] { - Parameter #0 [ $ext ] - Parameter #1 [ $quality ] + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } } } - Interface [ interface Phalcon\Mvc\Collection\BehaviorInterface ] { + Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } @@ -2402,26 +2872,26 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [2] { - Method [ abstract public method notify ] { + Method [ abstract public method missingMethod ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] } } - Method [ abstract public method missingMethod ] { + Method [ abstract public method notify ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } } } - Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { + Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } @@ -2435,55 +2905,43 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method notify ] { + - Methods [8] { + Method [ abstract public method getContent ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method missingMethod ] { + Method [ abstract public method getParamsToView ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [0] { } + - Return [ array ] } - } - } - - Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } + Method [ abstract public method getViewsDir ] { + } - - Static methods [0] { - } + Method [ abstract public method partial ] { - - Properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + } - - Methods [10] { - Method [ abstract public method setViewsDir ] { + Method [ abstract public method setContent ] { - Parameters [1] { - Parameter #0 [ $viewsDir ] + Parameter #0 [ string $content ] } } - Method [ abstract public method getViewsDir ] { - } - Method [ abstract public method setParamToView ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } } @@ -2491,45 +2949,21 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method setVar ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } } - Method [ abstract public method getParamsToView ] { - } - - Method [ abstract public method getCache ] { - } - - Method [ abstract public method cache ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } - } - - Method [ abstract public method setContent ] { + Method [ abstract public method setViewsDir ] { - Parameters [1] { - Parameter #0 [ $content ] - } - } - - Method [ abstract public method getContent ] { - } - - Method [ abstract public method partial ] { - - - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + Parameter #0 [ string $viewsDir ] } } } } - Interface [ interface Phalcon\Mvc\View\EngineInterface ] { + Interface [ interface Phalcon\Mvc\View\Engine\EngineInterface ] { - Constants [0] { } @@ -2545,28 +2979,33 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Methods [3] { Method [ abstract public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method partial ] { - Parameters [2] { - Parameter #0 [ $partialPath ] + Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } + - Return [ string ] } Method [ abstract public method render ] { - Parameters [3] { - Parameter #0 [ $path ] + Parameter #0 [ string $path ] Parameter #1 [ $params ] - Parameter #2 [ $mustClean ] + Parameter #2 [ boolean $mustClean ] } } } } - Interface [ interface Phalcon\Acl\AdapterInterface ] { + Interface [ interface Phalcon\Validation\ValidatorCompositeInterface ] { - Constants [0] { } @@ -2580,25 +3019,47 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [19] { - Method [ abstract public method setDefaultAction ] { + - Methods [2] { + Method [ abstract public method getValidators ] { - - Parameters [1] { - Parameter #0 [ $defaultAccess ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getDefaultAction ] { - } - - Method [ abstract public method setNoArgumentsDefaultAction ] { + Method [ abstract public method validate ] { - - Parameters [1] { - Parameter #0 [ $defaultAccess ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } + } + } - Method [ abstract public method getNoArgumentsDefaultAction ] { + Interface [ interface Phalcon\Acl\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ abstract public method addInherit ] { + + - Parameters [2] { + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherit ] + } + - Return [ boolean ] } Method [ abstract public method addRole ] { @@ -2607,102 +3068,153 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits ] } + - Return [ boolean ] } - Method [ abstract public method addInherit ] { + Method [ abstract public method addComponent ] { - Parameters [2] { - Parameter #0 [ $roleName ] - Parameter #1 [ $roleToInherit ] + Parameter #0 [ $componentObject ] + Parameter #1 [ $accessList ] } + - Return [ boolean ] } - Method [ abstract public method isRole ] { + Method [ abstract public method addComponentAccess ] { - - Parameters [1] { - Parameter #0 [ $roleName ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } + - Return [ boolean ] } - Method [ abstract public method isResource ] { + Method [ abstract public method allow ] { - - Parameters [1] { - Parameter #0 [ $resourceName ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] } + - Return [ void ] } - Method [ abstract public method addResource ] { + Method [ abstract public method deny ] { - - Parameters [2] { - Parameter #0 [ $resourceObject ] - Parameter #1 [ $accessList ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] } + - Return [ void ] } - Method [ abstract public method addResourceAccess ] { + Method [ abstract public method dropComponentAccess ] { - Parameters [2] { - Parameter #0 [ $resourceName ] + Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } + - Return [ void ] } - Method [ abstract public method dropResourceAccess ] { + Method [ abstract public method getActiveAccess ] { - - Parameters [2] { - Parameter #0 [ $resourceName ] - Parameter #1 [ $accessList ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method allow ] { + Method [ abstract public method getActiveRole ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ $func ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method deny ] { + Method [ abstract public method getActiveComponent ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ $func ] + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getDefaultAction ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ abstract public method getNoArgumentsDefaultAction ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ abstract public method getRoles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getComponents ] { + + - Parameters [0] { } + - Return [ array ] } Method [ abstract public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] + Parameter #1 [ $componentName ] + Parameter #2 [ string $access ] Parameter #3 [ array or NULL $parameters ] } + - Return [ boolean ] } - Method [ abstract public method getActiveRole ] { - } + Method [ abstract public method isComponent ] { - Method [ abstract public method getActiveResource ] { + - Parameters [1] { + Parameter #0 [ string $componentName ] + } + - Return [ boolean ] } - Method [ abstract public method getActiveAccess ] { + Method [ abstract public method isRole ] { + + - Parameters [1] { + Parameter #0 [ string $roleName ] + } + - Return [ boolean ] } - Method [ abstract public method getRoles ] { + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ integer $defaultAccess ] + } + - Return [ void ] } - Method [ abstract public method getResources ] { + Method [ abstract public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ integer $defaultAccess ] + } + - Return [ void ] } } } - Interface [ interface Phalcon\Mvc\Model\MetaData\StrategyInterface ] { + Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } @@ -2716,26 +3228,25 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [2] { - Method [ abstract public method getMetaData ] { + - Methods [5] { + Method [ abstract public method getStatus ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] - } + Method [ abstract public method getInput ] { } - Method [ abstract public method getColumnMaps ] { + Method [ abstract public method getOutput ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] - } + Method [ abstract public method getMessages ] { + } + + Method [ abstract public method getExtras ] { } } } - Interface [ interface Phalcon\Mvc\Model\ResultInterface ] { + Interface [ interface Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } @@ -2749,17 +3260,50 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [1] { - Method [ abstract public method setDirtyState ] { + - Methods [5] { + Method [ abstract public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setOutput ] { + + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setExtras ] { - Parameters [1] { - Parameter #0 [ $dirtyState ] + Parameter #0 [ $extras ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } - Interface [ interface Phalcon\Mvc\RouterInterface ] { + Interface [ interface Phalcon\Mvc\EntityInterface ] { - Constants [0] { } @@ -2773,166 +3317,268 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [29] { - Method [ abstract public method setDefaultModule ] { + - Methods [2] { + Method [ abstract public method readAttribute ] { - Parameters [1] { - Parameter #0 [ $moduleName ] + Parameter #0 [ string $attribute ] } } - Method [ abstract public method setDefaultController ] { + Method [ abstract public method writeAttribute ] { - - Parameters [1] { - Parameter #0 [ $controllerName ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } } + } + } - Method [ abstract public method setDefaultAction ] { + Interface [ interface Phalcon\Mvc\Model\MetaData\StrategyInterface ] { - - Parameters [1] { - Parameter #0 [ $actionName ] + - 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 setDefaults ] { + Method [ abstract public method getMetaData ] { - - Parameters [1] { - Parameter #0 [ array $defaults ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] } + - Return [ array ] } + } + } - Method [ abstract public method handle ] { + Interface [ interface Phalcon\Mvc\Model\ResultInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method setDirtyState ] { - Parameters [1] { - Parameter #0 [ $uri ] + Parameter #0 [ integer $dirtyState ] } } + } + } + + Interface [ interface Phalcon\Mvc\RouterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + - Methods [30] { Method [ abstract public method add ] { - Parameters [3] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addGet ] { + Method [ abstract public method attach ] { - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ abstract public method addPost ] { + Method [ abstract public method addConnect ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addPut ] { + Method [ abstract public method addDelete ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addPatch ] { + Method [ abstract public method addHead ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addDelete ] { + Method [ abstract public method addGet ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addOptions ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addHead ] { + Method [ abstract public method addPatch ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addPurge ] { + Method [ abstract public method addPost ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addTrace ] { + Method [ abstract public method addPurge ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addConnect ] { + Method [ abstract public method addPut ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method mount ] { + Method [ abstract public method addTrace ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method clear ] { - } - Method [ abstract public method getModuleName ] { + - Parameters [0] { + } + - Return [ void ] } - Method [ abstract public method getNamespaceName ] { + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method getMatchedRoute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getParams ] { + Method [ abstract public method getMatches ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getMatchedRoute ] { + Method [ abstract public method getModuleName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getMatches ] { + Method [ abstract public method getNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method wasMatched ] { + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ abstract public method getRoutes ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ abstract public method getRouteById ] { @@ -2945,13 +3591,68 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method getRouteByName ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] + } + } + + Method [ abstract public method handle ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ void ] + } + + Method [ abstract public method mount ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ array $defaults ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method wasMatched ] { + + - Parameters [0] { } + - Return [ boolean ] } } } - Interface [ interface Phalcon\Translate\InterpolatorInterface ] { + Interface [ interface Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Constants [0] { } @@ -2969,14 +3670,15 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method replacePlaceholders ] { - Parameters [2] { - Parameter #0 [ $translation ] - Parameter #1 [ $placeholders ] + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] } + - Return [ string ] } } } - Interface [ interface Phalcon\Acl\ResourceInterface ] { + Interface [ interface Phalcon\Acl\ComponentInterface ] { - Constants [0] { } @@ -2991,13 +3693,25 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [3] { - Method [ abstract public method getName ] { + Method [ abstract public method getDescription ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getDescription ] { + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3018,12 +3732,24 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Methods [3] { Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getDescription ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3040,10 +3766,11 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract static public method parseDocBlock ] { - Parameters [3] { - Parameter #0 [ $docBlock ] + Parameter #0 [ string $docBlock ] Parameter #1 [ $file ] Parameter #2 [ $line ] } + - Return [ array ] } } @@ -3054,13 +3781,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method parse ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ string $className ] } + - Return [ array ] } } } - Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\DispatcherInterface ] { + Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { } @@ -3074,132 +3802,210 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [23] { - Method [ abstract public method setTaskSuffix ] { + - Methods [28] { + Method [ abstract public method getActiveTask ] { - - Parameters [1] { - Parameter #0 [ $taskSuffix ] + - Parameters [0] { } + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ abstract public method setDefaultTask ] { + Method [ abstract public method getLastTask ] { - - Parameters [1] { - Parameter #0 [ $taskName ] + - Parameters [0] { } + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ abstract public method setTaskName ] { + Method [ abstract public method getOptions ] { - - Parameters [1] { - Parameter #0 [ $taskName ] + - Parameters [0] { } + - Return [ array ] } Method [ abstract public method getTaskName ] { - } - Method [ abstract public method getLastTask ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getActiveTask ] { + Method [ abstract public method getTaskSuffix ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method setActionSuffix ] { + Method [ abstract public method setDefaultTask ] { - Parameters [1] { - Parameter #0 [ $actionSuffix ] + Parameter #0 [ string $taskName ] } + - Return [ void ] } - Method [ abstract public method getActionSuffix ] { + Method [ abstract public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] } - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method setTaskName ] { - Parameters [1] { - Parameter #0 [ $defaultNamespace ] + Parameter #0 [ string $taskName ] } + - Return [ void ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method setTaskSuffix ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ string $taskSuffix ] } + - Return [ void ] + } + + Method [ abstract public method dispatch ] { } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method forward ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ array $forward ] } + - Return [ void ] } - Method [ abstract public method setModuleName ] { + Method [ abstract public method getActionName ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] } } - Method [ abstract public method setActionName ] { + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReturnedValue ] { + } + + Method [ abstract public method hasParam ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ $param ] } + - Return [ boolean ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method setParams ] { + Method [ abstract public method setActionName ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ abstract public method getParams ] { + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] } - Method [ abstract public method setParam ] { + Method [ abstract public method setDefaultAction ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ abstract public method getParam ] { + Method [ abstract public method setDefaultNamespace ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters ] + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] } + - Return [ void ] } - Method [ abstract public method hasParam ] { + Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ string $handlerSuffix ] } + - Return [ void ] } - Method [ abstract public method isFinished ] { + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ void ] } - Method [ abstract public method getReturnedValue ] { + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] } - Method [ abstract public method dispatch ] { + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ abstract public method forward ] { + Method [ abstract public method setParams ] { - Parameters [1] { - Parameter #0 [ $forward ] + Parameter #0 [ array $params ] } + - Return [ void ] } } } @@ -3222,7 +4028,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Interface [ interface Phalcon\CryptInterface ] { + Interface [ interface Phalcon\Crypt\CryptInterface ] { - Constants [0] { } @@ -3236,60 +4042,131 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [9] { - Method [ abstract public method setCipher ] { + - Methods [16] { + Method [ abstract public method decrypt ] { - - Parameters [1] { - Parameter #0 [ $cipher ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] } + - Return [ string ] } - Method [ abstract public method getCipher ] { - } - - Method [ abstract public method setKey ] { + Method [ abstract public method decryptBase64 ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $key ] } - } - - Method [ abstract public method getKey ] { + - Return [ string ] } Method [ abstract public method encrypt ] { - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ $key ] + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] } + - Return [ string ] } - Method [ abstract public method decrypt ] { + Method [ abstract public method encryptBase64 ] { - Parameters [2] { - Parameter #0 [ $text ] + Parameter #0 [ string $text ] Parameter #1 [ $key ] } + - Return [ string ] } - Method [ abstract public method encryptBase64 ] { + Method [ abstract public method getAvailableCiphers ] { - - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ $key ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method decryptBase64 ] { + Method [ abstract public method getAuthTag ] { - - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getAvailableCiphers ] { + Method [ abstract public method getAuthData ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAuthTagLength ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + 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\Crypt\CryptInterface ] + } + + Method [ abstract public method setAuthData ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ abstract public method setAuthTagLength ] { + + - Parameters [1] { + Parameter #0 [ integer $length ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ abstract public method setCipher ] { + + - Parameters [1] { + Parameter #0 [ string $cipher ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ abstract public method setKey ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ abstract public method setPadding ] { + + - Parameters [1] { + Parameter #0 [ integer $scheme ] + } + - Return [ Phalcon\Crypt\CryptInterface ] } } } @@ -3302,68 +4179,115 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ abstract static public method __set_state ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - } + - Static methods [0] { } - Properties [0] { } - - Methods [17] { - Method [ abstract public method getSchemaName ] { + - Methods [16] { + Method [ abstract public method getAfterPosition ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getName ] { + Method [ abstract public method getBindType ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method getType ] { + Method [ abstract public method getDefault ] { } - Method [ abstract public method getTypeReference ] { + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getTypeValues ] { + Method [ abstract public method getScale ] { + + - Parameters [0] { + } + - Return [ integer ] } Method [ abstract public method getSize ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method getScale ] { + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method isUnsigned ] { + Method [ abstract public method getTypeReference ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method isNotNull ] { + Method [ abstract public method getTypeValues ] { } - Method [ abstract public method isPrimary ] { + Method [ abstract public method hasDefault ] { + + - Parameters [0] { + } + - Return [ boolean ] } Method [ abstract public method isAutoIncrement ] { - } - Method [ abstract public method isNumeric ] { + - Parameters [0] { + } + - Return [ boolean ] } Method [ abstract public method isFirst ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getAfterPosition ] { + Method [ abstract public method isNotNull ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getBindType ] { + Method [ abstract public method isNumeric ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getDefault ] { + Method [ abstract public method isPrimary ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method hasDefault ] { + Method [ abstract public method isUnsigned ] { + + - Parameters [0] { + } + - Return [ boolean ] } } } @@ -3376,26 +4300,32 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ abstract static public method __set_state ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - } + - Static methods [0] { } - Properties [0] { } - Methods [3] { - Method [ abstract public method getName ] { + Method [ abstract public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getColumns ] { + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3408,41 +4338,67 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ abstract static public method __set_state ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - } + - Static methods [0] { } - Properties [0] { } - Methods [8] { - Method [ abstract public method getName ] { - } + Method [ abstract public method getColumns ] { - Method [ abstract public method getSchemaName ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getReferencedSchema ] { + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getColumns ] { + Method [ abstract public method getOnDelete ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getReferencedTable ] { + Method [ abstract public method getOnUpdate ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getReferencedColumns ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getOnDelete ] { + Method [ abstract public method getReferencedSchema ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getOnUpdate ] { + Method [ abstract public method getReferencedTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSchemaName ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3462,38 +4418,53 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [8] { - Method [ abstract public method execute ] { + Method [ abstract public method dataSeek ] { + + - Parameters [1] { + Parameter #0 [ integer $number ] + } } - Method [ abstract public method fetch ] { + Method [ abstract public method execute ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method fetchArray ] { + Method [ abstract public method fetch ] { } Method [ abstract public method fetchAll ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method numRows ] { + Method [ abstract public method fetchArray ] { } - Method [ abstract public method dataSeek ] { + Method [ abstract public method getInternalResult ] { - - Parameters [1] { - Parameter #0 [ $number ] + - Parameters [0] { } + - Return [ PDOStatement ] } - Method [ abstract public method setFetchMode ] { + Method [ abstract public method numRows ] { - - Parameters [3] { - Parameter #0 [ $fetchMode ] - Parameter #1 [ $colNoOrClassNameOrObject ] - Parameter #2 [ $ctorargs ] + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method getInternalResult ] { + Method [ abstract public method setFetchMode ] { + + - Parameters [1] { + Parameter #0 [ integer $fetchMode ] + } + - Return [ boolean ] } } } @@ -3506,61 +4477,71 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ abstract static public method __set_state ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - } + - Static methods [0] { } - Properties [0] { } - - Methods [7] { - Method [ abstract public method getName ] { + - Methods [8] { + Method [ abstract public method getDefinition ] { } - Method [ abstract public method setShared ] { + Method [ abstract public method getParameter ] { - Parameters [1] { - Parameter #0 [ $shared ] + Parameter #0 [ integer $position ] } } - Method [ abstract public method isShared ] { - } - - Method [ abstract public method setDefinition ] { + Method [ abstract public method isResolved ] { - - Parameters [1] { - Parameter #0 [ $definition ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getDefinition ] { + Method [ abstract public method isShared ] { + + - Parameters [0] { + } + - Return [ boolean ] } Method [ abstract public method resolve ] { - Parameters [2] { Parameter #0 [ $parameters ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ abstract public method setDefinition ] { + + - Parameters [1] { + Parameter #0 [ $definition ] } } Method [ abstract public method setParameter ] { - Parameters [2] { - Parameter #0 [ $position ] + Parameter #0 [ integer $position ] Parameter #1 [ array $parameter ] } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ abstract public method setShared ] { + + - Parameters [1] { + Parameter #0 [ boolean $shared ] + } } } } - Interface [ interface Phalcon\EscaperInterface ] { + Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } @@ -3574,57 +4555,140 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [8] { - Method [ abstract public method setEncoding ] { + - Methods [10] { + Method [ abstract public method getStatus ] { + } + + Method [ abstract public method getInput ] { + } + + Method [ abstract public method getOutput ] { + } + + Method [ abstract public method getMessages ] { + } + + Method [ abstract public method getExtras ] { + } + + Method [ abstract public method setStatus ] { - Parameters [1] { - Parameter #0 [ $encoding ] + Parameter #0 [ $status ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method getEncoding ] { + Method [ abstract public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method setHtmlQuoteType ] { + Method [ abstract public method setOutput ] { - Parameters [1] { - Parameter #0 [ $quoteType ] + Parameter #0 [ $output ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method escapeHtml ] { + Method [ abstract public method setMessages ] { - Parameters [1] { - Parameter #0 [ $text ] + Parameter #0 [ $messages ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ abstract public method escapeHtmlAttr ] { + Method [ abstract public method setExtras ] { - Parameters [1] { - Parameter #0 [ $text ] + Parameter #0 [ $extras ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } + } + } + + Interface [ interface Phalcon\Escaper\EscaperInterface ] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { Method [ abstract public method escapeCss ] { - Parameters [1] { - Parameter #0 [ $css ] + Parameter #0 [ string $css ] + } + - Return [ string ] + } + + Method [ abstract public method escapeHtml ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + + Method [ abstract public method escapeHtmlAttr ] { + + - Parameters [1] { + Parameter #0 [ string $text ] } + - Return [ string ] } Method [ abstract public method escapeJs ] { - Parameters [1] { - Parameter #0 [ $js ] + Parameter #0 [ string $js ] } + - Return [ string ] } Method [ abstract public method escapeUrl ] { - Parameters [1] { - Parameter #0 [ $url ] + Parameter #0 [ string $url ] + } + - Return [ string ] + } + + Method [ abstract public method getEncoding ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $encoding ] + } + - Return [ void ] + } + + Method [ abstract public method setHtmlQuoteType ] { + + - Parameters [1] { + Parameter #0 [ integer $quoteType ] } + - Return [ void ] } } } @@ -3647,30 +4711,44 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method getData ] { } + Method [ abstract public method getType ] { + } + + Method [ abstract public method isCancelable ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isStopped ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + Method [ abstract public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - } - - Method [ abstract public method getType ] { + - Return [ Phalcon\Events\EventInterface ] } Method [ abstract public method setType ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string $type ] } + - Return [ Phalcon\Events\EventInterface ] } Method [ abstract public method stop ] { - } - - Method [ abstract public method isStopped ] { - } - Method [ abstract public method isCancelable ] { + - Parameters [0] { + } + - Return [ Phalcon\Events\EventInterface ] } } } @@ -3689,34 +4767,37 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ abstract public method attach ] { - Parameters [2] { - Parameter #0 [ $eventType ] + Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } + - Return [ void ] } Method [ abstract public method detach ] { - Parameters [2] { - Parameter #0 [ $eventType ] + Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } + - Return [ void ] } Method [ abstract public method detachAll ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string or NULL $type ] } + - Return [ void ] } Method [ abstract public method fire ] { - Parameters [3] { - Parameter #0 [ $eventType ] + Parameter #0 [ string $eventType ] Parameter #1 [ $source ] Parameter #2 [ $data ] } @@ -3725,13 +4806,22 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method getListeners ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string $type ] + } + - Return [ array ] + } + + Method [ abstract public method hasListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] } + - Return [ boolean ] } } } - Interface [ interface Phalcon\FilterInterface ] { + Interface [ interface Phalcon\Filter\FilterInterface ] { - Constants [0] { } @@ -3745,24 +4835,70 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [3] { - Method [ abstract public method add ] { + - Methods [1] { + Method [ abstract public method sanitize ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $handler ] + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ $sanitizers ] + Parameter #2 [ boolean $noRecursive ] } } + } + } - Method [ abstract public method sanitize ] { + Interface [ interface Phalcon\Html\Attributes\AttributesInterface ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $filters ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getAttributes ] { + + - Parameters [0] { } + - Return [ Phalcon\Html\Attributes ] } - Method [ abstract public method getFilters ] { + Method [ abstract public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Attributes $attributes ] + } + - Return [ Phalcon\Html\Attributes\AttributesInterface ] + } + } + } + + Interface [ interface Phalcon\Html\Attributes\RenderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method render ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3782,88 +4918,127 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [17] { - Method [ abstract public method setValue ] { + Method [ abstract public method delete ] { + } - - Parameters [1] { - Parameter #0 [ $value ] + Method [ abstract public method getDomain ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getValue ] { + Method [ abstract public method getExpiration ] { - - Parameters [2] { - Parameter #0 [ $filters ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method send ] { - } + Method [ abstract public method getHttpOnly ] { - Method [ abstract public method delete ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method useEncryption ] { + Method [ abstract public method getName ] { - - Parameters [1] { - Parameter #0 [ $useEncryption ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method isUsingEncryption ] { + Method [ abstract public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method setExpiration ] { + Method [ abstract public method getSecure ] { - - Parameters [1] { - Parameter #0 [ $expire ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getExpiration ] { + Method [ abstract public method getValue ] { + + - Parameters [2] { + Parameter #0 [ $filters ] + Parameter #1 [ $defaultValue ] + } } - Method [ abstract public method setPath ] { + Method [ abstract public method isUsingEncryption ] { - - Parameters [1] { - Parameter #0 [ $path ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getName ] { - } + Method [ abstract public method send ] { - Method [ abstract public method getPath ] { + - Parameters [0] { + } + - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method setDomain ] { - Parameters [1] { - Parameter #0 [ $domain ] + Parameter #0 [ string $domain ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ abstract public method getDomain ] { + Method [ abstract public method setExpiration ] { + + - Parameters [1] { + Parameter #0 [ integer $expire ] + } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ abstract public method setSecure ] { + Method [ abstract public method setHttpOnly ] { - Parameters [1] { - Parameter #0 [ $secure ] + Parameter #0 [ boolean $httpOnly ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ abstract public method getSecure ] { + Method [ abstract public method setPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ abstract public method setHttpOnly ] { + Method [ abstract public method setSecure ] { - Parameters [1] { - Parameter #0 [ $httpOnly ] + Parameter #0 [ boolean $secure ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ abstract public method getHttpOnly ] { + Method [ abstract public method setValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Http\CookieInterface ] + } + + Method [ abstract public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ boolean $useEncryption ] + } + - Return [ Phalcon\Http\CookieInterface ] } } } @@ -3882,197 +5057,378 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [43] { + - Methods [49] { Method [ abstract public method get ] { - - Parameters [3] { - Parameter #0 [ $name ] + - Parameters [5] { + Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] } } - Method [ abstract public method getPost ] { + Method [ abstract public method getAcceptableContent ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getQuery ] { + Method [ abstract public method getBasicAuth ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ abstract public method getServer ] { + Method [ abstract public method getBestAccept ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method has ] { + Method [ abstract public method getBestCharset ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method hasPost ] { + Method [ abstract public method getBestLanguage ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method hasPut ] { + Method [ abstract public method getClientAddress ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ boolean $trustForwardedHeader ] } } - Method [ abstract public method hasQuery ] { + Method [ abstract public method getClientCharsets ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method hasServer ] { + Method [ abstract public method getContentType ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getDigestAuth ] { + + - Parameters [0] { } + - Return [ array ] } Method [ abstract public method getHeader ] { - Parameters [1] { - Parameter #0 [ $header ] + Parameter #0 [ string $header ] } + - Return [ string ] } - Method [ abstract public method getScheme ] { - } + Method [ abstract public method getHeaders ] { - Method [ abstract public method isAjax ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method isSoapRequested ] { - } + Method [ abstract public method getHttpHost ] { - Method [ abstract public method isSecureRequest ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getRawBody ] { - } + Method [ abstract public method getHTTPReferer ] { - Method [ abstract public method getServerAddress ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getServerName ] { - } + Method [ abstract public method getJsonRawBody ] { - Method [ abstract public method getHttpHost ] { + - Parameters [1] { + Parameter #0 [ boolean $associative ] + } + } + + Method [ abstract public method getLanguages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getMethod ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getPort ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method getClientAddress ] { + Method [ abstract public method getURI ] { - Parameters [1] { - Parameter #0 [ $trustForwardedHeader ] + Parameter #0 [ boolean $onlyPath ] } + - Return [ string ] } - Method [ abstract public method getMethod ] { - } + Method [ abstract public method getPost ] { - Method [ abstract public method getUserAgent ] { + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] + } } - Method [ abstract public method isMethod ] { + Method [ abstract public method getPut ] { - - Parameters [2] { - Parameter #0 [ $methods ] - Parameter #1 [ $strict ] + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] } } - Method [ abstract public method isPost ] { + Method [ abstract public method getQuery ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] + } } - Method [ abstract public method isGet ] { + Method [ abstract public method getRawBody ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method isPut ] { + Method [ abstract public method getScheme ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method isHead ] { + Method [ abstract public method getServer ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string or NULL ] } - Method [ abstract public method isDelete ] { + Method [ abstract public method getServerAddress ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method isOptions ] { + Method [ abstract public method getServerName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method isPurge ] { + Method [ abstract public method getUploadedFiles ] { + + - Parameters [2] { + Parameter #0 [ boolean $onlySuccessful ] + Parameter #1 [ boolean $namedKeys ] + } + - Return [ array ] } - Method [ abstract public method isTrace ] { + Method [ abstract public method getUserAgent ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method isConnect ] { + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] } Method [ abstract public method hasFiles ] { - Parameters [1] { - Parameter #0 [ $onlySuccessful ] + Parameter #0 [ boolean $onlySuccessful ] } + - Return [ integer ] } - Method [ abstract public method getUploadedFiles ] { + Method [ abstract public method hasHeader ] { - Parameters [1] { - Parameter #0 [ $onlySuccessful ] + Parameter #0 [ string $header ] } + - Return [ boolean ] } - Method [ abstract public method getHTTPReferer ] { + Method [ abstract public method hasQuery ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] } - Method [ abstract public method getAcceptableContent ] { + Method [ abstract public method hasPost ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] } - Method [ abstract public method getBestAccept ] { + Method [ abstract public method hasPut ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] } - Method [ abstract public method getClientCharsets ] { + Method [ abstract public method hasServer ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] } - Method [ abstract public method getBestCharset ] { + Method [ abstract public method isAjax ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getLanguages ] { + Method [ abstract public method isConnect ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getBestLanguage ] { + Method [ abstract public method isDelete ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getBasicAuth ] { + Method [ abstract public method isGet ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getDigestAuth ] { + Method [ abstract public method isHead ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isMethod ] { + + - Parameters [2] { + Parameter #0 [ $methods ] + Parameter #1 [ boolean $strict ] + } + - Return [ boolean ] + } + + Method [ abstract public method isOptions ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isPost ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isPurge ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isPut ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isSecure ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isSoap ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isTrace ] { + + - Parameters [0] { + } + - Return [ boolean ] } } } @@ -4092,26 +5448,47 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [6] { - Method [ abstract public method getSize ] { + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getName ] { + Method [ abstract public method getRealType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSize ] { + + - Parameters [0] { + } + - Return [ integer ] } Method [ abstract public method getTempName ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getType ] { - } - Method [ abstract public method getRealType ] { + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method moveTo ] { - Parameters [1] { - Parameter #0 [ $destination ] + Parameter #0 [ string $destination ] } + - Return [ boolean ] } } } @@ -4130,75 +5507,117 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [18] { - Method [ abstract public method setStatusCode ] { + - Methods [21] { + Method [ abstract public method appendContent ] { - - Parameters [2] { - Parameter #0 [ $code ] - Parameter #1 [ $message ] + - Parameters [1] { + Parameter #0 [ $content ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getHeaders ] { + Method [ abstract public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method setHeader ] { + Method [ abstract public method getStatusCode ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ integer or NULL ] } - Method [ abstract public method setRawHeader ] { + Method [ abstract public method getHeaders ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\HeadersInterface ] + } + + Method [ abstract public method hasHeader ] { - Parameters [1] { - Parameter #0 [ $header ] + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ abstract public method isSent ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method redirect ] { + + - Parameters [3] { + Parameter #0 [ $location ] + Parameter #1 [ boolean $externalRedirect ] + Parameter #2 [ integer $statusCode ] } + - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method resetHeaders ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method setExpires ] { + Method [ abstract public method setContent ] { - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + Parameter #0 [ string $content ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method setNotModified ] { + Method [ abstract public method setContentLength ] { + + - Parameters [1] { + Parameter #0 [ integer $contentLength ] + } + - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setContentType ] { - Parameters [2] { - Parameter #0 [ $contentType ] + Parameter #0 [ string $contentType ] Parameter #1 [ $charset ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method setContentLength ] { + Method [ abstract public method setExpires ] { - Parameters [1] { - Parameter #0 [ $contentLength ] + Parameter #0 [ DateTime $datetime ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method redirect ] { + Method [ abstract public method setFileToSend ] { - - Parameters [3] { - Parameter #0 [ $location ] - Parameter #1 [ $externalRedirect ] - Parameter #2 [ $statusCode ] + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $attachmentName ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method setContent ] { + Method [ abstract public method setHeader ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setJsonContent ] { @@ -4206,33 +5625,48 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ $content ] } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method appendContent ] { + Method [ abstract public method setNotModified ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [0] { } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method getContent ] { - } + Method [ abstract public method setRawHeader ] { - Method [ abstract public method sendHeaders ] { + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method sendCookies ] { + Method [ abstract public method setStatusCode ] { + + - Parameters [2] { + Parameter #0 [ integer $code ] + Parameter #1 [ string or NULL $message ] + } + - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method send ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] } - Method [ abstract public method setFileToSend ] { + Method [ abstract public method sendCookies ] { - - Parameters [2] { - Parameter #0 [ $filePath ] - Parameter #1 [ $attachmentName ] + - Parameters [0] { } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method sendHeaders ] { } } } @@ -4252,54 +5686,71 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [8] { - Method [ abstract public method useEncryption ] { + Method [ abstract public method delete ] { - Parameters [1] { - Parameter #0 [ $useEncryption ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ abstract public method isUsingEncryption ] { - } - - Method [ abstract public method set ] { + Method [ abstract public method get ] { - - Parameters [7] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - Parameter #2 [ $expire ] - Parameter #3 [ $path ] - Parameter #4 [ $secure ] - Parameter #5 [ $domain ] - Parameter #6 [ $httpOnly ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ abstract public method get ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ abstract public method has ] { + Method [ abstract public method isUsingEncryption ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method delete ] { + Method [ abstract public method reset ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ abstract public method send ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method reset ] { + Method [ abstract public method set ] { + + - Parameters [7] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + Parameter #2 [ integer $expire ] + Parameter #3 [ string $path ] + Parameter #4 [ boolean or NULL $secure ] + Parameter #5 [ string or NULL $domain ] + Parameter #6 [ boolean or NULL $httpOnly ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ abstract public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ boolean $useEncryption ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] } } } @@ -4312,166 +5763,142 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ abstract static public method __set_state ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - } + - Static methods [0] { } - Properties [0] { } - - Methods [5] { - Method [ abstract public method set ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - + - Methods [6] { Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] } } - Method [ abstract public method setRaw ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ $header ] + Parameter #0 [ string $name ] } - } - - Method [ abstract public method send ] { + - Return [ boolean ] } Method [ abstract public method reset ] { } - } - } - - Interface [ interface Phalcon\Mvc\CollectionInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [5] { - Method [ abstract static public method cloneResult ] { + Method [ abstract public method send ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] - Parameter #1 [ array $document ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract static public method findById ] { + Method [ abstract public method set ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $value ] } } - Method [ abstract static public method findFirst ] { + Method [ abstract public method setRaw ] { - Parameters [1] { - Parameter #0 [ array or NULL $parameters ] + Parameter #0 [ string $header ] } } + } + } - Method [ abstract static public method find ] { + Interface [ interface Phalcon\Messages\MessageInterface ] { - - Parameters [1] { - Parameter #0 [ array or NULL $parameters ] - } - } + - Constants [0] { + } - Method [ abstract static public method count ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array or NULL $parameters ] - } - } + - Static methods [0] { } - Properties [0] { } - - Methods [15] { - Method [ abstract public method setId ] { + - Methods [11] { + Method [ abstract public method __toString ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getId ] { - } - - Method [ abstract public method getReservedAttributes ] { + Method [ abstract public method getCode ] { } - Method [ abstract public method getSource ] { + Method [ abstract public method getField ] { } - Method [ abstract public method setConnectionService ] { + Method [ abstract public method getMessage ] { - - Parameters [1] { - Parameter #0 [ $connectionService ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getConnection ] { - } - - Method [ abstract public method setDirtyState ] { + Method [ abstract public method getMetaData ] { - - Parameters [1] { - Parameter #0 [ $dirtyState ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getDirtyState ] { + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method fireEvent ] { + Method [ abstract public method setCode ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ integer $code ] } + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method fireEventCancel ] { + Method [ abstract public method setField ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ string $field ] } + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method validationHasFailed ] { - } + Method [ abstract public method setMessage ] { - Method [ abstract public method getMessages ] { + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method appendMessage ] { + Method [ abstract public method setMetaData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] + Parameter #0 [ array $metaData ] } + - Return [ Phalcon\Messages\MessageInterface ] } - Method [ abstract public method save ] { - } + Method [ abstract public method setType ] { - Method [ abstract public method delete ] { + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Messages\MessageInterface ] } } } @@ -4494,7 +5921,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\DispatcherInterface ] { + Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { } @@ -4508,132 +5935,185 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [23] { - Method [ abstract public method setControllerSuffix ] { + - Methods [25] { + Method [ abstract public method getActiveController ] { - - Parameters [1] { - Parameter #0 [ $controllerSuffix ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\ControllerInterface ] } - Method [ abstract public method setDefaultController ] { + Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getLastController ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ControllerInterface ] + } + + Method [ abstract public method setControllerSuffix ] { - Parameters [1] { - Parameter #0 [ $controllerName ] + Parameter #0 [ string $controllerSuffix ] } } Method [ abstract public method setControllerName ] { - Parameters [1] { - Parameter #0 [ $controllerName ] + Parameter #0 [ string $controllerName ] } } - Method [ abstract public method getControllerName ] { - } + Method [ abstract public method setDefaultController ] { - Method [ abstract public method getLastController ] { + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } } - Method [ abstract public method getActiveController ] { + Method [ abstract public method dispatch ] { } - Method [ abstract public method setActionSuffix ] { + Method [ abstract public method forward ] { - Parameters [1] { - Parameter #0 [ $actionSuffix ] + Parameter #0 [ array $forward ] } + - Return [ void ] } - Method [ abstract public method getActionSuffix ] { + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method setDefaultNamespace ] { + Method [ abstract public method getActionSuffix ] { - - Parameters [1] { - Parameter #0 [ $defaultNamespace ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method getHandlerSuffix ] { - - Parameters [1] { - Parameter #0 [ $actionName ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method setNamespaceName ] { + Method [ abstract public method getParam ] { - - Parameters [1] { - Parameter #0 [ $namespaceName ] + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] } } - Method [ abstract public method setModuleName ] { + Method [ abstract public method getParams ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method setActionName ] { + Method [ abstract public method getReturnedValue ] { + } + + Method [ abstract public method hasParam ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ $param ] } + - Return [ boolean ] } - Method [ abstract public method getActionName ] { + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method setParams ] { + Method [ abstract public method setActionName ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ abstract public method getParams ] { + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] } - Method [ abstract public method setParam ] { + Method [ abstract public method setDefaultAction ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ abstract public method getParam ] { + Method [ abstract public method setDefaultNamespace ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $filters ] + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] } + - Return [ void ] } - Method [ abstract public method hasParam ] { + Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ string $handlerSuffix ] } + - Return [ void ] } - Method [ abstract public method isFinished ] { + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ void ] } - Method [ abstract public method getReturnedValue ] { + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] } - Method [ abstract public method dispatch ] { + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ abstract public method forward ] { + Method [ abstract public method setParams ] { - Parameters [1] { - Parameter #0 [ $forward ] + Parameter #0 [ array $params ] } + - Return [ void ] } } } @@ -4653,110 +6133,133 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [15] { - Method [ abstract public method setPrefix ] { + Method [ abstract public method delete ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method getPrefix ] { + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method getHandler ] { } Method [ abstract public method getHandlers ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method setHandler ] { + Method [ abstract public method getPrefix ] { - - Parameters [2] { - Parameter #0 [ $handler ] - Parameter #1 [ $lazy ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method setLazy ] { + Method [ abstract public method head ] { - - Parameters [1] { - Parameter #0 [ $lazy ] + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method isLazy ] { - } - Method [ abstract public method getHandler ] { + - Parameters [0] { + } + - Return [ boolean ] } Method [ abstract public method map ] { - Parameters [3] { - Parameter #0 [ $routePattern ] + Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] - Parameter #2 [ $name ] + Parameter #2 [ string or NULL $name ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method get ] { + Method [ abstract public method options ] { - Parameters [3] { - Parameter #0 [ $routePattern ] + Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] - Parameter #2 [ $name ] + Parameter #2 [ string or NULL $name ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method post ] { + Method [ abstract public method patch ] { - Parameters [3] { - Parameter #0 [ $routePattern ] + Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] - Parameter #2 [ $name ] + Parameter #2 [ string or NULL $name ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method put ] { + Method [ abstract public method post ] { - Parameters [3] { - Parameter #0 [ $routePattern ] + Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] - Parameter #2 [ $name ] + Parameter #2 [ string or NULL $name ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method patch ] { + Method [ abstract public method put ] { - Parameters [3] { - Parameter #0 [ $routePattern ] + Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] - Parameter #2 [ $name ] + Parameter #2 [ string or NULL $name ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method head ] { + Method [ abstract public method setHandler ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [2] { + Parameter #0 [ $handler ] + Parameter #1 [ boolean $lazy ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method delete ] { + Method [ abstract public method setLazy ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [1] { + Parameter #0 [ boolean $lazy ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } - Method [ abstract public method options ] { + Method [ abstract public method setPrefix ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [1] { + Parameter #0 [ string $prefix ] } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } } } @@ -4770,15 +6273,12 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Static methods [11] { - Method [ abstract static public method cloneResultMap ] { + Method [ abstract static public method average ] { - - Parameters [5] { - Parameter #0 [ $base ] - Parameter #1 [ array $data ] - Parameter #2 [ $columnMap ] - Parameter #3 [ $dirtyState ] - Parameter #4 [ $keepSnapshots ] + - Parameters [1] { + Parameter #0 [ $parameters ] } + - Return [ float ] } Method [ abstract static public method cloneResult ] { @@ -4786,73 +6286,83 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ array $data ] - Parameter #2 [ $dirtyState ] + Parameter #2 [ integer $dirtyState ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract static public method cloneResultMapHydrate ] { + Method [ abstract static public method cloneResultMap ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] - Parameter #2 [ $hydrationMode ] + - Parameters [5] { + Parameter #0 [ $base ] + Parameter #1 [ array $data ] + Parameter #2 [ $columnMap ] + Parameter #3 [ integer $dirtyState ] + Parameter #4 [ boolean or NULL $keepSnapshots ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract static public method find ] { + Method [ abstract static public method cloneResultMapHydrate ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + Parameter #2 [ integer $hydrationMode ] } } - Method [ abstract static public method findFirst ] { + Method [ abstract static public method count ] { - Parameters [1] { Parameter #0 [ $parameters ] } + - Return [ integer ] } - Method [ abstract static public method query ] { + Method [ abstract static public method find ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ $parameters ] } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ abstract static public method count ] { + Method [ abstract static public method findFirst ] { - Parameters [1] { Parameter #0 [ $parameters ] } } - Method [ abstract static public method sum ] { + Method [ abstract static public method maximum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } - Method [ abstract static public method maximum ] { + Method [ abstract static public method minimum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } - Method [ abstract static public method minimum ] { + Method [ abstract static public method query ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract static public method average ] { + Method [ abstract static public method sum ] { - Parameters [1] { Parameter #0 [ $parameters ] } + - Return [ float ] } } @@ -4860,155 +6370,214 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [28] { - Method [ abstract public method setTransaction ] { + Method [ abstract public method appendMessage ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method getSource ] { + Method [ abstract public method assign ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $whiteList ] + Parameter #2 [ $dataColumnMap ] + } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method getSchema ] { + Method [ abstract public method create ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method setConnectionService ] { + Method [ abstract public method delete ] { - - Parameters [1] { - Parameter #0 [ $connectionService ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method setWriteConnectionService ] { + Method [ abstract public method fireEvent ] { - Parameters [1] { - Parameter #0 [ $connectionService ] + Parameter #0 [ string $eventName ] } + - Return [ boolean ] } - Method [ abstract public method setReadConnectionService ] { + Method [ abstract public method fireEventCancel ] { - Parameters [1] { - Parameter #0 [ $connectionService ] + Parameter #0 [ string $eventName ] } + - Return [ boolean ] } - Method [ abstract public method getReadConnectionService ] { + Method [ abstract public method getDirtyState ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method getWriteConnectionService ] { + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getReadConnection ] { + Method [ abstract public method getModelsMetaData ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } - Method [ abstract public method getWriteConnection ] { + Method [ abstract public method getOperationMade ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method setDirtyState ] { + Method [ abstract public method getReadConnection ] { - - Parameters [1] { - Parameter #0 [ $dirtyState ] + - Parameters [0] { } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ abstract public method getDirtyState ] { + Method [ abstract public method getReadConnectionService ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method assign ] { + Method [ abstract public method getRelated ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $dataColumnMap ] - Parameter #2 [ $whiteList ] + - Parameters [2] { + Parameter #0 [ string $alias ] + Parameter #1 [ $arguments ] } } - Method [ abstract public method fireEvent ] { + Method [ abstract public method getSchema ] { - - Parameters [1] { - Parameter #0 [ $eventName ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method fireEventCancel ] { + Method [ abstract public method getSource ] { - - Parameters [1] { - Parameter #0 [ $eventName ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method appendMessage ] { + Method [ abstract public method getWriteConnection ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] + - Parameters [0] { } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ abstract public method validationHasFailed ] { + Method [ abstract public method getWriteConnectionService ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method refresh ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method save ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $whiteList ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method create ] { + Method [ abstract public method setConnectionService ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $whiteList ] + - Parameters [1] { + Parameter #0 [ string $connectionService ] } + - Return [ void ] } - Method [ abstract public method update ] { + Method [ abstract public method setDirtyState ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $whiteList ] + - Parameters [1] { + Parameter #0 [ integer $dirtyState ] } } - Method [ abstract public method delete ] { + Method [ abstract public method setReadConnectionService ] { + + - Parameters [1] { + Parameter #0 [ string $connectionService ] + } + - Return [ void ] } - Method [ abstract public method getOperationMade ] { + Method [ abstract public method setSnapshotData ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + } + - Return [ void ] } - Method [ abstract public method refresh ] { + Method [ abstract public method setTransaction ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method skipOperation ] { + Method [ abstract public method setWriteConnectionService ] { - Parameters [1] { - Parameter #0 [ $skip ] + Parameter #0 [ string $connectionService ] } + - Return [ void ] } - Method [ abstract public method getRelated ] { + Method [ abstract public method skipOperation ] { - - Parameters [2] { - Parameter #0 [ $alias ] - Parameter #1 [ $arguments ] + - Parameters [1] { + Parameter #0 [ boolean $skip ] } + - Return [ void ] } - Method [ abstract public method setSnapshotData ] { + Method [ abstract public method validationHasFailed ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method reset ] { + Method [ abstract public method update ] { + + - Parameters [0] { + } + - Return [ boolean ] } } } @@ -5028,27 +6597,37 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [4] { - Method [ abstract public method getBoundModels ] { + Method [ abstract public method bindToHandler ] { + + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ string or NULL $methodName ] + } + - Return [ array ] } - Method [ abstract public method getCache ] { + Method [ abstract public method getBoundModels ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method setCache ] { + Method [ abstract public method getCache ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Cache\BackendInterface $cache ] + - Parameters [0] { } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ abstract public method bindToHandler ] { + Method [ abstract public method setCache ] { - - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ $cacheKey ] - Parameter #3 [ $methodName ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } + - Return [ Phalcon\Mvc\Model\BinderInterface ] } } } @@ -5067,23 +6646,33 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [22] { - Method [ abstract public method setModelName ] { + - Methods [32] { + Method [ abstract public method andWhere ] { - - Parameters [1] { - Parameter #0 [ $modelName ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getModelName ] { + 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 [2] { + - Parameters [1] { Parameter #0 [ array $bindParams ] - Parameter #1 [ $merge ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method bindTypes ] { @@ -5091,349 +6680,410 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ array $bindTypes ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method where ] { + Method [ abstract public method cache ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ array $cache ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method conditions ] { - Parameters [1] { - Parameter #0 [ $conditions ] + Parameter #0 [ string $conditions ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method orderBy ] { + Method [ abstract public method distinct ] { - Parameters [1] { - Parameter #0 [ $orderColumns ] + Parameter #0 [ $distinct ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method limit ] { + Method [ abstract public method execute ] { - - Parameters [2] { - Parameter #0 [ $limit ] - Parameter #1 [ $offset ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method forUpdate ] { - Parameters [1] { - Parameter #0 [ $forUpdate ] + Parameter #0 [ boolean $forUpdate ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method sharedLock ] { + Method [ abstract public method getColumns ] { - - Parameters [1] { - Parameter #0 [ $sharedLock ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ abstract public method andWhere ] { + Method [ abstract public method getConditions ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ abstract public method orWhere ] { + Method [ abstract public method getGroupBy ] { + } - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] - } + Method [ abstract public method getHaving ] { } - Method [ abstract public method betweenWhere ] { + Method [ abstract public method getLimit ] { - - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ abstract public method notBetweenWhere ] { + Method [ abstract public method getModelName ] { - - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method inWhere ] { + Method [ abstract public method getOrderBy ] { - - Parameters [2] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ abstract public method notInWhere ] { + Method [ abstract public method getParams ] { - - Parameters [2] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] + - Parameters [0] { } + - Return [ array ] } Method [ abstract public method getWhere ] { - } - Method [ abstract public method getConditions ] { + - Parameters [0] { + } + - Return [ string or NULL ] } - Method [ abstract public method getLimit ] { - } + Method [ abstract public method groupBy ] { - Method [ abstract public method getOrderBy ] { + - Parameters [1] { + Parameter #0 [ $group ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getParams ] { - } + Method [ abstract public method having ] { - Method [ abstract public method execute ] { + - Parameters [1] { + Parameter #0 [ $having ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - } - } - - Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - Methods [38] { - Method [ abstract public method initialize ] { + Method [ abstract public method innerJoin ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method setModelSource ] { + Method [ abstract public method inWhere ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $source ] + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getModelSource ] { + Method [ abstract public method leftJoin ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method setModelSchema ] { + Method [ abstract public method limit ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $schema ] + Parameter #0 [ integer $limit ] + Parameter #1 [ integer $offset ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getModelSchema ] { + Method [ abstract public method notBetweenWhere ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method setConnectionService ] { + Method [ abstract public method notInWhere ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionService ] + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method setReadConnectionService ] { + Method [ abstract public method orderBy ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionService ] + - Parameters [1] { + Parameter #0 [ string $orderColumns ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getReadConnectionService ] { + Method [ abstract public method orWhere ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method setWriteConnectionService ] { + Method [ abstract public method rightJoin ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionService ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getWriteConnectionService ] { + Method [ abstract public method setModelName ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $modelName ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getReadConnection ] { + Method [ abstract public method sharedLock ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ boolean $sharedLock ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } - Method [ abstract public method getWriteConnection ] { + Method [ abstract public method where ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $conditions ] } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } + } + } - Method [ abstract public method isInitialized ] { + Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { - - Parameters [1] { - Parameter #0 [ $modelName ] - } - } + - Constants [0] { + } - Method [ abstract public method getLastInitialized ] { - } + - Static properties [0] { + } - Method [ abstract public method load ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [47] { + Method [ abstract public method addBehavior ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $newInstance ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } + - Return [ void ] } - Method [ abstract public method addHasOne ] { + Method [ abstract public method addBelongsTo ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] - Parameter #2 [ $referencedModel ] + Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ abstract public method addBelongsTo ] { + Method [ abstract public method addHasMany ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] - Parameter #2 [ $referencedModel ] + Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } + - Return [ Phalcon\Mvc\Model\RelationInterface ] } - Method [ abstract public method addHasMany ] { + Method [ abstract public method addHasOne ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] - Parameter #2 [ $referencedModel ] + Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + + Method [ abstract public method addHasManyToMany ] { + + - 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 [ $options ] + } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + + Method [ abstract public method createBuilder ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method createQuery ] { + + - Parameters [1] { + Parameter #0 [ string $phql ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method executeQuery ] { + + - Parameters [2] { + Parameter #0 [ string $phql ] + Parameter #1 [ $placeholders ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method existsBelongsTo ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $modelRelation ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ boolean ] } Method [ abstract public method existsHasMany ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $modelRelation ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ boolean ] } Method [ abstract public method existsHasOne ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $modelRelation ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ boolean ] } - Method [ abstract public method getBelongsToRecords ] { + Method [ abstract public method existsHasManyToMany ] { - - Parameters [5] { - Parameter #0 [ $method ] - Parameter #1 [ $modelName ] - Parameter #2 [ $modelRelation ] - Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #4 [ $parameters ] + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] } + - Return [ boolean ] } - Method [ abstract public method getHasManyRecords ] { + Method [ abstract public method getBelongsTo ] { - - Parameters [5] { - Parameter #0 [ $method ] - Parameter #1 [ $modelName ] - Parameter #2 [ $modelRelation ] - Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #4 [ $parameters ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getHasOneRecords ] { + Method [ abstract public method getBelongsToRecords ] { - Parameters [5] { - Parameter #0 [ $method ] - Parameter #1 [ $modelName ] - Parameter #2 [ $modelRelation ] - Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #4 [ $parameters ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters ] + Parameter #4 [ string or NULL $method ] } } - Method [ abstract public method getBelongsTo ] { + Method [ abstract public method getHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getHasMany ] { + Method [ abstract 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 or NULL $method ] + } + } + + Method [ abstract public method getHasManyToMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } Method [ abstract public method getHasOne ] { @@ -5441,6 +7091,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } Method [ abstract public method getHasOneAndHasMany ] { @@ -5448,143 +7099,248 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method getRelations ] { + Method [ abstract public method getHasOneRecords ] { - - Parameters [1] { - Parameter #0 [ $modelName ] + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters ] + Parameter #4 [ string or NULL $method ] } } - Method [ abstract public method getRelationsBetween ] { + Method [ abstract public method getLastInitialized ] { - - Parameters [2] { - Parameter #0 [ $first ] - Parameter #1 [ $second ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method createQuery ] { + Method [ abstract public method getLastQuery ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method getModelSchema ] { - Parameters [1] { - Parameter #0 [ $phql ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ string ] } - Method [ abstract public method executeQuery ] { + Method [ abstract public method getModelSource ] { - - Parameters [3] { - Parameter #0 [ $phql ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $types ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ string ] } - Method [ abstract public method createBuilder ] { + Method [ abstract public method getReadConnection ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ abstract public method addBehavior ] { + Method [ abstract public method getReadConnectionService ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } + - Return [ string ] } - Method [ abstract public method notifyEvent ] { + Method [ abstract public method getRelationByAlias ] { - Parameters [2] { - Parameter #0 [ $eventName ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $modelName ] + Parameter #1 [ string $alias ] } } - Method [ abstract public method missingMethod ] { + Method [ abstract public method getRelationRecords ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $eventName ] - Parameter #2 [ $data ] + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #2 [ $parameters ] + Parameter #3 [ string or NULL $method ] } } - Method [ abstract public method getLastQuery ] { + Method [ abstract public method getRelations ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ array ] } - Method [ abstract public method getRelationByAlias ] { + Method [ abstract public method getRelationsBetween ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $alias ] + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] } } - } - } - - Interface [ interface Phalcon\Mvc\Model\MessageInterface ] { - - Constants [0] { - } + Method [ abstract public method getWriteConnection ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } - - Static methods [1] { - Method [ abstract static public method __set_state ] { + Method [ abstract public method getWriteConnectionService ] { - Parameters [1] { - Parameter #0 [ array $message ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ string ] } - } - - - Properties [0] { - } - - Methods [7] { - Method [ abstract public method setType ] { + Method [ abstract public method load ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string $modelName ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ abstract public method getType ] { + Method [ abstract public method initialize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } } - Method [ abstract public method setMessage ] { + Method [ abstract public method isInitialized ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ string $className ] } + - Return [ boolean ] } - Method [ abstract public method getMessage ] { + Method [ abstract public method isKeepingSnapshots ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ boolean ] } - Method [ abstract public method setField ] { + Method [ abstract public method isUsingDynamicUpdate ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ boolean ] } - Method [ abstract public method getField ] { - } + Method [ abstract public method isVisibleModelProperty ] { - Method [ abstract public method __toString ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $property ] + } + - Return [ boolean ] } - } - } - Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { + Method [ abstract public method keepSnapshots ] { - - Constants [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ boolean $keepSnapshots ] + } + - Return [ void ] + } + + Method [ abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $eventName ] + Parameter #2 [ $data ] + } + } + + Method [ abstract public method notifyEvent ] { + + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ abstract public method setConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ abstract public method setReadConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ abstract public method setModelSchema ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $schema ] + } + - Return [ void ] + } + + Method [ abstract public method setModelSource ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $source ] + } + - Return [ void ] + } + + Method [ abstract public method setWriteConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] + } + } + + Method [ abstract public method useDynamicUpdate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ boolean $dynamicUpdate ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { + + - Constants [0] { } - Static properties [0] { @@ -5596,36 +7352,106 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [6] { - Method [ abstract public method parse ] { - } - + - Methods [13] { Method [ abstract public method cache ] { - Parameters [1] { - Parameter #0 [ $cacheOptions ] + Parameter #0 [ array $cacheOptions ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method execute ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ array $bindTypes ] + } + } + + Method [ abstract public method getBindParams ] { + + - Parameters [0] { } + - Return [ array ] } Method [ abstract public method getCacheOptions ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method setUniqueRow ] { + Method [ abstract public method getBindTypes ] { - - Parameters [1] { - Parameter #0 [ $uniqueRow ] + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getSql ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getSingleResult ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ array $bindTypes ] } + - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method getUniqueRow ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method execute ] { + Method [ abstract public method parse ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method setBindTypes ] { - Parameters [2] { - Parameter #0 [ $bindParams ] - Parameter #1 [ $bindTypes ] + Parameter #0 [ array $bindTypes ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method setSharedLock ] { + + - Parameters [1] { + Parameter #0 [ boolean $sharedLock ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method setUniqueRow ] { + + - Parameters [1] { + Parameter #0 [ boolean $uniqueRow ] } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } } } @@ -5633,8 +7459,8 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Interface [ interface Phalcon\Mvc\Model\Query\BuilderInterface ] { - Constants [2] { - Constant [ public string OPERATOR_OR ] { or } Constant [ public string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } } - Static properties [0] { @@ -5646,15 +7472,59 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [28] { + - Methods [38] { + Method [ abstract public method addFrom ] { + + - Parameters [2] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $alias ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method betweenWhere ] { + + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + Method [ abstract public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getColumns ] { + Method [ abstract public method distinct ] { + + - Parameters [1] { + Parameter #0 [ $distinct ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ boolean $forUpdate ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method from ] { @@ -5662,172 +7532,238 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ $models ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method addFrom ] { + Method [ abstract public method getBindParams ] { - - Parameters [2] { - Parameter #0 [ $model ] - Parameter #1 [ $alias ] + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getColumns ] { + } + + Method [ abstract public method getDistinct ] { + + - Parameters [0] { } + - Return [ boolean ] } Method [ abstract public method getFrom ] { } - Method [ abstract public method join ] { + Method [ abstract public method getGroupBy ] { - - Parameters [4] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] - Parameter #3 [ $type ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method innerJoin ] { + Method [ abstract public method getHaving ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method leftJoin ] { + Method [ abstract public method getJoins ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method rightJoin ] { + Method [ abstract public method getLimit ] { + } - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + Method [ abstract public method getOffset ] { + + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method getJoins ] { + Method [ abstract public method getOrderBy ] { } - Method [ abstract public method where ] { + Method [ abstract public method getPhql ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method andWhere ] { + Method [ abstract public method getQuery ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ abstract public method orWhere ] { + Method [ abstract public method getWhere ] { + } - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + Method [ abstract public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $group ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method betweenWhere ] { + Method [ abstract public method having ] { - - Parameters [4] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ $operator ] + - Parameters [1] { + Parameter #0 [ string $having ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method notBetweenWhere ] { + Method [ abstract public method innerJoin ] { - - Parameters [4] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ $operator ] + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method inWhere ] { - Parameters [3] { - Parameter #0 [ $expr ] + Parameter #0 [ string $expr ] Parameter #1 [ array $values ] - Parameter #2 [ $operator ] + Parameter #2 [ string $operator ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method notInWhere ] { + Method [ abstract public method join ] { - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ $operator ] + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getWhere ] { + Method [ abstract public method leftJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method orderBy ] { + Method [ abstract public method limit ] { - - Parameters [1] { - Parameter #0 [ $orderBy ] + - Parameters [2] { + Parameter #0 [ integer $limit ] + Parameter #1 [ $offset ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getOrderBy ] { + Method [ abstract public method getModels ] { } - Method [ abstract public method having ] { + Method [ abstract public method notBetweenWhere ] { - - Parameters [1] { - Parameter #0 [ $having ] + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getHaving ] { + Method [ abstract public method notInWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method limit ] { + Method [ abstract public method offset ] { - - Parameters [2] { - Parameter #0 [ $limit ] - Parameter #1 [ $offset ] + - Parameters [1] { + Parameter #0 [ integer $offset ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getLimit ] { + Method [ abstract public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ string $orderBy ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method groupBy ] { + Method [ abstract public method orWhere ] { - - Parameters [1] { - Parameter #0 [ $group ] + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getGroupBy ] { + Method [ abstract public method rightJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getPhql ] { + Method [ abstract public method setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } - Method [ abstract public method getQuery ] { + Method [ abstract public method setBindTypes ] { + + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method where ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } } } @@ -5847,13 +7783,25 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [3] { - Method [ abstract public method getModel ] { + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method getModel ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method success ] { + + - Parameters [0] { + } + - Return [ boolean ] } } } @@ -5872,57 +7820,88 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [14] { - Method [ abstract public method setIntermediateRelation ] { + - Methods [15] { + Method [ abstract public method getFields ] { + } - - Parameters [3] { - Parameter #0 [ $intermediateFields ] - Parameter #1 [ $intermediateModel ] - Parameter #2 [ $intermediateReferencedFields ] + Method [ abstract public method getForeignKey ] { + } + + Method [ abstract public method getIntermediateFields ] { + } + + Method [ abstract public method getIntermediateModel ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method isReusable ] { + Method [ abstract public method getIntermediateReferencedFields ] { } - Method [ abstract public method getType ] { + Method [ abstract public method getOption ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } } - Method [ abstract public method getReferencedModel ] { + Method [ abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getFields ] { + Method [ abstract public method getParams ] { } Method [ abstract public method getReferencedFields ] { } - Method [ abstract public method getOptions ] { + Method [ abstract public method getReferencedModel ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method getOption ] { + Method [ abstract public method getType ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ integer ] } Method [ abstract public method isForeignKey ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getForeignKey ] { + Method [ abstract public method isReusable ] { + + - Parameters [0] { + } + - Return [ boolean ] } Method [ abstract public method isThrough ] { - } - Method [ abstract public method getIntermediateFields ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method getIntermediateModel ] { - } + Method [ abstract public method setIntermediateRelation ] { - Method [ abstract public method getIntermediateReferencedFields ] { + - Parameters [3] { + Parameter #0 [ $intermediateFields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateReferencedFields ] + } } } } @@ -5941,59 +7920,96 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [11] { - Method [ abstract public method setTransactionManager ] { + - Methods [12] { + Method [ abstract public method begin ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method begin ] { + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method commit ] { + Method [ abstract public method getConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method isManaged ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method isValid ] { + + - Parameters [0] { + } + - Return [ boolean ] } Method [ abstract public method rollback ] { - Parameters [2] { - Parameter #0 [ $rollbackMessage ] + Parameter #0 [ string or NULL $rollbackMessage ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] } - } - - Method [ abstract public method getConnection ] { + - Return [ boolean ] } Method [ abstract public method setIsNewTransaction ] { - Parameters [1] { - Parameter #0 [ $isNew ] + Parameter #0 [ boolean $isNew ] } + - Return [ void ] } Method [ abstract public method setRollbackOnAbort ] { - Parameters [1] { - Parameter #0 [ $rollbackOnAbort ] + Parameter #0 [ boolean $rollbackOnAbort ] } + - Return [ void ] } - Method [ abstract public method isManaged ] { - } + Method [ abstract public method setRollbackedRecord ] { - Method [ abstract public method getMessages ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + } + - Return [ void ] } - Method [ abstract public method isValid ] { + Method [ abstract public method setTransactionManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + } + - Return [ void ] } - Method [ abstract public method setRollbackedRecord ] { + Method [ abstract public method throwRollbackException ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #0 [ boolean $status ] } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } @@ -6012,28 +8028,52 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [8] { - Method [ abstract public method has ] { + - Methods [12] { + Method [ abstract public method collectTransactions ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method commit ] { } Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ $autoBegin ] + Parameter #0 [ boolean $autoBegin ] } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] } - Method [ abstract public method rollbackPendent ] { + Method [ abstract public method getDbService ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method commit ] { + Method [ abstract public method getRollbackPendent ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method rollback ] { + Method [ abstract public method has ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ abstract public method notifyCommit ] { - Parameters [1] { - Parameter #0 [ $collect ] + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } + - Return [ void ] } Method [ abstract public method notifyRollback ] { @@ -6041,16 +8081,38 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } + - Return [ void ] } - Method [ abstract public method notifyCommit ] { + Method [ abstract public method rollback ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ boolean $collect ] } + - Return [ void ] } - Method [ abstract public method collectTransactions ] { + Method [ abstract public method rollbackPendent ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method setDbService ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + } + + Method [ abstract public method setRollbackPendent ] { + + - Parameters [1] { + Parameter #0 [ boolean $rollbackPendent ] + } + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } } } @@ -6069,119 +8131,174 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [18] { - Method [ abstract public method setHostname ] { + - Methods [21] { + Method [ abstract public method add ] { - - Parameters [1] { - Parameter #0 [ $hostname ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getHostname ] { - } - - Method [ abstract public method setPrefix ] { + Method [ abstract public method addConnect ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getPrefix ] { - } - - Method [ abstract public method beforeMatch ] { + Method [ abstract public method addDelete ] { - - Parameters [1] { - Parameter #0 [ $beforeMatch ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getBeforeMatch ] { - } - - Method [ abstract public method setPaths ] { + Method [ abstract public method addGet ] { - - Parameters [1] { - Parameter #0 [ $paths ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getPaths ] { - } + Method [ abstract public method addHead ] { - Method [ abstract public method getRoutes ] { + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method add ] { + Method [ abstract public method addOptions ] { - - Parameters [3] { - Parameter #0 [ $pattern ] + - Parameters [2] { + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] - Parameter #2 [ $httpMethods ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addGet ] { + Method [ abstract public method addPatch ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPost ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addPut ] { + Method [ abstract public method addPurge ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addPatch ] { + Method [ abstract public method addPut ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addDelete ] { + Method [ abstract public method addTrace ] { - Parameters [2] { - Parameter #0 [ $pattern ] + Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method addOptions ] { + Method [ abstract public method beforeMatch ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [1] { + Parameter #0 [ $beforeMatch ] } + - Return [ Phalcon\Mvc\Router\GroupInterface ] } - Method [ abstract public method addHead ] { + Method [ abstract public method clear ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [0] { } + - Return [ void ] } - Method [ abstract public method clear ] { + Method [ abstract public method getBeforeMatch ] { } - } - } + + Method [ abstract public method getHostname ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getPaths ] { + } + + Method [ abstract public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ string $hostname ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ abstract public method setPaths ] { + + - Parameters [1] { + Parameter #0 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ abstract public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + } + } Interface [ interface Phalcon\Mvc\Router\RouteInterface ] { @@ -6193,132 +8310,125 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [1] { Method [ abstract static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] } } - Properties [0] { } - - Methods [14] { - Method [ abstract public method setHostname ] { + - Methods [15] { + Method [ abstract public method compilePattern ] { - Parameters [1] { - Parameter #0 [ $hostname ] + Parameter #0 [ string $pattern ] } + - Return [ string ] } - Method [ abstract public method getHostname ] { - } - - Method [ abstract public method compilePattern ] { + Method [ abstract public method convert ] { - - Parameters [1] { - Parameter #0 [ $pattern ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method via ] { + Method [ abstract public method getCompiledPattern ] { - - Parameters [1] { - Parameter #0 [ $httpMethods ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method reConfigure ] { + Method [ abstract public method getHostname ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getName ] { + Method [ abstract public method getHttpMethods ] { } - Method [ abstract public method setName ] { + Method [ abstract public method getName ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method setHttpMethods ] { + Method [ abstract public method getPaths ] { - - Parameters [1] { - Parameter #0 [ $httpMethods ] + - Parameters [0] { } - } - - Method [ abstract public method getRouteId ] { + - Return [ array ] } Method [ abstract public method getPattern ] { - } - - Method [ abstract public method getCompiledPattern ] { - } - Method [ abstract public method getPaths ] { + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getReversedPaths ] { - } - Method [ abstract public method getHttpMethods ] { + - Parameters [0] { + } + - Return [ array ] } - } - } - - Interface [ interface Phalcon\Mvc\UrlInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ abstract public method getRouteId ] { - - Properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [6] { - Method [ abstract public method setBaseUri ] { + Method [ abstract public method setHostname ] { - Parameters [1] { - Parameter #0 [ $baseUri ] + Parameter #0 [ string $hostname ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getBaseUri ] { - } - - Method [ abstract public method setBasePath ] { + Method [ abstract public method setHttpMethods ] { - Parameters [1] { - Parameter #0 [ $basePath ] + Parameter #0 [ $httpMethods ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method getBasePath ] { + Method [ abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ abstract public method get ] { + Method [ abstract public method reConfigure ] { - - Parameters [4] { - Parameter #0 [ $uri ] - Parameter #1 [ $args ] - Parameter #2 [ $local ] - Parameter #3 [ $baseUri ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } + - Return [ void ] } - Method [ abstract public method path ] { + Method [ abstract public method via ] { - Parameters [1] { - Parameter #0 [ $path ] + Parameter #0 [ $httpMethods ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } @@ -6337,199 +8447,235 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [38] { - Method [ abstract public method setLayoutsDir ] { + - Methods [35] { + Method [ abstract public method cleanTemplateAfter ] { + } - - Parameters [1] { - Parameter #0 [ $layoutsDir ] - } + Method [ abstract public method cleanTemplateBefore ] { } - Method [ abstract public method getLayoutsDir ] { + Method [ abstract public method disable ] { } - Method [ abstract public method setPartialsDir ] { + Method [ abstract public method enable ] { + } - - Parameters [1] { - Parameter #0 [ $partialsDir ] + Method [ abstract public method finish ] { + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getPartialsDir ] { + Method [ abstract public method getActiveRenderPath ] { } - Method [ abstract public method setBasePath ] { + Method [ abstract public method getBasePath ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getBasePath ] { + Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method setRenderLevel ] { + Method [ abstract public method getLayout ] { - - Parameters [1] { - Parameter #0 [ $level ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method setMainView ] { + Method [ abstract public method getLayoutsDir ] { - - Parameters [1] { - Parameter #0 [ $viewPath ] + - Parameters [0] { } + - Return [ string ] } Method [ abstract public method getMainView ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method setLayout ] { + Method [ abstract public method getPartialsDir ] { - - Parameters [1] { - Parameter #0 [ $layout ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getLayout ] { + Method [ abstract public method isDisabled ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ abstract public method setTemplateBefore ] { + Method [ abstract public method pick ] { - Parameters [1] { - Parameter #0 [ $templateBefore ] + Parameter #0 [ string $renderView ] } } - Method [ abstract public method cleanTemplateBefore ] { - } - - Method [ abstract public method setTemplateAfter ] { + Method [ abstract public method registerEngines ] { - Parameters [1] { - Parameter #0 [ $templateAfter ] + Parameter #0 [ array $engines ] } } - Method [ abstract public method cleanTemplateAfter ] { - } + Method [ abstract public method render ] { - Method [ abstract public method getControllerName ] { + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + } } - Method [ abstract public method getActionName ] { + Method [ abstract public method reset ] { } - Method [ abstract public method getParams ] { - } + Method [ abstract public method setBasePath ] { - Method [ abstract public method start ] { + - Parameters [1] { + Parameter #0 [ string $basePath ] + } } - Method [ abstract public method registerEngines ] { + Method [ abstract public method setLayout ] { - Parameters [1] { - Parameter #0 [ array $engines ] + Parameter #0 [ string $layout ] } } - Method [ abstract public method render ] { + Method [ abstract public method setLayoutsDir ] { - - Parameters [3] { - Parameter #0 [ $controllerName ] - Parameter #1 [ $actionName ] - Parameter #2 [ $params ] + - Parameters [1] { + Parameter #0 [ string $layoutsDir ] } } - Method [ abstract public method pick ] { + Method [ abstract public method setMainView ] { - Parameters [1] { - Parameter #0 [ $renderView ] + Parameter #0 [ string $viewPath ] } } - Method [ abstract public method finish ] { - } + Method [ abstract public method setPartialsDir ] { - Method [ abstract public method getActiveRenderPath ] { + - Parameters [1] { + Parameter #0 [ string $partialsDir ] + } } - Method [ abstract public method disable ] { - } + Method [ abstract public method setRenderLevel ] { - Method [ abstract public method enable ] { + - Parameters [1] { + Parameter #0 [ integer $level ] + } + - Return [ Phalcon\Mvc\ViewInterface ] } - Method [ abstract public method reset ] { - } + Method [ abstract public method setTemplateAfter ] { - Method [ abstract public method isDisabled ] { + - Parameters [1] { + Parameter #0 [ $templateAfter ] + } } - Method [ abstract public method setViewsDir ] { + Method [ abstract public method setTemplateBefore ] { - Parameters [1] { - Parameter #0 [ $viewsDir ] + Parameter #0 [ $templateBefore ] } } - Method [ abstract public method getViewsDir ] { + Method [ abstract public method start ] { } - Method [ abstract public method setParamToView ] { + Method [ abstract public method getContent ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method setVar ] { + Method [ abstract public method getParamsToView ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getParamsToView ] { - } - - Method [ abstract public method getCache ] { + Method [ abstract public method getViewsDir ] { } - Method [ abstract public method cache ] { + Method [ abstract public method partial ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] } } Method [ abstract public method setContent ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ string $content ] } } - Method [ abstract public method getContent ] { + Method [ abstract public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } } - Method [ abstract public method partial ] { + Method [ abstract public method setVar ] { - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ string $viewsDir ] } } } } - Interface [ interface Phalcon\Session\BagInterface ] { + Interface [ interface Phalcon\Paginator\RepositoryInterface ] { - - 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] { @@ -6541,63 +8687,90 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [8] { - Method [ abstract public method initialize ] { + - Methods [11] { + Method [ abstract public method getAliases ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method destroy ] { + Method [ abstract public method getCurrent ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method set ] { + Method [ abstract public method getFirst ] { - - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method get ] { + Method [ abstract public method getItems ] { + } - - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $defaultValue ] + Method [ abstract public method getLast ] { + + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method has ] { + Method [ abstract public method getLimit ] { - - Parameters [1] { - Parameter #0 [ $property ] + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method __set ] { + Method [ abstract public method getNext ] { - - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ integer ] } - Method [ abstract public method __get ] { + Method [ abstract public method getPrevious ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ abstract public method getTotalItems ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ abstract public method setAliases ] { - Parameters [1] { - Parameter #0 [ $property ] + Parameter #0 [ array $aliases ] } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ abstract public method __isset ] { + Method [ abstract public method setProperties ] { - Parameters [1] { - Parameter #0 [ $property ] + Parameter #0 [ array $properties ] } + - Return [ Phalcon\Paginator\RepositoryInterface ] } } } - Interface [ interface Phalcon\ValidationInterface ] { + Interface [ interface Phalcon\Session\ManagerInterface ] { - - Constants [0] { + - Constants [3] { + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_DISABLED ] { 0 } + Constant [ public integer SESSION_NONE ] { 1 } } - Static properties [0] { @@ -6609,172 +8782,172 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [16] { - Method [ abstract public method validate ] { + - Methods [21] { + Method [ abstract public method __get ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $entity ] + - Parameters [1] { + Parameter #0 [ string $key ] } } - Method [ abstract public method add ] { + Method [ abstract public method __isset ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ abstract public method rule ] { + Method [ abstract public method __set ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ abstract public method rules ] { + Method [ abstract public method __unset ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ array $validators ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ void ] } - Method [ abstract public method setFilters ] { + Method [ abstract public method exists ] { - - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $filters ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getFilters ] { + Method [ abstract public method destroy ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [0] { } + - Return [ void ] } - Method [ abstract public method getValidators ] { - } + Method [ abstract public method get ] { - Method [ abstract public method getEntity ] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ boolean $remove ] + } } - Method [ abstract public method setDefaultMessages ] { + Method [ abstract public method getId ] { - - Parameters [1] { - Parameter #0 [ array or NULL $messages ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getDefaultMessage ] { + Method [ abstract public method getAdapter ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [0] { } + - Return [ SessionHandlerInterface ] } - Method [ abstract public method getMessages ] { + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method setLabels ] { + Method [ abstract public method getOptions ] { - - Parameters [1] { - Parameter #0 [ array $labels ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method getLabel ] { + Method [ abstract public method has ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ abstract public method appendMessage ] { + Method [ abstract public method remove ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ string $key ] } + - Return [ void ] } - Method [ abstract public method bind ] { + Method [ abstract public method set ] { - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ $data ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ abstract public method getValue ] { + Method [ abstract public method setAdapter ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ SessionHandlerInterface $adapter ] } + - Return [ Phalcon\Session\ManagerInterface ] } - } - } - Interface [ interface Phalcon\Validation\MessageInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ abstract static public method __set_state ] { + Method [ abstract public method setId ] { - Parameters [1] { - Parameter #0 [ array $message ] + Parameter #0 [ string $id ] } + - Return [ Phalcon\Session\ManagerInterface ] } - } - - - Properties [0] { - } - - Methods [7] { - Method [ abstract public method setType ] { + Method [ abstract public method setName ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ abstract public method getType ] { - } - - Method [ abstract public method setMessage ] { + Method [ abstract public method setOptions ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ array $options ] } + - Return [ void ] } - Method [ abstract public method getMessage ] { + Method [ abstract public method status ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ abstract public method setField ] { + Method [ abstract public method start ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method getField ] { - } + Method [ abstract public method regenerateId ] { - Method [ abstract public method __toString ] { + - Parameters [1] { + Parameter #0 [ $deleteOldSession ] + } + - Return [ Phalcon\Session\ManagerInterface ] } } } - Interface [ interface Phalcon\Acl\ResourceAware ] { + Interface [ interface Phalcon\Url\UrlInterface ] { - Constants [0] { } @@ -6788,33 +8961,58 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [1] { - Method [ abstract public method getResourceName ] { + - Methods [6] { + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ $uri ] + Parameter #1 [ $args ] + Parameter #2 [ boolean or NULL $local ] + } + - Return [ string ] } - } - } - Interface [ interface Phalcon\Acl\RoleAware ] { + Method [ abstract public method getBasePath ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ abstract public method getBaseUri ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [0] { - } + Method [ abstract public method setBasePath ] { - - Methods [1] { - Method [ abstract public method getRoleName ] { + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ Phalcon\Url\UrlInterface ] + } + + Method [ abstract public method setBaseUri ] { + + - Parameters [1] { + Parameter #0 [ string $baseUri ] + } + - Return [ Phalcon\Url\UrlInterface ] + } + + Method [ abstract public method path ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $path ] + } + - Return [ string ] } } } - Interface [ interface Phalcon\Cli\RouterInterface ] { + Interface [ interface Phalcon\Validation\ValidationInterface ] { - Constants [0] { } @@ -6828,150 +9026,147 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [16] { - Method [ abstract public method setDefaultModule ] { + - Methods [14] { + Method [ abstract public method add ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ abstract public method setDefaultTask ] { + Method [ abstract public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $taskName ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ abstract public method setDefaultAction ] { + Method [ abstract public method bind ] { - - Parameters [1] { - Parameter #0 [ $actionName ] + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ $data ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ abstract public method setDefaults ] { + Method [ abstract public method getEntity ] { - - Parameters [1] { - Parameter #0 [ array $defaults ] + - Parameters [0] { } + - Return [ NULL ] } - Method [ abstract public method handle ] { + Method [ abstract public method getFilters ] { - Parameters [1] { - Parameter #0 [ $arguments ] + Parameter #0 [ string or NULL $field ] } } - Method [ abstract public method add ] { + Method [ abstract public method getLabel ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ string ] } - Method [ abstract public method getModuleName ] { - } + Method [ abstract public method getMessages ] { - Method [ abstract public method getTaskName ] { + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] } - Method [ abstract public method getActionName ] { - } + Method [ abstract public method getValidators ] { - Method [ abstract public method getParams ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method getMatchedRoute ] { - } + Method [ abstract public method getValue ] { - Method [ abstract public method getMatches ] { + - Parameters [1] { + Parameter #0 [ string $field ] + } } - Method [ abstract public method wasMatched ] { - } + Method [ abstract public method rule ] { - Method [ abstract public method getRoutes ] { + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ abstract public method getRouteById ] { + Method [ abstract public method rules ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ array $validators ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ abstract public method getRouteByName ] { + Method [ abstract public method setFilters ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ $filters ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - } - } - Interface [ interface Phalcon\Cli\Router\RouteInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ abstract static public method reset ] { - } - } - - - Properties [0] { - } - - - Methods [9] { - Method [ abstract public method compilePattern ] { + Method [ abstract public method setLabels ] { - Parameters [1] { - Parameter #0 [ $pattern ] + Parameter #0 [ array $labels ] } + - Return [ void ] } - Method [ abstract public method reConfigure ] { + Method [ abstract public method validate ] { - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + Parameter #0 [ $data ] + Parameter #1 [ $entity ] } + - Return [ Phalcon\Messages\Messages ] } + } + } - Method [ abstract public method getName ] { - } - - Method [ abstract public method setName ] { + Interface [ interface Phalcon\Acl\ComponentAware ] { - - Parameters [1] { - Parameter #0 [ $name ] - } - } + - Constants [0] { + } - Method [ abstract public method getRouteId ] { - } + - Static properties [0] { + } - Method [ abstract public method getPattern ] { - } + - Static methods [0] { + } - Method [ abstract public method getCompiledPattern ] { - } + - Properties [0] { + } - Method [ abstract public method getPaths ] { - } + - Methods [1] { + Method [ abstract public method getComponentName ] { - Method [ abstract public method getReversedPaths ] { + - Parameters [0] { + } + - Return [ string ] } } } - Interface [ interface Phalcon\Di\ServiceProviderInterface ] { + Interface [ interface Phalcon\Acl\RoleAware ] { - Constants [0] { } @@ -6986,16 +9181,16 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Methods [1] { - Method [ abstract public method register ] { + Method [ abstract public method getRoleName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $di ] + - Parameters [0] { } + - Return [ string ] } } } - Interface [ interface Phalcon\Filter\UserFilterInterface ] { + Interface [ interface Phalcon\Cli\RouterInterface ] { - Constants [0] { } @@ -7009,17 +9204,130 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [1] { - Method [ abstract public method filter ] { + - Methods [16] { + 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 [ abstract public method getMatchedRoute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ abstract public method getMatches ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getModuleName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getRouteById ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $id ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ abstract public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ abstract public method getRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getTaskName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method handle ] { + + - Parameters [1] { + Parameter #0 [ $arguments ] + } + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ array $defaults ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ abstract public method wasMatched ] { + + - Parameters [0] { } + - Return [ boolean ] } } } - Interface [ interface Phalcon\Mvc\Collection\ManagerInterface ] { + Interface [ interface Phalcon\Cli\Router\RouteInterface ] { - Constants [0] { } @@ -7027,89 +9335,138 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [3] { + Method [ abstract static public method delimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + } + + Method [ abstract static public method getDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } } - Properties [0] { } - Methods [11] { - Method [ abstract public method setCustomEventsManager ] { + Method [ abstract public method compilePattern ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [1] { + Parameter #0 [ string $pattern ] } + - Return [ string ] } - Method [ abstract public method getCustomEventsManager ] { + Method [ abstract public method getCompiledPattern ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method initialize ] { + Method [ abstract public method getDescription ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method isInitialized ] { + Method [ abstract public method getName ] { - - Parameters [1] { - Parameter #0 [ $modelName ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getLastInitialized ] { + Method [ abstract public method getPaths ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ abstract public method setConnectionService ] { + Method [ abstract public method getPattern ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $connectionService ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method useImplicitObjectIds ] { + Method [ abstract public method getReversedPaths ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $useImplicitObjectIds ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method isUsingImplicitObjectIds ] { + Method [ abstract public method getRouteId ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method getConnection ] { + 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 [ Phalcon\Mvc\CollectionInterface $model ] + Parameter #0 [ string $description ] } + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ abstract public method notifyEvent ] { + Method [ abstract public method setName ] { - - Parameters [2] { - Parameter #0 [ $eventName ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Cli\Router\RouteInterface ] } + } + } - Method [ abstract public method addBehavior ] { + Interface [ interface Phalcon\Di\ServiceProviderInterface ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method register ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $di ] } + - Return [ void ] } } } @@ -7124,6 +9481,10 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [1] { Method [ abstract static public method getModelName ] { + + - Parameters [0] { + } + - Return [ string ] } } @@ -7196,14 +9557,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ abstract public method registerAutoloaders ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ abstract public method registerServices ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } } } @@ -7217,7 +9578,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -7266,7 +9634,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ abstract class Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -7277,79 +9645,142 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] } - - Methods [9] { + - Methods [12] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $attribute ] + Parameter #1 [ $field ] + } + - Return [ boolean ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareMessage ] { + Method [ public method messageFactory ] { - - Parameters [4] { + - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ protected method prepareCode ] { + Class [ abstract class Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $container ] + } + + - Methods [2] { + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } } } @@ -7366,41 +9797,51 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [2] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] + Property [ protected $container ] + Property [ protected $eventsManager ] } - Methods [5] { - Method [ public method setDI ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $propertyName ] } } Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setEventsManager ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface or NULL ] } - Method [ public method getEventsManager ] { + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] } - Method [ public method __get ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } } } - Class [ abstract class Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { + Class [ abstract class Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -7411,240 +9852,315 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [33] { - Method [ public method __construct ] { + - Methods [4] { + Method [ protected method checkService ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method setForm ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ public method getForm ] { + Method [ abstract protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setName ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array $services ] } + - Return [ void ] } + } + } + + Class [ abstract class Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method __construct ] { - Method [ public method getName ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } } - Method [ public method setFilters ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getFilters ] { + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidators ] { + Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addValidator ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getValidators ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method prepareAttributes ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ public method setAttribute ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getAttribute ] { + Method [ public method getDefault ] { + } - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method setAttributes ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method setUserOption ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ $option ] + Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } - Method [ public method setUserOptions ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ $label ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getLabel ] { + Method [ public method getValue ] { } - Method [ public method label ] { + Method [ public method hasMessages ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method setDefault ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDefault ] { - } + Method [ public method prepareAttributes ] { - Method [ public method getValue ] { + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] + } + - Return [ array ] } - Method [ public method getMessages ] { - } + Method [ public method setAttribute ] { - Method [ public method hasMessages ] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setMessages ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method clear ] { + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract public method render ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ abstract class Phalcon\Factory implements Phalcon\FactoryInterface ] { + 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 [2] { - Method [ static protected method loadClass ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ abstract static public method load ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - - Properties [0] { - } + Method [ abstract public method render ] { - - Methods [0] { + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } } } - Class [ abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { + Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } @@ -7655,59 +10171,67 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [1] { + Property [ protected $escaper ] } - - Methods [7] { - Method [ public method __construct ] { + - Methods [6] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ protected method appendMessage ] { + Method [ protected method renderFullElement ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getMessages ] { - } + Method [ protected method renderElement ] { - Method [ public method getOptions ] { + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } - Method [ public method getOption ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ abstract public method validate ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } } } - Class [ abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Collection implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [0] { } @@ -7718,379 +10242,352 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] } - - Methods [17] { - Method [ public method getFrontend ] { + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ boolean $insensitive ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } } - Method [ public method setFrontend ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ $frontend ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method getOptions ] { + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ public method setOptions ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method getLastKey ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ public method setLastKey ] { + Method [ public method count ] { - - Parameters [1] { - Parameter #0 [ $lastKey ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method __construct ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ public method start ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ public method stop ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $stopBuffer ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method isFresh ] { + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] } - Method [ public method isStarted ] { + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getLifetime ] { + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ boolean ] } - Method [ abstract public method get ] { + Method [ public method offsetGet ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ $element ] } } - Method [ abstract public method save ] { + Method [ public method offsetSet ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ abstract public method delete ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $keyName ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ abstract public method queryKeys ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ $prefix ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ abstract public method exists ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - } - } - Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Method [ public method serialize ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_metaData ] - Property [ protected $_columnMap ] - } - - - Methods [32] { - Method [ final protected method _initialize ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getDI ] { - } - - Method [ public method setStrategy ] { + Method [ public method toJson ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ public method getStrategy ] { - } - - Method [ final public method readMetaData ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $serialized ] } + - Return [ void ] } - Method [ final public method readMetaDataIndex ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - } - } - - Method [ final public method writeMetaDataIndex ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } + } + } - Method [ final public method readColumnMap ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } + Class [ abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Method [ final public method readColumnMapIndex ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - } - } + - Static properties [0] { + } - Method [ public method getAttributes ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } + - Properties [6] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + } - Method [ public method getPrimaryKeyAttributes ] { + - Methods [18] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method getNotNullAttributes ] { + Method [ public method getPrefix ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getDataTypes ] { + Method [ protected method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method getDataTypesNumeric ] { + Method [ abstract public method clear ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getIdentityField ] { + Method [ abstract public method decrement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method getBindTypes ] { + Method [ abstract public method delete ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ abstract public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $key ] } } - Method [ public method getAutomaticUpdateAttributes ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } + Method [ abstract public method getAdapter ] { } - Method [ public method setAutomaticCreateAttributes ] { + Method [ abstract public method getKeys ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ abstract public method has ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method setEmptyStringAttributes ] { + Method [ abstract public method increment ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method getEmptyStringAttributes ] { + Method [ abstract public method set ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ public method getDefaultValues ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method getColumnMap ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $content ] } } - Method [ public method getReverseColumnMap ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method hasAttribute ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] - } - } - - Method [ public method isEmpty ] { - } - - Method [ public method reset ] { - } - - Method [ abstract public method read ] { - - - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - Method [ abstract public method write ] { + Method [ protected method initSerializer ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + - Parameters [0] { } + - Return [ void ] } } } - Class [ abstract class Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + Class [ abstract class Phalcon\Validation\Validator\File\AbstractFile extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -8101,171 +10598,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_reader ] - Property [ protected $_annotations ] + - Properties [6] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] } - - Methods [7] { - Method [ public method setReader ] { + - Methods [24] { + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + Parameter #0 [ $messageFileEmpty ] } } - Method [ public method getReader ] { + Method [ public method getMessageIniSize ] { } - Method [ public method get ] { + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ $messageIniSize ] } } - Method [ public method getMethods ] { + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ $messageValid ] } } - Method [ public method getMethod ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ boolean ] } - Method [ public method getProperties ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method getProperty ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Config implements ArrayAccess, Countable ] { + Method [ public method checkUploadIsEmpty ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } - } + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] + } - - Static properties [1] { - Property [ protected static $_pathDelimiter ] - } + Method [ public method checkUploadIsValid ] { - - Static methods [3] { - Method [ static public method __set_state ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] + } + + Method [ public method getFileSizeInBytes ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ string $size ] } + - Return [ float ] } - Method [ static public method setPathDelimiter ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $delimiter ] + Parameter #0 [ array $options ] } } - Method [ static public method getPathDelimiter ] { - } - } + Method [ public method getTemplate ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } - - Methods [11] { - Method [ public method __construct ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ array or NULL $arrayConfig ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method offsetExists ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method path ] { + Method [ public method setTemplate ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $delimiter ] + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method get ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $index ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method offsetGet ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method offsetSet ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $index ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ abstract public method validate ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method merge ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ public method toArray ] { - } + Method [ protected method prepareLabel ] { - Method [ public method count ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } } - Method [ final protected method _merge ] { + Method [ public method messageFactory ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Config $config ] - Parameter #1 [ $instance ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { + Class [ abstract class Phalcon\Http\Message\AbstractCommon ] { - Constants [0] { } @@ -8276,1346 +10802,1473 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $_transaction ] - Property [ protected $_queue ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] + - Properties [0] { } - - Methods [18] { - Method [ public method setLogLevel ] { + - Methods [3] { + Method [ final protected method cloneInstance ] { - - Parameters [1] { - Parameter #0 [ $level ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } - Method [ public method getLogLevel ] { - } - - Method [ public method setFormatter ] { + Method [ final protected method checkStringParameter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method begin ] { - } - - Method [ public method commit ] { - } - - Method [ public method rollback ] { - } - - Method [ public method isTransaction ] { - } - - Method [ public method critical ] { + Method [ final protected method processWith ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } + } + } - Method [ public method emergency ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Method [ public method debug ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Static properties [0] { + } - Method [ public method error ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Properties [1] { + Property [ protected $data ] + } - Method [ public method info ] { + - Methods [6] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ $data ] } } - Method [ public method notice ] { + Method [ protected method isSerializable ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ boolean ] } - Method [ public method warning ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } + Method [ public method getData ] { } - Method [ public method alert ] { + Method [ public method setData ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method log ] { - - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] - } + Method [ abstract public method serialize ] { } - Method [ abstract public method getFormatter ] { - } + Method [ abstract public method unserialize ] { - Method [ abstract public method close ] { + - Parameters [1] { + Parameter #0 [ $serialized ] + } } } } - Class [ abstract class Phalcon\Db\Adapter implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Config extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { - - Constants [0] { + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - - Static properties [1] { - Property [ protected static $_connectionConsecutive ] + - Static properties [0] { } - Static methods [0] { } - - Properties [11] { - Property [ protected $_eventsManager ] - Property [ protected $_descriptor ] - Property [ protected $_dialectType ] - Property [ protected $_type ] - Property [ protected $_dialect ] - Property [ protected $_connectionId ] - Property [ protected $_sqlStatement ] - Property [ protected $_sqlVariables ] - Property [ protected $_sqlBindTypes ] - Property [ protected $_transactionLevel ] - Property [ protected $_transactionsWithSavepoints ] + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] } - - Methods [70] { - Method [ public method getDialectType ] { - } - - Method [ public method getType ] { - } + - Methods [28] { + Method [ public method getPathDelimiter ] { - Method [ public method getSqlVariables ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method merge ] { - Parameters [1] { - Parameter #0 [ array $descriptor ] + Parameter #0 [ $toMerge ] } + - Return [ Phalcon\Config ] } - Method [ public method setEventsManager ] { + Method [ public method path ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] } } - Method [ public method getEventsManager ] { - } - - Method [ public method setDialect ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + Parameter #0 [ string or NULL $delimiter ] } + - Return [ Phalcon\Config ] } - Method [ public method getDialect ] { - } - - Method [ public method fetchOne ] { + Method [ public method toArray ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method fetchAll ] { + Method [ final protected method internalMerge ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } + - Return [ array ] } - Method [ public method fetchColumn ] { + Method [ protected method setData ] { - - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $column ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method insert ] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ boolean $insensitive ] } } - Method [ public method insertAsDict ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ public method update ] { + Method [ public method __isset ] { - - Parameters [5] { - Parameter #0 [ $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method updateAsDict ] { + Method [ public method __set ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition ] - Parameter #3 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ public method __unset ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method escapeIdentifier ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ $identifier ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getColumnList ] { + Method [ public method count ] { - - Parameters [1] { - Parameter #0 [ $columnList ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method limit ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ public method tableExists ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ public method viewExists ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method forUpdate ] { + Method [ public method init ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $sqlQuery ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method createTable ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ public method dropTable ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [1] { + Parameter #0 [ $element ] } } - Method [ public method createView ] { + Method [ public method offsetSet ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method dropView ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method addColumn ] { + Method [ public method remove ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method modifyColumn ] { + Method [ public method set ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method dropColumn ] { + Method [ public method serialize ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addIndex ] { + Method [ public method toJson ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ public method dropIndex ] { + Method [ public method unserialize ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ $serialized ] } + - Return [ void ] } + } + } - Method [ public method addPrimaryKey ] { + Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapter ] + Property [ protected $columnMap ] + Property [ protected $container ] + Property [ protected $metaData ] + Property [ protected $strategy ] + } + + - Methods [33] { + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method dropPrimaryKey ] { + Method [ public method getAutomaticCreateAttributes ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method addForeignKey ] { + Method [ public method getAutomaticUpdateAttributes ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method dropForeignKey ] { + Method [ public method getBindTypes ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method getColumnDefinition ] { + Method [ public method getColumnMap ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method listTables ] { + Method [ public method getDefaultValues ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method listViews ] { + Method [ public method getDataTypes ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method getDataTypesNumeric ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method describeReferences ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method tableOptions ] { + Method [ public method getEmptyStringAttributes ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method createSavepoint ] { + Method [ public method getIdentityField ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ string ] } - Method [ public method releaseSavepoint ] { + Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method rollbackSavepoint ] { + Method [ public method getNotNullAttributes ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { - Parameter #0 [ $nestedTransactionsWithSavepoints ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ public method isNestedTransactionsWithSavepoints ] { - } + Method [ public method getReverseColumnMap ] { - Method [ public method getNestedTransactionSavepointName ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] } - Method [ public method getDefaultIdValue ] { - } + Method [ public method getStrategy ] { - Method [ public method getDefaultValue ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\StrategyInterface ] } - Method [ public method supportSequences ] { - } + Method [ public method hasAttribute ] { - Method [ public method useExplicitIdValue ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ boolean ] } - Method [ public method getDescriptor ] { - } + Method [ public method isEmpty ] { - Method [ public method getConnectionId ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getSQLStatement ] { + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ array or NULL ] } - Method [ public method getRealSQLStatement ] { + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] } - Method [ public method getSQLBindTypes ] { + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } } - Method [ abstract public method connect ] { + Method [ final public method readMetaData ] { - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } + - Return [ array ] } - Method [ abstract public method query ] { + Method [ final public method readMetaDataIndex ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] } } - Method [ abstract public method execute ] { + Method [ public method reset ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [0] { } + - Return [ void ] } - Method [ abstract public method affectedRows ] { - } + Method [ public method setAutomaticCreateAttributes ] { - Method [ abstract public method close ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] } - Method [ abstract public method escapeString ] { + Method [ public method setAutomaticUpdateAttributes ] { - - Parameters [1] { - Parameter #0 [ $str ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ abstract public method lastInsertId ] { + Method [ public method setEmptyStringAttributes ] { - - Parameters [1] { - Parameter #0 [ $sequenceName ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] } + - Return [ void ] } - Method [ abstract public method begin ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ abstract public method rollback ] { + Method [ public method setStrategy ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } + - Return [ void ] } - Method [ abstract public method commit ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] } + - Return [ void ] } - Method [ abstract public method isUnderTransaction ] { + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + Parameter #2 [ $data ] + } + - Return [ void ] } - Method [ abstract public method getInternalHandler ] { + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } } - Method [ abstract public method describeColumns ] { + Method [ private method throwWriteException ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ $option ] } + - Return [ void ] } } } - Class [ abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { + Class [ abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - - Properties [0] { + - Properties [11] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $dialectType ] + Property [ protected $eventsManager ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $type ] } - - Methods [3] { - Method [ public method getTypeString ] { + - Methods [70] { + Method [ public method getDialectType ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method interpolate ] { + Method [ public method getSqlVariables ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $context ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method format ] { + Method [ public method getType ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] + - Parameters [0] { } + - Return [ string ] } - } - } - Class [ abstract class Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { + Method [ public method __construct ] { - - Constants [3] { - Constant [ public integer SESSION_ACTIVE ] { 2 } - Constant [ public integer SESSION_NONE ] { 1 } - Constant [ public integer SESSION_DISABLED ] { 0 } - } + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } - - Static properties [0] { - } + Method [ public method addColumn ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ boolean ] + } - - Properties [3] { - Property [ protected $_uniqueId ] - Property [ protected $_started ] - Property [ protected $_options ] - } + Method [ public method addForeignKey ] { - - Methods [22] { - Method [ public method __construct ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ boolean ] + } - - Parameters [1] { - Parameter #0 [ $options ] + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ public method start ] { + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ boolean ] } - Method [ public method setOptions ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method getOptions ] { + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ boolean ] } - Method [ public method setName ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method getName ] { + Method [ public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ public method regenerateId ] { + Method [ public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ $deleteOldSession ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method get ] { + Method [ public method describeReferences ] { - - Parameters [3] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $remove ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method set ] { + Method [ public method dropColumn ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ boolean ] } - Method [ public method has ] { + Method [ public method dropForeignKey ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ boolean ] } - Method [ public method remove ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } + - Return [ boolean ] } - Method [ public method getId ] { + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ boolean ] } - Method [ public method setId ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - Method [ public method isStarted ] { + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] + } + - Return [ boolean ] } - Method [ public method destroy ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ $removeData ] + Parameter #0 [ $identifier ] } + - Return [ string ] } - Method [ public method status ] { + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] } - Method [ public method __get ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } } - Method [ public method __set ] { + Method [ public method fetchOne ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } + - Return [ array ] } - Method [ public method __isset ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method __unset ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __destruct ] { - } + Method [ public method getColumnList ] { - Method [ protected method removeSessionData ] { + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] } - } - } - - Class [ abstract class Phalcon\Db\Adapter\Pdo extends Phalcon\Db\Adapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface ] { - - Constants [0] { - } + Method [ public method getConnectionId ] { - - Static properties [1] { - Property [ protected static $_connectionConsecutive ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getDefaultIdValue ] { - - Properties [13] { - Property [ protected $_eventsManager ] - Property [ protected $_descriptor ] - Property [ protected $_dialectType ] - Property [ protected $_type ] - Property [ protected $_dialect ] - Property [ protected $_connectionId ] - Property [ protected $_sqlStatement ] - Property [ protected $_sqlVariables ] - Property [ protected $_sqlBindTypes ] - Property [ protected $_transactionLevel ] - Property [ protected $_transactionsWithSavepoints ] - Property [ protected $_pdo ] - Property [ protected $_affectedRows ] - } + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } - - Methods [75] { - Method [ public method __construct ] { + Method [ public method getDefaultValue ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method connect ] { + Method [ public method getDescriptor ] { - - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method prepare ] { + Method [ public method getDialect ] { - - Parameters [1] { - Parameter #0 [ $sqlStatement ] + - Parameters [0] { } + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method executePrepared ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method query ] { + Method [ public method getNestedTransactionSavepointName ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method execute ] { + Method [ public method getRealSQLStatement ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method affectedRows ] { - } + Method [ public method getSQLBindTypes ] { - Method [ public method close ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method escapeString ] { + Method [ public method getSQLStatement ] { - - Parameters [1] { - Parameter #0 [ $str ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method convertBoundParams ] { + Method [ public method insert ] { - - Parameters [2] { - Parameter #0 [ $sql ] - Parameter #1 [ array or NULL $params ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method lastInsertId ] { + Method [ public method insertAsDict ] { - - Parameters [1] { - Parameter #0 [ $sequenceName ] + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method begin ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method rollback ] { + Method [ public method limit ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $number ] } + - Return [ string ] } - Method [ public method commit ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method getTransactionLevel ] { - } + Method [ public method listViews ] { - Method [ public method isUnderTransaction ] { + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] } - Method [ public method getInternalHandler ] { - } + Method [ public method modifyColumn ] { - Method [ public method getErrorInfo ] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + - Return [ boolean ] } - Method [ public method getDialectType ] { - } + Method [ public method releaseSavepoint ] { - Method [ public method getType ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] } - Method [ public method getSqlVariables ] { + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] } - Method [ public method setEventsManager ] { + Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method getEventsManager ] { - } - - Method [ public method setDialect ] { + Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } - Method [ public method getDialect ] { - } - - Method [ public method fetchOne ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method fetchAll ] { + Method [ public method sharedLock ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method fetchColumn ] { + Method [ public method supportSequences ] { - - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $column ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method insert ] { + Method [ public method tableExists ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method insertAsDict ] { + Method [ public method tableOptions ] { - - Parameters [3] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method update ] { + Method [ public method update ] { - Parameters [5] { - Parameter #0 [ $table ] + Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method updateAsDict ] { + Method [ public method updateAsDict ] { - Parameters [4] { - Parameter #0 [ $table ] + Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method delete ] { + Method [ public method useExplicitIdValue ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] - } - } - - Method [ public method escapeIdentifier ] { - - - Parameters [1] { - Parameter #0 [ $identifier ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getColumnList ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ $columnList ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method limit ] { + Method [ abstract public method affectedRows ] { - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method tableExists ] { + Method [ abstract public method begin ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method viewExists ] { + Method [ abstract public method close ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method forUpdate ] { + Method [ abstract public method commit ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method sharedLock ] { + Method [ abstract public method connect ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ array or NULL $descriptor ] } + - Return [ boolean ] } - Method [ public method createTable ] { + Method [ abstract public method describeColumns ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method dropTable ] { + Method [ abstract public method escapeString ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [1] { + Parameter #0 [ string $str ] } + - Return [ string ] } - Method [ public method createView ] { + Method [ abstract public method execute ] { - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method dropView ] { + Method [ abstract public method getInternalHandler ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ Pdo ] } - Method [ public method addColumn ] { + Method [ abstract public method isUnderTransaction ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method modifyColumn ] { + Method [ abstract public method lastInsertId ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [1] { + Parameter #0 [ $sequenceName ] } } - Method [ public method dropColumn ] { + Method [ abstract public method query ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] } } - Method [ public method addIndex ] { + Method [ abstract public method rollback ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } + } + } - Method [ public method dropIndex ] { + Class [ abstract class Phalcon\Http\Message\AbstractMessage extends Phalcon\Http\Message\AbstractCommon ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $uri ] + } + + - Methods [24] { + Method [ public method getBody ] { } - Method [ public method addPrimaryKey ] { + Method [ public method getProtocolVersion ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method dropPrimaryKey ] { + Method [ public method getUri ] { + } - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Method [ public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ array ] } - Method [ public method addForeignKey ] { + Method [ public method getHeaderLine ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ string ] } - Method [ public method dropForeignKey ] { + Method [ public method getHeaders ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getColumnDefinition ] { + Method [ public method hasHeader ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ $name ] } + - Return [ boolean ] } - Method [ public method listTables ] { + Method [ public method withAddedHeader ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ public method listViews ] { + Method [ public method withBody ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } + - Return [ NULL ] } - Method [ public method describeIndexes ] { + Method [ public method withHeader ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ public method describeReferences ] { + Method [ public method withProtocolVersion ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ $version ] } + - Return [ NULL ] } - Method [ public method tableOptions ] { + Method [ public method withoutHeader ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ NULL ] } - Method [ public method createSavepoint ] { + Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Collection $collection ] } + - Return [ Phalcon\Collection ] } - Method [ public method releaseSavepoint ] { + Method [ final protected method checkHeaderName ] { - Parameters [1] { Parameter #0 [ $name ] } + - Return [ void ] } - Method [ public method rollbackSavepoint ] { + Method [ final protected method checkHeaderValue ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $value ] } + - Return [ void ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ final protected method getHeaderValue ] { - Parameters [1] { - Parameter #0 [ $nestedTransactionsWithSavepoints ] + Parameter #0 [ $values ] } + - Return [ array ] } - Method [ public method isNestedTransactionsWithSavepoints ] { - } + Method [ final protected method getUriHost ] { - Method [ public method getNestedTransactionSavepointName ] { + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + } + - Return [ string ] } - Method [ public method getDefaultIdValue ] { - } + Method [ final protected method populateHeaderCollection ] { - Method [ public method getDefaultValue ] { + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ Phalcon\Collection ] } - Method [ public method supportSequences ] { - } + Method [ final protected method processBody ] { - Method [ public method useExplicitIdValue ] { + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method getDescriptor ] { - } + Method [ final protected method processHeaders ] { - Method [ public method getConnectionId ] { + - Parameters [1] { + Parameter #0 [ $headers ] + } + - Return [ Phalcon\Collection ] } - Method [ public method getSQLStatement ] { + Method [ final protected method processProtocol ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + - Return [ string ] } - Method [ public method getRealSQLStatement ] { + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + - Return [ NULL ] } - Method [ public method getSQLBindTypes ] { + Method [ final protected method checkStringParameter ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] } - Method [ abstract public method describeColumns ] { + Method [ final protected method processWith ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } } } - Class [ abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -9627,693 +12280,740 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [2] { - Property [ protected $_escapeChar ] - Property [ protected $_customFunctions ] + Property [ protected $annotations ] + Property [ protected $reader ] } - - Methods [59] { - Method [ public method registerCustomFunction ] { + - Methods [7] { + Method [ public method get ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $customFunction ] + - Parameters [1] { + Parameter #0 [ $className ] } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method getCustomFunctions ] { - } - - Method [ final public method escapeSchema ] { + Method [ public method getMethod ] { - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ final public method escape ] { + Method [ public method getMethods ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ string $className ] } + - Return [ array ] } - Method [ public method limit ] { + Method [ public method getProperty ] { - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method forUpdate ] { + Method [ public method getProperties ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ string $className ] } + - Return [ array ] } - Method [ final public method getColumnList ] { + Method [ public method getReader ] { - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ final public method getSqlColumn ] { + Method [ public method setReader ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } + } + } - Method [ public method getSqlExpression ] { + Class [ abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\Adapter\AdapterInterface ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $dialectType ] + Property [ protected $eventsManager ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $type ] + Property [ protected $affectedRows ] + Property [ protected $pdo ] + } + + - Methods [76] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] } } - Method [ final public method getSqlTable ] { + Method [ public method affectedRows ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method select ] { + Method [ public method begin ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method supportsSavepoints ] { + Method [ public method commit ] { + + - Parameters [1] { + Parameter #0 [ boolean $nesting ] + } + - Return [ boolean ] } - Method [ public method supportsReleaseSavepoints ] { + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method createSavepoint ] { + Method [ public method connect ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array or NULL $descriptor ] } + - Return [ boolean ] } - Method [ public method releaseSavepoint ] { + Method [ public method convertBoundParams ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] } + - Return [ array ] } - Method [ public method rollbackSavepoint ] { + Method [ public method escapeString ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $str ] } + - Return [ string ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method execute ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method executePrepared ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } + - Return [ PDOStatement ] } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method getErrorInfo ] { + } - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + Method [ public method getInternalHandler ] { + + - Parameters [0] { } + - Return [ Pdo ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method getTransactionLevel ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ integer ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method isUnderTransaction ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method lastInsertId ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $sequenceName ] } } - Method [ final protected method getSqlExpressionList ] { + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + - Return [ PDOStatement ] + } + + Method [ public method query ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method rollback ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ abstract protected method getDsnDefaults ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ array ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method getDialectType ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method getSqlVariables ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ array ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method addColumn ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method addForeignKey ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method addIndex ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ public method addPrimaryKey ] { - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method createSavepoint ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method createTable ] { - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ boolean ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method createView ] { - Parameters [3] { - Parameter #0 [ $qualified ] - Parameter #1 [ $alias ] - Parameter #2 [ $escapeChar ] + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ protected method prepareTable ] { + Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] - Parameter #1 [ $schema ] - Parameter #2 [ $alias ] - Parameter #3 [ $escapeChar ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ protected method prepareQualified ] { + Method [ public method describeIndexes ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $domain ] - Parameter #2 [ $escapeChar ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ abstract public method sharedLock ] { + Method [ public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ $sqlQuery ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ abstract public method getColumnDefinition ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ boolean ] } - Method [ abstract public method addColumn ] { + Method [ public method dropForeignKey ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ boolean ] } - Method [ abstract public method modifyColumn ] { + Method [ public method dropIndex ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } + - Return [ boolean ] } - Method [ abstract public method dropColumn ] { + Method [ public method dropPrimaryKey ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ boolean ] } - Method [ abstract public method addIndex ] { + Method [ public method dropTable ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - Method [ abstract public method dropIndex ] { + Method [ public method dropView ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - Method [ abstract public method addPrimaryKey ] { + Method [ public method escapeIdentifier ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ $identifier ] } + - Return [ string ] } - Method [ abstract public method dropPrimaryKey ] { + Method [ public method fetchAll ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } + - Return [ array ] } - Method [ abstract public method addForeignKey ] { + Method [ public method fetchColumn ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } } - Method [ abstract public method dropForeignKey ] { + Method [ public method fetchOne ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } + - Return [ array ] } - Method [ abstract public method createTable ] { + Method [ public method forUpdate ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ abstract public method createView ] { + Method [ public method getColumnDefinition ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ abstract public method dropTable ] { + Method [ public method getColumnList ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ $columnList ] } + - Return [ string ] } - Method [ abstract public method dropView ] { + Method [ public method getConnectionId ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method tableExists ] { + Method [ public method getDefaultIdValue ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ abstract public method viewExists ] { + Method [ public method getDefaultValue ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ abstract public method describeColumns ] { + Method [ public method getDescriptor ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ array ] } - Method [ abstract public method listTables ] { + Method [ public method getDialect ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [0] { } + - Return [ Phalcon\Db\DialectInterface ] } - Method [ abstract public method describeIndexes ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ abstract public method describeReferences ] { + Method [ public method getNestedTransactionSavepointName ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method tableOptions ] { + Method [ public method getRealSQLStatement ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getSQLBindTypes ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { - } + Method [ public method getSQLStatement ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method insert ] { - Method [ final public method getFile ] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ final public method getLine ] { - } + Method [ public method insertAsDict ] { - Method [ final public method getTrace ] { + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ final public method getPrevious ] { - } + Method [ public method isNestedTransactionsWithSavepoints ] { - Method [ final public method getTraceAsString ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method __toString ] { + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $number ] + } + - Return [ string ] } - } - } - Class [ abstract class Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { + Method [ public method listTables ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ public method listViews ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } - - Properties [2] { - Property [ protected $_limitRows ] - Property [ protected $_page ] - } + Method [ public method modifyColumn ] { - - Methods [4] { - Method [ public method getLimit ] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + - Return [ boolean ] } - Method [ public method setCurrentPage ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $page ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method setLimit ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ $limitRows ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ abstract public method getPaginate ] { - } - } - } - - Class [ abstract class Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method setEventsManager ] { - - Properties [1] { - Property [ protected $_interpolator ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } - - Methods [11] { - Method [ public method __construct ] { + Method [ public method setDialect ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } - Method [ public method setInterpolator ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { - Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method t ] { + Method [ public method sharedLock ] { - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method _ ] { + Method [ public method supportSequences ] { - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method offsetSet ] { + Method [ public method tableExists ] { - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method offsetExists ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method offsetUnset ] { + Method [ public method update ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method offsetGet ] { + Method [ public method updateAsDict ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ protected method replacePlaceholders ] { + Method [ public method useExplicitIdValue ] { - - Parameters [2] { - Parameter #0 [ $translation ] - Parameter #1 [ $placeholders ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method query ] { + Method [ public method viewExists ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $placeholders ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ abstract public method exists ] { + Method [ abstract public method describeColumns ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } } } - Class [ abstract class Phalcon\Application extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } @@ -10324,608 +13024,600 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $_eventsManager ] - Property [ protected $_dependencyInjector ] - Property [ protected $_defaultModule ] - Property [ protected $_modules ] + - Properties [2] { + Property [ protected $escapeChar ] + Property [ protected $customFunctions ] } - - Methods [12] { - Method [ public method __construct ] { + - Methods [63] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ final public method escape ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getEventsManager ] { - } - - Method [ public method registerModules ] { + Method [ final public method escapeSchema ] { - Parameters [2] { - Parameter #0 [ array $modules ] - Parameter #1 [ $merge ] + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getModules ] { - } - - Method [ public method getModule ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method setDefaultModule ] { + Method [ final public method getColumnList ] { - - Parameters [1] { - Parameter #0 [ $defaultModule ] + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getDefaultModule ] { - } - - Method [ abstract public method handle ] { - } - - Method [ public method setDI ] { + Method [ public method getCustomFunctions ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getDI ] { - } - - Method [ public method __get ] { + Method [ final public method getSqlColumn ] { - - Parameters [1] { - Parameter #0 [ $propertyName ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Application\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getSqlExpression ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } + Method [ final public method getSqlTable ] { - Method [ final public method getCode ] { + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] } - Method [ final public method getFile ] { - } + Method [ public method limit ] { - Method [ final public method getLine ] { + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ public method registerCustomFunction ] { - Method [ final public method getPrevious ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method releaseSavepoint ] { - Method [ public method __toString ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] } - } - } - - Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } + Method [ public method rollbackSavepoint ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } - - Properties [4] { - Property [ protected $_type ] - Property [ protected $_content ] - Property [ protected $_filter ] - Property [ protected $_attributes ] - } + Method [ public method select ] { - - Methods [9] { - Method [ public method getType ] { + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] } - Method [ public method getContent ] { - } + Method [ public method supportsSavepoints ] { - Method [ public method getFilter ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method supportsReleaseSavepoints ] { - - Parameters [4] { - Parameter #0 [ $type ] - Parameter #1 [ $content ] - Parameter #2 [ $filter ] - Parameter #3 [ $attributes ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method setType ] { + Method [ protected method getColumnSize ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method setFilter ] { + Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ protected method checkColumnType ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } + Method [ protected method checkColumnTypeSql ] { - Method [ public method getResourceKey ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] } - } - } - - Class [ class Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $_type ] - Property [ protected $_path ] - Property [ protected $_local ] - Property [ protected $_filter ] - Property [ protected $_attributes ] - Property [ protected $_sourcePath ] - Property [ protected $_targetPath ] - Property [ protected $_targetUri ] - } - - Methods [22] { - Method [ public method getType ] { - } + Method [ final protected method getSqlExpressionAll ] { - Method [ public method getPath ] { + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] } - Method [ public method getLocal ] { - } + Method [ final protected method getSqlExpressionBinaryOperations ] { - Method [ public method getFilter ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method getAttributes ] { - } + Method [ final protected method getSqlExpressionCase ] { - Method [ public method getSourcePath ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method getTargetPath ] { - } + Method [ final protected method getSqlExpressionCastValue ] { - Method [ public method getTargetUri ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method __construct ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Parameters [5] { - Parameter #0 [ $type ] - Parameter #1 [ $path ] - Parameter #2 [ $local ] - Parameter #3 [ $filter ] - Parameter #4 [ $attributes ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setType ] { + Method [ final protected method getSqlExpressionFrom ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method setPath ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - - Parameters [1] { - Parameter #0 [ $path ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setLocal ] { + Method [ final protected method getSqlExpressionGroupBy ] { - - Parameters [1] { - Parameter #0 [ $local ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setFilter ] { + Method [ final protected method getSqlExpressionHaving ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ final protected method getSqlExpressionJoins ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setTargetUri ] { + Method [ final protected method getSqlExpressionLimit ] { - - Parameters [1] { - Parameter #0 [ $targetUri ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setSourcePath ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [1] { - Parameter #0 [ $sourcePath ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setTargetPath ] { + Method [ final protected method getSqlExpressionObject ] { - - Parameters [1] { - Parameter #0 [ $targetPath ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getContent ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getRealTargetUri ] { - } - - Method [ public method getRealSourcePath ] { + Method [ final protected method getSqlExpressionQualified ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getRealTargetPath ] { + Method [ final protected method getSqlExpressionScalar ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getResourceKey ] { - } - } - } - - Class [ class Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_frontendOptions ] - } - - - Methods [8] { - Method [ public method __construct ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Parameters [1] { - Parameter #0 [ $frontendOptions ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getLifetime ] { - } - - Method [ public method isBuffering ] { - } - - Method [ public method start ] { - } - - Method [ public method getContent ] { - } - - Method [ public method stop ] { - } - - Method [ public method beforeStore ] { + Method [ final protected method getSqlExpressionWhere ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method afterRetrieve ] { + Method [ protected method prepareColumnAlias ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ string or NULL $alias ] + Parameter #2 [ string or NULL $escapeChar ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Di implements Phalcon\DiInterface, ArrayAccess ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $_default ] - } - - Static methods [3] { - Method [ static public method setDefault ] { + Method [ protected method prepareTable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ static public method getDefault ] { - } + Method [ protected method prepareQualified ] { - Method [ static public method reset ] { + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ string or NULL $domain ] + Parameter #2 [ string or NULL $escapeChar ] + } + - Return [ string ] } - } - - Properties [4] { - Property [ protected $_services ] - Property [ protected $_sharedInstances ] - Property [ protected $_freshInstance ] - Property [ protected $_eventsManager ] - } + Method [ abstract public method addColumn ] { - - Methods [24] { - Method [ public method __construct ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] } - Method [ public method setInternalEventsManager ] { + Method [ abstract public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ string ] } - Method [ public method getInternalEventsManager ] { - } - - Method [ public method set ] { + Method [ abstract public method addIndex ] { - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method setShared ] { + Method [ abstract public method addPrimaryKey ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method remove ] { + Method [ abstract public method createTable ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ string ] } - Method [ public method attempt ] { + Method [ abstract public method createView ] { - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method setRaw ] { + Method [ abstract public method describeColumns ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method getRaw ] { + Method [ abstract public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method getService ] { + Method [ abstract public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method get ] { + Method [ abstract public method dropColumn ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $parameters ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ string ] } - Method [ public method getShared ] { + Method [ abstract public method dropForeignKey ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $parameters ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ string ] } - Method [ public method has ] { + Method [ abstract public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } + - Return [ string ] } - Method [ public method wasFreshInstance ] { - } + Method [ abstract public method dropPrimaryKey ] { - Method [ public method getServices ] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] } - Method [ public method offsetExists ] { + Method [ abstract public method dropTable ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method offsetSet ] { + Method [ abstract public method dropView ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ abstract public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ abstract public method listTables ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method __call ] { + Method [ abstract public method modifyColumn ] { - - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } + - Return [ string ] } - Method [ public method register ] { + Method [ abstract public method sharedLock ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method loadFromYaml ] { + Method [ abstract public method tableExists ] { - Parameters [2] { - Parameter #0 [ $filePath ] - Parameter #1 [ array or NULL $callbacks ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method loadFromPhp ] { + Method [ abstract public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ $filePath ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ protected method loadFromConfig ] { + Method [ abstract public method viewExists ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } } } - Class [ abstract class Phalcon\Dispatcher implements Phalcon\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ abstract class Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Firewall\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [6] { - Constant [ public integer EXCEPTION_NO_DI ] { 0 } - Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + - Constants [0] { } - Static properties [0] { @@ -10934,512 +13626,507 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [23] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_activeHandler ] - Property [ protected $_finished ] - Property [ protected $_forwarded ] - Property [ protected $_moduleName ] - Property [ protected $_namespaceName ] - Property [ protected $_handlerName ] - Property [ protected $_actionName ] - Property [ protected $_params ] - Property [ protected $_returnedValue ] - Property [ protected $_lastHandler ] - Property [ protected $_defaultNamespace ] - Property [ protected $_defaultHandler ] - Property [ protected $_defaultAction ] - Property [ protected $_handlerSuffix ] - Property [ protected $_actionSuffix ] - Property [ protected $_previousNamespaceName ] - Property [ protected $_previousHandlerName ] - Property [ protected $_previousActionName ] - Property [ protected $_modelBinding ] - Property [ protected $_modelBinder ] - Property [ protected $_isControllerInitialize ] + - Properties [8] { + Property [ protected $activeIdentity ] + Property [ protected $activeRole ] + Property [ protected $alwaysResolvingRole ] + Property [ protected $cache ] + Property [ protected $defaultAccess ] + Property [ protected $eventsManager ] + Property [ protected $internalCache ] + Property [ protected $roleCallback ] } - - Methods [34] { - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - } + - Methods [17] { + Method [ public method getActiveIdentity ] { } - Method [ public method getDI ] { + Method [ public method getActiveRole ] { } - Method [ public method setEventsManager ] { + Method [ public method getDefaultAccess ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ integer ] } Method [ public method getEventsManager ] { - } - Method [ public method setActionSuffix ] { - - - Parameters [1] { - Parameter #0 [ $actionSuffix ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method getActionSuffix ] { - } - - Method [ public method setModuleName ] { + Method [ public method getRoleCallback ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [0] { } + - Return [ Closure ] } - Method [ public method getModuleName ] { + Method [ public method isAlwaysResolvingRole ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setNamespaceName ] { + Method [ public method setCache ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method getNamespaceName ] { - } - - Method [ public method setDefaultNamespace ] { + Method [ public method setDefaultAccess ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ integer $defaultAccess ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method getDefaultNamespace ] { - } - - Method [ public method setDefaultAction ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method setActionName ] { + Method [ public method setRoleCallback ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ $callback ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method getActionName ] { - } - - Method [ public method setParams ] { + Method [ public method setAlwaysResolvingRole ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ boolean $alwaysResolvingRole ] } + - Return [ void ] } - Method [ public method getParams ] { - } - - Method [ public method setParam ] { + Method [ protected method callRoleCallback ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method getParam ] { + Method [ protected method getAccessFromCache ] { - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] + Parameter #0 [ string $key ] + Parameter #1 [ array or NULL $originalValues ] + Parameter #2 [ string or NULL $roleCacheKey ] } + - Return [ boolean or NULL ] } - Method [ public method hasParam ] { + Method [ protected method handleException ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ Exception $exception ] } } - Method [ public method getActiveMethod ] { - } - - Method [ public method isFinished ] { - } - - Method [ public method setReturnedValue ] { + Method [ protected method fireEventOrThrowException ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [4] { + Parameter #0 [ $role ] + Parameter #1 [ string $actionName ] + Parameter #2 [ string $controllerName ] + Parameter #3 [ boolean $access ] } } - Method [ public method getReturnedValue ] { - } - - Method [ public method setModelBinding ] { + Method [ protected method saveAccessInCache ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $cache ] + Parameter #0 [ string $key ] + Parameter #1 [ boolean $access ] } + - Return [ void ] } - Method [ public method setModelBinder ] { + Method [ protected method throwFirewallException ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache ] + Parameter #0 [ string $message ] + Parameter #1 [ integer $exceptionCode ] } + - Return [ boolean ] } + } + } - Method [ public method getModelBinder ] { - } - - Method [ public method dispatch ] { - } + Class [ class Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - Method [ public method forward ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $forward ] - } - } + - Static properties [0] { + } - Method [ public method wasForwarded ] { - } + - Static methods [0] { + } - Method [ public method getHandlerClass ] { - } + - Properties [3] { + Property [ protected $handle ] + Property [ protected $stream ] + Property [ protected $warning ] + } - Method [ public method callActionMethod ] { + - Methods [22] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $handler ] - Parameter #1 [ $actionMethod ] - Parameter #2 [ array or NULL $params ] + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] } } - Method [ public method getBoundModels ] { - } - - Method [ protected method _resolveEmptyProperties ] { + Method [ public method __destruct ] { } - } - } - Class [ abstract class Phalcon\Flash implements Phalcon\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + Method [ public method __toString ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method close ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Properties [7] { - Property [ protected $_cssClasses ] - Property [ protected $_implicitFlush ] - Property [ protected $_automaticHtml ] - Property [ protected $_escaperService ] - Property [ protected $_autoescape ] - Property [ protected $_dependencyInjector ] - Property [ protected $_messages ] - } + Method [ public method detach ] { + } - - Methods [17] { - Method [ public method __construct ] { + Method [ public method eof ] { - - Parameters [1] { - Parameter #0 [ $cssClasses ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getAutoescape ] { + Method [ public method getContents ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setAutoescape ] { + Method [ public method getMetadata ] { - Parameters [1] { - Parameter #0 [ $autoescape ] + Parameter #0 [ $key ] } } - Method [ public method getEscaperService ] { + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ integer or NULL ] } - Method [ public method setEscaperService ] { + Method [ public method isReadable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\EscaperInterface $escaperService ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method setDI ] { + Method [ public method isSeekable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getDI ] { + Method [ public method isWritable ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setImplicitFlush ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $implicitFlush ] + Parameter #0 [ $length ] } + - Return [ string ] } - Method [ public method setAutomaticHtml ] { + Method [ public method rewind ] { - - Parameters [1] { - Parameter #0 [ $automaticHtml ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method setCssClasses ] { + Method [ public method seek ] { - - Parameters [1] { - Parameter #0 [ array $cssClasses ] + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] } + - Return [ void ] } - Method [ public method error ] { + Method [ public method setStream ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] } + - Return [ void ] } - Method [ public method notice ] { + Method [ public method tell ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method success ] { + Method [ public method write ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ $data ] } + - Return [ integer ] } - Method [ public method warning ] { + Method [ private method checkHandle ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method outputMessage ] { + Method [ private method checkReadable ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method clear ] { + Method [ private method checkSeekable ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ abstract public method message ] { + Method [ private method checkWritable ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] + - Parameters [0] { } + - Return [ void ] } } } - Class [ abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { + Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $_checked ] + - Static properties [0] { } - Static methods [0] { } - - Properties [7] { - Property [ protected $_image ] - Property [ protected $_file ] - Property [ protected $_realpath ] - Property [ protected $_width ] - Property [ protected $_height ] - Property [ protected $_type ] - Property [ protected $_mime ] + - Properties [4] { + Property [ protected $defaultFormatter ] + Property [ protected $formatter ] + Property [ protected $inTransaction ] + Property [ protected $queue ] } - - Methods [21] { - Method [ public method getImage ] { - } - - Method [ public method getRealpath ] { + - Methods [10] { + Method [ public method __destruct ] { } - Method [ public method getWidth ] { - } + Method [ public method add ] { - Method [ public method getHeight ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method getType ] { - } + Method [ public method begin ] { - Method [ public method getMime ] { + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method resize ] { + Method [ public method commit ] { - - Parameters [3] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $master ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method liquidRescale ] { + Method [ public method getFormatter ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $deltaX ] - Parameter #3 [ $rigidity ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } - Method [ public method crop ] { + Method [ public method inTransaction ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $offsetX ] - Parameter #3 [ $offsetY ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method rotate ] { + Method [ abstract public method process ] { - Parameters [1] { - Parameter #0 [ $degrees ] + Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ void ] } - Method [ public method flip ] { + Method [ public method rollback ] { - - Parameters [1] { - Parameter #0 [ $direction ] + - Parameters [0] { } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method sharpen ] { + Method [ public method setFormatter ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method reflection ] { + Method [ abstract public method close ] { - - Parameters [3] { - Parameter #0 [ $height ] - Parameter #1 [ $opacity ] - Parameter #2 [ $fadeIn ] + - Parameters [0] { } + - Return [ boolean ] } + } + } - Method [ public method watermark ] { + Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] } } - Method [ public method text ] { + Method [ abstract public method format ] { - - Parameters [7] { - Parameter #0 [ $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - Parameter #4 [ $color ] - Parameter #5 [ $size ] - Parameter #6 [ $fontfile ] + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] } } + } + } + + Class [ class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } - Method [ public method mask ] { + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method background ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [2] { - Parameter #0 [ $color ] - Parameter #1 [ $opacity ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method blur ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ $radius ] - } + Method [ final public method getMessage ] { } - Method [ public method pixelate ] { + Method [ final public method getCode ] { + } - - Parameters [1] { - Parameter #0 [ $amount ] - } + Method [ final public method getFile ] { } - Method [ public method save ] { + Method [ final public method getLine ] { + } - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $quality ] - } + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { } - Method [ public method render ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [2] { - Parameter #0 [ $ext ] - Parameter #1 [ $quality ] - } + Method [ public method __toString ] { } } } - Class [ abstract class Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { + Class [ abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -11450,52 +14137,70 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [4] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] } - - Methods [5] { + - Methods [7] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array $config ] } } - Method [ protected method mustTakeAction ] { + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ integer $page ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ protected method getOptions ] { + Method [ public method setLimit ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ integer $limitRows ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method notify ] { + Method [ public method setRepository ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method missingMethod ] { + Method [ protected method getRepository ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [1] { + Parameter #0 [ array or NULL $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ abstract public method paginate ] { + + - Parameters [0] { } + - Return [ Phalcon\Paginator\RepositoryInterface ] } } } - Class [ abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { + Class [ abstract class Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface ] { - Constants [0] { } @@ -11506,59 +14211,101 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [2] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] } - - Methods [5] { + - Methods [10] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] } } - Method [ protected method mustTakeAction ] { + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ $translateKey ] } + - Return [ boolean ] } - Method [ protected method getOptions ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ $translateKey ] } } - Method [ public method notify ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method missingMethod ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ $placeholders ] + } + - Return [ string ] + } + + Method [ abstract public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ boolean ] + } + + Method [ abstract public method query ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } } } - Class [ abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { + Class [ abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [5] { - Constant [ public integer TYPE_RESULT_FULL ] { 0 } - Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } - Constant [ public integer HYDRATE_RECORDS ] { 0 } - Constant [ public integer HYDRATE_OBJECTS ] { 2 } - Constant [ public integer HYDRATE_ARRAYS ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -11567,158 +14314,166 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $_result ] - Property [ protected $_cache ] - Property [ protected $_isFresh ] - Property [ protected $_pointer ] - Property [ protected $_count ] - Property [ protected $_activeRow ] - Property [ protected $_rows ] - Property [ protected $_row ] - Property [ protected $_errorMessages ] - Property [ protected $_hydrateMode ] + - Properties [4] { + Property [ protected $container ] + Property [ protected $defaultModule ] + Property [ protected $eventsManager ] + Property [ protected $modules ] } - - Methods [28] { + - Methods [12] { Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $result ] - Parameter #1 [ Phalcon\Cache\BackendInterface or NULL $cache ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } - Method [ public method next ] { - } + Method [ public method getDefaultModule ] { - Method [ public method valid ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method key ] { - } + Method [ public method getEventsManager ] { - Method [ final public method rewind ] { + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ final public method seek ] { + Method [ public method getModule ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ string $name ] } } - Method [ final public method count ] { - } - - Method [ public method offsetExists ] { + Method [ public method getModules ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } + Method [ abstract public method handle ] { } - Method [ public method offsetSet ] { + Method [ public method registerModules ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + Parameter #0 [ array $modules ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method offsetUnset ] { + Method [ public method setDefaultModule ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $defaultModule ] } + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method getType ] { - } - - Method [ public method getFirst ] { - } + Method [ public method setEventsManager ] { - Method [ public method getLast ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } - Method [ public method setIsFresh ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ $isFresh ] + Parameter #0 [ string $propertyName ] } } - Method [ public method isFresh ] { + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setHydrateMode ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $hydrateMode ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } - Method [ public method getHydrateMode ] { - } + Class [ class Phalcon\Application\Exception extends Phalcon\Exception implements Throwable ] { - Method [ public method getCache ] { - } + - Constants [0] { + } - Method [ public method getMessages ] { - } + - Static properties [0] { + } - Method [ public method update ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ Closure or NULL $conditionCallback ] + - Parameters [1] { + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method delete ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [1] { - Parameter #0 [ Closure or NULL $conditionCallback ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method filter ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ $filter ] - } + Method [ final public method getMessage ] { } - Method [ public method jsonSerialize ] { + Method [ final public method getCode ] { } - Method [ abstract public method toArray ] { + Method [ final public method getFile ] { } - Method [ abstract public method current ] { + Method [ final public method getLine ] { } - Method [ abstract public method serialize ] { + Method [ final public method getTrace ] { } - Method [ abstract public method unserialize ] { + Method [ final public method getPrevious ] { + } - - Parameters [1] { - Parameter #0 [ $serialized ] - } + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ abstract class Phalcon\Mvc\View\Engine extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\EngineInterface ] { + Class [ class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -11729,226 +14484,222 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_view ] + - Properties [10] { + Property [ protected $attributes ] + Property [ protected $autoVersion ] + Property [ protected $filter ] + Property [ protected $local ] + Property [ protected $path ] + Property [ protected $sourcePath ] + Property [ protected $targetPath ] + Property [ protected $targetUri ] + Property [ protected $type ] + Property [ protected $version ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [26] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method getContent ] { - } - - Method [ public method partial ] { + Method [ public method setAutoVersion ] { - - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ boolean $autoVersion ] } } - Method [ public method getView ] { + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setDI ] { + Method [ public method getLocal ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getDI ] { + Method [ public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method getSourcePath ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method getTargetPath ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __get ] { + Method [ public method getTargetUri ] { - - Parameters [1] { - Parameter #0 [ $propertyName ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method render ] { + Method [ public method getType ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $params ] - Parameter #2 [ $mustClean ] + - Parameters [0] { } + - Return [ string ] } - } - } - Class [ abstract class Phalcon\Acl\Adapter implements Phalcon\Acl\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Method [ public method getVersion ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method setVersion ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $version ] + } + } - - Properties [6] { - Property [ protected $_eventsManager ] - Property [ protected $_defaultAccess ] - Property [ protected $_accessGranted ] - Property [ protected $_activeRole ] - Property [ protected $_activeResource ] - Property [ protected $_activeAccess ] - } + Method [ public method __construct ] { - - Methods [21] { - Method [ public method getActiveRole ] { + - Parameters [7] { + Parameter #0 [ string $type ] + Parameter #1 [ string $path ] + Parameter #2 [ boolean $local ] + Parameter #3 [ boolean $filter ] + Parameter #4 [ array $attributes ] + Parameter #5 [ string or NULL $version ] + Parameter #6 [ boolean $autoVersion ] + } } - Method [ public method getActiveResource ] { - } + Method [ public method getAssetKey ] { - Method [ public method getActiveAccess ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method getContent ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method getEventsManager ] { - } - - Method [ public method setDefaultAction ] { + Method [ public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ $defaultAccess ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method getDefaultAction ] { - } - - Method [ abstract public method setNoArgumentsDefaultAction ] { + Method [ public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ $defaultAccess ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ abstract public method getNoArgumentsDefaultAction ] { - } - - Method [ abstract public method addRole ] { + Method [ public method getRealTargetUri ] { - - Parameters [2] { - Parameter #0 [ $role ] - Parameter #1 [ $accessInherits ] + - Parameters [0] { } + - Return [ string ] } - Method [ abstract public method addInherit ] { + Method [ public method isAutoVersion ] { - - Parameters [2] { - Parameter #0 [ $roleName ] - Parameter #1 [ $roleToInherit ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ abstract public method isRole ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $roleName ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method isResource ] { + Method [ public method setFilter ] { - Parameters [1] { - Parameter #0 [ $resourceName ] + Parameter #0 [ boolean $filter ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method addResource ] { + Method [ public method setLocal ] { - - Parameters [2] { - Parameter #0 [ $resourceObject ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ boolean $local ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method addResourceAccess ] { + Method [ public method setSourcePath ] { - - Parameters [2] { - Parameter #0 [ $resourceName ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ string $sourcePath ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method dropResourceAccess ] { + Method [ public method setTargetPath ] { - - Parameters [2] { - Parameter #0 [ $resourceName ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ string $targetPath ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method allow ] { + Method [ public method setTargetUri ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ $func ] + - Parameters [1] { + Parameter #0 [ string $targetUri ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method deny ] { + Method [ public method setType ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ $func ] + - Parameters [1] { + Parameter #0 [ string $type ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ abstract public method isAllowed ] { + Method [ public method setPath ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ array or NULL $parameters ] + - Parameters [1] { + Parameter #0 [ string $path ] } - } - - Method [ abstract public method getRoles ] { - } - - Method [ abstract public method getResources ] { + - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -11960,52 +14711,85 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $attributes ] + Property [ protected $content ] + Property [ protected $filter ] + Property [ protected $type ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [9] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method __wakeup ] { - } + Method [ public method getContent ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ final public method getFile ] { + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $type ] + Parameter #1 [ string $content ] + Parameter #2 [ boolean $filter ] + Parameter #3 [ array $attributes ] + } } - Method [ final public method getTrace ] { + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ boolean $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method __toString ] { + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\DiInterface ] { + Class [ class Phalcon\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } @@ -12015,194 +14799,220 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Static methods [3] { - Method [ static public method setDefault ] { + Method [ static public method getDefault ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface or NULL ] } - Method [ static public method getDefault ] { + Method [ static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ static public method reset ] { + Method [ static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] } } - - Properties [4] { - Property [ protected $_services ] - Property [ protected $_sharedInstances ] - Property [ protected $_freshInstance ] - Property [ protected $_eventsManager ] + - Properties [3] { + Property [ protected $services ] + Property [ protected $sharedInstances ] + Property [ protected $eventsManager ] } - - Methods [24] { - Method [ public method __construct ] { + - Methods [23] { + Method [ public method __construct ] { } - Method [ public method setInternalEventsManager ] { + Method [ public method __call ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } } - Method [ public method getInternalEventsManager ] { - } - - Method [ public method set ] { + Method [ public method attempt ] { - Parameters [3] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + Parameter #2 [ boolean $shared ] } } - Method [ public method setShared ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ public method getInternalEventsManager ] { + + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method remove ] { + Method [ public method getRaw ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] } } - Method [ public method attempt ] { + Method [ public method getService ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method setRaw ] { + Method [ public method getServices ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getRaw ] { + Method [ public method getShared ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] } } - Method [ public method getService ] { + Method [ protected method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Config $config ] } + - Return [ void ] } - Method [ public method get ] { + Method [ public method loadFromPhp ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $parameters ] + - Parameters [1] { + Parameter #0 [ string $filePath ] } + - Return [ void ] } - Method [ public method getShared ] { + Method [ public method loadFromYaml ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $parameters ] + Parameter #0 [ string $filePath ] + Parameter #1 [ array or NULL $callbacks ] } + - Return [ void ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method wasFreshInstance ] { - } + Method [ public method offsetGet ] { - Method [ public method getServices ] { + - Parameters [1] { + Parameter #0 [ $name ] + } } - Method [ public method offsetExists ] { + Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } + - Return [ boolean ] } - Method [ public method offsetSet ] { + Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } + - Return [ void ] } - Method [ public method offsetGet ] { + Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } + - Return [ void ] } - Method [ public method offsetUnset ] { + Method [ public method register ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } + - Return [ void ] } - Method [ public method __call ] { + Method [ public method remove ] { - - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method register ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ boolean $shared ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method loadFromYaml ] { + Method [ public method setInternalEventsManager ] { - - Parameters [2] { - Parameter #0 [ $filePath ] - Parameter #1 [ array or NULL $callbacks ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } - Method [ public method loadFromPhp ] { + Method [ public method setRaw ] { - - Parameters [1] { - Parameter #0 [ $filePath ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ protected method loadFromConfig ] { + Method [ public method setShared ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } + - Return [ Phalcon\Di\ServiceInterface ] } } } - Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable ] { + Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -12213,381 +15023,326 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [26] { + Property [ protected $container ] + Property [ protected $activeHandler ] + Property [ protected $activeMethodMap ] + Property [ protected $actionName ] + Property [ protected $actionSuffix ] + Property [ protected $camelCaseMap ] + Property [ protected $defaultAction ] + Property [ protected $defaultNamespace ] + Property [ protected $defaultHandler ] + Property [ protected $handlerHashes ] + Property [ protected $handlerName ] + Property [ protected $handlerSuffix ] + Property [ protected $eventsManager ] + Property [ protected $finished ] + Property [ protected $forwarded ] + Property [ protected $isControllerInitialize ] + Property [ protected $lastHandler ] + Property [ protected $modelBinder ] + Property [ protected $modelBinding ] + Property [ protected $moduleName ] + Property [ protected $namespaceName ] + Property [ protected $params ] + Property [ protected $previousActionName ] + Property [ protected $previousHandlerName ] + Property [ protected $previousNamespaceName ] + Property [ protected $returnedValue ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [36] { + Method [ public method callActionMethod ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params ] } } - Method [ public method __wakeup ] { + Method [ public method dispatch ] { } - Method [ final public method getMessage ] { - } + Method [ public method forward ] { - Method [ final public method getCode ] { + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] } - Method [ final public method getFile ] { - } + Method [ public method getActionName ] { - Method [ final public method getLine ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ public method getActionSuffix ] { - Method [ final public method getPrevious ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method getActiveMethod ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ string ] } - } - } - Class [ class Phalcon\Mvc\Router implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { + Method [ public method getBoundModels ] { - - Constants [4] { - Constant [ public integer URI_SOURCE_GET_URL ] { 0 } - Constant [ public integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } - Constant [ public integer POSITION_FIRST ] { 0 } - Constant [ public integer POSITION_LAST ] { 1 } - } + - Parameters [0] { + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ public method getDefaultNamespace ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [21] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_uriSource ] - Property [ protected $_namespace ] - Property [ protected $_module ] - Property [ protected $_controller ] - Property [ protected $_action ] - Property [ protected $_params ] - Property [ protected $_routes ] - Property [ protected $_matchedRoute ] - Property [ protected $_matches ] - Property [ protected $_wasMatched ] - Property [ protected $_defaultNamespace ] - Property [ protected $_defaultModule ] - Property [ protected $_defaultController ] - Property [ protected $_defaultAction ] - Property [ protected $_defaultParams ] - Property [ protected $_removeExtraSlashes ] - Property [ protected $_notFoundPaths ] - Property [ protected $_keyRouteNames ] - Property [ protected $_keyRouteIds ] - } + Method [ public method getEventsManager ] { - - Methods [46] { - Method [ public method getKeyRouteNames ] { + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method setKeyRouteNames ] { + Method [ public method getHandlerSuffix ] { - - Parameters [1] { - Parameter #0 [ $keyRouteNames ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getKeyRouteIds ] { + Method [ public method getModelBinder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] } - Method [ public method setKeyRouteIds ] { + Method [ public method getModuleName ] { - - Parameters [1] { - Parameter #0 [ $keyRouteIds ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getNamespaceName ] { - - Parameters [1] { - Parameter #0 [ $defaultRoutes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method getParam ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] } } - Method [ public method getDI ] { + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method hasParam ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ $param ] } + - Return [ boolean ] } - Method [ public method getEventsManager ] { - } + Method [ public method isFinished ] { - Method [ public method getRewriteUri ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setUriSource ] { + Method [ public method setActionName ] { - Parameters [1] { - Parameter #0 [ $uriSource ] + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ public method removeExtraSlashes ] { + Method [ public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ $remove ] + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ public method setDefaultNamespace ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ string $namespaceName ] } + - Return [ void ] } - Method [ public method setDefaultModule ] { + Method [ public method getHandlerClass ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDefaultController ] { + Method [ public method setParam ] { - - Parameters [1] { - Parameter #0 [ $controllerName ] + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method setDefaultAction ] { + Method [ public method setParams ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ array $params ] } + - Return [ void ] } - Method [ public method setDefaults ] { + Method [ public method setReturnedValue ] { - Parameters [1] { - Parameter #0 [ array $defaults ] + Parameter #0 [ $value ] } + - Return [ void ] } - Method [ public method getDefaults ] { - } - - Method [ public method handle ] { + Method [ public method setActionSuffix ] { - Parameters [1] { - Parameter #0 [ $uri ] + Parameter #0 [ string $actionSuffix ] } + - Return [ void ] } - Method [ public method attach ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ $position ] - } - } - - Method [ public method add ] { - - - Parameters [4] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $httpMethods ] - Parameter #3 [ $position ] - } - } - - Method [ public method addGet ] { - - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] - } - } - - Method [ public method addPost ] { - - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] - } - } - - Method [ public method addPut ] { - - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] - } - } - - Method [ public method addPatch ] { - - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method addDelete ] { + Method [ public method setHandlerSuffix ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] } + - Return [ void ] } - Method [ public method addOptions ] { + Method [ public method setModelBinder ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache ] } + - Return [ Phalcon\Dispatcher\Dispatcher ] } - Method [ public method addHead ] { + Method [ public method setModuleName ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [1] { + Parameter #0 [ string $moduleName ] } + - Return [ void ] } - Method [ public method addPurge ] { + Method [ public method setNamespaceName ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } + - Return [ void ] } - Method [ public method addTrace ] { - - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] - } + Method [ public method getReturnedValue ] { } - Method [ public method addConnect ] { + Method [ public method wasForwarded ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method mount ] { + Method [ protected method resolveEmptyProperties ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method notFound ] { + Method [ protected method toCamelCase ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ string $input ] } + - Return [ string ] } - Method [ public method clear ] { - } - - Method [ public method getNamespaceName ] { - } - - Method [ public method getModuleName ] { - } - - Method [ public method getControllerName ] { - } - - Method [ public method getActionName ] { - } - - Method [ public method getParams ] { - } - - Method [ public method getMatchedRoute ] { - } - - Method [ public method getMatches ] { - } - - Method [ public method wasMatched ] { - } - - Method [ public method getRoutes ] { - } - - Method [ public method getRouteById ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getRouteByName ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - } - - Method [ public method isExactControllerName ] { + - Return [ void ] } } } - Class [ class Phalcon\Mvc\View\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { - - Constants [0] { + - Constants [6] { + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -12636,7 +15391,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ abstract class Phalcon\Validation\CombinedFieldsValidator extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface ] { - Constants [0] { } @@ -12647,279 +15402,202 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [9] { + Property [ protected $container ] + Property [ protected $autoescape ] + Property [ protected $automaticHtml ] + Property [ protected $cssClasses ] + Property [ protected $customTemplate ] + Property [ protected $escaperService ] + Property [ protected $implicitFlush ] + Property [ protected $messages ] + Property [ protected $sessionService ] } - - Methods [9] { - Method [ public method __construct ] { + - Methods [23] { + Method [ public method getAutoescape ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method isSetOption ] { + Method [ public method getCssClasses ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method getCustomTemplate ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getOption ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] } } - Method [ public method setOption ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ void ] } - Method [ abstract public method validate ] { + Method [ public method error ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $attribute ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ protected method prepareLabel ] { + Method [ public method getEscaperService ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [0] { } + - Return [ Phalcon\Escaper\EscaperInterface ] } - Method [ protected method prepareMessage ] { + Method [ public method notice ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ protected method prepareCode ] { + Method [ public method setAutoescape ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ boolean $autoescape ] } - } - } - } - - Class [ abstract class Phalcon\Acl ] { - - - Constants [2] { - Constant [ public integer ALLOW ] { 1 } - Constant [ public integer DENY ] { 0 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [15] { - Property [ protected $_eventsManager ] - Property [ protected $_defaultAccess ] - Property [ protected $_accessGranted ] - Property [ protected $_activeRole ] - Property [ protected $_activeResource ] - Property [ protected $_activeAccess ] - Property [ protected $_rolesNames ] - Property [ protected $_roles ] - Property [ protected $_resourcesNames ] - Property [ protected $_resources ] - Property [ protected $_access ] - Property [ protected $_roleInherits ] - Property [ protected $_accessList ] - Property [ protected $_func ] - Property [ protected $_noArgumentsDefaultAction ] - } - - - Methods [23] { - Method [ public method __construct ] { + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method addRole ] { + Method [ public method setAutomaticHtml ] { - - Parameters [2] { - Parameter #0 [ $role ] - Parameter #1 [ $accessInherits ] + - Parameters [1] { + Parameter #0 [ boolean $automaticHtml ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method addInherit ] { + Method [ public method setCssClasses ] { - - Parameters [2] { - Parameter #0 [ $roleName ] - Parameter #1 [ $roleToInherit ] + - Parameters [1] { + Parameter #0 [ array $cssClasses ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method isRole ] { + Method [ public method setCustomTemplate ] { - Parameters [1] { - Parameter #0 [ $roleName ] + Parameter #0 [ string $customTemplate ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method isResource ] { + Method [ public method setEscaperService ] { - Parameters [1] { - Parameter #0 [ $resourceName ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method addResource ] { + Method [ public method setImplicitFlush ] { - - Parameters [2] { - Parameter #0 [ $resourceValue ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ boolean $implicitFlush ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method addResourceAccess ] { + Method [ public method success ] { - - Parameters [2] { - Parameter #0 [ $resourceName ] - Parameter #1 [ $accessList ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method dropResourceAccess ] { + Method [ public method outputMessage ] { - Parameters [2] { - Parameter #0 [ $resourceName ] - Parameter #1 [ $accessList ] + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } } - Method [ protected method _allowOrDeny ] { + Method [ public method warning ] { - - Parameters [5] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ $action ] - Parameter #4 [ $func ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method allow ] { + Method [ private method getTemplate ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ $func ] + - Parameters [1] { + Parameter #0 [ string $cssClassses ] } + - Return [ string ] } - Method [ public method deny ] { + Method [ private method prepareEscapedMessage ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ $func ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method isAllowed ] { + Method [ private method prepareHtmlMessage ] { - - Parameters [4] { - Parameter #0 [ $roleName ] - Parameter #1 [ $resourceName ] - Parameter #2 [ $access ] - Parameter #3 [ array or NULL $parameters ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] } + - Return [ string ] } - Method [ public method setNoArgumentsDefaultAction ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ $defaultAccess ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getNoArgumentsDefaultAction ] { - } - - Method [ public method getRoles ] { - } - - Method [ public method getResources ] { - } - - Method [ public method getActiveRole ] { - } - - Method [ public method getActiveResource ] { - } - - Method [ public method getActiveAccess ] { - } - - Method [ public method setEventsManager ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method getEventsManager ] { - } - - Method [ public method setDefaultAction ] { + Method [ abstract public method message ] { - - Parameters [1] { - Parameter #0 [ $defaultAccess ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] } - } - - Method [ public method getDefaultAction ] { + - Return [ string or NULL ] } } } - Class [ class Phalcon\Acl\Exception extends Phalcon\Exception implements Throwable ] { + Class [ abstract class Phalcon\Http\Message\AbstractRequest extends Phalcon\Http\Message\AbstractMessage ] { - Constants [0] { } @@ -12930,394 +15608,460 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [6] { + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $method ] + Property [ protected $requestTarget ] + Property [ protected $uri ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [31] { + Method [ public method getMethod ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method __wakeup ] { + Method [ public method getUri ] { } - Method [ final public method getMessage ] { - } + Method [ public method getRequestTarget ] { - Method [ final public method getCode ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method withMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + - Return [ NULL ] } - Method [ final public method getLine ] { + Method [ public method withRequestTarget ] { + + - Parameters [1] { + Parameter #0 [ $requestTarget ] + } + - Return [ NULL ] } - Method [ final public method getTrace ] { + Method [ public method withUri ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost ] + } + - Return [ NULL ] } - Method [ final public method getPrevious ] { + Method [ final protected method processMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ final protected method processUri ] { + + - Parameters [1] { + Parameter #0 [ $uri ] + } + - Return [ Psr\Http\Message\UriInterface ] } - Method [ public method __toString ] { + Method [ public method getBody ] { } - } - } - Class [ class Phalcon\Acl\Resource implements Phalcon\Acl\ResourceInterface ] { + Method [ public method getProtocolVersion ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ public method getHeader ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] + } - - Properties [2] { - Property [ protected $_name ] - Property [ protected $_description ] - } + Method [ public method getHeaderLine ] { - - Methods [4] { - Method [ public method getName ] { + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] } - Method [ public method __toString ] { - } + Method [ public method getHeaders ] { - Method [ public method getDescription ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method hasHeader ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ $name ] - Parameter #1 [ $description ] } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Acl\Role implements Phalcon\Acl\RoleInterface ] { + Method [ public method withAddedHeader ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + - Return [ NULL ] + } - - Static properties [0] { - } + Method [ public method withBody ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + } + - Return [ NULL ] + } - - Properties [2] { - Property [ protected $_name ] - Property [ protected $_description ] - } + Method [ public method withHeader ] { - - Methods [4] { - Method [ public method getName ] { + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + - Return [ NULL ] } - Method [ public method __toString ] { - } + Method [ public method withProtocolVersion ] { - Method [ public method getDescription ] { + - Parameters [1] { + Parameter #0 [ $version ] + } + - Return [ NULL ] } - Method [ public method __construct ] { + Method [ public method withoutHeader ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ $name ] - Parameter #1 [ $description ] } + - Return [ NULL ] } - } - } - - Class [ class Phalcon\Annotations\Adapter\Apc extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - - Constants [0] { - } + Method [ final protected method checkHeaderHost ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Collection $collection ] + } + - Return [ Phalcon\Collection ] + } - - Static methods [0] { - } + Method [ final protected method checkHeaderName ] { - - Properties [4] { - Property [ protected $_reader ] - Property [ protected $_annotations ] - Property [ protected $_prefix ] - Property [ protected $_ttl ] - } + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ final protected method checkHeaderValue ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $value ] } + - Return [ void ] } - Method [ public method read ] { + Method [ final protected method getHeaderValue ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $values ] } + - Return [ array ] } - Method [ public method write ] { + Method [ final protected method getUriHost ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } + - Return [ string ] } - Method [ public method setReader ] { + Method [ final protected method populateHeaderCollection ] { - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + Parameter #0 [ array $headers ] } + - Return [ Phalcon\Collection ] } - Method [ public method getReader ] { + Method [ final protected method processBody ] { + + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method get ] { + Method [ final protected method processHeaders ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ $headers ] } + - Return [ Phalcon\Collection ] } - Method [ public method getMethods ] { + Method [ final protected method processProtocol ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ $protocol ] } + - Return [ string ] } - Method [ public method getMethod ] { + Method [ final protected method cloneInstance ] { - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } - Method [ public method getProperties ] { + Method [ final protected method checkStringParameter ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method getProperty ] { + Method [ final protected method processWith ] { - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } } } - Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + Class [ abstract class Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $checked ] } - Static methods [0] { } - - Properties [4] { - Property [ protected $_reader ] - Property [ protected $_annotations ] - Property [ protected $_prefix ] - Property [ protected $_ttl ] + - Properties [7] { + Property [ protected $file ] + Property [ protected $height ] + Property [ protected $image ] + Property [ protected $mime ] + Property [ protected $realpath ] + Property [ protected $type ] + Property [ protected $width ] } - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } - } - - Method [ public method read ] { + - Methods [21] { + Method [ public method getHeight ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method write ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] - } + Method [ public method getImage ] { } - Method [ public method setReader ] { + Method [ public method getMime ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getReader ] { + Method [ public method getRealpath ] { } - Method [ public method get ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getMethods ] { + Method [ public method getWidth ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getMethod ] { + Method [ public method background ] { - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] + Parameter #0 [ string $color ] + Parameter #1 [ integer $opacity ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getProperties ] { + Method [ public method blur ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ integer $radius ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getProperty ] { + Method [ public method crop ] { - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer or NULL $offsetX ] + Parameter #3 [ integer or NULL $offsetY ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - } - } - Class [ class Phalcon\Annotations\Adapter\Files extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - - - Constants [0] { - } + Method [ public method flip ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ integer $direction ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } - - Static methods [0] { - } + Method [ public method liquidRescale ] { - - Properties [3] { - Property [ protected $_reader ] - Property [ protected $_annotations ] - Property [ protected $_annotationsDir ] - } + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer $deltaX ] + Parameter #3 [ integer $rigidity ] + } + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method mask ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method read ] { + Method [ public method pixelate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ integer $amount ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method write ] { + Method [ public method reflection ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] + - Parameters [3] { + Parameter #0 [ integer $height ] + Parameter #1 [ integer $opacity ] + Parameter #2 [ boolean $fadeIn ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method setReader ] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ integer $quality ] } + - Return [ string ] } - Method [ public method getReader ] { - } - - Method [ public method get ] { + Method [ public method resize ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [3] { + Parameter #0 [ integer or NULL $width ] + Parameter #1 [ integer or NULL $height ] + Parameter #2 [ integer $master ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getMethods ] { + Method [ public method rotate ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ integer $degrees ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getMethod ] { + Method [ public method save ] { - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] + Parameter #0 [ string or NULL $file ] + Parameter #1 [ integer $quality ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getProperties ] { + Method [ public method sharpen ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ integer $amount ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } - Method [ public method getProperty ] { + Method [ public method text ] { - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ integer $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ integer $size ] + Parameter #6 [ string or NULL $fontfile ] } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method watermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] } } } - Class [ class Phalcon\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + Class [ abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } @@ -13328,80 +16072,60 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_reader ] - Property [ protected $_annotations ] - Property [ protected $_data ] + - Properties [1] { + Property [ protected $options ] } - - Methods [9] { - Method [ public method read ] { + - Methods [5] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $options ] } } - Method [ public method write ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] - } - } - - Method [ public method setReader ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] - } - } - - Method [ public method getReader ] { - } - - Method [ public method get ] { - - - Parameters [1] { - Parameter #0 [ $className ] - } - } - - Method [ public method getMethods ] { + Method [ protected method getOptions ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ string or NULL $eventName ] } } - Method [ public method getMethod ] { + Method [ public method missingMethod ] { - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] } } - Method [ public method getProperties ] { + Method [ protected method mustTakeAction ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ string $eventName ] } + - Return [ boolean ] } - Method [ public method getProperty ] { + Method [ public method notify ] { - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } } } - Class [ class Phalcon\Annotations\Adapter\Xcache extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\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 integer HYDRATE_ARRAYS ] { 1 } + Constant [ public integer HYDRATE_OBJECTS ] { 2 } + Constant [ public integer HYDRATE_RECORDS ] { 0 } + Constant [ public integer TYPE_RESULT_FULL ] { 0 } + Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { @@ -13410,219 +16134,223 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_reader ] - Property [ protected $_annotations ] + - Properties [10] { + Property [ protected $activeRow ] + Property [ protected $cache ] + Property [ protected $count ] + Property [ protected $errorMessages ] + Property [ protected $hydrateMode ] + Property [ protected $isFresh ] + Property [ protected $pointer ] + Property [ protected $row ] + Property [ protected $rows ] + Property [ protected $result ] } - - Methods [9] { - Method [ public method read ] { + - Methods [28] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] } } - Method [ public method write ] { + Method [ final public method count ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ Phalcon\Annotations\Reflection $data ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method setReader ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + Parameter #0 [ Closure or NULL $conditionCallback ] } + - Return [ boolean ] } - Method [ public method getReader ] { - } - - Method [ public method get ] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ $className ] + Parameter #0 [ $filter ] } + - Return [ array ] } - Method [ public method getMethods ] { + Method [ public method getCache ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } - Method [ public method getMethod ] { + Method [ public method getFirst ] { - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] } - Method [ public method getProperties ] { + Method [ public method getHydrateMode ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getProperty ] { + Method [ public method getLast ] { - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] } - } - } - - Class [ class Phalcon\Annotations\Annotation ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getMessages ] { - - Properties [3] { - Property [ protected $_name ] - Property [ protected $_arguments ] - Property [ protected $_exprArguments ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ array $reflectionData ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getName ] { + Method [ public method isFresh ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getExpression ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ array $expr ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getExprArguments ] { - } + Method [ public method key ] { - Method [ public method getArguments ] { + - Parameters [0] { + } + - Return [ integer or NULL ] } - Method [ public method numberArguments ] { + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ public method getArgument ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ $index ] } } - Method [ public method hasArgument ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ $index ] } + - Return [ boolean ] } - Method [ public method getNamedArgument ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getNamedParameter ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $offset ] } + - Return [ void ] } - } - } - - Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ final public method rewind ] { - - Properties [2] { - Property [ protected $_position ] - Property [ protected $_annotations ] - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [11] { - Method [ public method __construct ] { + Method [ final public method seek ] { - Parameters [1] { - Parameter #0 [ $reflectionData ] + Parameter #0 [ $position ] } + - Return [ void ] } - Method [ public method count ] { - } + Method [ public method setHydrateMode ] { - Method [ public method rewind ] { + - Parameters [1] { + Parameter #0 [ integer $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method current ] { - } + Method [ public method setIsFresh ] { - Method [ public method key ] { + - Parameters [1] { + Parameter #0 [ boolean $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ public method next ] { + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ Closure or NULL $conditionCallback ] + } + - Return [ boolean ] } Method [ public method valid ] { - } - Method [ public method getAnnotations ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method get ] { + Method [ abstract public method toArray ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getAll ] { + Method [ abstract public method current ] { + } - - Parameters [1] { - Parameter #0 [ $name ] - } + Method [ abstract public method serialize ] { } - Method [ public method has ] { + Method [ abstract public method unserialize ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $serialized ] } } } } - Class [ class Phalcon\Annotations\Exception extends Exception implements Throwable ] { + Class [ abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface ] { - Constants [0] { } @@ -13633,85 +16361,93 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [3] { + Property [ protected $container ] + Property [ protected $eventsManager ] + Property [ protected $view ] } - Methods [10] { - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } - Method [ public method __wakeup ] { - } + Method [ public method getContent ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method getView ] { - Method [ final public method getFile ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] } - Method [ final public method getLine ] { - } + Method [ public method partial ] { - Method [ final public method getTrace ] { + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + - Return [ string ] } - Method [ final public method getPrevious ] { - } + Method [ public method __get ] { - Method [ final public method getTraceAsString ] { + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } } - Method [ public method __toString ] { - } - } - } + Method [ public method getDI ] { - Class [ class Phalcon\Annotations\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } - - Constants [0] { - } + Method [ public method getEventsManager ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } - - Static methods [2] { - Method [ static public method load ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ static protected method loadClass ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - } - - Properties [0] { - } + Method [ abstract public method render ] { - - Methods [0] { + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ boolean $mustClean ] + } + } } } - Class [ class Phalcon\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { + Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - Constants [0] { } @@ -13719,77 +16455,66 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method parseDocBlock ] { - - - Parameters [3] { - Parameter #0 [ $docBlock ] - Parameter #1 [ $file ] - Parameter #2 [ $line ] - } - } + - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $adapter ] } - - Methods [1] { - Method [ public method parse ] { + - Methods [6] { + Method [ public method close ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [0] { } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Annotations\Reflection ] { - - - Constants [0] { - } + Method [ public method destroy ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ boolean ] + } - - Static methods [1] { - Method [ static public method __set_state ] { + Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $maxlifetime ] } + - Return [ boolean ] } - } - - - Properties [4] { - Property [ protected $_reflectionData ] - Property [ protected $_classAnnotations ] - Property [ protected $_methodAnnotations ] - Property [ protected $_propertyAnnotations ] - } - - Methods [5] { - Method [ public method __construct ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $reflectionData ] + Parameter #0 [ $id ] } + - Return [ string ] } - Method [ public method getClassAnnotations ] { - } + Method [ public method open ] { - Method [ public method getMethodsAnnotations ] { + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ boolean ] } - Method [ public method getPropertiesAnnotations ] { - } + Method [ public method write ] { - Method [ public method getReflectionData ] { + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ boolean ] } } } - Class [ class Phalcon\Assets\Collection implements Countable, Iterator, Traversable ] { + Class [ abstract class Phalcon\Validation\AbstractValidatorComposite extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface, Phalcon\Validation\ValidatorCompositeInterface ] { - Constants [0] { } @@ -13800,226 +16525,319 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [13] { - Property [ protected $_prefix ] - Property [ protected $_local ] - Property [ protected $_resources ] - Property [ protected $_codes ] - Property [ protected $_position ] - Property [ protected $_filters ] - Property [ protected $_attributes ] - Property [ protected $_join ] - Property [ protected $_targetUri ] - Property [ protected $_targetPath ] - Property [ protected $_targetLocal ] - Property [ protected $_sourcePath ] - Property [ protected $_includedResources ] + - Properties [4] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $validators ] } - - Methods [38] { - Method [ public method getPrefix ] { - } + - Methods [13] { + Method [ public method getValidators ] { - Method [ public method getLocal ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getResources ] { - } + Method [ public method validate ] { - Method [ public method getCodes ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] } - Method [ public method getPosition ] { - } + Method [ public method __construct ] { - Method [ public method getFilters ] { + - Parameters [1] { + Parameter #0 [ array $options ] + } } - Method [ public method getAttributes ] { - } + Method [ public method getTemplate ] { - Method [ public method getJoin ] { + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] } - Method [ public method getTargetUri ] { - } + Method [ public method getTemplates ] { - Method [ public method getTargetPath ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getTargetLocal ] { + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getSourcePath ] { + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method __construct ] { + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method add ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\Resource $resource ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method addInline ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Assets\Inline $code ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method has ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\ResourceInterface $resource ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ public method addCss ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { - Parameter #0 [ $path ] - Parameter #1 [ $local ] - Parameter #2 [ $filter ] - Parameter #3 [ $attributes ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method addInlineCss ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $filter ] - Parameter #2 [ $attributes ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ public method addJs ] { + Class [ abstract class Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - - Parameters [4] { - Parameter #0 [ $path ] - Parameter #1 [ $local ] - Parameter #2 [ $filter ] - Parameter #3 [ $attributes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $activeAccess ] + Property [ protected $accessGranted ] + Property [ protected $activeRole ] + Property [ protected $activeComponent ] + Property [ protected $defaultAccess ] + Property [ protected $eventsManager ] + } + + - Methods [21] { + Method [ public method getActiveAccess ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method addInlineJs ] { + Method [ public method getActiveRole ] { - - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $filter ] - Parameter #2 [ $attributes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method count ] { + Method [ public method getActiveComponent ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method rewind ] { + Method [ public method getDefaultAction ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method current ] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method key ] { + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ integer $defaultAccess ] + } + - Return [ void ] } - Method [ public method next ] { + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } - Method [ public method valid ] { + Method [ abstract public method addInherit ] { + + - Parameters [2] { + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherit ] + } + - Return [ boolean ] } - Method [ public method setTargetPath ] { + Method [ abstract public method addRole ] { - - Parameters [1] { - Parameter #0 [ $targetPath ] + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits ] } + - Return [ boolean ] } - Method [ public method setSourcePath ] { + Method [ abstract public method addComponent ] { - - Parameters [1] { - Parameter #0 [ $sourcePath ] + - Parameters [2] { + Parameter #0 [ $componentObject ] + Parameter #1 [ $accessList ] } + - Return [ boolean ] } - Method [ public method setTargetUri ] { + Method [ abstract public method addComponentAccess ] { - - Parameters [1] { - Parameter #0 [ $targetUri ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } + - Return [ boolean ] } - Method [ public method setPrefix ] { + Method [ abstract public method allow ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] } + - Return [ void ] } - Method [ public method setLocal ] { + Method [ abstract public method deny ] { - - Parameters [1] { - Parameter #0 [ $local ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] } + - Return [ void ] } - Method [ public method setAttributes ] { + Method [ abstract public method dropComponentAccess ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } + - Return [ void ] } - Method [ public method setFilters ] { + Method [ abstract public method getNoArgumentsDefaultAction ] { - - Parameters [1] { - Parameter #0 [ array $filters ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method setTargetLocal ] { + Method [ abstract public method getRoles ] { - - Parameters [1] { - Parameter #0 [ $targetLocal ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method join ] { + Method [ abstract public method getComponents ] { - - Parameters [1] { - Parameter #0 [ $join ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getRealTargetPath ] { + Method [ abstract public method isAllowed ] { + + - Parameters [4] { + Parameter #0 [ $roleName ] + Parameter #1 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ array or NULL $parameters ] + } + - Return [ boolean ] + } + + Method [ abstract public method isComponent ] { - Parameters [1] { - Parameter #0 [ $basePath ] + Parameter #0 [ string $componentName ] } + - Return [ boolean ] } - Method [ public method addFilter ] { + Method [ abstract public method isRole ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] + Parameter #0 [ string $roleName ] } + - Return [ boolean ] } - Method [ final protected method addResource ] { + Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { - Parameter #0 [ Phalcon\Assets\ResourceInterface $resource ] + Parameter #0 [ integer $defaultAccess ] } + - Return [ void ] } } } - Class [ class Phalcon\Assets\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -14027,7 +16845,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -14076,7 +16901,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { + Class [ class Phalcon\Di\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -14084,137 +16909,286 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method filter ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ string $service ] } + - Return [ string ] } } - } - - Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [0] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [1] { - Method [ public method filter ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - } - } - Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { + Method [ public method __wakeup ] { + } - - Constants [0] { - } + Method [ final public method getMessage ] { + } - - Static properties [0] { - } + Method [ final public method getCode ] { + } - - Static methods [0] { - } + Method [ final public method getFile ] { + } - - Properties [0] { - } + Method [ final public method getLine ] { + } - - Methods [1] { - Method [ public method filter ] { + Method [ final public method getTrace ] { + } - - Parameters [1] { - Parameter #0 [ $content ] - } + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { + Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $_default ] } - - Static methods [0] { + - Static methods [3] { + Method [ static public method getDefault ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface or NULL ] + } + + 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 [4] { - Property [ protected $_type ] - Property [ protected $_content ] - Property [ protected $_filter ] - Property [ protected $_attributes ] + - Properties [3] { + Property [ protected $services ] + Property [ protected $sharedInstances ] + Property [ protected $eventsManager ] } - - Methods [9] { - Method [ public method __construct ] { + - Methods [23] { + Method [ public method __construct ] { + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method attempt ] { - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $filter ] - Parameter #2 [ $attributes ] + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ boolean $shared ] } } - Method [ public method getType ] { + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } } - Method [ public method getContent ] { + Method [ public method getInternalEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method getFilter ] { + Method [ public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } } - Method [ public method setType ] { + Method [ public method getService ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method getServices ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method setFilter ] { + Method [ public method getShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ protected method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ Phalcon\Config $config ] } + - Return [ void ] } - Method [ public method setAttributes ] { + Method [ public method loadFromPhp ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $filePath ] + } + - Return [ void ] + } + + Method [ public method loadFromYaml ] { + + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ array or NULL $callbacks ] + } + - Return [ void ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ boolean ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $definition ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ boolean $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method setRaw ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method getResourceKey ] { + Method [ public method setShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Di\ServiceInterface ] } } } - Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { + Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable ] { - Constants [0] { } @@ -14222,67 +17196,67 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { - Property [ protected $_type ] - Property [ protected $_content ] - Property [ protected $_filter ] - Property [ protected $_attributes ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [9] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $filter ] - Parameter #2 [ $attributes ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method getType ] { + Method [ public method __wakeup ] { } - Method [ public method getContent ] { + Method [ final public method getMessage ] { } - Method [ public method getFilter ] { + Method [ final public method getCode ] { } - Method [ public method setType ] { - - - Parameters [1] { - Parameter #0 [ $type ] - } + Method [ final public method getFile ] { } - Method [ public method setFilter ] { - - - Parameters [1] { - Parameter #0 [ $filter ] - } + Method [ final public method getLine ] { } - Method [ public method setAttributes ] { + Method [ final public method getTrace ] { + } - - Parameters [1] { - Parameter #0 [ array $attributes ] - } + Method [ final public method getPrevious ] { } - Method [ public method getAttributes ] { + Method [ final public method getTraceAsString ] { } - Method [ public method getResourceKey ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Assets\Manager ] { + Class [ class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [0] { + - Constants [2] { + Constant [ public integer POSITION_FIRST ] { 0 } + Constant [ public integer POSITION_LAST ] { 1 } } - Static properties [0] { @@ -14291,341 +17265,381 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_options ] - Property [ protected $_collections ] - Property [ protected $_implicitOutput ] - } + - Properties [21] { + Property [ protected $container ] + Property [ protected $action ] + Property [ protected $controller ] + Property [ protected $defaultAction ] + Property [ protected $defaultController ] + Property [ protected $defaultModule ] + Property [ protected $defaultNamespace ] + Property [ protected $defaultParams ] + Property [ protected $eventsManager ] + Property [ protected $keyRouteNames ] + Property [ protected $keyRouteIds ] + Property [ protected $matchedRoute ] + Property [ protected $matches ] + Property [ protected $module ] + Property [ protected $namespaceName ] + Property [ protected $notFoundPaths ] + Property [ protected $params ] + Property [ protected $removeExtraSlashes ] + Property [ protected $routes ] + Property [ protected $uriSource ] + Property [ protected $wasMatched ] + } + + - Methods [44] { + Method [ public method getKeyRouteNames ] { + } - - Methods [26] { - Method [ public method __construct ] { + Method [ public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $keyRouteNames ] } } - Method [ public method setOptions ] { + Method [ public method getKeyRouteIds ] { + } + + Method [ public method setKeyRouteIds ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $keyRouteIds ] } } - Method [ public method getOptions ] { - } - - Method [ public method useImplicitOutput ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $implicitOutput ] + Parameter #0 [ boolean $defaultRoutes ] } } - Method [ public method addCss ] { + Method [ public method add ] { - Parameters [4] { - Parameter #0 [ $path ] - Parameter #1 [ $local ] - Parameter #2 [ $filter ] - Parameter #3 [ $attributes ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] + Parameter #3 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addInlineCss ] { + Method [ public method addConnect ] { - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $filter ] - Parameter #2 [ $attributes ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addJs ] { + Method [ public method addDelete ] { - - Parameters [4] { - Parameter #0 [ $path ] - Parameter #1 [ $local ] - Parameter #2 [ $filter ] - Parameter #3 [ $attributes ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addInlineJs ] { + Method [ public method addGet ] { - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $filter ] - Parameter #2 [ $attributes ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addResourceByType ] { + Method [ public method addHead ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Assets\Resource $resource ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addInlineCodeByType ] { + Method [ public method addOptions ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Assets\Inline $code ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addResource ] { + Method [ public method addPatch ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Assets\Resource $resource ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method addInlineCode ] { + Method [ public method addPost ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Assets\Inline $code ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method set ] { + Method [ public method addPurge ] { - - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ Phalcon\Assets\Collection $collection ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method get ] { + Method [ public method addPut ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getCss ] { + Method [ public method addTrace ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method getJs ] { + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] + } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method collection ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method collectionResourcesByType ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ array $resources ] - Parameter #1 [ $type ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method output ] { + Method [ public method getActionName ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Assets\Collection $collection ] - Parameter #1 [ $callback ] - Parameter #2 [ $type ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method outputInline ] { + Method [ public method getControllerName ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Assets\Collection $collection ] - Parameter #1 [ $type ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method outputCss ] { + Method [ public method getMatchedRoute ] { - - Parameters [1] { - Parameter #0 [ $collectionName ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method outputInlineCss ] { + Method [ public method getMatches ] { - - Parameters [1] { - Parameter #0 [ $collectionName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method outputJs ] { + Method [ public method getModuleName ] { - - Parameters [1] { - Parameter #0 [ $collectionName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method outputInlineJs ] { + Method [ public method getNamespaceName ] { - - Parameters [1] { - Parameter #0 [ $collectionName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getCollections ] { + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method exists ] { + Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } - } - } - - Class [ class Phalcon\Assets\Resource\Css extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $_type ] - Property [ protected $_path ] - Property [ protected $_local ] - Property [ protected $_filter ] - Property [ protected $_attributes ] - Property [ protected $_sourcePath ] - Property [ protected $_targetPath ] - Property [ protected $_targetUri ] - } - - Methods [22] { - Method [ public method __construct ] { + Method [ public method getRouteByName ] { - - Parameters [4] { - Parameter #0 [ $path ] - Parameter #1 [ $local ] - Parameter #2 [ $filter ] - Parameter #3 [ $attributes ] + - Parameters [1] { + Parameter #0 [ string $name ] } } - Method [ public method getType ] { - } + Method [ public method getRoutes ] { - Method [ public method getPath ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getLocal ] { - } + Method [ public method handle ] { - Method [ public method getFilter ] { + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ void ] } - Method [ public method getAttributes ] { - } + Method [ public method isExactControllerName ] { - Method [ public method getSourcePath ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getTargetPath ] { - } + Method [ public method mount ] { - Method [ public method getTargetUri ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setType ] { + Method [ public method notFound ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ $paths ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setPath ] { + Method [ public method removeExtraSlashes ] { - Parameters [1] { - Parameter #0 [ $path ] + Parameter #0 [ boolean $remove ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setLocal ] { + Method [ public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ $local ] + Parameter #0 [ string $actionName ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setFilter ] { + Method [ public method setDefaultController ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ string $controllerName ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setAttributes ] { + Method [ public method setDefaultModule ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $moduleName ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setTargetUri ] { + Method [ public method setDefaultNamespace ] { - Parameters [1] { - Parameter #0 [ $targetUri ] + Parameter #0 [ string $namespaceName ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setSourcePath ] { + Method [ public method setDefaults ] { - Parameters [1] { - Parameter #0 [ $sourcePath ] + Parameter #0 [ array $defaults ] } + - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ public method setTargetPath ] { + Method [ public method getDefaults ] { - - Parameters [1] { - Parameter #0 [ $targetPath ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getContent ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $basePath ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method getRealTargetUri ] { + Method [ public method wasMatched ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getRealSourcePath ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getRealTargetPath ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $basePath ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } - } - - Method [ public method getResourceKey ] { + - Return [ void ] } } } - Class [ class Phalcon\Assets\Resource\Js extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { + Class [ class Phalcon\Mvc\View\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -14633,141 +17647,148 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - - Properties [8] { - Property [ protected $_type ] - Property [ protected $_path ] - Property [ protected $_local ] - Property [ protected $_filter ] - Property [ protected $_attributes ] - Property [ protected $_sourcePath ] - Property [ protected $_targetPath ] - Property [ protected $_targetUri ] + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [22] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ $path ] - Parameter #1 [ $local ] - Parameter #2 [ $filter ] - Parameter #3 [ $attributes ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method getType ] { + Method [ public method __wakeup ] { } - Method [ public method getPath ] { + Method [ final public method getMessage ] { } - Method [ public method getLocal ] { + Method [ final public method getCode ] { } - Method [ public method getFilter ] { + Method [ final public method getFile ] { } - Method [ public method getAttributes ] { + Method [ final public method getLine ] { } - Method [ public method getSourcePath ] { + Method [ final public method getTrace ] { } - Method [ public method getTargetPath ] { + Method [ final public method getPrevious ] { } - Method [ public method getTargetUri ] { + Method [ final public method getTraceAsString ] { } - Method [ public method setType ] { - - - Parameters [1] { - Parameter #0 [ $type ] - } + Method [ public method __toString ] { } + } + } - Method [ public method setPath ] { + Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - - Parameters [1] { - Parameter #0 [ $path ] - } - } + - Constants [0] { + } - Method [ public method setLocal ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $local ] - } - } + - Static methods [0] { + } - Method [ public method setFilter ] { + - Properties [4] { + Property [ protected $connection ] + Property [ protected $options ] + Property [ protected $prefix ] + Property [ protected $ttl ] + } + + - Methods [8] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ array $options ] } } - Method [ public method setAttributes ] { + Method [ public method close ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method setTargetUri ] { + Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $targetUri ] + Parameter #0 [ $id ] } + - Return [ boolean ] } - Method [ public method setSourcePath ] { + Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $sourcePath ] + Parameter #0 [ $maxlifetime ] } + - Return [ boolean ] } - Method [ public method setTargetPath ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $targetPath ] + Parameter #0 [ $id ] } + - Return [ string ] } - Method [ public method getContent ] { + Method [ public method open ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] } + - Return [ boolean ] } - Method [ public method getRealTargetUri ] { - } - - Method [ public method getRealSourcePath ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] } + - Return [ boolean ] } - Method [ public method getRealTargetPath ] { + Method [ protected method getPrefixedName ] { - Parameters [1] { - Parameter #0 [ $basePath ] + Parameter #0 [ $name ] } - } - - Method [ public method getResourceKey ] { + - Return [ string ] } } } - Class [ class Phalcon\Cache\Backend\Apc extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -14779,140 +17800,153 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [7] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] } - - Methods [20] { - Method [ public method get ] { + - Methods [18] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method save ] { + Method [ public method clear ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method increment ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method decrement ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method delete ] { + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { - - Parameters [1] { - Parameter #0 [ $keyName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method queryKeys ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $prefix ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method exists ] { + Method [ public method increment ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method flush ] { - } + Method [ public method set ] { - Method [ public method getFrontend ] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ boolean ] } - Method [ public method setFrontend ] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ $frontend ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method getLastKey ] { + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setLastKey ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ protected method getSerializedData ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + - Parameters [1] { + Parameter #0 [ $content ] } } - Method [ public method start ] { + Method [ protected method getTtl ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method stop ] { + Method [ protected method getUnserializedData ] { - - Parameters [1] { - Parameter #0 [ $stopBuffer ] + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - Method [ public method isFresh ] { - } - - Method [ public method isStarted ] { - } + Method [ protected method initSerializer ] { - Method [ public method getLifetime ] { + - Parameters [0] { + } + - Return [ void ] } } } - Class [ class Phalcon\Cache\Backend\Apcu extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -14924,172 +17958,160 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [7] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] } - - Methods [20] { - Method [ public method get ] { + - Methods [19] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method save ] { + Method [ public method clear ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method increment ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method decrement ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method delete ] { + Method [ public method getAdapter ] { + } - - Parameters [1] { - Parameter #0 [ $keyName ] + Method [ public method getKeys ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method queryKeys ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $prefix ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method exists ] { + Method [ public method increment ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method flush ] { - } + Method [ public method set ] { - Method [ public method getFrontend ] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ boolean ] } - Method [ public method setFrontend ] { + Method [ private method setSerializer ] { - Parameters [1] { - Parameter #0 [ $frontend ] + Parameter #0 [ Memcached $connection ] } } - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getLastKey ] { - } - - Method [ public method setLastKey ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method __construct ] { + Method [ public method getPrefix ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method start ] { + Method [ protected method getPrefixedKey ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method stop ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $stopBuffer ] + Parameter #0 [ $content ] } } - Method [ public method isFresh ] { - } - - Method [ public method isStarted ] { - } - - Method [ public method getLifetime ] { - } - } - } - - Class [ class Phalcon\Cache\Backend\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [2] { - Method [ static public method load ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ static protected method loadClass ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - } - - Properties [0] { - } + Method [ protected method initSerializer ] { - - Methods [0] { + - Parameters [0] { + } + - Return [ void ] + } } } - Class [ class Phalcon\Cache\Backend\File extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -15101,155 +18123,154 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [8] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] - Property [ private $_useSafeKey ] + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $data ] + Property [ protected $options ] } - - Methods [22] { - Method [ public method __construct ] { + - Methods [18] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ array $options ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method get ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method save ] { + Method [ public method decrement ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ $keyName ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method queryKeys ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method exists ] { + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method increment ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method decrement ] { + Method [ public method increment ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method flush ] { + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ boolean ] } - Method [ public method getKey ] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method useSafeKey ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $useSafeKey ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method getFrontend ] { + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setFrontend ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $frontend ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $content ] } } - Method [ public method getLastKey ] { - } - - Method [ public method setLastKey ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method start ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - Method [ public method stop ] { + Method [ protected method initSerializer ] { - - Parameters [1] { - Parameter #0 [ $stopBuffer ] + - Parameters [0] { } - } - - Method [ public method isFresh ] { - } - - Method [ public method isStarted ] { - } - - Method [ public method getLifetime ] { + - Return [ void ] } } } - Class [ class Phalcon\Cache\Backend\Libmemcached extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -15260,145 +18281,161 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] - Property [ protected $_memcache ] + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] } - - Methods [21] { - Method [ public method __construct ] { + - Methods [19] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method _connect ] { - } - - Method [ public method get ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method save ] { + Method [ public method decrement ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ $keyName ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method queryKeys ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method exists ] { + Method [ public method getAdapter ] { + } - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Method [ public method getKeys ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method increment ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method decrement ] { + Method [ public method increment ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method flush ] { - } + Method [ public method set ] { - Method [ public method getFrontend ] { + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ boolean ] } - Method [ public method setFrontend ] { + Method [ private method setSerializer ] { - Parameters [1] { - Parameter #0 [ $frontend ] + Parameter #0 [ Redis $connection ] } } - Method [ public method getOptions ] { + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method getLastKey ] { + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setLastKey ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method start ] { + Method [ protected method getSerializedData ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ $content ] } } - Method [ public method stop ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $stopBuffer ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method isFresh ] { - } + Method [ protected method getUnserializedData ] { - Method [ public method isStarted ] { + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method getLifetime ] { + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] } } } - Class [ class Phalcon\Cache\Backend\Memcache extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } @@ -15410,153 +18447,186 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [8] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] - Property [ protected $_memcache ] + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $cacheDir ] + Property [ protected $options ] } - Methods [22] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method _connect ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method addServers ] { + Method [ public method decrement ] { - - Parameters [3] { - Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $persistent ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method get ] { + Method [ public method delete ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method save ] { + Method [ public method get ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method delete ] { + Method [ public method getAdapter ] { + } - - Parameters [1] { - Parameter #0 [ $keyName ] + Method [ public method getKeys ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method queryKeys ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $prefix ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method exists ] { + Method [ public method increment ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method increment ] { + Method [ public method set ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ public method decrement ] { + Method [ private method getDir ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ string ] } - Method [ public method flush ] { + Method [ private method getFilepath ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] } - Method [ public method getFrontend ] { + Method [ private method getIterator ] { + + - Parameters [1] { + Parameter #0 [ string $dir ] + } + - Return [ Iterator ] } - Method [ public method setFrontend ] { + Method [ private method isExpired ] { - Parameters [1] { - Parameter #0 [ $frontend ] + Parameter #0 [ array $payload ] } + - Return [ boolean ] } - Method [ public method getOptions ] { + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method getLastKey ] { + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setLastKey ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method start ] { + Method [ protected method getSerializedData ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ $content ] } } - Method [ public method stop ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $stopBuffer ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method isFresh ] { - } + Method [ protected method getUnserializedData ] { - Method [ public method isStarted ] { + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method getLifetime ] { + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] } } } - Class [ class Phalcon\Cache\Backend\Memory extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface, Serializable ] { + Class [ abstract class Phalcon\Validation\AbstractCombinedFieldsValidator extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -15567,152 +18637,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] - Property [ protected $_data ] + - Properties [3] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] } - - Methods [22] { - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - - Method [ public method save ] { - - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] - } - } - - Method [ public method delete ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $keyName ] + Parameter #0 [ array $options ] } } - Method [ public method queryKeys ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $prefix ] - } - } - - Method [ public method exists ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - - Method [ public method increment ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method decrement ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method flush ] { - } - - Method [ public method serialize ] { - } - - Method [ public method unserialize ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getFrontend ] { - } - - Method [ public method setFrontend ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $frontend ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getLastKey ] { - } - - Method [ public method setLastKey ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method start ] { + Method [ abstract public method validate ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method stop ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $stopBuffer ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ public method isFresh ] { - } + Method [ protected method prepareLabel ] { - Method [ public method isStarted ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } } - Method [ public method getLifetime ] { + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] + } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Cache\Backend\Mongo extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { } @@ -15723,297 +18755,246 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] - Property [ protected $_collection ] + - Properties [18] { + Property [ protected $activeAccess ] + Property [ protected $accessGranted ] + Property [ protected $activeRole ] + Property [ protected $activeComponent ] + Property [ protected $defaultAccess ] + Property [ protected $eventsManager ] + Property [ protected $access ] + Property [ protected $accessList ] + Property [ protected $activeFunction ] + Property [ protected $activeFunctionCustomArgumentsCount ] + Property [ protected $activeKey ] + Property [ protected $components ] + Property [ protected $componentsNames ] + Property [ protected $func ] + Property [ protected $noArgumentsDefaultAction ] + Property [ protected $roles ] + Property [ protected $roleInherits ] + Property [ protected $rolesNames ] } - - Methods [22] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] - } - } - - Method [ final protected method _getCollection ] { - } - - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } + - Methods [27] { + Method [ public method getActiveFunction ] { } - Method [ public method save ] { + Method [ public method getActiveFunctionCustomArgumentsCount ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method delete ] { + Method [ public method getActiveKey ] { - - Parameters [1] { - Parameter #0 [ $keyName ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method queryKeys ] { - - - Parameters [1] { - Parameter #0 [ $prefix ] - } + Method [ public method __construct ] { } - Method [ public method exists ] { + Method [ public method addComponent ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ $componentValue ] + Parameter #1 [ $accessList ] } + - Return [ boolean ] } - Method [ public method gc ] { - } - - Method [ public method increment ] { + Method [ public method addComponentAccess ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } + - Return [ boolean ] } - Method [ public method decrement ] { + Method [ public method addInherit ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherits ] } + - Return [ boolean ] } - Method [ public method flush ] { - } - - Method [ public method getFrontend ] { - } - - Method [ public method setFrontend ] { + Method [ public method addRole ] { - - Parameters [1] { - Parameter #0 [ $frontend ] + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits ] } + - Return [ boolean ] } - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { + Method [ public method allow ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] } + - Return [ void ] } - Method [ public method getLastKey ] { - } - - Method [ public method setLastKey ] { + Method [ public method deny ] { - - Parameters [1] { - Parameter #0 [ $lastKey ] + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] } + - Return [ void ] } - Method [ public method start ] { + Method [ public method dropComponentAccess ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] } + - Return [ void ] } - Method [ public method stop ] { + Method [ public method getNoArgumentsDefaultAction ] { - - Parameters [1] { - Parameter #0 [ $stopBuffer ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method isFresh ] { - } - - Method [ public method isStarted ] { - } - - Method [ public method getLifetime ] { - } - } - } - - Class [ class Phalcon\Cache\Backend\Redis extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] - Property [ protected $_redis ] - } - - - Methods [21] { - Method [ public method __construct ] { + Method [ public method getRoles ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method _connect ] { - } - - Method [ public method get ] { + Method [ public method getComponents ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method save ] { + Method [ public method isAllowed ] { - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + Parameter #0 [ $roleName ] + Parameter #1 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ array or NULL $parameters ] } + - Return [ boolean ] } - Method [ public method delete ] { + Method [ public method isRole ] { - Parameters [1] { - Parameter #0 [ $keyName ] + Parameter #0 [ string $roleName ] } + - Return [ boolean ] } - Method [ public method queryKeys ] { + Method [ public method isComponent ] { - Parameters [1] { - Parameter #0 [ $prefix ] + Parameter #0 [ string $componentName ] } + - Return [ boolean ] } - Method [ public method exists ] { + Method [ public method setNoArgumentsDefaultAction ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ integer $defaultAccess ] } + - Return [ void ] } - Method [ public method increment ] { + Method [ private method allowOrDeny ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [5] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $action ] + Parameter #4 [ $func ] } + - Return [ void ] } - Method [ public method decrement ] { + Method [ private method canAccess ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ string $access ] } } - Method [ public method flush ] { - } + Method [ public method getActiveAccess ] { - Method [ public method getFrontend ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setFrontend ] { + Method [ public method getActiveRole ] { - - Parameters [1] { - Parameter #0 [ $frontend ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { + Method [ public method getActiveComponent ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getLastKey ] { - } - - Method [ public method setLastKey ] { + Method [ public method getDefaultAction ] { - - Parameters [1] { - Parameter #0 [ $lastKey ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method start ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method stop ] { + Method [ public method setDefaultAction ] { - Parameters [1] { - Parameter #0 [ $stopBuffer ] + Parameter #0 [ integer $defaultAccess ] } + - Return [ void ] } - Method [ public method isFresh ] { - } - - Method [ public method isStarted ] { - } + Method [ public method setEventsManager ] { - Method [ public method getLifetime ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } } } - Class [ class Phalcon\Cache\Backend\Xcache extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Acl\Component implements Phalcon\Acl\ComponentInterface ] { - Constants [0] { } @@ -16024,141 +19005,64 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $_frontend ] - Property [ protected $_options ] - Property [ protected $_prefix ] - Property [ protected $_lastKey ] - Property [ protected $_lastLifetime ] - Property [ protected $_fresh ] - Property [ protected $_started ] + - Properties [2] { + Property [ private $description ] + Property [ private $name ] } - - Methods [20] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] - } - } - - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - - Method [ public method save ] { - - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] - } - } - - Method [ public method delete ] { - - - Parameters [1] { - Parameter #0 [ $keyName ] - } - } - - Method [ public method queryKeys ] { + - Methods [4] { + Method [ public method getDescription ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method exists ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method increment ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method decrement ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $value ] - } - } - - Method [ public method flush ] { - } - - Method [ public method getFrontend ] { - } - - Method [ public method setFrontend ] { - - - Parameters [1] { - Parameter #0 [ $frontend ] - } - } - - Method [ public method getOptions ] { - } - - Method [ public method setOptions ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } - } - - Method [ public method getLastKey ] { - } - - Method [ public method setLastKey ] { - - - Parameters [1] { - Parameter #0 [ $lastKey ] + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $description ] } } + } + } - Method [ public method start ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } + Class [ class Phalcon\Acl\Enum ] { - Method [ public method stop ] { + - Constants [2] { + Constant [ public integer ALLOW ] { 1 } + Constant [ public integer DENY ] { 0 } + } - - Parameters [1] { - Parameter #0 [ $stopBuffer ] - } - } + - Static properties [0] { + } - Method [ public method isFresh ] { - } + - Static methods [0] { + } - Method [ public method isStarted ] { - } + - Properties [0] { + } - Method [ public method getLifetime ] { - } + - Methods [0] { } } - Class [ class Phalcon\Cache\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Acl\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -16166,7 +19070,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -16215,7 +19126,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Cache\Frontend\Base64 implements Phalcon\Cache\FrontendInterface ] { + Class [ class Phalcon\Acl\Role implements Phalcon\Acl\RoleInterface ] { - Constants [0] { } @@ -16226,82 +19137,44 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_frontendOptions ] + - Properties [2] { + Property [ private $name ] + Property [ private $description ] } - - Methods [8] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $frontendOptions ] - } - } - - Method [ public method getLifetime ] { - } - - Method [ public method isBuffering ] { - } - - Method [ public method start ] { - } - - Method [ public method getContent ] { - } - - Method [ public method stop ] { - } - - Method [ public method beforeStore ] { + - Methods [4] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method afterRetrieve ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ class Phalcon\Cache\Frontend\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [2] { - Method [ static public method load ] { + Method [ public method getDescription ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [0] { } + - Return [ string ] } - Method [ static protected method loadClass ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $description ] } } } - - - Properties [0] { - } - - - Methods [0] { - } } - Class [ class Phalcon\Cache\Frontend\Igbinary extends Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { + Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -16312,104 +19185,96 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_frontendOptions ] + - Properties [4] { + Property [ protected $annotations ] + Property [ protected $reader ] + Property [ protected $prefix ] + Property [ protected $ttl ] } - - Methods [8] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $frontendOptions ] + Parameter #0 [ array $options ] } } - Method [ public method getLifetime ] { - } + Method [ public method read ] { - Method [ public method isBuffering ] { + - Parameters [1] { + Parameter #0 [ string $key ] + } } - Method [ public method start ] { - } + Method [ public method write ] { - Method [ public method getContent ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] + } + - Return [ boolean ] } - Method [ public method stop ] { + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method beforeStore ] { + Method [ public method getMethod ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method afterRetrieve ] { + Method [ public method getMethods ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $className ] } + - Return [ array ] } - } - } - Class [ class Phalcon\Cache\Frontend\Json implements Phalcon\Cache\FrontendInterface ] { + Method [ public method getProperty ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_frontendOptions ] - } - - - Methods [8] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $frontendOptions ] + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getLifetime ] { - } - - Method [ public method isBuffering ] { - } - - Method [ public method start ] { - } - - Method [ public method getContent ] { - } + Method [ public method getProperties ] { - Method [ public method stop ] { + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] } - Method [ public method beforeStore ] { + Method [ public method getReader ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ public method afterRetrieve ] { + Method [ public method setReader ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } - Class [ class Phalcon\Cache\Frontend\Msgpack extends Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { + Class [ class Phalcon\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -16420,50 +19285,88 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_frontendOptions ] + - Properties [3] { + Property [ protected $annotations ] + Property [ protected $reader ] + Property [ protected $data ] } - - Methods [8] { - Method [ public method __construct ] { + - Methods [9] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $frontendOptions ] + Parameter #0 [ string $key ] } } - Method [ public method getLifetime ] { + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] + } + - Return [ void ] } - Method [ public method isBuffering ] { + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method start ] { + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getContent ] { + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] } - Method [ public method stop ] { + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] + } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method beforeStore ] { + Method [ public method getProperties ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ public method getReader ] { + + - Parameters [0] { } + - Return [ Phalcon\Annotations\ReaderInterface ] } - Method [ public method afterRetrieve ] { + Method [ public method setReader ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } - Class [ class Phalcon\Cache\Frontend\None implements Phalcon\Cache\FrontendInterface ] { + Class [ class Phalcon\Annotations\Adapter\Stream extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -16474,42 +19377,95 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [0] { + - Properties [3] { + Property [ protected $annotations ] + Property [ protected $reader ] + Property [ protected $annotationsDir ] } - - Methods [7] { - Method [ public method getLifetime ] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } } - Method [ public method isBuffering ] { + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } } - Method [ public method start ] { + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] + } + - Return [ void ] } - Method [ public method getContent ] { + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method stop ] { + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method beforeStore ] { + Method [ public method getMethods ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] } + - Return [ Phalcon\Annotations\Collection ] } - Method [ public method afterRetrieve ] { + Method [ public method getProperties ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ public method getReader ] { + + - Parameters [0] { + } + - Return [ Phalcon\Annotations\ReaderInterface ] + } + + Method [ public method setReader ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } - Class [ class Phalcon\Cache\Frontend\Output implements Phalcon\Cache\FrontendInterface ] { + Class [ class Phalcon\Annotations\Annotation ] { - Constants [0] { } @@ -16520,51 +19476,87 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_buffering ] - Property [ protected $_frontendOptions ] + - Properties [3] { + Property [ protected $arguments ] + Property [ protected $exprArguments ] + Property [ protected $name ] } - - Methods [8] { + - Methods [10] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $frontendOptions ] + Parameter #0 [ array $reflectionData ] } } - Method [ public method getLifetime ] { + Method [ public method getArgument ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } } - Method [ public method isBuffering ] { + Method [ public method getArguments ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method start ] { + Method [ public method getExprArguments ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getContent ] { + Method [ public method getExpression ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } } - Method [ public method stop ] { + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method beforeStore ] { + Method [ public method getNamedArgument ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $name ] } } - Method [ public method afterRetrieve ] { + Method [ public method getNamedParameter ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $name ] } } + + Method [ public method hasArgument ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + - Return [ boolean ] + } + + Method [ public method numberArguments ] { + + - Parameters [0] { + } + - Return [ integer ] + } } } - Class [ class Phalcon\Cache\Multiple ] { + Class [ class Phalcon\Annotations\AnnotationsFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -16575,72 +19567,69 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_backends ] + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [8] { + - Methods [7] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $backends ] + Parameter #0 [ array $services ] } } - Method [ public method push ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ Phalcon\Cache\BackendInterface $backend ] + Parameter #0 [ $config ] } } - Method [ public method get ] { + Method [ public method newInstance ] { - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] } + - Return [ Phalcon\Annotations\Adapter\AbstractAdapter ] } - Method [ public method start ] { + Method [ protected method getAdapters ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method save ] { + Method [ protected method checkService ] { - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ $keyName ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ public method exists ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] + - Parameters [1] { + Parameter #0 [ array $services ] } - } - - Method [ public method flush ] { + - Return [ void ] } } } - Class [ class Phalcon\Cli\Console extends Phalcon\Application implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { - Constants [0] { } @@ -16651,104 +19640,91 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $_eventsManager ] - Property [ protected $_dependencyInjector ] - Property [ protected $_defaultModule ] - Property [ protected $_modules ] - Property [ protected $_arguments ] - Property [ protected $_options ] + - Properties [2] { + Property [ protected $annotations ] + Property [ protected $position ] } - - Methods [14] { - Method [ public method addModules ] { + - Methods [11] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $modules ] + Parameter #0 [ array $reflectionData ] } } - Method [ public method handle ] { + Method [ public method count ] { - - Parameters [1] { - Parameter #0 [ array or NULL $arguments ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method setArgument ] { - - - Parameters [3] { - Parameter #0 [ array or NULL $arguments ] - Parameter #1 [ $str ] - Parameter #2 [ $shift ] - } + Method [ public method current ] { } - Method [ public method __construct ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Annotations\Annotation ] } - Method [ public method setEventsManager ] { + Method [ public method getAll ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $name ] } + - Return [ array ] } - Method [ public method getEventsManager ] { - } - - Method [ public method registerModules ] { + Method [ public method getAnnotations ] { - - Parameters [2] { - Parameter #0 [ array $modules ] - Parameter #1 [ $merge ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getModules ] { - } - - Method [ public method getModule ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method setDefaultModule ] { + Method [ public method key ] { - - Parameters [1] { - Parameter #0 [ $defaultModule ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getDefaultModule ] { - } - - Method [ public method setDI ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getDI ] { + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ public method __get ] { + Method [ public method valid ] { - - Parameters [1] { - Parameter #0 [ $propertyName ] + - Parameters [0] { } + - Return [ boolean ] } } } - Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Throwable ] { + Class [ class Phalcon\Annotations\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -16756,7 +19732,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -16805,302 +19788,310 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Cli\DispatcherInterface ] { + Class [ class Phalcon\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { - - Constants [6] { - Constant [ public integer EXCEPTION_NO_DI ] { 0 } - Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + - Constants [0] { } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method parseDocBlock ] { + + - Parameters [3] { + Parameter #0 [ string $docBlock ] + Parameter #1 [ $file ] + Parameter #2 [ $line ] + } + - Return [ array ] + } } - - Properties [24] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_activeHandler ] - Property [ protected $_finished ] - Property [ protected $_forwarded ] - Property [ protected $_moduleName ] - Property [ protected $_namespaceName ] - Property [ protected $_handlerName ] - Property [ protected $_actionName ] - Property [ protected $_params ] - Property [ protected $_returnedValue ] - Property [ protected $_lastHandler ] - Property [ protected $_defaultNamespace ] - Property [ protected $_actionSuffix ] - Property [ protected $_previousNamespaceName ] - Property [ protected $_previousHandlerName ] - Property [ protected $_previousActionName ] - Property [ protected $_modelBinding ] - Property [ protected $_modelBinder ] - Property [ protected $_isControllerInitialize ] - Property [ protected $_handlerSuffix ] - Property [ protected $_defaultHandler ] - Property [ protected $_defaultAction ] - Property [ protected $_options ] + - Properties [0] { } - - Methods [46] { - Method [ public method setTaskSuffix ] { + - Methods [1] { + Method [ public method parse ] { - Parameters [1] { - Parameter #0 [ $taskSuffix ] + Parameter #0 [ string $className ] } + - Return [ array ] } + } + } - Method [ public method setDefaultTask ] { + Class [ class Phalcon\Annotations\Reflection ] { - - Parameters [1] { - Parameter #0 [ $taskName ] - } - } + - Constants [0] { + } - Method [ public method setTaskName ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $taskName ] - } - } + - Static methods [0] { + } - Method [ public method getTaskName ] { - } + - Properties [4] { + Property [ protected $classAnnotations ] + Property [ protected $methodAnnotations ] + Property [ protected $propertyAnnotations ] + Property [ protected $reflectionData ] + } - Method [ protected method _throwDispatchException ] { + - Methods [5] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $exceptionCode ] + - Parameters [1] { + Parameter #0 [ array $reflectionData ] } } - Method [ protected method _handleException ] { - - - Parameters [1] { - Parameter #0 [ Exception $exception ] - } + Method [ public method getClassAnnotations ] { } - Method [ public method getLastTask ] { + Method [ public method getMethodsAnnotations ] { } - Method [ public method getActiveTask ] { + Method [ public method getPropertiesAnnotations ] { } - Method [ public method setOptions ] { + Method [ public method getReflectionData ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ array ] } + } + } - Method [ public method getOptions ] { - } + Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Method [ public method getOption ] { + - Constants [0] { + } - - Parameters [3] { - Parameter #0 [ $option ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] - } - } + - Static properties [0] { + } - Method [ public method hasOption ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $option ] + - Properties [10] { + Property [ protected $attributes ] + Property [ protected $autoVersion ] + Property [ protected $filter ] + Property [ protected $local ] + Property [ protected $path ] + Property [ protected $sourcePath ] + Property [ protected $targetPath ] + Property [ protected $targetUri ] + Property [ protected $type ] + Property [ protected $version ] + } + + - Methods [26] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ boolean $local ] + Parameter #2 [ boolean $filter ] + Parameter #3 [ array $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ boolean $autoVersion ] } } - Method [ public method callActionMethod ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ $handler ] - Parameter #1 [ $actionMethod ] - Parameter #2 [ array or NULL $params ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method setDI ] { + Method [ public method setAutoVersion ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ boolean $autoVersion ] } } - Method [ public method getDI ] { - } - - Method [ public method setEventsManager ] { + Method [ public method getFilter ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getEventsManager ] { + Method [ public method getLocal ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setActionSuffix ] { + Method [ public method getPath ] { - - Parameters [1] { - Parameter #0 [ $actionSuffix ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getActionSuffix ] { + Method [ public method getSourcePath ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setModuleName ] { + Method [ public method getTargetPath ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getModuleName ] { + Method [ public method getTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setNamespaceName ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $namespaceName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getNamespaceName ] { + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setDefaultNamespace ] { + Method [ public method setVersion ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ string $version ] } } - Method [ public method getDefaultNamespace ] { + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setDefaultAction ] { + Method [ public method getContent ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method setActionName ] { + Method [ public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method getActionName ] { - } - - Method [ public method setParams ] { + Method [ public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method getParams ] { - } - - Method [ public method setParam ] { + Method [ public method getRealTargetUri ] { - - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getParam ] { + Method [ public method isAutoVersion ] { - - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method hasParam ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getActiveMethod ] { - } - - Method [ public method isFinished ] { - } - - Method [ public method setReturnedValue ] { + Method [ public method setFilter ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ boolean $filter ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getReturnedValue ] { - } - - Method [ public method setModelBinding ] { + Method [ public method setLocal ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $cache ] + - Parameters [1] { + Parameter #0 [ boolean $local ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method setModelBinder ] { + Method [ public method setSourcePath ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache ] + - Parameters [1] { + Parameter #0 [ string $sourcePath ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getModelBinder ] { - } + Method [ public method setTargetPath ] { - Method [ public method dispatch ] { + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method forward ] { + Method [ public method setTargetUri ] { - Parameters [1] { - Parameter #0 [ $forward ] + Parameter #0 [ string $targetUri ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method wasForwarded ] { - } + Method [ public method setType ] { - Method [ public method getHandlerClass ] { + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getBoundModels ] { - } + Method [ public method setPath ] { - Method [ protected method _resolveEmptyProperties ] { + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -17111,181 +20102,221 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [10] { + Property [ protected $attributes ] + Property [ protected $autoVersion ] + Property [ protected $filter ] + Property [ protected $local ] + Property [ protected $path ] + Property [ protected $sourcePath ] + Property [ protected $targetPath ] + Property [ protected $targetUri ] + Property [ protected $type ] + Property [ protected $version ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [26] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ boolean $local ] + Parameter #2 [ boolean $filter ] + Parameter #3 [ array $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ boolean $autoVersion ] } } - Method [ public method __wakeup ] { - } + Method [ public method getAttributes ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ array or NULL ] } - Method [ final public method getCode ] { - } + Method [ public method setAutoVersion ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ boolean $autoVersion ] + } } - Method [ final public method getLine ] { - } + Method [ public method getFilter ] { - Method [ final public method getTrace ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ final public method getPrevious ] { - } + Method [ public method getLocal ] { - Method [ final public method getTraceAsString ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method __toString ] { - } - } - } + Method [ public method getPath ] { - Class [ class Phalcon\Cli\Router implements Phalcon\Di\InjectionAwareInterface ] { + - Parameters [0] { + } + - Return [ string ] + } - - Constants [0] { - } + Method [ public method getSourcePath ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getTargetPath ] { - - Properties [13] { - Property [ protected $_dependencyInjector ] - Property [ protected $_module ] - Property [ protected $_task ] - Property [ protected $_action ] - Property [ protected $_params ] - Property [ protected $_defaultModule ] - Property [ protected $_defaultTask ] - Property [ protected $_defaultAction ] - Property [ protected $_defaultParams ] - Property [ protected $_routes ] - Property [ protected $_matchedRoute ] - Property [ protected $_matches ] - Property [ protected $_wasMatched ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [19] { - Method [ public method __construct ] { + Method [ public method getTargetUri ] { - - Parameters [1] { - Parameter #0 [ $defaultRoutes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setDefaultModule ] { + Method [ public method setVersion ] { - Parameters [1] { - Parameter #0 [ $moduleName ] + Parameter #0 [ string $version ] } } - Method [ public method setDefaultTask ] { + Method [ public method getAssetKey ] { - - Parameters [1] { - Parameter #0 [ $taskName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDefaultAction ] { + Method [ public method getContent ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method setDefaults ] { + Method [ public method getRealSourcePath ] { - Parameters [1] { - Parameter #0 [ array $defaults ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method handle ] { + Method [ public method getRealTargetPath ] { - Parameters [1] { - Parameter #0 [ $arguments ] + Parameter #0 [ string or NULL $basePath ] } + - Return [ string ] } - Method [ public method add ] { + Method [ public method getRealTargetUri ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getModuleName ] { - } + Method [ public method isAutoVersion ] { - Method [ public method getTaskName ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getActionName ] { + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getParams ] { + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ boolean $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getMatchedRoute ] { + Method [ public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ boolean $local ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getMatches ] { + Method [ public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string $sourcePath ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method wasMatched ] { + Method [ public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getRoutes ] { + Method [ public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ string $targetUri ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getRouteById ] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ string $type ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method getRouteByName ] { + Method [ public method setPath ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $path ] } + - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ class Phalcon\Cli\Router\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Assets\Collection implements Countable, Iterator, Traversable ] { - Constants [0] { } @@ -17296,781 +20327,937 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [15] { + Property [ protected $assets ] + Property [ protected $attributes ] + Property [ protected $autoVersion ] + Property [ protected $codes ] + Property [ protected $filters ] + Property [ protected $includedAssets ] + Property [ protected $join ] + Property [ protected $local ] + Property [ protected $prefix ] + Property [ protected $position ] + Property [ protected $sourcePath ] + Property [ protected $targetLocal ] + Property [ protected $targetPath ] + Property [ protected $targetUri ] + Property [ protected $version ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [42] { + Method [ public method getAssets ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { - } + Method [ public method getAttributes ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getCode ] { - } + Method [ public method setAutoVersion ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ boolean $autoVersion ] + } } - Method [ final public method getLine ] { - } + Method [ public method getCodes ] { - Method [ final public method getTrace ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method getFilters ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method getJoin ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method __toString ] { + Method [ public method getLocal ] { + + - Parameters [0] { + } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Cli\Router\Route ] { + Method [ public method getPrefix ] { - - Constants [1] { - Constant [ public string DEFAULT_DELIMITER ] { } - } + - Parameters [0] { + } + - Return [ string ] + } - - Static properties [2] { - Property [ protected static $_uniqueId ] - Property [ protected static $_delimiterPath ] - } + Method [ public method getPosition ] { - - Static methods [3] { - Method [ static public method reset ] { + - Parameters [0] { + } + - Return [ integer ] } - Method [ static public method delimiter ] { + Method [ public method getSourcePath ] { - - Parameters [1] { - Parameter #0 [ $delimiter ] + - Parameters [0] { } + - Return [ string ] } - Method [ static public method getDelimiter ] { - } - } + Method [ public method getTargetLocal ] { - - Properties [8] { - Property [ protected $_pattern ] - Property [ protected $_compiledPattern ] - Property [ protected $_paths ] - Property [ protected $_converters ] - Property [ protected $_id ] - Property [ protected $_name ] - Property [ protected $_beforeMatch ] - Property [ protected $_delimiter ] - } + - Parameters [0] { + } + - Return [ boolean ] + } - - Methods [15] { - Method [ public method __construct ] { + Method [ public method getTargetPath ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method compilePattern ] { + Method [ public method getTargetUri ] { - - Parameters [1] { - Parameter #0 [ $pattern ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method extractNamedParams ] { + Method [ public method getVersion ] { - - Parameters [1] { - Parameter #0 [ $pattern ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method reConfigure ] { + Method [ public method setVersion ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [1] { + Parameter #0 [ string $version ] } } - Method [ public method getName ] { + Method [ public method __construct ] { } - Method [ public method setName ] { + Method [ public method add ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method beforeMatch ] { + Method [ public method addCss ] { - - Parameters [1] { - Parameter #0 [ $callback ] + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $local ] + Parameter #2 [ boolean $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ boolean $autoVersion ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getBeforeMatch ] { - } + Method [ public method addFilter ] { - Method [ public method getRouteId ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] + } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getPattern ] { - } + Method [ public method addInline ] { - Method [ public method getCompiledPattern ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\Inline $code ] + } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getPaths ] { - } + Method [ public method addInlineCss ] { - Method [ public method getReversedPaths ] { + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ boolean $filter ] + Parameter #2 [ $attributes ] + } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method convert ] { + Method [ public method addInlineJs ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $converter ] + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ boolean $filter ] + Parameter #2 [ $attributes ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getConverters ] { + Method [ public method addJs ] { + + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $local ] + Parameter #2 [ boolean $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ boolean $autoVersion ] + } + - Return [ Phalcon\Assets\Collection ] } - } - } - Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface ] { + Method [ public method count ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ integer ] + } - - Static properties [0] { - } + Method [ public method current ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Assets\Asset ] + } - - Properties [2] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - } + Method [ public method getRealTargetPath ] { - - Methods [6] { - Method [ final public method __construct ] { + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } + - Return [ boolean ] } - Method [ public method getDI ] { + Method [ public method isAutoVersion ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setEventsManager ] { + Method [ public method join ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ boolean $join ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method getEventsManager ] { + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method __get ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ $propertyName ] + - Parameters [0] { } + - Return [ void ] } - } - } - - Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements Countable, ArrayAccess ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } - } + Method [ public method rewind ] { - - Static properties [1] { - Property [ protected static $_pathDelimiter ] - } + - Parameters [0] { + } + - Return [ void ] + } - - Static methods [3] { - Method [ static public method __set_state ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ static public method setPathDelimiter ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ $delimiter ] + Parameter #0 [ array $filters ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ static public method getPathDelimiter ] { - } - } + Method [ public method setLocal ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ boolean $local ] + } + - Return [ Phalcon\Assets\Collection ] + } - - Methods [11] { - Method [ public method __construct ] { + Method [ public method setPrefix ] { - - Parameters [2] { - Parameter #0 [ array $arrayConfig ] - Parameter #1 [ $defaultAdapter ] + - Parameters [1] { + Parameter #0 [ string $prefix ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method offsetExists ] { + Method [ public method setTargetLocal ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ boolean $targetLocal ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method path ] { + Method [ public method setTargetPath ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $delimiter ] + - Parameters [1] { + Parameter #0 [ string $targetPath ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method get ] { + Method [ public method setTargetUri ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ string $targetUri ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method offsetGet ] { + Method [ public method setSourcePath ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $sourcePath ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method offsetSet ] { + Method [ public method valid ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method offsetUnset ] { + Method [ final protected method addAsset ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } + - Return [ boolean ] } + } + } - Method [ public method merge ] { + Class [ class Phalcon\Assets\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { - Method [ public method toArray ] { + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } } - Method [ public method count ] { + Method [ public method __wakeup ] { } - Method [ final protected method _merge ] { + Method [ final public method getMessage ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Config $config ] - Parameter #1 [ $instance ] - } + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements Countable, ArrayAccess ] { + Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - - Static properties [1] { - Property [ protected static $_pathDelimiter ] + - Static properties [0] { } - - Static methods [3] { - Method [ static public method __set_state ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ array $data ] - } - } + - Properties [0] { + } - Method [ static public method setPathDelimiter ] { + - Methods [1] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ $delimiter ] + Parameter #0 [ string $content ] } + - Return [ string ] } + } + } - Method [ static public method getPathDelimiter ] { - } + Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { } - Properties [0] { } - - Methods [13] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method filter ] { - - Parameters [2] { - Parameter #0 [ $filePath ] - Parameter #1 [ $mode ] + - Parameters [1] { + Parameter #0 [ string $content ] } + - Return [ string ] } + } + } - Method [ protected method _parseIniString ] { + Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } - Method [ protected method _cast ] { + - Methods [1] { + Method [ public method filter ] { - Parameters [1] { - Parameter #0 [ $ini ] + Parameter #0 [ string $content ] } + - Return [ string ] } + } + } - Method [ public method offsetExists ] { + Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $content ] + Property [ protected $filter ] + Property [ protected $type ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ boolean $filter ] + Parameter #2 [ $attributes ] } } - Method [ public method path ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $delimiter ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method get ] { + Method [ public method getContent ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ public method getFilter ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method offsetSet ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ public method getAssetKey ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method merge ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method toArray ] { - } + Method [ public method setFilter ] { - Method [ public method count ] { + - Parameters [1] { + Parameter #0 [ boolean $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ final protected method _merge ] { + Method [ public method setType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Config $config ] - Parameter #1 [ $instance ] + - Parameters [1] { + Parameter #0 [ string $type ] } + - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements Countable, ArrayAccess ] { + Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - - Static properties [1] { - Property [ protected static $_pathDelimiter ] + - Static properties [0] { } - - Static methods [3] { - Method [ static public method __set_state ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - } - - Method [ static public method setPathDelimiter ] { - - - Parameters [1] { - Parameter #0 [ $delimiter ] - } - } - - Method [ static public method getPathDelimiter ] { - } + - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $content ] + Property [ protected $filter ] + Property [ protected $type ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [9] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $filePath ] + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ boolean $filter ] + Parameter #2 [ $attributes ] } } - Method [ public method offsetExists ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method path ] { + Method [ public method getContent ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $delimiter ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method get ] { + Method [ public method getFilter ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method offsetGet ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method offsetSet ] { + Method [ public method getAssetKey ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method merge ] { + Method [ public method setFilter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ boolean $filter ] } + - Return [ Phalcon\Assets\AssetInterface ] } - Method [ public method toArray ] { - } - - Method [ public method count ] { - } - - Method [ final protected method _merge ] { + Method [ public method setType ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Config $config ] - Parameter #1 [ $instance ] + - Parameters [1] { + Parameter #0 [ string $type ] } + - Return [ Phalcon\Assets\AssetInterface ] } } } - Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements Countable, ArrayAccess ] { + Class [ class Phalcon\Assets\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + - Constants [0] { } - - Static properties [1] { - Property [ protected static $_pathDelimiter ] + - Static properties [0] { } - - Static methods [3] { - Method [ static public method __set_state ] { + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $container ] + Property [ protected $collections ] + Property [ protected $options ] + Property [ protected $implicitOutput ] + } + + - Methods [29] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ array $options ] } } - Method [ static public method setPathDelimiter ] { + Method [ public method addAsset ] { - Parameters [1] { - Parameter #0 [ $delimiter ] + Parameter #0 [ Phalcon\Assets\Asset $asset ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ static public method getPathDelimiter ] { + Method [ public method addAssetByType ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Assets\Asset $asset ] + } + - Return [ Phalcon\Assets\Manager ] } - } - - Properties [0] { - } + Method [ public method addCss ] { - - Methods [11] { - Method [ public method __construct ] { + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $local ] + Parameter #2 [ boolean $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ boolean $autoVersion ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addInlineCode ] { - Parameters [1] { - Parameter #0 [ $filePath ] + Parameter #0 [ Phalcon\Assets\Inline $code ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method offsetExists ] { + Method [ public method addInlineCodeByType ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Assets\Inline $code ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method path ] { + Method [ public method addInlineCss ] { - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $delimiter ] + Parameter #0 [ string $content ] + Parameter #1 [ $filter ] + Parameter #2 [ $attributes ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method get ] { + Method [ public method addInlineJs ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ $filter ] + Parameter #2 [ $attributes ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addJs ] { + + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $local ] + Parameter #2 [ boolean $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ boolean $autoVersion ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method offsetGet ] { + Method [ public method collection ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method offsetSet ] { + Method [ public method collectionAssetsByType ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + Parameter #0 [ array $assets ] + Parameter #1 [ string $type ] } + - Return [ array ] } - Method [ public method offsetUnset ] { + Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $id ] } + - Return [ boolean ] } - Method [ public method merge ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ string $id ] } + - Return [ Phalcon\Assets\Collection ] } - Method [ public method toArray ] { - } + Method [ public method getCollections ] { - Method [ public method count ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final protected method _merge ] { + Method [ public method getCss ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Config $config ] - Parameter #1 [ $instance ] + - Parameters [0] { } + - Return [ Phalcon\Assets\Collection ] } - } - } - - Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements Countable, ArrayAccess ] { - - - Constants [1] { - Constant [ public string DEFAULT_PATH_DELIMITER ] { . } - } - - - Static properties [1] { - Property [ protected static $_pathDelimiter ] - } - - Static methods [3] { - Method [ static public method __set_state ] { + Method [ public method getJs ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } + - Return [ Phalcon\Assets\Collection ] } - Method [ static public method setPathDelimiter ] { + Method [ public method getOptions ] { - - Parameters [1] { - Parameter #0 [ $delimiter ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method getPathDelimiter ] { - } - } + Method [ public method output ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ $callback ] + Parameter #2 [ $type ] + } + - Return [ string or NULL ] + } - - Methods [11] { - Method [ public method __construct ] { + Method [ public method outputCss ] { - - Parameters [2] { - Parameter #0 [ $filePath ] - Parameter #1 [ array or NULL $callbacks ] + - Parameters [1] { + Parameter #0 [ string or NULL $collectionName ] } + - Return [ string ] } - Method [ public method offsetExists ] { + Method [ public method outputInline ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ $type ] } + - Return [ string ] } - Method [ public method path ] { + Method [ public method outputInlineCss ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $delimiter ] + - Parameters [1] { + Parameter #0 [ string or NULL $collectionName ] } + - Return [ string ] } - Method [ public method get ] { + Method [ public method outputInlineJs ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ string or NULL $collectionName ] } + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ public method outputJs ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string or NULL $collectionName ] } + - Return [ string ] } - Method [ public method offsetSet ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + Parameter #0 [ string $id ] + Parameter #1 [ Phalcon\Assets\Collection $collection ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method offsetUnset ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method merge ] { + Method [ public method useImplicitOutput ] { - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + Parameter #0 [ boolean $implicitOutput ] } + - Return [ Phalcon\Assets\Manager ] } - Method [ public method toArray ] { - } + Method [ private method getPrefixedPath ] { - Method [ public method count ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ string $path ] + } + - Return [ string ] } - Method [ final protected method _merge ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Config $config ] - Parameter #1 [ $instance ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - } - } - Class [ class Phalcon\Config\Exception extends Phalcon\Exception implements Throwable ] { + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache implements Psr\SimpleCache\CacheInterface ] { - Constants [0] { } @@ -18081,94 +21268,108 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [1] { + Property [ protected $adapter ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method getAdapter ] { + } - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] } } - Method [ public method __wakeup ] { - } + Method [ public method clear ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ final public method getCode ] { - } + Method [ public method delete ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ boolean ] } - Method [ final public method getLine ] { - } + Method [ public method deleteMultiple ] { - Method [ final public method getTrace ] { + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ boolean ] } - Method [ final public method getPrevious ] { - } + Method [ public method get ] { - Method [ final public method getTraceAsString ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method __toString ] { - } - } - } + Method [ public method getMultiple ] { - Class [ class Phalcon\Config\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue ] + } + } - - Constants [0] { - } + Method [ public method has ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ boolean ] + } - - Static methods [2] { - Method [ static public method load ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ static protected method loadClass ] { + Method [ public method setMultiple ] { - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + Parameter #0 [ $values ] + Parameter #1 [ $ttl ] } + - Return [ boolean ] } - } - - Properties [0] { - } + Method [ protected method checkKey ] { - - Methods [0] { + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ void ] + } + + Method [ protected method checkKeys ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ void ] + } } } - Class [ class Phalcon\Crypt implements Phalcon\CryptInterface ] { + Class [ class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - - Constants [7] { - Constant [ public integer PADDING_DEFAULT ] { 0 } - Constant [ public integer PADDING_ANSI_X_923 ] { 1 } - Constant [ public integer PADDING_PKCS7 ] { 2 } - Constant [ public integer PADDING_ISO_10126 ] { 3 } - Constant [ public integer PADDING_ISO_IEC_7816_4 ] { 4 } - Constant [ public integer PADDING_ZERO ] { 5 } - Constant [ public integer PADDING_SPACE ] { 6 } + - Constants [0] { } - Static properties [0] { @@ -18177,2532 +21378,2422 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $_key ] - Property [ protected $_padding ] - Property [ protected $_cipher ] - Property [ protected $availableCiphers ] - Property [ protected $ivLength ] - Property [ protected $hashAlgo ] - Property [ protected $useSigning ] + - Properties [3] { + Property [ protected $mapper ] + Property [ protected $services ] + Property [ private $serializerFactory ] } - - Methods [21] { + - Methods [6] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $cipher ] - Parameter #1 [ $useSigning ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $services ] } } - Method [ public method setPadding ] { + Method [ public method newInstance ] { - - Parameters [1] { - Parameter #0 [ $scheme ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] } + - Return [ Phalcon\Cache\Adapter\AbstractAdapter ] } - Method [ public method setCipher ] { + Method [ protected method getAdapters ] { - - Parameters [1] { - Parameter #0 [ $cipher ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getCipher ] { - } - - Method [ public method setKey ] { + Method [ protected method checkService ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method getKey ] { - } - - Method [ public method setHashAlgo ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ $hashAlgo ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ public method getHashAlgo ] { - } - - Method [ public method useSigning ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ $useSigning ] + Parameter #0 [ array $services ] } + - Return [ void ] } + } + } - Method [ protected method _cryptPadText ] { + Class [ class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - - Parameters [4] { - Parameter #0 [ $text ] - Parameter #1 [ $mode ] - Parameter #2 [ $blockSize ] - Parameter #3 [ $paddingType ] - } - } + - Constants [0] { + } - Method [ protected method _cryptUnpadText ] { + - Static properties [0] { + } - - Parameters [4] { - Parameter #0 [ $text ] - Parameter #1 [ $mode ] - Parameter #2 [ $blockSize ] - Parameter #3 [ $paddingType ] - } - } + - Static methods [0] { + } - Method [ public method encrypt ] { + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] + } + + - Methods [18] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ $key ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method decrypt ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $text ] - Parameter #1 [ $key ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method encryptBase64 ] { + Method [ public method decrement ] { - - Parameters [3] { - Parameter #0 [ $text ] - Parameter #1 [ $key ] - Parameter #2 [ $safe ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method decryptBase64 ] { + Method [ public method delete ] { - - Parameters [3] { - Parameter #0 [ $text ] - Parameter #1 [ $key ] - Parameter #2 [ $safe ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method getAvailableCiphers ] { + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method getAvailableHashAlgos ] { + Method [ public method getAdapter ] { } - Method [ protected method assertCipherIsAvailable ] { + Method [ public method getKeys ] { - - Parameters [1] { - Parameter #0 [ $cipher ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method assertHashAlgorithmAvailable ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $hashAlgo ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ protected method getIvLength ] { + Method [ public method increment ] { - - Parameters [1] { - Parameter #0 [ $cipher ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ protected method initializeAvailableCiphers ] { - } - } - } - - Class [ class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - - Methods [10] { - Method [ public method __construct ] { + Method [ public method set ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } + Method [ public method getDefaultSerializer ] { - Method [ final public method getCode ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getFile ] { - } + Method [ public method setDefaultSerializer ] { - Method [ final public method getLine ] { + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } } - Method [ final public method getTrace ] { - } + Method [ public method getPrefix ] { - Method [ final public method getPrevious ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ protected method getPrefixedKey ] { - Method [ public method __toString ] { + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] } - } - } - - Class [ abstract class Phalcon\Db ] { - - - Constants [17] { - Constant [ public integer FETCH_LAZY ] { 1 } - Constant [ public integer FETCH_ASSOC ] { 2 } - Constant [ public integer FETCH_NAMED ] { 11 } - Constant [ public integer FETCH_NUM ] { 3 } - Constant [ public integer FETCH_BOTH ] { 4 } - Constant [ public integer FETCH_OBJ ] { 5 } - Constant [ public integer FETCH_BOUND ] { 6 } - Constant [ public integer FETCH_COLUMN ] { 7 } - Constant [ public integer FETCH_CLASS ] { 8 } - Constant [ public integer FETCH_INTO ] { 9 } - Constant [ public integer FETCH_FUNC ] { 10 } - Constant [ public integer FETCH_GROUP ] { 65536 } - Constant [ public integer FETCH_UNIQUE ] { 196608 } - Constant [ public integer FETCH_KEY_PAIR ] { 12 } - Constant [ public integer FETCH_CLASSTYPE ] { 262144 } - Constant [ public integer FETCH_SERIALIZE ] { 524288 } - Constant [ public integer FETCH_PROPS_LATE ] { 1048576 } - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method setup ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $content ] } } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Db\Adapter\Pdo\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [2] { - Method [ static public method load ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ static protected method loadClass ] { + Method [ protected method getUnserializedData ] { - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - } - - Properties [0] { - } + Method [ protected method initSerializer ] { - - Methods [0] { + - Parameters [0] { + } + - Return [ void ] + } } } - Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $_connectionConsecutive ] + - Static properties [0] { } - Static methods [0] { } - - Properties [13] { - Property [ protected $_eventsManager ] - Property [ protected $_descriptor ] - Property [ protected $_dialect ] - Property [ protected $_connectionId ] - Property [ protected $_sqlStatement ] - Property [ protected $_sqlVariables ] - Property [ protected $_sqlBindTypes ] - Property [ protected $_transactionLevel ] - Property [ protected $_transactionsWithSavepoints ] - Property [ protected $_pdo ] - Property [ protected $_affectedRows ] - Property [ protected $_type ] - Property [ protected $_dialectType ] + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] } - - Methods [75] { - Method [ public method describeColumns ] { + - Methods [18] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method describeIndexes ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method describeReferences ] { + Method [ public method decrement ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method addForeignKey ] { + Method [ public method delete ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method connect ] { - - - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] - } + Method [ public method getAdapter ] { } - Method [ public method prepare ] { + Method [ public method getKeys ] { - - Parameters [1] { - Parameter #0 [ $sqlStatement ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method executePrepared ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method query ] { + Method [ public method increment ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method execute ] { + Method [ public method set ] { - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ public method affectedRows ] { - } + Method [ public method getDefaultSerializer ] { - Method [ public method close ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method escapeString ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method convertBoundParams ] { + Method [ public method getPrefix ] { - - Parameters [2] { - Parameter #0 [ $sql ] - Parameter #1 [ array or NULL $params ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method lastInsertId ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $sequenceName ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method begin ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ $content ] } } - Method [ public method rollback ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method commit ] { + Method [ protected method getUnserializedData ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getTransactionLevel ] { - } + Method [ protected method initSerializer ] { - Method [ public method isUnderTransaction ] { + - Parameters [0] { + } + - Return [ void ] } + } + } - Method [ public method getInternalHandler ] { - } + Class [ class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Method [ public method getErrorInfo ] { - } + - Constants [0] { + } - Method [ public method getDialectType ] { - } + - Static properties [0] { + } - Method [ public method getType ] { - } + - Static methods [0] { + } - Method [ public method getSqlVariables ] { - } + - Properties [8] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $data ] + Property [ protected $options ] + } - Method [ public method setEventsManager ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method getEventsManager ] { - } - - Method [ public method setDialect ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getDialect ] { - } - - Method [ public method fetchOne ] { + Method [ public method decrement ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method fetchAll ] { + Method [ public method delete ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method fetchColumn ] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $column ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method insert ] { - - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] - } + Method [ public method getAdapter ] { } - Method [ public method insertAsDict ] { + Method [ public method getKeys ] { - - Parameters [3] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method update ] { + Method [ public method has ] { - - Parameters [5] { - Parameter #0 [ $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method updateAsDict ] { + Method [ public method increment ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition ] - Parameter #3 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method delete ] { + Method [ public method set ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ public method escapeIdentifier ] { + Method [ public method getDefaultSerializer ] { - - Parameters [1] { - Parameter #0 [ $identifier ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getColumnList ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $columnList ] - } - } - - Method [ public method limit ] { - - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method tableExists ] { + Method [ public method getPrefix ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method viewExists ] { + Method [ protected method getPrefixedKey ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method forUpdate ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ $content ] } } - Method [ public method sharedLock ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method createTable ] { + Method [ protected method getUnserializedData ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - Method [ public method dropTable ] { + Method [ protected method initSerializer ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ void ] } + } + } - Method [ public method createView ] { - - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] - } - } + Class [ class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Method [ public method dropView ] { + - Constants [0] { + } - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] - } - } + - Static properties [0] { + } - Method [ public method addColumn ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - } - } + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] + } - Method [ public method modifyColumn ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method dropColumn ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method addIndex ] { + Method [ public method decrement ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method dropIndex ] { + Method [ public method delete ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method addPrimaryKey ] { + Method [ public method get ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method dropPrimaryKey ] { - - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - } + Method [ public method getAdapter ] { } - Method [ public method dropForeignKey ] { + Method [ public method getKeys ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getColumnDefinition ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method listTables ] { + Method [ public method increment ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method listViews ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ public method tableOptions ] { + Method [ public method getDefaultSerializer ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method createSavepoint ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method releaseSavepoint ] { + Method [ public method getPrefix ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method rollbackSavepoint ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $nestedTransactionsWithSavepoints ] + Parameter #0 [ $content ] } } - Method [ public method isNestedTransactionsWithSavepoints ] { - } - - Method [ public method getNestedTransactionSavepointName ] { - } - - Method [ public method getDefaultIdValue ] { - } - - Method [ public method getDefaultValue ] { - } - - Method [ public method supportSequences ] { - } - - Method [ public method useExplicitIdValue ] { - } + Method [ protected method getTtl ] { - Method [ public method getDescriptor ] { + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ integer ] } - Method [ public method getConnectionId ] { - } + Method [ protected method getUnserializedData ] { - Method [ public method getSQLStatement ] { + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method getRealSQLStatement ] { - } + Method [ protected method initSerializer ] { - Method [ public method getSQLBindTypes ] { + - Parameters [0] { + } + - Return [ void ] } } } - Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $_connectionConsecutive ] + - Static properties [0] { } - Static methods [0] { } - - Properties [13] { - Property [ protected $_eventsManager ] - Property [ protected $_descriptor ] - Property [ protected $_dialect ] - Property [ protected $_connectionId ] - Property [ protected $_sqlStatement ] - Property [ protected $_sqlVariables ] - Property [ protected $_sqlBindTypes ] - Property [ protected $_transactionLevel ] - Property [ protected $_transactionsWithSavepoints ] - Property [ protected $_pdo ] - Property [ protected $_affectedRows ] - Property [ protected $_type ] - Property [ protected $_dialectType ] + - Properties [8] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $cacheDir ] + Property [ protected $options ] } - - Methods [75] { - Method [ public method connect ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $options ] } } - Method [ public method describeColumns ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method createTable ] { + Method [ public method decrement ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method modifyColumn ] { + Method [ public method delete ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method useExplicitIdValue ] { - } + Method [ public method get ] { - Method [ public method getDefaultIdValue ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method supportSequences ] { + Method [ public method getAdapter ] { } - Method [ public method __construct ] { + Method [ public method getKeys ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method prepare ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $sqlStatement ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method executePrepared ] { + Method [ public method increment ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ integer $value ] } } - Method [ public method query ] { + Method [ public method set ] { - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] } + - Return [ boolean ] } - Method [ public method execute ] { + Method [ public method getDefaultSerializer ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method affectedRows ] { - } - - Method [ public method close ] { - } - - Method [ public method escapeString ] { + Method [ public method setDefaultSerializer ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ string $defaultSerializer ] } } - Method [ public method convertBoundParams ] { + Method [ public method getPrefix ] { - - Parameters [2] { - Parameter #0 [ $sql ] - Parameter #1 [ array or NULL $params ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method lastInsertId ] { + Method [ protected method getPrefixedKey ] { - Parameters [1] { - Parameter #0 [ $sequenceName ] + Parameter #0 [ $key ] } + - Return [ string ] } - Method [ public method begin ] { + Method [ protected method getSerializedData ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ $content ] } } - Method [ public method rollback ] { + Method [ protected method getTtl ] { - Parameters [1] { - Parameter #0 [ $nesting ] + Parameter #0 [ $ttl ] } + - Return [ integer ] } - Method [ public method commit ] { + Method [ protected method getUnserializedData ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getTransactionLevel ] { - } + Method [ protected method initSerializer ] { - Method [ public method isUnderTransaction ] { + - Parameters [0] { + } + - Return [ void ] } + } + } - Method [ public method getInternalHandler ] { - } + Class [ class Phalcon\Cache\CacheFactory ] { - Method [ public method getErrorInfo ] { - } + - Constants [0] { + } - Method [ public method getDialectType ] { - } + - Static properties [0] { + } - Method [ public method getType ] { - } + - Static methods [0] { + } - Method [ public method getSqlVariables ] { - } + - Properties [1] { + Property [ protected $adapterFactory ] + } - Method [ public method setEventsManager ] { + - Methods [3] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] } } - Method [ public method getEventsManager ] { - } - - Method [ public method setDialect ] { + Method [ public method load ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + Parameter #0 [ $config ] } } - Method [ public method getDialect ] { - } - - Method [ public method fetchOne ] { + Method [ public method newInstance ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] } + - Return [ Phalcon\Cache\CacheInterface ] } + } + } - Method [ public method fetchAll ] { + Class [ class Phalcon\Cache\Exception\Exception extends Phalcon\Exception implements Throwable, Psr\SimpleCache\CacheException ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] } + - Return [ string ] } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ public method fetchColumn ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $column ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method insert ] { - - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] - } + Method [ public method __wakeup ] { } - Method [ public method insertAsDict ] { + Method [ final public method getMessage ] { + } - - Parameters [3] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] - } + Method [ final public method getCode ] { } - Method [ public method update ] { + Method [ final public method getFile ] { + } - - Parameters [5] { - Parameter #0 [ $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] - } + Method [ final public method getLine ] { } - Method [ public method updateAsDict ] { + Method [ final public method getTrace ] { + } - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition ] - Parameter #3 [ $dataTypes ] - } + Method [ final public method getPrevious ] { } - Method [ public method delete ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] - } + Method [ public method __toString ] { } + } + } - Method [ public method escapeIdentifier ] { + Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Phalcon\Exception implements Throwable, Psr\SimpleCache\InvalidArgumentException, Psr\SimpleCache\CacheException ] { - - Parameters [1] { - Parameter #0 [ $identifier ] - } - } + - Constants [0] { + } - Method [ public method getColumnList ] { + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $columnList ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ public method limit ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method tableExists ] { - - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - } + Method [ public method __wakeup ] { } - Method [ public method viewExists ] { + Method [ final public method getMessage ] { + } - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - } + Method [ final public method getCode ] { } - Method [ public method forUpdate ] { + Method [ final public method getFile ] { + } - - Parameters [1] { - Parameter #0 [ $sqlQuery ] - } + Method [ final public method getLine ] { } - Method [ public method sharedLock ] { + Method [ final public method getTrace ] { + } - - Parameters [1] { - Parameter #0 [ $sqlQuery ] - } + Method [ final public method getPrevious ] { } - Method [ public method dropTable ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] - } + Method [ public method __toString ] { } + } + } - Method [ public method createView ] { + Class [ class Phalcon\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] - } - } + - Constants [0] { + } - Method [ public method dropView ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] - } - } + - Static methods [0] { + } - Method [ public method addColumn ] { + - Properties [6] { + Property [ protected $container ] + Property [ protected $defaultModule ] + Property [ protected $eventsManager ] + Property [ protected $modules ] + Property [ protected $arguments ] + Property [ protected $options ] + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Methods [13] { + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $arguments ] } } - Method [ public method dropColumn ] { + Method [ public method setArgument ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + Parameter #0 [ array or NULL $arguments ] + Parameter #1 [ boolean $str ] + Parameter #2 [ boolean $shift ] } + - Return [ Phalcon\Cli\Console ] } - Method [ public method addIndex ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } - Method [ public method dropIndex ] { + Method [ public method getDefaultModule ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addPrimaryKey ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method dropPrimaryKey ] { + Method [ public method getModule ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ string $name ] } } - Method [ public method addForeignKey ] { + Method [ public method getModules ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method dropForeignKey ] { + Method [ public method registerModules ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [2] { + Parameter #0 [ array $modules ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method getColumnDefinition ] { + Method [ public method setDefaultModule ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $defaultModule ] } + - Return [ Phalcon\Application\AbstractApplication ] } - Method [ public method listTables ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method listViews ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ string $propertyName ] } } - Method [ public method describeIndexes ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method describeReferences ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } - Method [ public method tableOptions ] { - - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - } - } + Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Throwable ] { - Method [ public method createSavepoint ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $name ] - } - } + - Static properties [0] { + } - Method [ public method releaseSavepoint ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ public method rollbackSavepoint ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method setNestedTransactionsWithSavepoints ] { - - - Parameters [1] { - Parameter #0 [ $nestedTransactionsWithSavepoints ] - } + Method [ public method __wakeup ] { } - Method [ public method isNestedTransactionsWithSavepoints ] { + Method [ final public method getMessage ] { } - Method [ public method getNestedTransactionSavepointName ] { + Method [ final public method getCode ] { } - Method [ public method getDefaultValue ] { + Method [ final public method getFile ] { } - Method [ public method getDescriptor ] { + Method [ final public method getLine ] { } - Method [ public method getConnectionId ] { + Method [ final public method getTrace ] { } - Method [ public method getSQLStatement ] { + Method [ final public method getPrevious ] { } - Method [ public method getRealSQLStatement ] { + Method [ final public method getTraceAsString ] { } - Method [ public method getSQLBindTypes ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] { - Constants [0] { } - - Static properties [1] { - Property [ protected static $_connectionConsecutive ] + - Static properties [0] { } - Static methods [0] { } - - Properties [13] { - Property [ protected $_eventsManager ] - Property [ protected $_descriptor ] - Property [ protected $_dialect ] - Property [ protected $_connectionId ] - Property [ protected $_sqlStatement ] - Property [ protected $_sqlVariables ] - Property [ protected $_sqlBindTypes ] - Property [ protected $_transactionLevel ] - Property [ protected $_transactionsWithSavepoints ] - Property [ protected $_pdo ] - Property [ protected $_affectedRows ] - Property [ protected $_type ] - Property [ protected $_dialectType ] + - Properties [27] { + Property [ protected $container ] + Property [ protected $activeHandler ] + Property [ protected $activeMethodMap ] + Property [ protected $actionName ] + Property [ protected $actionSuffix ] + Property [ protected $camelCaseMap ] + Property [ protected $defaultNamespace ] + Property [ protected $handlerHashes ] + Property [ protected $handlerName ] + Property [ protected $eventsManager ] + Property [ protected $finished ] + Property [ protected $forwarded ] + Property [ protected $isControllerInitialize ] + Property [ protected $lastHandler ] + Property [ protected $modelBinder ] + Property [ protected $modelBinding ] + Property [ protected $moduleName ] + Property [ protected $namespaceName ] + Property [ protected $params ] + Property [ protected $previousActionName ] + Property [ protected $previousHandlerName ] + Property [ protected $previousNamespaceName ] + Property [ protected $returnedValue ] + Property [ protected $defaultHandler ] + Property [ protected $defaultAction ] + Property [ protected $handlerSuffix ] + Property [ protected $options ] } - - Methods [75] { - Method [ public method connect ] { + - Methods [49] { + Method [ public method callActionMethod ] { - - Parameters [1] { - Parameter #0 [ array or NULL $descriptor ] + - Parameters [3] { + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params ] } } - Method [ public method describeColumns ] { + Method [ public method getActiveTask ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ public method describeIndexes ] { + Method [ public method getLastTask ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Cli\TaskInterface ] } - Method [ public method describeReferences ] { + Method [ public method getOption ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [3] { + Parameter #0 [ $option ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] } } - Method [ public method useExplicitIdValue ] { + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getDefaultValue ] { + Method [ public method getTaskName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getTaskSuffix ] { - - Parameters [1] { - Parameter #0 [ array $descriptor ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method prepare ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $sqlStatement ] + Parameter #0 [ $option ] } + - Return [ boolean ] } - Method [ public method executePrepared ] { + Method [ public method setDefaultTask ] { - - Parameters [3] { - Parameter #0 [ PDOStatement $statement ] - Parameter #1 [ array $placeholders ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $taskName ] } + - Return [ void ] } - Method [ public method query ] { + Method [ public method setOptions ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ void ] } - Method [ public method execute ] { + Method [ public method setTaskName ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ string $taskName ] } + - Return [ void ] } - Method [ public method affectedRows ] { - } + Method [ public method setTaskSuffix ] { - Method [ public method close ] { + - Parameters [1] { + Parameter #0 [ string $taskSuffix ] + } + - Return [ void ] } - Method [ public method escapeString ] { + Method [ protected method handleException ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ Exception $exception ] } } - Method [ public method convertBoundParams ] { + Method [ protected method throwDispatchException ] { - Parameters [2] { - Parameter #0 [ $sql ] - Parameter #1 [ array or NULL $params ] + Parameter #0 [ string $message ] + Parameter #1 [ integer $exceptionCode ] } } - Method [ public method lastInsertId ] { + Method [ public method dispatch ] { + } + + Method [ public method forward ] { - Parameters [1] { - Parameter #0 [ $sequenceName ] + Parameter #0 [ array $forward ] } + - Return [ void ] } - Method [ public method begin ] { + Method [ public method getActionName ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method rollback ] { + Method [ public method getActionSuffix ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method commit ] { + Method [ public method getActiveMethod ] { - - Parameters [1] { - Parameter #0 [ $nesting ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getTransactionLevel ] { - } + Method [ public method getBoundModels ] { - Method [ public method isUnderTransaction ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getInternalHandler ] { - } + Method [ public method getDefaultNamespace ] { - Method [ public method getErrorInfo ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getDialectType ] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method getType ] { + Method [ public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getSqlVariables ] { + Method [ public method getModelBinder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] } - Method [ public method setEventsManager ] { + Method [ public method getModuleName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getEventsManager ] { + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setDialect ] { + Method [ public method getParam ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] } } - Method [ public method getDialect ] { + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method fetchOne ] { + Method [ public method hasParam ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ $param ] } + - Return [ boolean ] } - Method [ public method fetchAll ] { + Method [ public method isFinished ] { - - Parameters [4] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $fetchMode ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method fetchColumn ] { + Method [ public method setActionName ] { - - Parameters [3] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $column ] + - Parameters [1] { + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ public method insert ] { + Method [ public method setDefaultAction ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ array $values ] - Parameter #2 [ $fields ] - Parameter #3 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $actionName ] } + - Return [ void ] } - Method [ public method insertAsDict ] { + Method [ public method setDefaultNamespace ] { - - Parameters [3] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ string $namespaceName ] } + - Return [ void ] } - Method [ public method update ] { + Method [ public method getHandlerClass ] { - - Parameters [5] { - Parameter #0 [ $table ] - Parameter #1 [ $fields ] - Parameter #2 [ $values ] - Parameter #3 [ $whereCondition ] - Parameter #4 [ $dataTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method updateAsDict ] { + Method [ public method setParam ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $data ] - Parameter #2 [ $whereCondition ] - Parameter #3 [ $dataTypes ] + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ public method setParams ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $whereCondition ] - Parameter #2 [ $placeholders ] - Parameter #3 [ $dataTypes ] + - Parameters [1] { + Parameter #0 [ array $params ] } + - Return [ void ] } - Method [ public method escapeIdentifier ] { + Method [ public method setReturnedValue ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ $value ] } + - Return [ void ] } - Method [ public method getColumnList ] { + Method [ public method setActionSuffix ] { - Parameters [1] { - Parameter #0 [ $columnList ] + Parameter #0 [ string $actionSuffix ] } + - Return [ void ] } - Method [ public method limit ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method tableExists ] { + Method [ public method setHandlerSuffix ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] } + - Return [ void ] } - Method [ public method viewExists ] { + Method [ public method setModelBinder ] { - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache ] } + - Return [ Phalcon\Dispatcher\Dispatcher ] } - Method [ public method forUpdate ] { + Method [ public method setModuleName ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ string $moduleName ] } + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ public method setNamespaceName ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ string $namespaceName ] } + - Return [ void ] } - Method [ public method createTable ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] - } + Method [ public method getReturnedValue ] { } - Method [ public method dropTable ] { + Method [ public method wasForwarded ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method createView ] { + Method [ protected method resolveEmptyProperties ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method dropView ] { + Method [ protected method toCamelCase ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [1] { + Parameter #0 [ string $input ] } + - Return [ string ] } - Method [ public method addColumn ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method modifyColumn ] { + Method [ public method setDI ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } - Method [ public method dropColumn ] { + Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] - } - } + - Constants [6] { + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_NO_DI ] { 0 } + } - Method [ public method addIndex ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] } + - Return [ string ] } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ public method dropIndex ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method addPrimaryKey ] { + Method [ public method __wakeup ] { + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] - } + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { } - Method [ public method dropPrimaryKey ] { + Method [ final public method getFile ] { + } - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - } + Method [ final public method getLine ] { } - Method [ public method addForeignKey ] { + Method [ final public method getTrace ] { + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] - } + Method [ final public method getPrevious ] { } - Method [ public method dropForeignKey ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] - } + Method [ public method __toString ] { } + } + } + + 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 ] + Property [ protected $action ] + Property [ protected $defaultAction ] + Property [ protected $defaultModule ] + Property [ protected $defaultParams ] + Property [ protected $defaultTask ] + Property [ protected $matchedRoute ] + Property [ protected $matches ] + Property [ protected $module ] + Property [ protected $params ] + Property [ protected $routes ] + Property [ protected $task ] + Property [ protected $wasMatched ] + } - Method [ public method getColumnDefinition ] { + - Methods [19] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ boolean $defaultRoutes ] } } - Method [ public method listTables ] { + Method [ public method add ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } + - Return [ Phalcon\Cli\RouteInterface ] } - Method [ public method listViews ] { + Method [ public method getActionName ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method tableOptions ] { + Method [ public method getMatchedRoute ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ Phalcon\Cli\RouteInterface ] } - Method [ public method createSavepoint ] { + Method [ public method getMatches ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method releaseSavepoint ] { + Method [ public method getModuleName ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method rollbackSavepoint ] { + Method [ public method getParams ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setNestedTransactionsWithSavepoints ] { + Method [ public method getRouteById ] { - Parameters [1] { - Parameter #0 [ $nestedTransactionsWithSavepoints ] + Parameter #0 [ $id ] } } - Method [ public method isNestedTransactionsWithSavepoints ] { - } + Method [ public method getRouteByName ] { - Method [ public method getNestedTransactionSavepointName ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } } - Method [ public method getDefaultIdValue ] { - } + Method [ public method getRoutes ] { - Method [ public method supportSequences ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getDescriptor ] { - } + Method [ public method getTaskName ] { - Method [ public method getConnectionId ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getSQLStatement ] { - } + Method [ public method handle ] { - Method [ public method getRealSQLStatement ] { + - Parameters [1] { + Parameter #0 [ $arguments ] + } } - Method [ public method getSQLBindTypes ] { - } - } - } + Method [ public method setDefaultAction ] { - Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + } - - Constants [25] { - Constant [ public integer TYPE_INTEGER ] { 0 } - Constant [ public integer TYPE_DATE ] { 1 } - Constant [ public integer TYPE_VARCHAR ] { 2 } - Constant [ public integer TYPE_DECIMAL ] { 3 } - Constant [ public integer TYPE_DATETIME ] { 4 } - Constant [ public integer TYPE_CHAR ] { 5 } - Constant [ public integer TYPE_TEXT ] { 6 } - Constant [ public integer TYPE_FLOAT ] { 7 } - Constant [ public integer TYPE_BOOLEAN ] { 8 } - Constant [ public integer TYPE_DOUBLE ] { 9 } - Constant [ public integer TYPE_TINYBLOB ] { 10 } - Constant [ public integer TYPE_BLOB ] { 11 } - Constant [ public integer TYPE_MEDIUMBLOB ] { 12 } - Constant [ public integer TYPE_LONGBLOB ] { 13 } - Constant [ public integer TYPE_BIGINTEGER ] { 14 } - Constant [ public integer TYPE_JSON ] { 15 } - Constant [ public integer TYPE_JSONB ] { 16 } - Constant [ public integer TYPE_TIMESTAMP ] { 17 } - Constant [ public integer BIND_PARAM_NULL ] { 0 } - Constant [ public integer BIND_PARAM_INT ] { 1 } - Constant [ public integer BIND_PARAM_STR ] { 2 } - Constant [ public integer BIND_PARAM_BLOB ] { 3 } - Constant [ public integer BIND_PARAM_BOOL ] { 5 } - Constant [ public integer BIND_PARAM_DECIMAL ] { 32 } - Constant [ public integer BIND_SKIP ] { 1024 } - } + Method [ public method setDefaultModule ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + } - - Static methods [1] { - Method [ static public method __set_state ] { + Method [ public method setDefaults ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ array $defaults ] } + - Return [ Phalcon\Cli\Router ] } - } - - Properties [16] { - Property [ protected $_name ] - Property [ protected $_schemaName ] - Property [ protected $_type ] - Property [ protected $_typeReference ] - Property [ protected $_typeValues ] - Property [ protected $_isNumeric ] - Property [ protected $_size ] - Property [ protected $_scale ] - Property [ protected $_default ] - Property [ protected $_unsigned ] - Property [ protected $_notNull ] - Property [ protected $_primary ] - Property [ protected $_autoIncrement ] - Property [ protected $_first ] - Property [ protected $_after ] - Property [ protected $_bindType ] - } + Method [ public method setDefaultTask ] { - - Methods [18] { - Method [ public method getName ] { + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] } - Method [ public method getSchemaName ] { - } + Method [ public method wasMatched ] { - Method [ public method getType ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getTypeReference ] { - } + Method [ public method getDI ] { - Method [ public method getTypeValues ] { + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getSize ] { - } + Method [ public method setDI ] { - Method [ public method getScale ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] } + } + } - Method [ public method getDefault ] { + Class [ class Phalcon\Cli\Router\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] } + } - Method [ public method __construct ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array $definition ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method isUnsigned ] { + Method [ public method __wakeup ] { } - Method [ public method isNotNull ] { + Method [ final public method getMessage ] { } - Method [ public method isPrimary ] { + Method [ final public method getCode ] { } - Method [ public method isAutoIncrement ] { + Method [ final public method getFile ] { } - Method [ public method isNumeric ] { + Method [ final public method getLine ] { } - Method [ public method isFirst ] { + Method [ final public method getTrace ] { } - Method [ public method getAfterPosition ] { + Method [ final public method getPrevious ] { } - Method [ public method getBindType ] { + Method [ final public method getTraceAsString ] { } - Method [ public method hasDefault ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } + Class [ class Phalcon\Cli\Router\Route ] { - - Static methods [0] { + - Constants [1] { + Constant [ public string DEFAULT_DELIMITER ] { } } - - Properties [2] { - Property [ protected $_customFunctions ] - Property [ protected $_escapeChar ] + - Static properties [2] { + Property [ protected static $delimiterPath ] + Property [ protected static $uniqueId ] } - - Methods [63] { - Method [ public method getColumnDefinition ] { + - Static methods [3] { + Method [ static public method delimiter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string or NULL $delimiter ] } + - Return [ void ] } - Method [ public method addColumn ] { + Method [ static public method getDelimiter ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method modifyColumn ] { + Method [ static public method reset ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [0] { } + - Return [ void ] } + } - Method [ public method dropColumn ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] - } - } + - Properties [9] { + Property [ protected $beforeMatch ] + Property [ protected $compiledPattern ] + Property [ protected $converters ] + Property [ protected $delimiter ] + Property [ protected $description ] + Property [ protected $id ] + Property [ protected $name ] + Property [ protected $paths ] + Property [ protected $pattern ] + } - Method [ public method addIndex ] { + - Methods [17] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } } - Method [ public method dropIndex ] { + Method [ public method beforeMatch ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ $callback ] } + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method addPrimaryKey ] { + Method [ public method compilePattern ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ string $pattern ] } + - Return [ string ] } - Method [ public method dropPrimaryKey ] { + Method [ public method convert ] { - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] } + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method addForeignKey ] { + Method [ public method extractNamedParams ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ string $pattern ] } } - Method [ public method dropForeignKey ] { + Method [ public method getBeforeMatch ] { + } - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + Method [ public method getCompiledPattern ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method createTable ] { + Method [ public method getConverters ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method truncateTable ] { + Method [ public method getDescription ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method dropTable ] { + Method [ public method getName ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method createView ] { + Method [ public method getPaths ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method dropView ] { + Method [ public method getPattern ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method tableExists ] { + Method [ public method getReversedPaths ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method viewExists ] { + Method [ public method getRouteId ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method describeColumns ] { + Method [ public method reConfigure ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] } + - Return [ void ] } - Method [ public method listTables ] { + Method [ public method setDescription ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ string $description ] } + - Return [ Phalcon\Cli\Router\RouteInterface ] } - Method [ public method listViews ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Cli\Router\RouteInterface ] } + } + } - Method [ public method describeIndexes ] { + Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - } - } + - Constants [0] { + } - Method [ public method describeReferences ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - } - } + - Static methods [0] { + } - Method [ public method tableOptions ] { + - Properties [2] { + Property [ protected $container ] + Property [ protected $eventsManager ] + } - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - } + - Methods [6] { + Method [ final public method __construct ] { } - Method [ protected method _getTableOptions ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ string $propertyName ] } } - Method [ public method getForeignKeyChecks ] { - } - - Method [ public method sharedLock ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ $sqlQuery ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method registerCustomFunction ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $customFunction ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface or NULL ] } - Method [ public method getCustomFunctions ] { - } - - Method [ final public method escapeSchema ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ final public method escape ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } + } + } - Method [ public method limit ] { + Class [ class Phalcon\Collection\Exception extends Phalcon\Exception implements Throwable ] { - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] - } - } + - Constants [0] { + } - Method [ public method forUpdate ] { + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ final public method getColumnList ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ final public method getSqlColumn ] { - - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] - } + Method [ public method __wakeup ] { } - Method [ public method getSqlExpression ] { + Method [ final public method getMessage ] { + } - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] - } + Method [ final public method getCode ] { } - Method [ final public method getSqlTable ] { + Method [ final public method getFile ] { + } - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $escapeChar ] - } + Method [ final public method getLine ] { } - Method [ public method select ] { + Method [ final public method getTrace ] { + } - - Parameters [1] { - Parameter #0 [ array $definition ] - } + Method [ final public method getPrevious ] { } - Method [ public method supportsSavepoints ] { + Method [ final public method getTraceAsString ] { } - Method [ public method supportsReleaseSavepoints ] { + Method [ public method __toString ] { } + } + } - Method [ public method createSavepoint ] { + Class [ class Phalcon\Collection\ReadOnly extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { - - Parameters [1] { - Parameter #0 [ $name ] - } - } + - Constants [0] { + } - Method [ public method releaseSavepoint ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + } + + - Methods [23] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method rollbackSavepoint ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ boolean $insensitive ] } } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method __set ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method __unset ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ void ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method count ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ integer ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method getIterator ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method init ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ array ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method offsetSet ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method serialize ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method toArray ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method toJson ] { - - Parameters [3] { - Parameter #0 [ $qualified ] - Parameter #1 [ $alias ] - Parameter #2 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ protected method prepareTable ] { + Method [ public method unserialize ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - Parameter #2 [ $alias ] - Parameter #3 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ $serialized ] } + - Return [ void ] } - Method [ protected method prepareQualified ] { + Method [ protected method setData ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $domain ] - Parameter #2 [ $escapeChar ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } } } - Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - - Constants [0] { + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { @@ -20711,530 +23802,500 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_customFunctions ] - Property [ protected $_escapeChar ] + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] } - - Methods [63] { - Method [ public method getColumnDefinition ] { + - Methods [28] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [2] { + Parameter #0 [ array $arrayConfig ] + Parameter #1 [ string $defaultAdapter ] } } - Method [ public method addColumn ] { + Method [ public method getPathDelimiter ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method modifyColumn ] { + Method [ public method merge ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [1] { + Parameter #0 [ $toMerge ] } + - Return [ Phalcon\Config ] } - Method [ public method dropColumn ] { + Method [ public method path ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] } } - Method [ public method addIndex ] { + Method [ public method setPathDelimiter ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] } + - Return [ Phalcon\Config ] } - Method [ public method dropIndex ] { + Method [ public method toArray ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addPrimaryKey ] { + Method [ final protected method internalMerge ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } + - Return [ array ] } - Method [ public method dropPrimaryKey ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method addForeignKey ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ public method dropForeignKey ] { + Method [ public method __isset ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method createTable ] { + Method [ public method __set ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method truncateTable ] { + Method [ public method __unset ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method dropTable ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] - } - } - - Method [ public method createView ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method dropView ] { + Method [ public method count ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method tableExists ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ public method viewExists ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ public method describeColumns ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method listTables ] { + Method [ public method init ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ public method listViews ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $schemaName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method describeIndexes ] { + Method [ public method offsetExists ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ public method describeReferences ] { + Method [ public method offsetGet ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ $element ] } } - Method [ public method tableOptions ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method _castDefault ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ protected method _getTableOptions ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $sqlQuery ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method registerCustomFunction ] { + Method [ public method serialize ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $customFunction ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getCustomFunctions ] { - } - - Method [ final public method escapeSchema ] { + Method [ public method toJson ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ final public method escape ] { + Method [ public method unserialize ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ $serialized ] } + - Return [ void ] } + } + } - Method [ public method limit ] { + Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] - } - } + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } - Method [ public method forUpdate ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $sqlQuery ] - } - } + - Static methods [0] { + } - Method [ final public method getColumnList ] { + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $mode ] } } - Method [ final public method getSqlColumn ] { + Method [ protected method cast ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $ini ] } } - Method [ public method getSqlExpression ] { + Method [ protected method parseIniString ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ $value ] } + - Return [ array ] } - Method [ final public method getSqlTable ] { + Method [ public method getPathDelimiter ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method select ] { + Method [ public method merge ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ $toMerge ] } + - Return [ Phalcon\Config ] } - Method [ public method supportsSavepoints ] { - } + Method [ public method path ] { - Method [ public method supportsReleaseSavepoints ] { + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } } - Method [ public method createSavepoint ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string or NULL $delimiter ] } + - Return [ Phalcon\Config ] } - Method [ public method releaseSavepoint ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method rollbackSavepoint ] { + Method [ final protected method internalMerge ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } + - Return [ array ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ protected method setData ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method __set ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method __unset ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ void ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method count ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ integer ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method getIterator ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method init ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ array ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method offsetSet ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method remove ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method set ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method serialize ] { - - Parameters [3] { - Parameter #0 [ $qualified ] - Parameter #1 [ $alias ] - Parameter #2 [ $escapeChar ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method prepareTable ] { + Method [ public method toJson ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - Parameter #2 [ $alias ] - Parameter #3 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ protected method prepareQualified ] { + Method [ public method unserialize ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $domain ] - Parameter #2 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ $serialized ] } + - Return [ void ] } } } - Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - - Constants [0] { + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { @@ -21243,532 +24304,482 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_customFunctions ] - Property [ protected $_escapeChar ] + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] } - - Methods [63] { - Method [ public method getColumnDefinition ] { + - Methods [28] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Db\ColumnInterface $column ] - } - } - - Method [ public method addColumn ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #0 [ string $filePath ] } } - Method [ public method modifyColumn ] { + Method [ public method getPathDelimiter ] { - - Parameters [4] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ColumnInterface $column ] - Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method dropColumn ] { + Method [ public method merge ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $columnName ] + - Parameters [1] { + Parameter #0 [ $toMerge ] } + - Return [ Phalcon\Config ] } - Method [ public method addIndex ] { + Method [ public method path ] { - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] } } - Method [ public method dropIndex ] { + Method [ public method setPathDelimiter ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $indexName ] + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] } + - Return [ Phalcon\Config ] } - Method [ public method addPrimaryKey ] { + Method [ public method toArray ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\IndexInterface $index ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method dropPrimaryKey ] { + Method [ final protected method internalMerge ] { - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } + - Return [ array ] } - Method [ public method addForeignKey ] { + Method [ protected method setData ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method dropForeignKey ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $referenceName ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ public method createTable ] { + Method [ public method __isset ] { - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ array $definition ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method truncateTable ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - } - } - - Method [ public method dropTable ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method createView ] { + Method [ public method __unset ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ array $definition ] - Parameter #2 [ $schemaName ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method dropView ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ $ifExists ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method tableExists ] { + Method [ public method count ] { - - Parameters [2] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method viewExists ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $viewName ] - Parameter #1 [ $schemaName ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ public method describeColumns ] { + Method [ public method getIterator ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ public method listTables ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $schemaName ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method listViews ] { + Method [ public method init ] { - Parameters [1] { - Parameter #0 [ $schemaName ] - } - } - - Method [ public method listIndexesSql ] { - - - Parameters [3] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - Parameter #2 [ $keyName ] + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ public method describeIndexes ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method describeIndex ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ public method describeReferences ] { + Method [ public method offsetGet ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + - Parameters [1] { + Parameter #0 [ $element ] } } - Method [ public method tableOptions ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method sharedLock ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method registerCustomFunction ] { + Method [ public method remove ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $customFunction ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method getCustomFunctions ] { - } - - Method [ final public method escapeSchema ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final public method escape ] { + Method [ public method serialize ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method limit ] { + Method [ public method toJson ] { - - Parameters [2] { - Parameter #0 [ $sqlQuery ] - Parameter #1 [ $number ] + - Parameters [1] { + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ public method forUpdate ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $sqlQuery ] + Parameter #0 [ $serialized ] } + - Return [ void ] } + } + } - Method [ final public method getColumnList ] { + Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - - Parameters [3] { - Parameter #0 [ array $columnList ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] - } - } + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } - Method [ final public method getSqlColumn ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] - } - } + - Static methods [0] { + } - Method [ public method getSqlExpression ] { + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $filePath ] } } - Method [ final public method getSqlTable ] { + Method [ public method getPathDelimiter ] { - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method select ] { + Method [ public method merge ] { - Parameters [1] { - Parameter #0 [ array $definition ] + Parameter #0 [ $toMerge ] } + - Return [ Phalcon\Config ] } - Method [ public method supportsSavepoints ] { - } + Method [ public method path ] { - Method [ public method supportsReleaseSavepoints ] { + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } } - Method [ public method createSavepoint ] { + Method [ public method setPathDelimiter ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string or NULL $delimiter ] } + - Return [ Phalcon\Config ] } - Method [ public method releaseSavepoint ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method rollbackSavepoint ] { + Method [ final protected method internalMerge ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] } + - Return [ array ] } - Method [ final protected method getSqlExpressionScalar ] { + Method [ protected method setData ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionObject ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ final protected method getSqlExpressionQualified ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionBinaryOperations ] { + Method [ public method __set ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionUnaryOperations ] { + Method [ public method __unset ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionFunctionCall ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ void ] } - Method [ final protected method getSqlExpressionList ] { + Method [ public method count ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ integer ] } - Method [ final protected method getSqlExpressionAll ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ final protected method getSqlExpressionCastValue ] { + Method [ public method getIterator ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ final protected method getSqlExpressionConvertValue ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionCase ] { + Method [ public method init ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionFrom ] { + Method [ public method jsonSerialize ] { - - Parameters [2] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] + - Parameters [0] { } + - Return [ array ] } - Method [ final protected method getSqlExpressionJoins ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ final protected method getSqlExpressionWhere ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } } - Method [ final protected method getSqlExpressionGroupBy ] { + Method [ public method offsetSet ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionHaving ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ array $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionOrderBy ] { + Method [ public method remove ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ final protected method getSqlExpressionLimit ] { + Method [ public method set ] { - - Parameters [3] { - Parameter #0 [ $expression ] - Parameter #1 [ $escapeChar ] - Parameter #2 [ $bindCounts ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareColumnAlias ] { + Method [ public method serialize ] { - - Parameters [3] { - Parameter #0 [ $qualified ] - Parameter #1 [ $alias ] - Parameter #2 [ $escapeChar ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method prepareTable ] { + Method [ public method toJson ] { - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - Parameter #2 [ $alias ] - Parameter #3 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ protected method prepareQualified ] { + Method [ public method unserialize ] { - - Parameters [3] { - Parameter #0 [ $column ] - Parameter #1 [ $domain ] - Parameter #2 [ $escapeChar ] + - Parameters [1] { + Parameter #0 [ $serialized ] } + - Return [ void ] } } } - Class [ class Phalcon\Db\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - - Constants [0] { + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { @@ -21778,218 +24789,237 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [28] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ array or NULL $callbacks ] } } - Method [ public method __wakeup ] { - } + Method [ public method getPathDelimiter ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method merge ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config ] } - Method [ final public method getLine ] { - } + Method [ public method path ] { - Method [ final public method getTrace ] { + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } } - Method [ final public method getPrevious ] { - } + Method [ public method setPathDelimiter ] { - Method [ final public method getTraceAsString ] { + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config ] } - Method [ public method __toString ] { - } - } - } + Method [ public method toArray ] { - Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { + - Parameters [0] { + } + - Return [ array ] + } - - Constants [0] { - } + Method [ final protected method internalMerge ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] + } + - Return [ array ] + } - - Static methods [1] { - Method [ static public method __set_state ] { + Method [ protected method setData ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - } - - Properties [3] { - Property [ protected $_name ] - Property [ protected $_columns ] - Property [ protected $_type ] - } + Method [ public method __get ] { - - Methods [4] { - Method [ public method getName ] { + - Parameters [1] { + Parameter #0 [ string $element ] + } } - Method [ public method getColumns ] { - } + Method [ public method __isset ] { - Method [ public method getType ] { + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __set ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ array $columns ] - Parameter #2 [ $type ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - } - } - Class [ class Phalcon\Db\Profiler ] { - - - Constants [0] { - } + Method [ public method __unset ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method clear ] { - - Properties [3] { - Property [ protected $_allProfiles ] - Property [ protected $_activeProfile ] - Property [ protected $_totalSeconds ] - } + - Parameters [0] { + } + - Return [ void ] + } - - Methods [7] { - Method [ public method startProfile ] { + Method [ public method count ] { - - Parameters [3] { - Parameter #0 [ $sqlStatement ] - Parameter #1 [ $sqlVariables ] - Parameter #2 [ $sqlBindTypes ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method stopProfile ] { - } + Method [ public method get ] { - Method [ public method getNumberTotalStatements ] { + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method getTotalElapsedSeconds ] { - } + Method [ public method getIterator ] { - Method [ public method getProfiles ] { + - Parameters [0] { + } + - Return [ Traversable ] } - Method [ public method reset ] { - } + Method [ public method has ] { - Method [ public method getLastProfile ] { + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Db\Profiler\Item ] { - - Constants [0] { - } + Method [ public method init ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method jsonSerialize ] { - - Properties [5] { - Property [ protected $_sqlStatement ] - Property [ protected $_sqlVariables ] - Property [ protected $_sqlBindTypes ] - Property [ protected $_initialTime ] - Property [ protected $_finalTime ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [11] { - Method [ public method setSqlStatement ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $sqlStatement ] + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ public method getSqlStatement ] { - } - - Method [ public method setSqlVariables ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ array $sqlVariables ] + Parameter #0 [ $element ] } } - Method [ public method getSqlVariables ] { + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ public method setSqlBindTypes ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ array $sqlBindTypes ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method getSqlBindTypes ] { + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] } - Method [ public method setInitialTime ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ $initialTime ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getInitialTime ] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setFinalTime ] { + Method [ public method toJson ] { - Parameters [1] { - Parameter #0 [ $finalTime ] + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ public method getFinalTime ] { - } + Method [ public method unserialize ] { - Method [ public method getTotalElapsedSeconds ] { + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] } } } - Class [ class Phalcon\Db\RawValue ] { + Class [ class Phalcon\Config\ConfigFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -22000,27 +25030,71 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_value ] + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [3] { - Method [ public method getValue ] { + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } } - Method [ public method __toString ] { + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ NULL ] } - Method [ public method __construct ] { + Method [ public method newInstance ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string $fileName ] + Parameter #2 [ $params ] + } + - Return [ NULL ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkService ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $name ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] } + - Return [ void ] } } } - Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { + Class [ class Phalcon\Config\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -22029,61 +25103,62 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Static methods [1] { - Method [ static public method __set_state ] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ array $data ] + Parameter #0 [ string $service ] } + - Return [ string ] } } - - Properties [8] { - Property [ protected $_name ] - Property [ protected $_schemaName ] - Property [ protected $_referencedSchema ] - Property [ protected $_referencedTable ] - Property [ protected $_columns ] - Property [ protected $_referencedColumns ] - Property [ protected $_onDelete ] - Property [ protected $_onUpdate ] + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [9] { - Method [ public method getName ] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } } - Method [ public method getSchemaName ] { + Method [ public method __wakeup ] { } - Method [ public method getReferencedSchema ] { + Method [ final public method getMessage ] { } - Method [ public method getReferencedTable ] { + Method [ final public method getCode ] { } - Method [ public method getColumns ] { + Method [ final public method getFile ] { } - Method [ public method getReferencedColumns ] { + Method [ final public method getLine ] { } - Method [ public method getOnDelete ] { + Method [ final public method getTrace ] { } - Method [ public method getOnUpdate ] { + Method [ final public method getPrevious ] { } - Method [ public method __construct ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array $definition ] - } + Method [ public method __toString ] { } } } - Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { + Class [ class Phalcon\Container implements Psr\Container\ContainerInterface ] { - Constants [0] { } @@ -22094,309 +25169,288 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $_connection ] - Property [ protected $_result ] - Property [ protected $_fetchMode ] - Property [ protected $_pdoStatement ] - Property [ protected $_sqlStatement ] - Property [ protected $_bindParams ] - Property [ protected $_bindTypes ] - Property [ protected $_rowCount ] + - Properties [1] { + Property [ protected $container ] } - - Methods [9] { + - Methods [3] { Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Db\AdapterInterface $connection ] - Parameter #1 [ PDOStatement $result ] - Parameter #2 [ $sqlStatement ] - Parameter #3 [ $bindParams ] - Parameter #4 [ $bindTypes ] - } - } - - Method [ public method execute ] { - } - - Method [ public method fetch ] { - - - Parameters [3] { - Parameter #0 [ $fetchStyle ] - Parameter #1 [ $cursorOrientation ] - Parameter #2 [ $cursorOffset ] - } - } - - Method [ public method fetchArray ] { - } - - Method [ public method fetchAll ] { - - - Parameters [3] { - Parameter #0 [ $fetchStyle ] - Parameter #1 [ $fetchArgument ] - Parameter #2 [ $ctorArgs ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } } - Method [ public method numRows ] { - } - - Method [ public method dataSeek ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $number ] + Parameter #0 [ $name ] } } - Method [ public method setFetchMode ] { + Method [ public method has ] { - - Parameters [3] { - Parameter #0 [ $fetchMode ] - Parameter #1 [ $colNoOrClassNameOrObject ] - Parameter #2 [ $ctorargs ] + - Parameters [1] { + Parameter #0 [ $name ] } - } - - Method [ public method getInternalResult ] { + - Return [ boolean ] } } } - Class [ class Phalcon\Debug ] { + Class [ class Phalcon\Crypt implements Phalcon\Crypt\CryptInterface ] { - - Constants [0] { + - Constants [7] { + Constant [ public integer PADDING_ANSI_X_923 ] { 1 } + Constant [ public integer PADDING_DEFAULT ] { 0 } + Constant [ public integer PADDING_ISO_10126 ] { 3 } + Constant [ public integer PADDING_ISO_IEC_7816_4 ] { 4 } + Constant [ public integer PADDING_PKCS7 ] { 2 } + Constant [ public integer PADDING_SPACE ] { 6 } + Constant [ public integer PADDING_ZERO ] { 5 } } - - Static properties [1] { - Property [ protected static $_isActive ] + - Static properties [0] { } - Static methods [0] { } - - Properties [7] { - Property [ public $_uri ] - Property [ public $_theme ] - Property [ protected $_hideDocumentRoot ] - Property [ protected $_showBackTrace ] - Property [ protected $_showFiles ] - Property [ protected $_showFileFragment ] - Property [ protected $_data ] + - Properties [10] { + Property [ protected $authTag ] + Property [ protected $authData ] + Property [ protected $authTagLength ] + Property [ protected $key ] + Property [ protected $padding ] + Property [ protected $cipher ] + Property [ protected $availableCiphers ] + Property [ protected $ivLength ] + Property [ protected $hashAlgo ] + Property [ protected $useSigning ] } - - Methods [20] { - Method [ public method setUri ] { + - Methods [27] { + Method [ public method getAuthTag ] { - - Parameters [1] { - Parameter #0 [ $uri ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setShowBackTrace ] { + Method [ public method getAuthData ] { - - Parameters [1] { - Parameter #0 [ $showBackTrace ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setShowFiles ] { + Method [ public method getAuthTagLength ] { - - Parameters [1] { - Parameter #0 [ $showFiles ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method setShowFileFragment ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $showFileFragment ] + - Parameters [2] { + Parameter #0 [ string $cipher ] + Parameter #1 [ boolean $useSigning ] } } - Method [ public method listen ] { + Method [ public method decrypt ] { - Parameters [2] { - Parameter #0 [ $exceptions ] - Parameter #1 [ $lowSeverity ] + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] } + - Return [ string ] } - Method [ public method listenExceptions ] { - } - - Method [ public method listenLowSeverity ] { - } + Method [ public method decryptBase64 ] { - Method [ public method halt ] { + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ $key ] + Parameter #2 [ boolean $safe ] + } + - Return [ string ] } - Method [ public method debugVar ] { + Method [ public method encrypt ] { - Parameters [2] { - Parameter #0 [ $varz ] - Parameter #1 [ $key ] + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] } + - Return [ string ] } - Method [ public method clearVars ] { - } - - Method [ protected method _escapeString ] { + Method [ public method encryptBase64 ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ $key ] + Parameter #2 [ boolean $safe ] } + - Return [ string ] } - Method [ protected method _getArrayDump ] { + Method [ public method getAvailableCiphers ] { - - Parameters [2] { - Parameter #0 [ array $argument ] - Parameter #1 [ $n ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method _getVarDump ] { + Method [ public method getAvailableHashAlgos ] { - - Parameters [1] { - Parameter #0 [ $variable ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getMajorVersion ] { - } + Method [ public method getCipher ] { - Method [ public method getVersion ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getCssSources ] { - } + Method [ public method getHashAlgo ] { - Method [ public method getJsSources ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final protected method showTraceItem ] { + Method [ public method getKey ] { - - Parameters [2] { - Parameter #0 [ $n ] - Parameter #1 [ array $trace ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method onUncaughtLowSeverity ] { + Method [ public method setAuthTag ] { - - Parameters [5] { - Parameter #0 [ $severity ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [1] { + Parameter #0 [ string $tag ] } + - Return [ Phalcon\Crypt\CryptInterface ] } - Method [ public method onUncaughtException ] { + Method [ public method setAuthData ] { - Parameters [1] { - Parameter #0 [ Exception $exception ] + Parameter #0 [ string $data ] } + - Return [ Phalcon\Crypt\CryptInterface ] } - } - } - - Class [ class Phalcon\Debug\Dump ] { - - - Constants [0] { - } - - Static properties [0] { - } + Method [ public method setAuthTagLength ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ integer $length ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } - - Properties [3] { - Property [ protected $_detailed ] - Property [ protected $_methods ] - Property [ protected $_styles ] - } + Method [ public method setCipher ] { - - Methods [11] { - Method [ public method getDetailed ] { + - Parameters [1] { + Parameter #0 [ string $cipher ] + } + - Return [ Phalcon\Crypt\CryptInterface ] } - Method [ public method setDetailed ] { + Method [ public method setHashAlgo ] { - Parameters [1] { - Parameter #0 [ $detailed ] + Parameter #0 [ string $hashAlgo ] } + - Return [ Phalcon\Crypt\CryptInterface ] } - Method [ public method __construct ] { + Method [ public method setKey ] { - - Parameters [2] { - Parameter #0 [ array or NULL $styles ] - Parameter #1 [ $detailed ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ Phalcon\Crypt\CryptInterface ] } - Method [ public method all ] { + Method [ public method setPadding ] { + + - Parameters [1] { + Parameter #0 [ integer $scheme ] + } + - Return [ Phalcon\Crypt\CryptInterface ] } - Method [ protected method getStyle ] { + Method [ public method useSigning ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ boolean $useSigning ] } + - Return [ Phalcon\Crypt\CryptInterface ] } - Method [ public method setStyles ] { + Method [ protected method assertCipherIsAvailable ] { - Parameters [1] { - Parameter #0 [ array or NULL $styles ] + Parameter #0 [ string $cipher ] } + - Return [ void ] } - Method [ public method one ] { + Method [ protected method assertHashAlgorithmAvailable ] { - - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ $name ] + - Parameters [1] { + Parameter #0 [ string $hashAlgo ] } + - Return [ void ] } - Method [ protected method output ] { + Method [ protected method getIvLength ] { - - Parameters [3] { - Parameter #0 [ $variable ] - Parameter #1 [ $name ] - Parameter #2 [ $tab ] + - Parameters [1] { + Parameter #0 [ string $cipher ] } + - Return [ integer ] } - Method [ public method variable ] { + Method [ protected method initializeAvailableCiphers ] { - - Parameters [2] { - Parameter #0 [ $variable ] - Parameter #1 [ $name ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method variables ] { + Method [ protected method cryptPadText ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $mode ] + Parameter #2 [ integer $blockSize ] + Parameter #3 [ integer $paddingType ] + } + - Return [ string ] } - Method [ public method toJson ] { + Method [ protected method cryptUnpadText ] { - - Parameters [1] { - Parameter #0 [ $variable ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $mode ] + Parameter #2 [ integer $blockSize ] + Parameter #3 [ integer $paddingType ] } } } } - Class [ class Phalcon\Debug\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\Exception implements Throwable ] { - Constants [0] { } @@ -22404,7 +25458,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -22453,7 +25514,32 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Di\Exception extends Phalcon\Exception implements Throwable ] { + Class [ abstract class Phalcon\Db\AbstractDb ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method setup ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Db\Adapter\PdoFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -22464,2139 +25550,2257 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ array $services ] } } - Method [ public method __wakeup ] { - } + Method [ public method load ] { - Method [ final public method getMessage ] { + - Parameters [1] { + Parameter #0 [ $config ] + } } - Method [ final public method getCode ] { - } + Method [ public method newInstance ] { - Method [ final public method getFile ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Db\Adapter\AbstractAdapter ] } - Method [ final public method getLine ] { - } + Method [ protected method getAdapters ] { - Method [ final public method getTrace ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ protected method checkService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] } - Method [ final public method getTraceAsString ] { + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] } - Method [ public method __toString ] { + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] } } } - Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\DiInterface, ArrayAccess ] { + 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 $_default ] + Property [ protected static $connectionConsecutive ] } - - Static methods [3] { - Method [ static public method setDefault ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Properties [13] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $affectedRows ] + Property [ protected $pdo ] + Property [ protected $dialectType ] + Property [ protected $type ] + } + + - Methods [76] { + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ boolean ] } - Method [ static public method getDefault ] { - } + Method [ public method describeColumns ] { - Method [ static public method reset ] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] } - } - - Properties [4] { - Property [ protected $_services ] - Property [ protected $_sharedInstances ] - Property [ protected $_freshInstance ] - Property [ protected $_eventsManager ] - } + Method [ public method describeIndexes ] { - - Methods [24] { - Method [ public method __construct ] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] } - Method [ public method setInternalEventsManager ] { + Method [ public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method getInternalEventsManager ] { + Method [ protected method getDsnDefaults ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method set ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + - Parameters [1] { + Parameter #0 [ array $descriptor ] } } - Method [ public method setShared ] { + Method [ public method affectedRows ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method remove ] { + Method [ public method begin ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method attempt ] { + Method [ public method commit ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + - Parameters [1] { + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method setRaw ] { + Method [ public method close ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getRaw ] { + Method [ public method connect ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array or NULL $descriptor ] } + - Return [ boolean ] } - Method [ public method getService ] { + Method [ public method convertBoundParams ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] } + - Return [ array ] } - Method [ public method get ] { + Method [ public method escapeString ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $parameters ] + - Parameters [1] { + Parameter #0 [ string $str ] } + - Return [ string ] } - Method [ public method getShared ] { + Method [ public method execute ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $parameters ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } + - Return [ boolean ] } - Method [ public method has ] { + Method [ public method executePrepared ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } + - Return [ PDOStatement ] } - Method [ public method wasFreshInstance ] { + Method [ public method getErrorInfo ] { } - Method [ public method getServices ] { + Method [ public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ Pdo ] } - Method [ public method offsetExists ] { + Method [ public method getTransactionLevel ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method offsetSet ] { + Method [ public method isUnderTransaction ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method offsetGet ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $sequenceName ] } } - Method [ public method offsetUnset ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $sqlStatement ] } + - Return [ PDOStatement ] } - Method [ public method __call ] { + Method [ public method query ] { - - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } } - Method [ public method register ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method loadFromYaml ] { + Method [ public method getDialectType ] { - - Parameters [2] { - Parameter #0 [ $filePath ] - Parameter #1 [ array or NULL $callbacks ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method loadFromPhp ] { + Method [ public method getSqlVariables ] { - - Parameters [1] { - Parameter #0 [ $filePath ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method loadFromConfig ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Config $config ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method __set_state ] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ boolean ] } - } - - - Properties [5] { - Property [ protected $_name ] - Property [ protected $_definition ] - Property [ protected $_shared ] - Property [ protected $_resolved ] - Property [ protected $_sharedInstance ] - } - - Methods [11] { - Method [ final public method __construct ] { + Method [ public method addIndex ] { - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ public method getName ] { - } - - Method [ public method setShared ] { + Method [ public method addPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ $shared ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ public method isShared ] { - } - - Method [ public method setSharedInstance ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ $sharedInstance ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method setDefinition ] { + Method [ public method createTable ] { - - Parameters [1] { - Parameter #0 [ $definition ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ boolean ] } - Method [ public method getDefinition ] { - } - - Method [ public method resolve ] { + Method [ public method createView ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method setParameter ] { + Method [ public method delete ] { - - Parameters [2] { - Parameter #0 [ $position ] - Parameter #1 [ array $parameter ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method getParameter ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ $position ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ boolean ] } - Method [ public method isResolved ] { - } - } - } - - Class [ class Phalcon\Di\Service\Builder ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method dropForeignKey ] { - - Properties [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ boolean ] + } - - Methods [3] { - Method [ private method _buildParameter ] { + Method [ public method dropIndex ] { - Parameters [3] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - Parameter #1 [ $position ] - Parameter #2 [ array $argument ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } + - Return [ boolean ] } - Method [ private method _buildParameters ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - Parameter #1 [ array $arguments ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ boolean ] } - Method [ public method build ] { + Method [ public method dropTable ] { - Parameters [3] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - Parameter #1 [ array $definition ] - Parameter #2 [ $parameters ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Escaper implements Phalcon\EscaperInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method dropView ] { - - Properties [4] { - Property [ protected $_encoding ] - Property [ protected $_htmlEscapeMap ] - Property [ protected $_htmlQuoteType ] - Property [ protected $_doubleEncode ] - } + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] + } + - Return [ boolean ] + } - - Methods [11] { - Method [ public method setEncoding ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ $encoding ] + Parameter #0 [ $identifier ] } + - Return [ string ] } - Method [ public method getEncoding ] { + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] } - Method [ public method setHtmlQuoteType ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ $quoteType ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } } - Method [ public method setDoubleEncode ] { + Method [ public method fetchOne ] { - - Parameters [1] { - Parameter #0 [ $doubleEncode ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } + - Return [ array ] } - Method [ final public method detectEncoding ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ final public method normalizeEncoding ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method escapeHtml ] { + Method [ public method getColumnList ] { - Parameters [1] { - Parameter #0 [ $text ] + Parameter #0 [ $columnList ] } + - Return [ string ] } - Method [ public method escapeHtmlAttr ] { + Method [ public method getConnectionId ] { - - Parameters [1] { - Parameter #0 [ $attribute ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method escapeCss ] { + Method [ public method getDefaultIdValue ] { - - Parameters [1] { - Parameter #0 [ $css ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method escapeJs ] { + Method [ public method getDefaultValue ] { - - Parameters [1] { - Parameter #0 [ $js ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method escapeUrl ] { + Method [ public method getDescriptor ] { - - Parameters [1] { - Parameter #0 [ $url ] + - Parameters [0] { } + - Return [ array ] } - } - } - - Class [ class Phalcon\Escaper\Exception extends Phalcon\Exception implements Throwable ] { - - Constants [0] { - } + Method [ public method getDialect ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } - - Static methods [0] { - } + Method [ public method getEventsManager ] { - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getNestedTransactionSavepointName ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method __wakeup ] { - } + Method [ public method getRealSQLStatement ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method getSQLBindTypes ] { - Method [ final public method getFile ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getLine ] { - } + Method [ public method getSQLStatement ] { - Method [ final public method getTrace ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getPrevious ] { - } + Method [ public method insert ] { - Method [ final public method getTraceAsString ] { + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ public method __toString ] { + Method [ public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ public method limit ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $number ] + } + - Return [ string ] + } - - Properties [5] { - Property [ protected $_type ] - Property [ protected $_source ] - Property [ protected $_data ] - Property [ protected $_stopped ] - Property [ protected $_cancelable ] - } + Method [ public method listTables ] { - - Methods [9] { - Method [ public method getType ] { + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] } - Method [ public method getSource ] { - } + Method [ public method listViews ] { - Method [ public method getData ] { + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method modifyColumn ] { - Parameters [4] { - Parameter #0 [ $type ] - Parameter #1 [ $source ] - Parameter #2 [ $data ] - Parameter #3 [ $cancelable ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } + - Return [ boolean ] } - Method [ public method setData ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method setType ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method stop ] { - } + Method [ public method setEventsManager ] { - Method [ public method isStopped ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } - Method [ public method isCancelable ] { - } - } - } + Method [ public method setDialect ] { - Class [ class Phalcon\Events\Exception extends Phalcon\Exception implements Throwable ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } - - Constants [0] { - } + Method [ public method setNestedTransactionsWithSavepoints ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } - - Static methods [0] { - } + Method [ public method sharedLock ] { - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method supportSequences ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method __wakeup ] { - } + Method [ public method tableExists ] { - Method [ final public method getMessage ] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ boolean ] } - Method [ final public method getCode ] { - } + Method [ public method tableOptions ] { - Method [ final public method getFile ] { + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ array ] } - Method [ final public method getLine ] { - } + Method [ public method update ] { - Method [ final public method getTrace ] { + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ final public method getPrevious ] { + Method [ public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ final public method getTraceAsString ] { + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method __toString ] { + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ boolean ] } } } - Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { + Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - - Properties [4] { - Property [ protected $_events ] - Property [ protected $_collect ] - Property [ protected $_enablePriorities ] - Property [ protected $_responses ] + - Properties [13] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $affectedRows ] + Property [ protected $pdo ] + Property [ protected $dialectType ] + Property [ protected $type ] } - - Methods [12] { - Method [ public method attach ] { + - Methods [76] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ boolean ] + } + + Method [ public method createTable ] { - Parameters [3] { - Parameter #0 [ $eventType ] - Parameter #1 [ $handler ] - Parameter #2 [ $priority ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ boolean ] } - Method [ public method detach ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ $eventType ] - Parameter #1 [ $handler ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method enablePriorities ] { + Method [ public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ $enablePriorities ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method arePrioritiesEnabled ] { + Method [ public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method collectResponses ] { + Method [ public method modifyColumn ] { - - Parameters [1] { - Parameter #0 [ $collect ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } + - Return [ boolean ] } - Method [ public method isCollecting ] { - } + Method [ public method supportSequences ] { - Method [ public method getResponses ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method detachAll ] { + Method [ public method useExplicitIdValue ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ final public method fireQueue ] { + Method [ protected method getDsnDefaults ] { - - Parameters [2] { - Parameter #0 [ $queue ] - Parameter #1 [ Phalcon\Events\EventInterface $event ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method fire ] { + Method [ public method affectedRows ] { - - Parameters [4] { - Parameter #0 [ $eventType ] - Parameter #1 [ $source ] - Parameter #2 [ $data ] - Parameter #3 [ $cancelable ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method hasListeners ] { + Method [ public method begin ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method getListeners ] { + Method [ public method commit ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Factory\Exception extends Phalcon\Exception implements Throwable ] { + Method [ public method close ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ public method convertBoundParams ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] + } + - Return [ array ] + } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + Method [ public method escapeString ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method execute ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } + - Return [ boolean ] } - Method [ public method __wakeup ] { - } + Method [ public method executePrepared ] { - Method [ final public method getMessage ] { + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] + } + - Return [ PDOStatement ] } - Method [ final public method getCode ] { + Method [ public method getErrorInfo ] { } - Method [ final public method getFile ] { + Method [ public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ Pdo ] } - Method [ final public method getLine ] { + Method [ public method getTransactionLevel ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ final public method getTrace ] { + Method [ public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ final public method getPrevious ] { + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } } - Method [ final public method getTraceAsString ] { + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + - Return [ PDOStatement ] } - Method [ public method __toString ] { + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } } - } - } - Class [ class Phalcon\Filter implements Phalcon\FilterInterface ] { + Method [ public method rollback ] { - - Constants [14] { - Constant [ public string FILTER_EMAIL ] { email } - Constant [ public string FILTER_ABSINT ] { absint } - Constant [ public string FILTER_INT ] { int } - Constant [ public string FILTER_INT_CAST ] { int! } - Constant [ public string FILTER_STRING ] { string } - Constant [ public string FILTER_FLOAT ] { float } - Constant [ public string FILTER_FLOAT_CAST ] { float! } - Constant [ public string FILTER_ALPHANUM ] { alphanum } - Constant [ public string FILTER_TRIM ] { trim } - Constant [ public string FILTER_STRIPTAGS ] { striptags } - Constant [ public string FILTER_LOWER ] { lower } - Constant [ public string FILTER_UPPER ] { upper } - Constant [ public string FILTER_URL ] { url } - Constant [ public string FILTER_SPECIAL_CHARS ] { special_chars } - } + - Parameters [1] { + Parameter #0 [ boolean $nesting ] + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ public method getDialectType ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [1] { - Property [ protected $_filters ] - } + Method [ public method getSqlVariables ] { - - Methods [4] { - Method [ public method add ] { + - Parameters [0] { + } + - Return [ array ] + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $handler ] + Method [ public method getType ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method sanitize ] { + Method [ public method addColumn ] { - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ $filters ] - Parameter #2 [ $noRecursive ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ boolean ] } - Method [ protected method _sanitize ] { + Method [ public method addForeignKey ] { - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $filter ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ boolean ] } - Method [ public method getFilters ] { + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Filter\Exception extends Phalcon\Exception implements Throwable ] { + Method [ public method addPrimaryKey ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ public method createSavepoint ] { - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method createView ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } + Method [ public method delete ] { - Method [ final public method getCode ] { + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ boolean ] } - Method [ final public method getFile ] { - } + Method [ public method describeIndexes ] { - Method [ final public method getLine ] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] } - Method [ final public method getTrace ] { - } + Method [ public method dropColumn ] { - Method [ final public method getPrevious ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ boolean ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method dropForeignKey ] { - Method [ public method __toString ] { + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Flash\Direct extends Phalcon\Flash implements Phalcon\Di\InjectionAwareInterface, Phalcon\FlashInterface ] { - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method dropIndex ] { - - Properties [7] { - Property [ protected $_cssClasses ] - Property [ protected $_implicitFlush ] - Property [ protected $_automaticHtml ] - Property [ protected $_escaperService ] - Property [ protected $_autoescape ] - Property [ protected $_dependencyInjector ] - Property [ protected $_messages ] - } - - - Methods [18] { - Method [ public method message ] { - - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } + - Return [ boolean ] } - Method [ public method output ] { + Method [ public method dropPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ $remove ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ $cssClasses ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - Method [ public method getAutoescape ] { - } - - Method [ public method setAutoescape ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ $autoescape ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - Method [ public method getEscaperService ] { - } - - Method [ public method setEscaperService ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ Phalcon\EscaperInterface $escaperService ] + Parameter #0 [ $identifier ] } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method fetchAll ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } + - Return [ array ] } - Method [ public method getDI ] { - } - - Method [ public method setImplicitFlush ] { + Method [ public method fetchColumn ] { - - Parameters [1] { - Parameter #0 [ $implicitFlush ] + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] } } - Method [ public method setAutomaticHtml ] { + Method [ public method fetchOne ] { - - Parameters [1] { - Parameter #0 [ $automaticHtml ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } + - Return [ array ] } - Method [ public method setCssClasses ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ array $cssClasses ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method error ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method notice ] { + Method [ public method getColumnList ] { - Parameters [1] { - Parameter #0 [ $message ] + Parameter #0 [ $columnList ] } + - Return [ string ] } - Method [ public method success ] { + Method [ public method getConnectionId ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method warning ] { + Method [ public method getDefaultValue ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method outputMessage ] { + Method [ public method getDescriptor ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method clear ] { - } - } - } - - Class [ class Phalcon\Flash\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getDialect ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } + Method [ public method getEventsManager ] { - Method [ final public method getCode ] { + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ final public method getFile ] { - } + Method [ public method getNestedTransactionSavepointName ] { - Method [ final public method getLine ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTrace ] { - } + Method [ public method getRealSQLStatement ] { - Method [ final public method getPrevious ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } + Method [ public method getSQLBindTypes ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ array ] } - } - } - - Class [ class Phalcon\Flash\Session extends Phalcon\Flash implements Phalcon\Di\InjectionAwareInterface, Phalcon\FlashInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ protected $_cssClasses ] - Property [ protected $_implicitFlush ] - Property [ protected $_automaticHtml ] - Property [ protected $_escaperService ] - Property [ protected $_autoescape ] - Property [ protected $_dependencyInjector ] - Property [ protected $_messages ] - } - - Methods [22] { - Method [ protected method _getSessionMessages ] { + Method [ public method getSQLStatement ] { - - Parameters [2] { - Parameter #0 [ $remove ] - Parameter #1 [ $type ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method _setSessionMessages ] { + Method [ public method insert ] { - - Parameters [1] { - Parameter #0 [ array $messages ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method message ] { + Method [ public method insertAsDict ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method has ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getMessages ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $remove ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $number ] } + - Return [ string ] } - Method [ public method output ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ $remove ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method clear ] { - } - - Method [ public method __construct ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ $cssClasses ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method getAutoescape ] { - } - - Method [ public method setAutoescape ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $autoescape ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method getEscaperService ] { - } - - Method [ public method setEscaperService ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ Phalcon\EscaperInterface $escaperService ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method setDI ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method getDI ] { - } - - Method [ public method setImplicitFlush ] { + Method [ public method setDialect ] { - Parameters [1] { - Parameter #0 [ $implicitFlush ] + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } - Method [ public method setAutomaticHtml ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { - Parameter #0 [ $automaticHtml ] + Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method setCssClasses ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ array $cssClasses ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method error ] { + Method [ public method tableExists ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method notice ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method success ] { + Method [ public method update ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method warning ] { + Method [ public method updateAsDict ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method outputMessage ] { + Method [ public method viewExists ] { - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } } } - Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { + 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 [0] { + - Static properties [1] { + Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [13] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $affectedRows ] + Property [ protected $pdo ] + Property [ protected $dialectType ] + Property [ protected $type ] } - - Methods [33] { - Method [ public method render ] { + - Methods [76] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $attributes ] - } - } - - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + Parameter #0 [ array $descriptor ] } } - Method [ public method setForm ] { + Method [ public method connect ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array or NULL $descriptor ] } + - Return [ boolean ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ public method describeColumns ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method addFilter ] { + Method [ public method describeReferences ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ array ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ public method getDefaultValue ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method addValidator ] { + Method [ public method useExplicitIdValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ protected method getDsnDefaults ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setAttribute ] { + Method [ public method affectedRows ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getAttribute ] { + Method [ public method begin ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method setAttributes ] { + Method [ public method commit ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ public method close ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getUserOption ] { + Method [ public method convertBoundParams ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] } + - Return [ array ] } - Method [ public method setUserOptions ] { + Method [ public method escapeString ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $str ] } + - Return [ string ] } - Method [ public method getUserOptions ] { + Method [ public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ boolean ] } - Method [ public method setLabel ] { + Method [ public method executePrepared ] { - - Parameters [1] { - Parameter #0 [ $label ] + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] } + - Return [ PDOStatement ] } - Method [ public method getLabel ] { + Method [ public method getErrorInfo ] { } - Method [ public method label ] { + Method [ public method getInternalHandler ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [0] { } + - Return [ Pdo ] } - Method [ public method setDefault ] { + Method [ public method getTransactionLevel ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getDefault ] { - } - - Method [ public method getValue ] { - } - - Method [ public method getMessages ] { - } + Method [ public method isUnderTransaction ] { - Method [ public method hasMessages ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setMessages ] { + Method [ public method lastInsertId ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ $sequenceName ] } } - Method [ public method appendMessage ] { + Method [ public method prepare ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ string $sqlStatement ] } + - Return [ PDOStatement ] } - Method [ public method clear ] { - } + Method [ public method query ] { - Method [ public method __toString ] { + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } } - } - } - - Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - } - - Methods [33] { - Method [ public method render ] { + Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ boolean $nesting ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method getDialectType ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setForm ] { + Method [ public method getSqlVariables ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ boolean ] } - Method [ public method addFilter ] { + Method [ public method addForeignKey ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ boolean ] } - Method [ public method getFilters ] { + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ boolean ] } - Method [ public method addValidators ] { + Method [ public method addPrimaryKey ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ boolean ] } - Method [ public method addValidator ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ public method createTable ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ boolean ] } - Method [ public method setAttribute ] { + Method [ public method createView ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method getAttribute ] { + Method [ public method delete ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method setAttributes ] { + Method [ public method dropColumn ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ boolean ] } - Method [ public method getAttributes ] { + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ boolean ] } - Method [ public method setUserOption ] { + Method [ public method dropIndex ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] } + - Return [ boolean ] } - Method [ public method getUserOption ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ boolean ] } - Method [ public method setUserOptions ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ $label ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ boolean ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ $identifier ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method fetchAll ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] } + - Return [ array ] } - Method [ public method getDefault ] { - } + Method [ public method fetchColumn ] { - Method [ public method getValue ] { + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] + } } - Method [ public method getMessages ] { - } + Method [ public method fetchOne ] { - Method [ public method hasMessages ] { + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] } - Method [ public method setMessages ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method clear ] { - } - - Method [ public method __toString ] { - } - } - } - - Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - } - - - Methods [33] { - Method [ public method render ] { + Method [ public method getColumnList ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ $columnList ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getConnectionId ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setForm ] { + Method [ public method getDefaultIdValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [0] { } + - Return [ Phalcon\Db\RawValue ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ public method getDescriptor ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method getDialect ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [0] { } + - Return [ Phalcon\Db\DialectInterface ] } - Method [ public method addFilter ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ public method getNestedTransactionSavepointName ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ public method getRealSQLStatement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ public method getSQLBindTypes ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setAttribute ] { + Method [ public method getSQLStatement ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ public method insert ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method setAttributes ] { + Method [ public method insertAsDict ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ public method isNestedTransactionsWithSavepoints ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getUserOption ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ integer $number ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ $label ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method getLabel ] { + Method [ public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + - Return [ boolean ] } - Method [ public method label ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method setDefault ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method getDefault ] { - } + Method [ public method setEventsManager ] { - Method [ public method getValue ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } - Method [ public method getMessages ] { - } + Method [ public method setDialect ] { - Method [ public method hasMessages ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } } - Method [ public method setMessages ] { + Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ public method appendMessage ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ public method supportSequences ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - } - - - Methods [33] { - Method [ public method render ] { + Method [ public method tableExists ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method tableOptions ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ array ] } - Method [ public method setForm ] { + Method [ public method update ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ public method updateAsDict ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] } + - Return [ boolean ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ boolean ] } + } + } - Method [ public method addFilter ] { + Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - - Parameters [1] { - Parameter #0 [ $filter ] - } - } + - Constants [34] { + Constant [ public integer BIND_PARAM_BLOB ] { 3 } + Constant [ public integer BIND_PARAM_BOOL ] { 5 } + Constant [ public integer BIND_PARAM_DECIMAL ] { 32 } + Constant [ public integer BIND_PARAM_INT ] { 1 } + Constant [ public integer BIND_PARAM_NULL ] { 0 } + Constant [ public integer BIND_PARAM_STR ] { 2 } + Constant [ public integer BIND_SKIP ] { 1024 } + Constant [ public integer TYPE_BIGINTEGER ] { 14 } + Constant [ public integer TYPE_BIT ] { 19 } + Constant [ public integer TYPE_BLOB ] { 11 } + Constant [ public integer TYPE_BOOLEAN ] { 8 } + Constant [ public integer TYPE_CHAR ] { 5 } + Constant [ public integer TYPE_DATE ] { 1 } + Constant [ public integer TYPE_DATETIME ] { 4 } + Constant [ public integer TYPE_DECIMAL ] { 3 } + Constant [ public integer TYPE_DOUBLE ] { 9 } + Constant [ public integer TYPE_ENUM ] { 18 } + Constant [ public integer TYPE_FLOAT ] { 7 } + Constant [ public integer TYPE_INTEGER ] { 0 } + Constant [ public integer TYPE_JSON ] { 15 } + Constant [ public integer TYPE_JSONB ] { 16 } + Constant [ public integer TYPE_LONGBLOB ] { 13 } + Constant [ public integer TYPE_LONGTEXT ] { 24 } + Constant [ public integer TYPE_MEDIUMBLOB ] { 12 } + Constant [ public integer TYPE_MEDIUMINTEGER ] { 21 } + Constant [ public integer TYPE_MEDIUMTEXT ] { 23 } + Constant [ public integer TYPE_SMALLINTEGER ] { 22 } + Constant [ public integer TYPE_TEXT ] { 6 } + Constant [ public integer TYPE_TIME ] { 20 } + Constant [ public integer TYPE_TIMESTAMP ] { 17 } + Constant [ public integer TYPE_TINYBLOB ] { 10 } + Constant [ public integer TYPE_TINYINTEGER ] { 26 } + Constant [ public integer TYPE_TINYTEXT ] { 25 } + Constant [ public integer TYPE_VARCHAR ] { 2 } + } - Method [ public method getFilters ] { - } + - Static properties [0] { + } - Method [ public method addValidators ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] - } + - Properties [15] { + Property [ protected $after ] + Property [ protected $autoIncrement ] + Property [ protected $bindType ] + Property [ protected $_default ] + Property [ protected $first ] + Property [ protected $isNumeric ] + Property [ protected $name ] + Property [ protected $notNull ] + Property [ protected $primary ] + Property [ protected $scale ] + Property [ protected $size ] + Property [ protected $type ] + Property [ protected $typeReference ] + Property [ protected $typeValues ] + Property [ protected $unsigned ] + } + + - Methods [17] { + Method [ public method getDefault ] { } - Method [ public method addValidator ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ public method getScale ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method setAttribute ] { + Method [ public method getSize ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getAttribute ] { + Method [ public method getType ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method setAttributes ] { + Method [ public method getTypeReference ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getAttributes ] { + Method [ public method getTypeValues ] { } - Method [ public method setUserOption ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] } } - Method [ public method getUserOption ] { + Method [ public method getAfterPosition ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method getBindType ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method hasDefault ] { - - Parameters [1] { - Parameter #0 [ $label ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ public method isAutoIncrement ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method setDefault ] { + Method [ public method isFirst ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getDefault ] { - } - - Method [ public method getValue ] { - } - - Method [ public method getMessages ] { - } + Method [ public method isNotNull ] { - Method [ public method hasMessages ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setMessages ] { + Method [ public method isNumeric ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method appendMessage ] { + Method [ public method isPrimary ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method clear ] { - } + Method [ public method isUnsigned ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ boolean ] } } } - Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { + Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } @@ -24607,632 +27811,647 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] } - - Methods [33] { - Method [ public method render ] { + - Methods [69] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method addForeignKey ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ public method addIndex ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ public method addPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method createTable ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ public method describeReferences ] { - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method dropColumn ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ public method dropForeignKey ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method dropTable ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $label ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ public method getForeignKeyChecks ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method getDefault ] { - } + Method [ public method listViews ] { - Method [ public method getValue ] { + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] } - Method [ public method getMessages ] { - } + Method [ public method modifyColumn ] { - Method [ public method hasMessages ] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + - Return [ string ] } - Method [ public method setMessages ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ public method tableExists ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ public method tableOptions ] { - Method [ public method __toString ] { + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] } - } - } - - Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - } - - - Methods [33] { - Method [ public method render ] { + Method [ public method truncateTable ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method viewExists ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ protected method getTableOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ private method checkColumnSizeAndScale ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ private method checkColumnUnsigned ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method getFilters ] { + Method [ final public method escape ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] } - Method [ public method addValidators ] { + Method [ final public method escapeSchema ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ final public method getColumnList ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method getCustomFunctions ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getAttribute ] { + Method [ final public method getSqlColumn ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method getSqlExpression ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ final public method getSqlTable ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method registerCustomFunction ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } + - Return [ Phalcon\Db\Dialect ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $label ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method select ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method getDefault ] { - } + Method [ public method supportsSavepoints ] { - Method [ public method getValue ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getMessages ] { - } + Method [ public method supportsReleaseSavepoints ] { - Method [ public method hasMessages ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setMessages ] { + Method [ protected method getColumnSize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ protected method checkColumnType ] { - Method [ public method __toString ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] } - } - } - - Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - } - - - Methods [33] { - Method [ public method render ] { + Method [ protected method checkColumnTypeSql ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ final protected method getSqlExpressionBinaryOperations ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ final protected method getSqlExpressionCase ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ final protected method getSqlExpressionGroupBy ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ final protected method getSqlExpressionHaving ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ final protected method getSqlExpressionJoins ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ final protected method getSqlExpressionLimit ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ final protected method getSqlExpressionObject ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ final protected method getSqlExpressionQualified ] { - - Parameters [1] { - Parameter #0 [ $label ] + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ final protected method getSqlExpressionScalar ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getDefault ] { - } - - Method [ public method getValue ] { - } - - Method [ public method getMessages ] { - } + Method [ final protected method getSqlExpressionWhere ] { - Method [ public method hasMessages ] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method prepareColumnAlias ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ string or NULL $alias ] + Parameter #2 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ protected method prepareTable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ protected method prepareQualified ] { - Method [ public method __toString ] { + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ string or NULL $domain ] + Parameter #2 [ string or NULL $escapeChar ] + } + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { + Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } @@ -25243,651 +28462,632 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] } - - Methods [33] { - Method [ public method render ] { + - Methods [67] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method addForeignKey ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ public method addIndex ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ public method addPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method createTable ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ public method describeIndexes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ public method describeReferences ] { - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method dropColumn ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ public method dropForeignKey ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method dropIndex ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method dropTable ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $label ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method getDefault ] { - } - - Method [ public method getValue ] { - } - - Method [ public method getMessages ] { - } - - Method [ public method hasMessages ] { - } - - Method [ public method setMessages ] { + Method [ public method modifyColumn ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method clear ] { - } - - Method [ public method __toString ] { - } - } - } - - Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [10] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - Property [ protected $_optionsValues ] - } - - - Methods [36] { - Method [ public method __construct ] { + Method [ public method tableExists ] { - - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $options ] - Parameter #2 [ $attributes ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method getOptions ] { - } - - Method [ public method addOption ] { + Method [ public method truncateTable ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method render ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ protected method castDefault ] { - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ protected method getTableOptions ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method createSavepoint ] { - Parameters [1] { - Parameter #0 [ $filters ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ final public method escape ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ final public method escapeSchema ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ final public method getColumnList ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method getCustomFunctions ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getAttribute ] { + Method [ final public method getSqlColumn ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method getSqlExpression ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ final public method getSqlTable ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method registerCustomFunction ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } + - Return [ Phalcon\Db\Dialect ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ $label ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ public method rollbackSavepoint ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method select ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method getDefault ] { - } + Method [ public method supportsSavepoints ] { - Method [ public method getValue ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getMessages ] { - } + Method [ public method supportsReleaseSavepoints ] { - Method [ public method hasMessages ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setMessages ] { + Method [ protected method getColumnSize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ protected method checkColumnType ] { - Method [ public method __toString ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] } - } - } - - Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } - - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - } - - - Methods [33] { - Method [ public method render ] { + Method [ protected method checkColumnTypeSql ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ final protected method getSqlExpressionBinaryOperations ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ final protected method getSqlExpressionCase ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ final protected method getSqlExpressionConvertValue ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ final protected method getSqlExpressionFunctionCall ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ final protected method getSqlExpressionGroupBy ] { - - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ final protected method getSqlExpressionHaving ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ final protected method getSqlExpressionJoins ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ final protected method getSqlExpressionLimit ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ final protected method getSqlExpressionList ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ final protected method getSqlExpressionObject ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ final protected method getSqlExpressionOrderBy ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ final protected method getSqlExpressionQualified ] { - - Parameters [1] { - Parameter #0 [ $label ] + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ final protected method getSqlExpressionScalar ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ final protected method getSqlExpressionUnaryOperations ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getDefault ] { - } - - Method [ public method getValue ] { - } - - Method [ public method getMessages ] { - } + Method [ final protected method getSqlExpressionWhere ] { - Method [ public method hasMessages ] { + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method setMessages ] { + Method [ protected method prepareColumnAlias ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ string or NULL $alias ] + Parameter #2 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ protected method prepareTable ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ protected method prepareQualified ] { - Method [ public method __toString ] { + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ string or NULL $domain ] + Parameter #2 [ string or NULL $escapeChar ] + } + - Return [ string ] } } } - Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { + Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } @@ -25898,422 +29098,653 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] } - - Methods [33] { - Method [ public method render ] { + - Methods [67] { + Method [ public method addColumn ] { - - Parameters [1] { - Parameter #0 [ $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method addForeignKey ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ public method addIndex ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method getForm ] { - } - - Method [ public method setName ] { + Method [ public method addPrimaryKey ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] } + - Return [ string ] } - Method [ public method getName ] { - } - - Method [ public method setFilters ] { + Method [ public method createTable ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ public method createView ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method getFilters ] { - } - - Method [ public method addValidators ] { + Method [ public method describeColumns ] { - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method addValidator ] { + Method [ public method describeIndex ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $index ] } + - Return [ string ] } - Method [ public method getValidators ] { - } - - Method [ public method prepareAttributes ] { + Method [ public method describeIndexes ] { - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method describeReferences ] { - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ public method dropColumn ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] } + - Return [ string ] } - Method [ public method setAttributes ] { + Method [ public method dropForeignKey ] { - - Parameters [1] { - Parameter #0 [ array $attributes ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ public method dropIndex ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method dropPrimaryKey ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method dropTable ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ public method getUserOptions ] { - } - - Method [ public method setLabel ] { + Method [ public method dropView ] { - - Parameters [1] { - Parameter #0 [ $label ] + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ boolean $ifExists ] } + - Return [ string ] } - Method [ public method getLabel ] { - } - - Method [ public method label ] { + Method [ public method forUpdate ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ public method getColumnDefinition ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getDefault ] { - } - - Method [ public method getValue ] { - } - - Method [ public method getMessages ] { - } + Method [ public method listIndexesSql ] { - Method [ public method hasMessages ] { + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $keyName ] + } + - Return [ string ] } - Method [ public method setMessages ] { + Method [ public method listTables ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ public method listViews ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ public method modifyColumn ] { - Method [ public method __toString ] { + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + - Return [ string ] } - } - } - - Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [9] { - Property [ protected $_form ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_label ] - Property [ protected $_attributes ] - Property [ protected $_validators ] - Property [ protected $_filters ] - Property [ protected $_options ] - Property [ protected $_messages ] - } - - - Methods [33] { - Method [ public method render ] { + Method [ public method sharedLock ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ string $sqlQuery ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method tableExists ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method setForm ] { + Method [ public method tableOptions ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Forms\Form $form ] + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] } + - Return [ string ] } - Method [ public method getForm ] { + Method [ public method truncateTable ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] } - Method [ public method setName ] { + Method [ public method viewExists ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] } + - Return [ string ] } - Method [ public method getName ] { + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] } - Method [ public method setFilters ] { + Method [ final public method escape ] { - - Parameters [1] { - Parameter #0 [ $filters ] + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method addFilter ] { + Method [ final public method escapeSchema ] { - - Parameters [1] { - Parameter #0 [ $filter ] + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method getFilters ] { + Method [ final public method getColumnList ] { + + - Parameters [3] { + Parameter #0 [ array $columnList ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method addValidators ] { + Method [ public method getCustomFunctions ] { - - Parameters [2] { - Parameter #0 [ array $validators ] - Parameter #1 [ $merge ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addValidator ] { + Method [ final public method getSqlColumn ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method getValidators ] { + Method [ public method getSqlExpression ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method prepareAttributes ] { + Method [ final public method getSqlTable ] { - Parameters [2] { - Parameter #0 [ array or NULL $attributes ] - Parameter #1 [ $useChecked ] + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] } + - Return [ string ] } - Method [ public method setAttribute ] { + Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] } + - Return [ string ] } - Method [ public method getAttribute ] { + Method [ public method registerCustomFunction ] { - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] } + - Return [ Phalcon\Db\Dialect ] } - Method [ public method setAttributes ] { + Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method getAttributes ] { - } - - Method [ public method setUserOption ] { + Method [ public method rollbackSavepoint ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ public method getUserOption ] { + Method [ public method select ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ array $definition ] } + - Return [ string ] } - Method [ public method setUserOptions ] { + Method [ public method supportsSavepoints ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getUserOptions ] { + Method [ public method supportsReleaseSavepoints ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setLabel ] { + Method [ protected method getColumnSize ] { - Parameters [1] { - Parameter #0 [ $label ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getLabel ] { + Method [ protected method getColumnSizeAndScale ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] } - Method [ public method label ] { + Method [ protected method checkColumnType ] { - Parameters [1] { - Parameter #0 [ $attributes ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method setDefault ] { + Method [ protected method checkColumnTypeSql ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } + - Return [ string ] } - Method [ public method getDefault ] { - } + Method [ final protected method getSqlExpressionAll ] { - Method [ public method getValue ] { + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] } - Method [ public method getMessages ] { - } + Method [ final protected method getSqlExpressionBinaryOperations ] { - Method [ public method hasMessages ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - Method [ public method setMessages ] { + Method [ final protected method getSqlExpressionCase ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\Message\Group $group ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method appendMessage ] { + Method [ final protected method getSqlExpressionCastValue ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] } + - Return [ string ] } - Method [ public method clear ] { - } + Method [ final protected method getSqlExpressionConvertValue ] { - Method [ public method __toString ] { + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] } - } - } - Class [ class Phalcon\Forms\Exception extends Phalcon\Exception implements Throwable ] { + Method [ final protected method getSqlExpressionFrom ] { - - Constants [0] { + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionFunctionCall ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionGroupBy ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionHaving ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionJoins ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionLimit ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionList ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionObject ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionOrderBy ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionQualified ] { + + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionScalar ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionUnaryOperations ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionWhere ] { + + - Parameters [3] { + Parameter #0 [ $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ protected method prepareColumnAlias ] { + + - Parameters [3] { + Parameter #0 [ string $qualified ] + Parameter #1 [ string or NULL $alias ] + Parameter #2 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ protected method prepareTable ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ protected method prepareQualified ] { + + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ string or NULL $domain ] + Parameter #2 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Db\Enum ] { + + - Constants [17] { + Constant [ public integer FETCH_ASSOC ] { 2 } + Constant [ public integer FETCH_BOTH ] { 4 } + Constant [ public integer FETCH_BOUND ] { 6 } + Constant [ public integer FETCH_CLASS ] { 8 } + Constant [ public integer FETCH_CLASSTYPE ] { 262144 } + Constant [ public integer FETCH_COLUMN ] { 7 } + Constant [ public integer FETCH_FUNC ] { 10 } + Constant [ public integer FETCH_GROUP ] { 65536 } + Constant [ public integer FETCH_INTO ] { 9 } + Constant [ public integer FETCH_KEY_PAIR ] { 12 } + Constant [ public integer FETCH_LAZY ] { 1 } + Constant [ public integer FETCH_NAMED ] { 11 } + Constant [ public integer FETCH_NUM ] { 3 } + Constant [ public integer FETCH_OBJ ] { 5 } + Constant [ public integer FETCH_PROPS_LATE ] { 1048576 } + Constant [ public integer FETCH_SERIALIZE ] { 524288 } + Constant [ public integer FETCH_UNIQUE ] { 196608 } } - Static properties [0] { @@ -26322,6 +29753,31 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Db\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + - Properties [4] { Property [ protected $message ] Property [ protected $code ] @@ -26368,7 +29824,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable ] { + Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { - Constants [0] { } @@ -26379,241 +29835,217 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_position ] - Property [ protected $_entity ] - Property [ protected $_options ] - Property [ protected $_data ] - Property [ protected $_elements ] - Property [ protected $_elementsIndexed ] - Property [ protected $_messages ] - Property [ protected $_action ] - Property [ protected $_validation ] + - Properties [3] { + Property [ protected $columns ] + Property [ protected $name ] + Property [ protected $type ] } - - Methods [37] { - Method [ public method setValidation ] { + - Methods [4] { + Method [ public method getColumns ] { - - Parameters [1] { - Parameter #0 [ $validation ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getValidation ] { - } - - Method [ public method __construct ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ $userOptions ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setAction ] { + Method [ public method getType ] { - - Parameters [1] { - Parameter #0 [ $action ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getAction ] { - } - - Method [ public method setUserOption ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $columns ] + Parameter #2 [ string $type ] } } + } + } - Method [ public method getUserOption ] { + Class [ class Phalcon\Db\Profiler ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] - } - } + - Constants [0] { + } - Method [ public method setUserOptions ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $options ] - } - } + - Static methods [0] { + } - Method [ public method getUserOptions ] { - } + - Properties [3] { + Property [ protected $activeProfile ] + Property [ protected $allProfiles ] + Property [ protected $totalSeconds ] + } - Method [ public method setEntity ] { + - Methods [7] { + Method [ public method getLastProfile ] { - - Parameters [1] { - Parameter #0 [ $entity ] + - Parameters [0] { } + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ public method getEntity ] { - } + Method [ public method getNumberTotalStatements ] { - Method [ public method getElements ] { + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method bind ] { + Method [ public method getTotalElapsedSeconds ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $entity ] - Parameter #2 [ $whitelist ] + - Parameters [0] { } + - Return [ float ] } - Method [ public method isValid ] { + Method [ public method getProfiles ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $entity ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getMessages ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ $byItemName ] + - Parameters [0] { } + - Return [ Phalcon\Db\Profiler ] } - Method [ public method getMessagesFor ] { + Method [ public method startProfile ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $sqlVariables ] + Parameter #2 [ $sqlBindTypes ] } + - Return [ Phalcon\Db\Profiler ] } - Method [ public method hasMessagesFor ] { + Method [ public method stopProfile ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ Phalcon\Db\Profiler ] } + } + } - Method [ public method add ] { + Class [ class Phalcon\Db\Profiler\Item ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Forms\ElementInterface $element ] - Parameter #1 [ $position ] - Parameter #2 [ $type ] - } - } + - Constants [0] { + } - Method [ public method render ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $attributes ] - } - } + - Static methods [0] { + } - Method [ public method get ] { + - Properties [5] { + Property [ protected $finalTime ] + Property [ protected $initialTime ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + } + + - Methods [11] { + Method [ public method setFinalTime ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ float $finalTime ] } } - Method [ public method label ] { + Method [ public method getFinalTime ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array or NULL $attributes ] + - Parameters [0] { } + - Return [ float ] } - Method [ public method getLabel ] { + Method [ public method setInitialTime ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ float $initialTime ] } } - Method [ public method getValue ] { + Method [ public method getInitialTime ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ float ] } - Method [ public method has ] { + Method [ public method setSqlBindTypes ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array $sqlBindTypes ] } } - Method [ public method remove ] { + Method [ public method getSqlBindTypes ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method clear ] { + Method [ public method setSqlStatement ] { - Parameters [1] { - Parameter #0 [ $fields ] + Parameter #0 [ string $sqlStatement ] } } - Method [ public method count ] { - } - - Method [ public method rewind ] { - } - - Method [ public method current ] { - } - - Method [ public method key ] { - } - - Method [ public method next ] { - } + Method [ public method getSqlStatement ] { - Method [ public method valid ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method setSqlVariables ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array $sqlVariables ] } } - Method [ public method getDI ] { - } - - Method [ public method setEventsManager ] { + Method [ public method getSqlVariables ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getEventsManager ] { - } - - Method [ public method __get ] { + Method [ public method getTotalElapsedSeconds ] { - - Parameters [1] { - Parameter #0 [ $propertyName ] + - Parameters [0] { } + - Return [ float ] } } } - Class [ class Phalcon\Forms\Manager ] { + Class [ class Phalcon\Db\RawValue ] { - Constants [0] { } @@ -26625,43 +30057,34 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [1] { - Property [ protected $_forms ] + Property [ protected $value ] } - - Methods [4] { - Method [ public method create ] { + - Methods [3] { + Method [ public method getValue ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $entity ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method get ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method has ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $name ] - } - } - - Method [ public method set ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ Phalcon\Forms\Form $form ] + Parameter #0 [ $value ] } } } } - Class [ class Phalcon\Http\Cookie implements Phalcon\Http\CookieInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { - Constants [0] { } @@ -26672,562 +30095,476 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [13] { - Property [ protected $_readed ] - Property [ protected $_restored ] - Property [ protected $_useEncryption ] - Property [ protected $_dependencyInjector ] - Property [ protected $_filter ] - Property [ protected $_name ] - Property [ protected $_value ] - Property [ protected $_expire ] - Property [ protected $_path ] - Property [ protected $_domain ] - Property [ protected $_secure ] - Property [ protected $_httpOnly ] - Property [ protected $signKey ] + - Properties [8] { + Property [ protected $columns ] + Property [ protected $name ] + Property [ protected $referencedColumns ] + Property [ protected $referencedSchema ] + Property [ protected $referencedTable ] + Property [ protected $schemaName ] + Property [ protected $onDelete ] + Property [ protected $onUpdate ] } - - Methods [24] { - Method [ public method __construct ] { + - Methods [9] { + Method [ public method getColumns ] { - - Parameters [7] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - Parameter #2 [ $expire ] - Parameter #3 [ $path ] - Parameter #4 [ $secure ] - Parameter #5 [ $domain ] - Parameter #6 [ $httpOnly ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setSignKey ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ $signKey ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method getReferencedColumns ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method getReferencedSchema ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setValue ] { + Method [ public method getReferencedTable ] { - - Parameters [1] { - Parameter #0 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getValue ] { + Method [ public method getSchemaName ] { - - Parameters [2] { - Parameter #0 [ $filters ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method send ] { - } + Method [ public method getOnDelete ] { - Method [ public method restore ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method delete ] { + Method [ public method getOnUpdate ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method useEncryption ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $useEncryption ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] } } + } + } - Method [ public method isUsingEncryption ] { - } + Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { - Method [ public method setExpiration ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $expire ] - } - } + - Static properties [0] { + } - Method [ public method getExpiration ] { - } + - Static methods [0] { + } - Method [ public method setPath ] { + - Properties [8] { + Property [ protected $bindParams ] + Property [ protected $bindTypes ] + Property [ protected $connection ] + Property [ protected $fetchMode ] + Property [ protected $pdoStatement ] + Property [ protected $result ] + Property [ protected $rowCount ] + Property [ protected $sqlStatement ] + } - - Parameters [1] { - Parameter #0 [ $path ] + - Methods [9] { + Method [ public method __construct ] { + + - 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 getName ] { - } + Method [ public method dataSeek ] { - Method [ public method getPath ] { + - Parameters [1] { + Parameter #0 [ integer $number ] + } + - Return [ void ] } - Method [ public method setDomain ] { + Method [ public method execute ] { - - Parameters [1] { - Parameter #0 [ $domain ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getDomain ] { + Method [ public method fetch ] { + + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $cursorOrientation ] + Parameter #2 [ $cursorOffset ] + } } - Method [ public method setSecure ] { + Method [ public method fetchAll ] { - - Parameters [1] { - Parameter #0 [ $secure ] + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $fetchArgument ] + Parameter #2 [ $ctorArgs ] } + - Return [ array ] } - Method [ public method getSecure ] { + Method [ public method fetchArray ] { } - Method [ public method setHttpOnly ] { + Method [ public method getInternalResult ] { - - Parameters [1] { - Parameter #0 [ $httpOnly ] + - Parameters [0] { } + - Return [ PDOStatement ] } - Method [ public method getHttpOnly ] { - } + Method [ public method numRows ] { - Method [ public method __toString ] { + - Parameters [0] { + } + - Return [ integer ] } - Method [ protected method assertSignKeyIsLongEnough ] { + Method [ public method setFetchMode ] { - - Parameters [1] { - Parameter #0 [ $signKey ] + - Parameters [3] { + Parameter #0 [ integer $fetchMode ] + Parameter #1 [ $colNoOrClassNameOrObject ] + Parameter #2 [ $ctorargs ] } + - Return [ boolean ] } } } - Class [ class Phalcon\Http\Cookie\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Debug ] { - Constants [0] { } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $isActive ] } - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [7] { + Property [ protected $blacklist ] + Property [ protected $data ] + Property [ protected $hideDocumentRoot ] + Property [ protected $showBackTrace ] + Property [ protected $showFileFragment ] + Property [ protected $showFiles ] + Property [ protected $uri ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [20] { + Method [ public method clearVars ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ Phalcon\Debug ] } - Method [ public method __wakeup ] { - } + Method [ public method debugVar ] { - Method [ final public method getMessage ] { + - Parameters [2] { + Parameter #0 [ $varz ] + Parameter #1 [ string or NULL $key ] + } + - Return [ Phalcon\Debug ] } - Method [ final public method getCode ] { - } + Method [ public method getCssSources ] { - Method [ final public method getFile ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { - } + Method [ public method getJsSources ] { - Method [ final public method getTrace ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { - } - - Method [ public method __toString ] { - } - } - } - - Class [ class Phalcon\Http\Request implements Phalcon\Http\RequestInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_rawBody ] - Property [ protected $_filter ] - Property [ protected $_putCache ] - Property [ protected $_httpMethodParameterOverride ] - Property [ protected $_strictHostCheck ] - } - - - Methods [65] { - Method [ public method getHttpMethodParameterOverride ] { - } - - Method [ public method setHttpMethodParameterOverride ] { + Method [ public method halt ] { - - Parameters [1] { - Parameter #0 [ $httpMethodParameterOverride ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method setDI ] { + Method [ public method listen ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [2] { + Parameter #0 [ boolean $exceptions ] + Parameter #1 [ boolean $lowSeverity ] } + - Return [ Phalcon\Debug ] } - Method [ public method getDI ] { - } - - Method [ public method get ] { + Method [ public method listenExceptions ] { - - Parameters [5] { - Parameter #0 [ $name ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] - Parameter #3 [ $notAllowEmpty ] - Parameter #4 [ $noRecursive ] + - Parameters [0] { } + - Return [ Phalcon\Debug ] } - Method [ public method getPost ] { + Method [ public method listenLowSeverity ] { - - Parameters [5] { - Parameter #0 [ $name ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] - Parameter #3 [ $notAllowEmpty ] - Parameter #4 [ $noRecursive ] + - Parameters [0] { } + - Return [ Phalcon\Debug ] } - Method [ public method getPut ] { + Method [ public method onUncaughtException ] { - - Parameters [5] { - Parameter #0 [ $name ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] - Parameter #3 [ $notAllowEmpty ] - Parameter #4 [ $noRecursive ] + - Parameters [1] { + Parameter #0 [ Exception $exception ] } + - Return [ boolean ] } - Method [ public method getQuery ] { + Method [ public method onUncaughtLowSeverity ] { - Parameters [5] { - Parameter #0 [ $name ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] - Parameter #3 [ $notAllowEmpty ] - Parameter #4 [ $noRecursive ] - } - } - - Method [ final protected method getHelper ] { - - - Parameters [6] { - Parameter #0 [ array $source ] - Parameter #1 [ $name ] - Parameter #2 [ $filters ] - Parameter #3 [ $defaultValue ] - Parameter #4 [ $notAllowEmpty ] - Parameter #5 [ $noRecursive ] + Parameter #0 [ $severity ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] } + - Return [ void ] } - Method [ public method getServer ] { + Method [ public method setBlacklist ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array $blacklist ] } + - Return [ Phalcon\Debug ] } - Method [ public method has ] { + Method [ public method setShowBackTrace ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ boolean $showBackTrace ] } + - Return [ Phalcon\Debug ] } - Method [ public method hasPost ] { + Method [ public method setShowFileFragment ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ boolean $showFileFragment ] } + - Return [ Phalcon\Debug ] } - Method [ public method hasPut ] { + Method [ public method setShowFiles ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ boolean $showFiles ] } + - Return [ Phalcon\Debug ] } - Method [ public method hasQuery ] { + Method [ public method setUri ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $uri ] } + - Return [ Phalcon\Debug ] } - Method [ final public method hasServer ] { + Method [ protected method escapeString ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $value ] } + - Return [ string ] } - Method [ final public method hasHeader ] { + Method [ protected method getArrayDump ] { - - Parameters [1] { - Parameter #0 [ $header ] + - Parameters [2] { + Parameter #0 [ array $argument ] + Parameter #1 [ $n ] } + - Return [ string or NULL ] } - Method [ final public method getHeader ] { + Method [ protected method getVarDump ] { - Parameters [1] { - Parameter #0 [ $header ] + Parameter #0 [ $variable ] } + - Return [ string ] } - Method [ public method getScheme ] { - } - - Method [ public method isAjax ] { - } - - Method [ public method isSoap ] { - } - - Method [ public method isSoapRequested ] { - } - - Method [ public method isSecure ] { - } - - Method [ public method isSecureRequest ] { - } - - Method [ public method getRawBody ] { - } - - Method [ public method getJsonRawBody ] { + Method [ final protected method showTraceItem ] { - - Parameters [1] { - Parameter #0 [ $associative ] + - Parameters [2] { + Parameter #0 [ integer $n ] + Parameter #1 [ array $trace ] } + - Return [ string ] } + } + } - Method [ public method getServerAddress ] { - } - - Method [ public method getServerName ] { - } - - Method [ public method getHttpHost ] { - } - - Method [ public method setStrictHostCheck ] { + Class [ class Phalcon\Debug\Dump ] { - - Parameters [1] { - Parameter #0 [ $flag ] - } - } + - Constants [0] { + } - Method [ public method isStrictHostCheck ] { - } + - Static properties [0] { + } - Method [ public method getPort ] { - } + - Static methods [0] { + } - Method [ final public method getURI ] { - } + - Properties [3] { + Property [ protected $detailed ] + Property [ protected $methods ] + Property [ protected $styles ] + } - Method [ public method getClientAddress ] { + - Methods [11] { + Method [ public method getDetailed ] { - - Parameters [1] { - Parameter #0 [ $trustForwardedHeader ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ final public method getMethod ] { - } - - Method [ public method getUserAgent ] { - } - - Method [ public method isValidHttpMethod ] { + Method [ public method setDetailed ] { - Parameters [1] { - Parameter #0 [ $method ] + Parameter #0 [ boolean $detailed ] } } - Method [ public method isMethod ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $methods ] - Parameter #1 [ $strict ] + Parameter #0 [ array $styles ] + Parameter #1 [ boolean $detailed ] } } - Method [ public method isPost ] { - } - - Method [ public method isGet ] { - } - - Method [ public method isPut ] { - } - - Method [ public method isPatch ] { - } - - Method [ public method isHead ] { - } - - Method [ public method isDelete ] { - } - - Method [ public method isOptions ] { - } - - Method [ public method isPurge ] { - } - - Method [ public method isTrace ] { - } - - Method [ public method isConnect ] { - } - - Method [ public method hasFiles ] { + Method [ public method all ] { - - Parameters [1] { - Parameter #0 [ $onlySuccessful ] + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method hasFileHelper ] { + Method [ public method one ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $onlySuccessful ] + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] } + - Return [ string ] } - Method [ public method getUploadedFiles ] { + Method [ public method setStyles ] { - Parameters [1] { - Parameter #0 [ $onlySuccessful ] + Parameter #0 [ array $styles ] } + - Return [ array ] } - Method [ final 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 [ $prefix ] + - Parameters [1] { + Parameter #0 [ $variable ] } + - Return [ string ] } - Method [ public method getHeaders ] { - } - - Method [ protected method resolveAuthorizationHeaders ] { - } - - Method [ public method getHTTPReferer ] { - } - - Method [ final protected method _getBestQuality ] { + Method [ public method variable ] { - Parameters [2] { - Parameter #0 [ array $qualityParts ] - Parameter #1 [ $name ] + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] } + - Return [ string ] } - Method [ public method getContentType ] { - } - - Method [ public method getAcceptableContent ] { - } - - Method [ public method getBestAccept ] { - } - - Method [ public method getClientCharsets ] { - } - - Method [ public method getBestCharset ] { - } - - Method [ public method getLanguages ] { - } + Method [ public method variables ] { - Method [ public method getBestLanguage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getBasicAuth ] { - } + Method [ protected method getStyle ] { - Method [ public method getDigestAuth ] { + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] } - Method [ final protected method _getQualityHeader ] { + Method [ protected method output ] { - - Parameters [2] { - Parameter #0 [ $serverIndex ] - Parameter #1 [ $name ] + - Parameters [3] { + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] + Parameter #2 [ integer $tab ] } + - Return [ string ] } } } - Class [ class Phalcon\Http\Request\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Debug\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -27235,7 +30572,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -27284,7 +30628,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { + Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Throwable ] { - Constants [0] { } @@ -27292,269 +30636,286 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - - Properties [8] { - Property [ protected $_name ] - Property [ protected $_tmp ] - Property [ protected $_size ] - Property [ protected $_type ] - Property [ protected $_realType ] - Property [ protected $_error ] - Property [ protected $_key ] - Property [ protected $_extension ] + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [11] { - Method [ public method getError ] { - } + - Methods [10] { + Method [ public method __construct ] { - Method [ public method getKey ] { + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } } - Method [ public method getExtension ] { + Method [ public method __wakeup ] { } - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ array $file ] - Parameter #1 [ $key ] - } + Method [ final public method getMessage ] { } - Method [ public method getSize ] { + Method [ final public method getCode ] { } - Method [ public method getName ] { + Method [ final public method getFile ] { } - Method [ public method getTempName ] { + Method [ final public method getLine ] { } - Method [ public method getType ] { + Method [ final public method getTrace ] { } - Method [ public method getRealType ] { + Method [ final public method getPrevious ] { } - Method [ public method isUploadedFile ] { + Method [ final public method getTraceAsString ] { } - Method [ public method moveTo ] { - - - Parameters [1] { - Parameter #0 [ $destination ] - } + Method [ public method __toString ] { } } } - Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface ] { + 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 $_default ] } - - Static methods [0] { - } + - Static methods [3] { + Method [ static public method getDefault ] { - - Properties [6] { - Property [ protected $_sent ] - Property [ protected $_content ] - Property [ protected $_headers ] - Property [ protected $_cookies ] - Property [ protected $_file ] - Property [ protected $_dependencyInjector ] - } + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface or NULL ] + } - - Methods [31] { - Method [ public method __construct ] { + Method [ static public method reset ] { - - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $code ] - Parameter #2 [ $status ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method setDI ] { + Method [ static public method setDefault ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } - Method [ public method getDI ] { + - Properties [3] { + Property [ protected $services ] + Property [ protected $sharedInstances ] + Property [ protected $eventsManager ] + } + + - Methods [23] { + Method [ public method __construct ] { } - Method [ public method setStatusCode ] { + Method [ public method __call ] { - Parameters [2] { - Parameter #0 [ $code ] - Parameter #1 [ $message ] + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] } } - Method [ public method getStatusCode ] { - } + Method [ public method attempt ] { - Method [ public method getReasonPhrase ] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ boolean $shared ] + } } - Method [ public method setHeaders ] { + Method [ public method get ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] } } - Method [ public method getHeaders ] { - } - - Method [ public method setCookies ] { + Method [ public method getInternalEventsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method getCookies ] { - } - - Method [ public method setHeader ] { + Method [ public method getRaw ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $name ] } } - Method [ public method setRawHeader ] { + Method [ public method getService ] { - Parameters [1] { - Parameter #0 [ $header ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method resetHeaders ] { + Method [ public method getServices ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setExpires ] { + Method [ public method getShared ] { - - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] } } - Method [ public method setLastModified ] { + Method [ protected method loadFromConfig ] { - Parameters [1] { - Parameter #0 [ DateTime $datetime ] + Parameter #0 [ Phalcon\Config $config ] } + - Return [ void ] } - Method [ public method setCache ] { + Method [ public method loadFromPhp ] { - Parameters [1] { - Parameter #0 [ $minutes ] + Parameter #0 [ string $filePath ] } + - Return [ void ] } - Method [ public method setNotModified ] { - } - - Method [ public method setContentType ] { + Method [ public method loadFromYaml ] { - Parameters [2] { - Parameter #0 [ $contentType ] - Parameter #1 [ $charset ] + Parameter #0 [ string $filePath ] + Parameter #1 [ array or NULL $callbacks ] } + - Return [ void ] } - Method [ public method setContentLength ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $contentLength ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method setEtag ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $etag ] + Parameter #0 [ $name ] } } - Method [ public method redirect ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ $location ] - Parameter #1 [ $externalRedirect ] - Parameter #2 [ $statusCode ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ boolean ] } - Method [ public method setContent ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $definition ] } + - Return [ void ] } - Method [ public method setJsonContent ] { + Method [ public method offsetUnset ] { - - Parameters [3] { - Parameter #0 [ $content ] - Parameter #1 [ $jsonOptions ] - Parameter #2 [ $depth ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ void ] } - Method [ public method appendContent ] { + Method [ public method register ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } + - Return [ void ] } - Method [ public method getContent ] { - } + Method [ public method remove ] { - Method [ public method isSent ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] } - Method [ public method sendHeaders ] { - } + Method [ public method set ] { - Method [ public method sendCookies ] { + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ boolean $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method send ] { + Method [ public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } } - Method [ public method setFileToSend ] { + Method [ public method setRaw ] { - - Parameters [3] { - Parameter #0 [ $filePath ] - Parameter #1 [ $attachmentName ] - Parameter #2 [ $attachment ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method removeHeader ] { + Method [ public method setShared ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } + - Return [ Phalcon\Di\ServiceInterface ] } } } - Class [ class Phalcon\Http\Response\Cookies implements Phalcon\Http\Response\CookiesInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { - Constants [0] { } @@ -27565,93 +30926,90 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_dependencyInjector ] - Property [ protected $_registered ] - Property [ protected $_useEncryption ] - Property [ protected $_cookies ] - Property [ protected $signKey ] + - Properties [4] { + Property [ protected $definition ] + Property [ protected $resolved ] + Property [ protected $shared ] + Property [ protected $sharedInstance ] } - - Methods [12] { - Method [ public method __construct ] { + - Methods [10] { + Method [ final public method __construct ] { - Parameters [2] { - Parameter #0 [ $useEncryption ] - Parameter #1 [ $signKey ] + Parameter #0 [ $definition ] + Parameter #1 [ boolean $shared ] } } - Method [ public method setSignKey ] { - - - Parameters [1] { - Parameter #0 [ $signKey ] - } + Method [ public method getDefinition ] { } - Method [ public method setDI ] { + Method [ public method getParameter ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ integer $position ] } } - Method [ public method getDI ] { - } - - Method [ public method useEncryption ] { + Method [ public method isResolved ] { - - Parameters [1] { - Parameter #0 [ $useEncryption ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method isUsingEncryption ] { + Method [ public method isShared ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method set ] { + Method [ public method resolve ] { - - Parameters [7] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - Parameter #2 [ $expire ] - Parameter #3 [ $path ] - Parameter #4 [ $secure ] - Parameter #5 [ $domain ] - Parameter #6 [ $httpOnly ] + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } - Method [ public method get ] { + Method [ public method setDefinition ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $definition ] } + - Return [ void ] } - Method [ public method has ] { + Method [ public method setParameter ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ integer $position ] + Parameter #1 [ array $parameter ] } + - Return [ Phalcon\Di\ServiceInterface ] } - Method [ public method delete ] { + Method [ public method setShared ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ boolean $shared ] } + - Return [ void ] } - Method [ public method send ] { - } + Method [ public method setSharedInstance ] { - Method [ public method reset ] { + - Parameters [1] { + Parameter #0 [ $sharedInstance ] + } + - Return [ void ] } } } - Class [ class Phalcon\Http\Response\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Di\Service\Builder ] { - Constants [0] { } @@ -27662,53 +31020,40 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [3] { + Method [ public method build ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $definition ] + Parameter #2 [ $parameters ] } } - Method [ public method __wakeup ] { - } + Method [ private method buildParameter ] { - Method [ final public method getMessage ] { + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ integer $position ] + Parameter #2 [ array $argument ] + } } - Method [ final public method getCode ] { - } + Method [ private method buildParameters ] { - Method [ final public method getFile ] { - } - - Method [ final public method getLine ] { - } - - Method [ final public method getTrace ] { - } - - Method [ final public method getPrevious ] { - } - - Method [ final public method getTraceAsString ] { - } - - Method [ public method __toString ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $arguments ] + } + - Return [ array ] } } } - Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { + Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } @@ -27716,72 +31061,78 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method __set_state ] { - - - Parameters [1] { - Parameter #0 [ array $data ] - } - } + - Static methods [0] { } - - Properties [1] { - Property [ protected $_headers ] + - Properties [5] { + Property [ protected $extras ] + Property [ protected $input ] + Property [ protected $messages ] + Property [ protected $status ] + Property [ protected $output ] } - - Methods [7] { - Method [ public method set ] { + - Methods [10] { + Method [ public method getExtras ] { + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } + Method [ public method getInput ] { } - Method [ public method get ] { + Method [ public method getMessages ] { + } + + Method [ public method getStatus ] { + } + + Method [ public method getOutput ] { + } + + Method [ public method setExtras ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $extras ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method setRaw ] { + Method [ public method setInput ] { - Parameters [1] { - Parameter #0 [ $header ] + Parameter #0 [ $input ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method remove ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ $header ] + Parameter #0 [ $messages ] } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method send ] { - } + Method [ public method setOutput ] { - Method [ public method reset ] { + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } - Method [ public method toArray ] { + Method [ public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } - Class [ class Phalcon\Image ] { + Class [ class Phalcon\Domain\Payload\PayloadFactory ] { - - Constants [9] { - Constant [ public integer NONE ] { 1 } - Constant [ public integer WIDTH ] { 2 } - Constant [ public integer HEIGHT ] { 3 } - Constant [ public integer AUTO ] { 4 } - Constant [ public integer INVERSE ] { 5 } - Constant [ public integer PRECISE ] { 6 } - Constant [ public integer TENSILE ] { 7 } - Constant [ public integer HORIZONTAL ] { 11 } - Constant [ public integer VERTICAL ] { 12 } + - Constants [0] { } - Static properties [0] { @@ -27793,649 +31144,667 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ public method newInstance ] { + + - Parameters [0] { + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } } } - Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { + Class [ class Phalcon\Domain\Payload\Status ] { - - Constants [0] { + - 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 [1] { - Property [ protected static $_checked ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method check ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final private method __construct ] { } } + } - - Properties [7] { - Property [ protected $_image ] - Property [ protected $_file ] - Property [ protected $_realpath ] - Property [ protected $_width ] - Property [ protected $_height ] - Property [ protected $_type ] - Property [ protected $_mime ] + Class [ class Phalcon\Escaper implements Phalcon\Escaper\EscaperInterface ] { + + - Constants [0] { } - - Methods [38] { - Method [ public method __construct ] { + - Static properties [0] { + } - - Parameters [3] { - Parameter #0 [ $file ] - Parameter #1 [ $width ] - Parameter #2 [ $height ] - } - } + - Static methods [0] { + } - Method [ protected method _resize ] { + - Properties [4] { + Property [ protected $doubleEncode ] + Property [ protected $encoding ] + Property [ protected $htmlEscapeMap ] + Property [ protected $htmlQuoteType ] + } - - Parameters [2] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] + - Methods [11] { + Method [ final public method detectEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $str ] } + - Return [ string or NULL ] } - Method [ protected method _crop ] { + Method [ public method escapeCss ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $offsetX ] - Parameter #3 [ $offsetY ] + - Parameters [1] { + Parameter #0 [ string $css ] } + - Return [ string ] } - Method [ protected method _rotate ] { + Method [ public method escapeJs ] { - Parameters [1] { - Parameter #0 [ $degrees ] + Parameter #0 [ string $js ] } + - Return [ string ] } - Method [ protected method _flip ] { + Method [ public method escapeHtml ] { - Parameters [1] { - Parameter #0 [ $direction ] + Parameter #0 [ string $text ] } + - Return [ string ] } - Method [ protected method _sharpen ] { + Method [ public method escapeHtmlAttr ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ string $attribute ] } + - Return [ string ] } - Method [ protected method _reflection ] { + Method [ public method escapeUrl ] { - - Parameters [3] { - Parameter #0 [ $height ] - Parameter #1 [ $opacity ] - Parameter #2 [ $fadeIn ] + - Parameters [1] { + Parameter #0 [ string $url ] } + - Return [ string ] } - Method [ protected method _watermark ] { + Method [ public method getEncoding ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method _text ] { + Method [ final public method normalizeEncoding ] { - - Parameters [9] { - Parameter #0 [ $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - Parameter #4 [ $r ] - Parameter #5 [ $g ] - Parameter #6 [ $b ] - Parameter #7 [ $size ] - Parameter #8 [ $fontfile ] + - Parameters [1] { + Parameter #0 [ string $str ] } + - Return [ string ] } - Method [ protected method _mask ] { + Method [ public method setDoubleEncode ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter $mask ] + Parameter #0 [ boolean $doubleEncode ] } + - Return [ void ] } - Method [ protected method _background ] { + Method [ public method setEncoding ] { - - Parameters [4] { - Parameter #0 [ $r ] - Parameter #1 [ $g ] - Parameter #2 [ $b ] - Parameter #3 [ $opacity ] + - Parameters [1] { + Parameter #0 [ string $encoding ] } + - Return [ void ] } - Method [ protected method _blur ] { + Method [ public method setHtmlQuoteType ] { - Parameters [1] { - Parameter #0 [ $radius ] + Parameter #0 [ integer $quoteType ] } + - Return [ void ] } + } + } + + Class [ class Phalcon\Escaper\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } - Method [ protected method _pixelate ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ protected method _save ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $quality ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ protected method _render ] { + Method [ public method __wakeup ] { + } - - Parameters [2] { - Parameter #0 [ $ext ] - Parameter #1 [ $quality ] - } + Method [ final public method getMessage ] { } - Method [ protected method _create ] { + Method [ final public method getCode ] { + } - - Parameters [2] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - } + Method [ final public method getFile ] { } - Method [ public method __destruct ] { + Method [ final public method getLine ] { } - Method [ public method getImage ] { + Method [ final public method getTrace ] { } - Method [ public method getRealpath ] { + Method [ final public method getPrevious ] { } - Method [ public method getWidth ] { + Method [ final public method getTraceAsString ] { } - Method [ public method getHeight ] { + Method [ public method __toString ] { } + } + } + + Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $cancelable ] + Property [ protected $data ] + Property [ protected $source ] + Property [ protected $stopped ] + Property [ protected $type ] + } - Method [ public method getType ] { + - Methods [9] { + Method [ public method getData ] { } - Method [ public method getMime ] { + Method [ public method getSource ] { } - Method [ public method resize ] { + Method [ public method getType ] { - - Parameters [3] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $master ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method liquidRescale ] { + Method [ public method __construct ] { - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $deltaX ] - Parameter #3 [ $rigidity ] + Parameter #0 [ string $type ] + Parameter #1 [ $source ] + Parameter #2 [ $data ] + Parameter #3 [ boolean $cancelable ] } } - Method [ public method crop ] { + Method [ public method isCancelable ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $offsetX ] - Parameter #3 [ $offsetY ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method rotate ] { + Method [ public method isStopped ] { - - Parameters [1] { - Parameter #0 [ $degrees ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method flip ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ $direction ] + Parameter #0 [ $data ] } + - Return [ Phalcon\Events\EventInterface ] } - Method [ public method sharpen ] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ string $type ] } + - Return [ Phalcon\Events\EventInterface ] } - Method [ public method reflection ] { + Method [ public method stop ] { - - Parameters [3] { - Parameter #0 [ $height ] - Parameter #1 [ $opacity ] - Parameter #2 [ $fadeIn ] + - Parameters [0] { } + - Return [ Phalcon\Events\EventInterface ] } + } + } - Method [ public method watermark ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - } - } + Class [ class Phalcon\Events\Exception extends Phalcon\Exception implements Throwable ] { - Method [ public method text ] { + - Constants [0] { + } - - Parameters [7] { - Parameter #0 [ $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - Parameter #4 [ $color ] - Parameter #5 [ $size ] - Parameter #6 [ $fontfile ] - } - } + - Static properties [0] { + } - Method [ public method mask ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method background ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [2] { - Parameter #0 [ $color ] - Parameter #1 [ $opacity ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method blur ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ $radius ] - } + Method [ final public method getMessage ] { } - Method [ public method pixelate ] { + Method [ final public method getCode ] { + } - - Parameters [1] { - Parameter #0 [ $amount ] - } + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { } - Method [ public method save ] { + Method [ final public method getTrace ] { + } - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $quality ] - } + Method [ final public method getPrevious ] { } - Method [ public method render ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [2] { - Parameter #0 [ $ext ] - Parameter #1 [ $quality ] - } + Method [ public method __toString ] { } } } - Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { + Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { - - Constants [0] { + - Constants [1] { + Constant [ public integer DEFAULT_PRIORITY ] { 100 } } - - Static properties [2] { - Property [ protected static $_version ] - Property [ protected static $_checked ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method check ] { - } + - Static methods [0] { } - - Properties [7] { - Property [ protected $_image ] - Property [ protected $_file ] - Property [ protected $_realpath ] - Property [ protected $_width ] - Property [ protected $_height ] - Property [ protected $_type ] - Property [ protected $_mime ] + - Properties [4] { + Property [ protected $collect ] + Property [ protected $enablePriorities ] + Property [ protected $events ] + Property [ protected $responses ] } - - Methods [40] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method attach ] { - Parameters [3] { - Parameter #0 [ $file ] - Parameter #1 [ $width ] - Parameter #2 [ $height ] + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + Parameter #2 [ integer $priority ] } + - Return [ void ] } - Method [ protected method _resize ] { + Method [ public method arePrioritiesEnabled ] { - - Parameters [2] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ protected method _liquidRescale ] { + Method [ public method collectResponses ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $deltaX ] - Parameter #3 [ $rigidity ] + - Parameters [1] { + Parameter #0 [ boolean $collect ] } + - Return [ void ] } - Method [ protected method _crop ] { + Method [ public method detach ] { - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $offsetX ] - Parameter #3 [ $offsetY ] + - Parameters [2] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] } + - Return [ void ] } - Method [ protected method _rotate ] { + Method [ public method detachAll ] { - Parameters [1] { - Parameter #0 [ $degrees ] + Parameter #0 [ string or NULL $type ] } + - Return [ void ] } - Method [ protected method _flip ] { + Method [ public method enablePriorities ] { - Parameters [1] { - Parameter #0 [ $direction ] + Parameter #0 [ boolean $enablePriorities ] } + - Return [ void ] } - Method [ protected method _sharpen ] { + Method [ public method fire ] { - - Parameters [1] { - Parameter #0 [ $amount ] + - Parameters [4] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $source ] + Parameter #2 [ $data ] + Parameter #3 [ boolean $cancelable ] } } - Method [ protected method _reflection ] { + Method [ final public method fireQueue ] { - - Parameters [3] { - Parameter #0 [ $height ] - Parameter #1 [ $opacity ] - Parameter #2 [ $fadeIn ] + - Parameters [2] { + Parameter #0 [ SplPriorityQueue $queue ] + Parameter #1 [ Phalcon\Events\EventInterface $event ] } } - Method [ protected method _watermark ] { + Method [ public method getListeners ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter $image ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] + - Parameters [1] { + Parameter #0 [ string $type ] } + - Return [ array ] } - Method [ protected method _text ] { + Method [ public method getResponses ] { - - Parameters [9] { - Parameter #0 [ $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - Parameter #4 [ $r ] - Parameter #5 [ $g ] - Parameter #6 [ $b ] - Parameter #7 [ $size ] - Parameter #8 [ $fontfile ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method _mask ] { + Method [ public method hasListeners ] { - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter $image ] + Parameter #0 [ string $type ] } + - Return [ boolean ] } - Method [ protected method _background ] { + Method [ public method isCollecting ] { - - Parameters [4] { - Parameter #0 [ $r ] - Parameter #1 [ $g ] - Parameter #2 [ $b ] - Parameter #3 [ $opacity ] + - Parameters [0] { } + - Return [ boolean ] } + } + } + + Class [ class Phalcon\Factory\Exception extends Phalcon\Exception implements Throwable ] { - Method [ protected method _blur ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $radius ] - } - } + - Static properties [0] { + } - Method [ protected method _pixelate ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ protected method _save ] { - - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $quality ] - } - } + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ protected method _render ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $extension ] - Parameter #1 [ $quality ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method __destruct ] { + Method [ public method __wakeup ] { } - Method [ public method getInternalImInstance ] { + Method [ final public method getMessage ] { } - Method [ public method setResourceLimit ] { - - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $limit ] - } + Method [ final public method getCode ] { } - Method [ public method getImage ] { + Method [ final public method getFile ] { } - Method [ public method getRealpath ] { + Method [ final public method getLine ] { } - Method [ public method getWidth ] { + Method [ final public method getTrace ] { } - Method [ public method getHeight ] { + Method [ final public method getPrevious ] { } - Method [ public method getType ] { + Method [ final public method getTraceAsString ] { } - Method [ public method getMime ] { + Method [ public method __toString ] { } + } + } - Method [ public method resize ] { - - - Parameters [3] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $master ] - } - } + Class [ class Phalcon\Filter implements Phalcon\Filter\FilterInterface ] { - Method [ public method liquidRescale ] { + - Constants [21] { + 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_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_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 } + } - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $deltaX ] - Parameter #3 [ $rigidity ] - } - } + - Static properties [0] { + } - Method [ public method crop ] { + - Static methods [0] { + } - - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] - Parameter #2 [ $offsetX ] - Parameter #3 [ $offsetY ] - } - } + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] + } - Method [ public method rotate ] { + - Methods [8] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $degrees ] + Parameter #0 [ array $mapper ] } } - Method [ public method flip ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $direction ] + Parameter #0 [ string $name ] } + - Return [ NULL ] } - Method [ public method sharpen ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method reflection ] { + Method [ public method sanitize ] { - Parameters [3] { - Parameter #0 [ $height ] - Parameter #1 [ $opacity ] - Parameter #2 [ $fadeIn ] - } - } - - Method [ public method watermark ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - } - } - - Method [ public method text ] { - - - Parameters [7] { - Parameter #0 [ $text ] - Parameter #1 [ $offsetX ] - Parameter #2 [ $offsetY ] - Parameter #3 [ $opacity ] - Parameter #4 [ $color ] - Parameter #5 [ $size ] - Parameter #6 [ $fontfile ] - } - } - - Method [ public method mask ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Image\Adapter $watermark ] + Parameter #0 [ $value ] + Parameter #1 [ $sanitizers ] + Parameter #2 [ boolean $noRecursive ] } } - Method [ public method background ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ $color ] - Parameter #1 [ $opacity ] - } - } - - Method [ public method blur ] { - - - Parameters [1] { - Parameter #0 [ $radius ] + Parameter #0 [ string $name ] + Parameter #1 [ $service ] } + - Return [ void ] } - Method [ public method pixelate ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ $amount ] + Parameter #0 [ array $mapper ] } + - Return [ void ] } - Method [ public method save ] { + Method [ private method processArrayValues ] { - - Parameters [2] { - Parameter #0 [ $file ] - Parameter #1 [ $quality ] + - Parameters [3] { + Parameter #0 [ array $values ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] } + - Return [ array ] } - Method [ public method render ] { + Method [ private method sanitizer ] { - - Parameters [2] { - Parameter #0 [ $ext ] - Parameter #1 [ $quality ] + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] } } } } - Class [ class Phalcon\Image\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Filter\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -28443,7 +31812,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -28492,7 +31868,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Image\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + Class [ class Phalcon\Filter\FilterFactory ] { - Constants [0] { } @@ -28500,31 +31876,30 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [2] { - Method [ static public method load ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $config ] - } - } + - Properties [0] { + } - Method [ static protected method loadClass ] { + - Methods [2] { + Method [ public method newInstance ] { - - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + - Parameters [0] { } + - Return [ Phalcon\Filter\LocatorInterface ] } - } - - Properties [0] { - } + Method [ protected method getAdapters ] { - - Methods [0] { + - Parameters [0] { + } + - Return [ array ] + } } } - Class [ class Phalcon\Kernel ] { + Class [ class Phalcon\Filter\Sanitize\AbsInt ] { - Constants [0] { } @@ -28532,23 +31907,23 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method preComputeHashKey ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } + - Static methods [0] { } - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } } } - Class [ class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Filter\Sanitize\Alnum ] { - Constants [0] { } @@ -28559,127 +31934,140 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [10] { - Property [ protected $_eventsManager ] - Property [ protected $_foundPath ] - Property [ protected $_checkedPath ] - Property [ protected $_classes ] - Property [ protected $_extensions ] - Property [ protected $_namespaces ] - Property [ protected $_directories ] - Property [ protected $_files ] - Property [ protected $_registered ] - Property [ protected $fileCheckingCallback ] + - Properties [0] { } - - Methods [20] { - Method [ public method setFileCheckingCallback ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ $callback ] + Parameter #0 [ $input ] } } + } + } - Method [ public method setEventsManager ] { + Class [ class Phalcon\Filter\Sanitize\Alpha ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - } + - Constants [0] { + } - Method [ public method getEventsManager ] { - } + - Static properties [0] { + } - Method [ public method setExtensions ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ array $extensions ] + Parameter #0 [ $input ] } } + } + } - Method [ public method getExtensions ] { - } + Class [ class Phalcon\Filter\Sanitize\BoolVal ] { - Method [ public method registerNamespaces ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ array $namespaces ] - Parameter #1 [ $merge ] - } - } + - Static properties [0] { + } - Method [ protected method prepareNamespace ] { + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ array $namespace ] + Parameter #0 [ $input ] } } + } + } - Method [ public method getNamespaces ] { - } + Class [ class Phalcon\Filter\Sanitize\Email ] { - Method [ public method registerDirs ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ array $directories ] - Parameter #1 [ $merge ] - } - } + - Static properties [0] { + } - Method [ public method getDirs ] { - } + - Static methods [0] { + } - Method [ public method registerFiles ] { + - Properties [0] { + } - - Parameters [2] { - Parameter #0 [ array $files ] - Parameter #1 [ $merge ] + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] } } + } + } - Method [ public method getFiles ] { - } + Class [ class Phalcon\Filter\Sanitize\FloatVal ] { - Method [ public method registerClasses ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ array $classes ] - Parameter #1 [ $merge ] - } - } + - Static properties [0] { + } - Method [ public method getClasses ] { - } + - Static methods [0] { + } - Method [ public method register ] { + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ $prepend ] + Parameter #0 [ $input ] } } + } + } - Method [ public method unregister ] { - } + Class [ class Phalcon\Filter\Sanitize\IntVal ] { - Method [ public method loadFiles ] { - } + - Constants [0] { + } - Method [ public method autoLoad ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $className ] - } - } + - Static methods [0] { + } - Method [ public method getFoundPath ] { - } + - Properties [0] { + } - Method [ public method getCheckedPath ] { + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } } } } - Class [ class Phalcon\Loader\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Filter\Sanitize\Lower ] { - Constants [0] { } @@ -28690,66 +32078,46 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [0] { } - - Methods [10] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ string $input ] } } + } + } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } + Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { - Method [ final public method getFile ] { - } + - Constants [0] { + } - Method [ final public method getLine ] { - } + - Static properties [0] { + } - Method [ final public method getTrace ] { - } + - Static methods [0] { + } - Method [ final public method getPrevious ] { - } + - Properties [0] { + } - Method [ final public method getTraceAsString ] { - } + - Methods [1] { + Method [ public method __invoke ] { - Method [ public method __toString ] { + - Parameters [1] { + Parameter #0 [ string $input ] + } } } } - Class [ abstract class Phalcon\Logger ] { + Class [ class Phalcon\Filter\Sanitize\Regex ] { - - Constants [11] { - Constant [ public integer SPECIAL ] { 9 } - Constant [ public integer CUSTOM ] { 8 } - Constant [ public integer DEBUG ] { 7 } - Constant [ public integer INFO ] { 6 } - Constant [ public integer NOTICE ] { 5 } - Constant [ public integer WARNING ] { 4 } - Constant [ public integer ERROR ] { 3 } - Constant [ public integer ALERT ] { 2 } - Constant [ public integer CRITICAL ] { 1 } - Constant [ public integer EMERGENCE ] { 0 } - Constant [ public integer EMERGENCY ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -28761,11 +32129,19 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $pattern ] + Parameter #2 [ $replace ] + } + } } } - Class [ class Phalcon\Logger\Adapter\Blackhole extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { + Class [ class Phalcon\Filter\Sanitize\Remove ] { - Constants [0] { } @@ -28776,135 +32152,119 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $_transaction ] - Property [ protected $_queue ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] + - Properties [0] { } - - Methods [19] { - Method [ public method getFormatter ] { - } - - Method [ public method logInternal ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $time ] - Parameter #3 [ array $context ] + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $replace ] } } + } + } - Method [ public method close ] { - } + Class [ class Phalcon\Filter\Sanitize\Replace ] { - Method [ public method setLogLevel ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $level ] - } - } + - Static properties [0] { + } - Method [ public method getLogLevel ] { - } + - Static methods [0] { + } - Method [ public method setFormatter ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] - } - } + - Methods [1] { + Method [ public method __invoke ] { - Method [ public method begin ] { + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $from ] + Parameter #2 [ $to ] + } } + } + } - Method [ public method commit ] { - } + Class [ class Phalcon\Filter\Sanitize\Special ] { - Method [ public method rollback ] { - } + - Constants [0] { + } - Method [ public method isTransaction ] { - } + - Static properties [0] { + } - Method [ public method critical ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Properties [0] { + } - Method [ public method emergency ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ $input ] } } + } + } - Method [ public method debug ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { - Method [ public method error ] { + - Constants [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Static properties [0] { + } - Method [ public method info ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Properties [0] { + } - Method [ public method notice ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ $input ] } } + } + } - Method [ public method warning ] { + Class [ class Phalcon\Filter\Sanitize\StringVal ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Constants [0] { + } - Method [ public method alert ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Static methods [0] { + } - Method [ public method log ] { + - Properties [0] { + } - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] } } } } - Class [ class Phalcon\Logger\Adapter\File extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { + Class [ class Phalcon\Filter\Sanitize\Striptags ] { - Constants [0] { } @@ -28915,152 +32275,140 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $_transaction ] - Property [ protected $_queue ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] - Property [ protected $_fileHandler ] - Property [ protected $_path ] - Property [ protected $_options ] + - Properties [0] { } - - Methods [22] { - Method [ public method getPath ] { - } - - Method [ public method __construct ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $options ] + - Parameters [1] { + Parameter #0 [ string $input ] } } + } + } - Method [ public method getFormatter ] { - } + Class [ class Phalcon\Filter\Sanitize\Trim ] { - Method [ public method logInternal ] { + - Constants [0] { + } - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $time ] - Parameter #3 [ array $context ] - } - } + - Static properties [0] { + } - Method [ public method close ] { - } + - Static methods [0] { + } - Method [ public method __wakeup ] { - } + - Properties [0] { + } - Method [ public method setLogLevel ] { + - Methods [1] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ string $input ] } } + } + } - Method [ public method getLogLevel ] { - } + Class [ class Phalcon\Filter\Sanitize\Upper ] { - Method [ public method setFormatter ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] - } - } + - Static properties [0] { + } - Method [ public method begin ] { - } + - Static methods [0] { + } - Method [ public method commit ] { - } + - Properties [0] { + } - Method [ public method rollback ] { - } + - Methods [1] { + Method [ public method __invoke ] { - Method [ public method isTransaction ] { + - Parameters [1] { + Parameter #0 [ string $input ] + } } + } + } - Method [ public method critical ] { + Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method emergency ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Properties [0] { + } - Method [ public method debug ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ string $input ] } } + } + } - Method [ public method error ] { + Class [ class Phalcon\Filter\Sanitize\UpperWords ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method info ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Properties [0] { + } - Method [ public method notice ] { + - Methods [1] { + Method [ public method __invoke ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ string $input ] } } + } + } - Method [ public method warning ] { + Class [ class Phalcon\Filter\Sanitize\Url ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Constants [0] { + } - Method [ public method alert ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } + - Static methods [0] { + } - Method [ public method log ] { + - Properties [0] { + } - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] } } } } - Class [ class Phalcon\Logger\Adapter\Firephp extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { + Class [ class Phalcon\Firewall\Adapter\Acl extends Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Firewall\Adapter\AdapterInterface ] { - Constants [0] { } @@ -29071,285 +32419,257 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $_transaction ] - Property [ protected $_queue ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] - Property [ private $_initialized ] - Property [ private $_index ] + - Properties [15] { + Property [ protected $activeIdentity ] + Property [ protected $activeRole ] + Property [ protected $alwaysResolvingRole ] + Property [ protected $cache ] + Property [ protected $defaultAccess ] + Property [ protected $eventsManager ] + Property [ protected $internalCache ] + Property [ protected $roleCallback ] + Property [ protected $aclServiceName ] + Property [ protected $boundModels ] + Property [ protected $boundModelsKeyMap ] + Property [ protected $dispatcher ] + Property [ protected $multiModuleConfiguration ] + Property [ protected $moduleSeparator ] + Property [ protected $roleCacheCallback ] } - - Methods [19] { - Method [ public method getFormatter ] { - } - - Method [ public method logInternal ] { + - Methods [32] { + Method [ public method getAclServiceName ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $time ] - Parameter #3 [ array $context ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method close ] { - } - - Method [ public method setLogLevel ] { + Method [ public method setAclServiceName ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ string $aclServiceName ] } } - Method [ public method getLogLevel ] { + Method [ public method getBoundModelsKeyMap ] { } - Method [ public method setFormatter ] { + Method [ public method setBoundModelsKeyMap ] { - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + Parameter #0 [ $boundModelsKeyMap ] } } - Method [ public method begin ] { - } + Method [ public method getModuleSeparator ] { - Method [ public method commit ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method rollback ] { - } + Method [ public method setModuleSeparator ] { - Method [ public method isTransaction ] { + - Parameters [1] { + Parameter #0 [ string $moduleSeparator ] + } } - Method [ public method critical ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } + Method [ public method getRoleCacheCallback ] { } - Method [ public method emergency ] { + Method [ public method setRoleCacheCallback ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ $roleCacheCallback ] } } - Method [ public method debug ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + Parameter #0 [ string $aclServiceName ] + Parameter #1 [ array or NULL $boundModelsKeyMap ] } } - Method [ public method error ] { + Method [ public method afterBinding ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ Phalcon\Events\Event $event ] + Parameter #1 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] + Parameter #2 [ $data ] } } - Method [ public method info ] { + Method [ public method beforeExecuteRoute ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ Phalcon\Events\Event $event ] + Parameter #1 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] + Parameter #2 [ $data ] } } - Method [ public method notice ] { + Method [ public method getDispatcher ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ Phalcon\Firewall\Adapter\Dispatcher ] } - Method [ public method warning ] { + Method [ public method isMultiModuleConfiguration ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method alert ] { + Method [ public method useMultiModuleConfiguration ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ boolean $multiModuleConfiguration ] } } - Method [ public method log ] { + Method [ protected method getAccessFromCache ] { - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] + Parameter #0 [ string $key ] + Parameter #1 [ array or NULL $originalValues ] + Parameter #2 [ string or NULL $roleCacheKey ] } + - Return [ boolean or NULL ] } - } - } - - Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ protected method handleDispatcher ] { - - Properties [5] { - Property [ protected $_transaction ] - Property [ protected $_queue ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] - Property [ protected $_stream ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] + } + } - - Methods [20] { - Method [ public method __construct ] { + Method [ protected method saveAccessInCache ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $options ] + Parameter #0 [ string $key ] + Parameter #1 [ boolean $access ] } + - Return [ void ] } - Method [ public method getFormatter ] { - } - - Method [ public method logInternal ] { - - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $time ] - Parameter #3 [ array $context ] - } + Method [ public method getActiveIdentity ] { } - Method [ public method close ] { + Method [ public method getActiveRole ] { } - Method [ public method setLogLevel ] { + Method [ public method getDefaultAccess ] { - - Parameters [1] { - Parameter #0 [ $level ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getLogLevel ] { - } - - Method [ public method setFormatter ] { + Method [ public method getEventsManager ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method begin ] { - } + Method [ public method getRoleCallback ] { - Method [ public method commit ] { + - Parameters [0] { + } + - Return [ Closure ] } - Method [ public method rollback ] { - } + Method [ public method isAlwaysResolvingRole ] { - Method [ public method isTransaction ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method critical ] { + Method [ public method setCache ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method emergency ] { + Method [ public method setDefaultAccess ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ integer $defaultAccess ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method debug ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - Method [ public method error ] { + Method [ public method setRoleCallback ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ $callback ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method info ] { + Method [ public method setAlwaysResolvingRole ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ boolean $alwaysResolvingRole ] } + - Return [ void ] } - Method [ public method notice ] { + Method [ protected method callRoleCallback ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method warning ] { + Method [ protected method handleException ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ Exception $exception ] } } - Method [ public method alert ] { + Method [ protected method fireEventOrThrowException ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [4] { + Parameter #0 [ $role ] + Parameter #1 [ string $actionName ] + Parameter #2 [ string $controllerName ] + Parameter #3 [ boolean $access ] } } - Method [ public method log ] { + Method [ protected method throwFirewallException ] { - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ integer $exceptionCode ] } + - Return [ boolean ] } } } - Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { + Class [ class Phalcon\Firewall\Adapter\Annotations extends Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Firewall\Adapter\AdapterInterface ] { - Constants [0] { } @@ -29360,233 +32680,221 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_transaction ] - Property [ protected $_queue ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] - Property [ protected $_opened ] + - Properties [12] { + Property [ protected $activeIdentity ] + Property [ protected $activeRole ] + Property [ protected $alwaysResolvingRole ] + Property [ protected $cache ] + Property [ protected $defaultAccess ] + Property [ protected $eventsManager ] + Property [ protected $internalCache ] + Property [ protected $roleCallback ] + Property [ protected $activeArgumentsNumber ] + Property [ protected $annotationsAdapter ] + Property [ protected $dispatcher ] + Property [ protected $resolvedRole ] } - - Methods [20] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $options ] - } - } - - Method [ public method getFormatter ] { + - Methods [26] { + Method [ public method getAnnotationsAdapter ] { } - Method [ public method logInternal ] { + Method [ public method setAnnotationsAdapter ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $time ] - Parameter #3 [ array $context ] + - Parameters [1] { + Parameter #0 [ $annotationsAdapter ] } } - Method [ public method close ] { - } - - Method [ public method setLogLevel ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ Phalcon\Annotations\Adapter\AdapterInterface $annotationsAdapter ] } } - Method [ public method getLogLevel ] { - } - - Method [ public method setFormatter ] { + Method [ public method beforeExecuteRoute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + - Parameters [3] { + Parameter #0 [ Phalcon\Events\Event $event ] + Parameter #1 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] + Parameter #2 [ $data ] } } - Method [ public method begin ] { - } + Method [ public method getDispatcher ] { - Method [ public method commit ] { + - Parameters [0] { + } + - Return [ Phalcon\Firewall\Adapter\Dispatcher ] } - Method [ public method rollback ] { - } + Method [ protected method checkControllerAnnotationAccess ] { - Method [ public method isTransaction ] { + - Parameters [3] { + Parameter #0 [ string $controllerClass ] + Parameter #1 [ string $controllerName ] + Parameter #2 [ $role ] + } } - Method [ public method critical ] { + Method [ protected method checkAnnotations ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + Parameter #0 [ $annotations ] + Parameter #1 [ $role ] } } - Method [ public method emergency ] { + Method [ protected method checkActionAnnotationAccess ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [4] { + Parameter #0 [ string $controllerClass ] + Parameter #1 [ string $controllerName ] + Parameter #2 [ string $actionName ] + Parameter #3 [ $role ] } } - Method [ public method debug ] { + Method [ protected method getAccessFromCache ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ array or NULL $originalValues ] + Parameter #2 [ string or NULL $roleCacheKey ] } + - Return [ boolean or NULL ] } - Method [ public method error ] { + Method [ protected method handleAnnotation ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [3] { + Parameter #0 [ $annotation ] + Parameter #1 [ boolean $access ] + Parameter #2 [ $role ] } } - Method [ public method info ] { + Method [ public method getActiveIdentity ] { + } - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } + Method [ public method getActiveRole ] { } - Method [ public method notice ] { + Method [ public method getDefaultAccess ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method warning ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method alert ] { + Method [ public method getRoleCallback ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ Closure ] } - Method [ public method log ] { + Method [ public method isAlwaysResolvingRole ] { - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] + - Parameters [0] { } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Logger\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method setCache ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method __wakeup ] { - } + Method [ public method setDefaultAccess ] { - Method [ final public method getMessage ] { + - Parameters [1] { + Parameter #0 [ integer $defaultAccess ] + } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ final public method getCode ] { - } + Method [ public method setEventsManager ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } - Method [ final public method getLine ] { - } + Method [ public method setRoleCallback ] { - Method [ final public method getTrace ] { + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ final public method getPrevious ] { - } + Method [ public method setAlwaysResolvingRole ] { - Method [ final public method getTraceAsString ] { + - Parameters [1] { + Parameter #0 [ boolean $alwaysResolvingRole ] + } + - Return [ void ] } - Method [ public method __toString ] { - } - } - } + Method [ protected method callRoleCallback ] { - Class [ class Phalcon\Logger\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } - - Constants [0] { - } + Method [ protected method handleException ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Exception $exception ] + } + } - - Static methods [2] { - Method [ static public method load ] { + Method [ protected method fireEventOrThrowException ] { - - Parameters [1] { - Parameter #0 [ $config ] + - Parameters [4] { + Parameter #0 [ $role ] + Parameter #1 [ string $actionName ] + Parameter #2 [ string $controllerName ] + Parameter #3 [ boolean $access ] } } - Method [ static protected method loadClass ] { + Method [ protected method saveAccessInCache ] { - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + Parameter #0 [ string $key ] + Parameter #1 [ boolean $access ] } + - Return [ void ] } - } - - Properties [0] { - } + Method [ protected method throwFirewallException ] { - - Methods [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ integer $exceptionCode ] + } + - Return [ boolean ] + } } } - Class [ class Phalcon\Logger\Formatter\Firephp extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { + Class [ class Phalcon\Firewall\Adapter\Micro\Acl extends Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Firewall\Adapter\AdapterInterface ] { - Constants [0] { } @@ -29597,216 +32905,258 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_showBacktrace ] - Property [ protected $_enableLabels ] + - Properties [16] { + Property [ protected $activeIdentity ] + Property [ protected $activeRole ] + Property [ protected $alwaysResolvingRole ] + Property [ protected $cache ] + Property [ protected $defaultAccess ] + Property [ protected $eventsManager ] + Property [ protected $internalCache ] + Property [ protected $roleCallback ] + Property [ protected $aclServiceName ] + Property [ protected $boundModels ] + Property [ protected $boundModelsKeyMap ] + Property [ protected $componentName ] + Property [ protected $micro ] + Property [ protected $roleCacheCallback ] + Property [ protected $router ] + Property [ protected $routeNameConfiguration ] } - - Methods [7] { - Method [ public method getTypeString ] { + - Methods [32] { + Method [ public method getAclServiceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAclServiceName ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string $aclServiceName ] } } - Method [ public method setShowBacktrace ] { + Method [ public method getBoundModelsKeyMap ] { + } + + Method [ public method setBoundModelsKeyMap ] { - Parameters [1] { - Parameter #0 [ $isShow ] + Parameter #0 [ $boundModelsKeyMap ] } } - Method [ public method getShowBacktrace ] { + Method [ public method getComponentName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method enableLabels ] { + Method [ public method setComponentName ] { - Parameters [1] { - Parameter #0 [ $isEnable ] + Parameter #0 [ string $componentName ] } } - Method [ public method labelsEnabled ] { + Method [ public method getRoleCacheCallback ] { } - Method [ public method format ] { + Method [ public method setRoleCacheCallback ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] + - Parameters [1] { + Parameter #0 [ $roleCacheCallback ] + } + } + + Method [ public method setRouteNameConfiguration ] { + + - Parameters [1] { + Parameter #0 [ boolean $routeNameConfiguration ] } } - Method [ public method interpolate ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $context ] + Parameter #0 [ string $aclServiceName ] + Parameter #1 [ array or NULL $boundModelsKeyMap ] } } - } - } - Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { + Method [ public method afterBinding ] { - - Constants [0] { - } + - Parameters [3] { + Parameter #0 [ Phalcon\Events\Event $event ] + Parameter #1 [ Phalcon\Mvc\Micro $micro ] + Parameter #2 [ $data ] + } + } - - Static properties [0] { - } + Method [ public method beforeExecuteRoute ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ Phalcon\Events\Event $event ] + Parameter #1 [ Phalcon\Mvc\Micro $micro ] + Parameter #2 [ $data ] + } + } - - Properties [0] { - } + Method [ public method getMicro ] { - - Methods [3] { - Method [ public method format ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Micro ] + } - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] + Method [ public method isRouteNameConfiguration ] { + + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getTypeString ] { + Method [ protected method fireEventOrThrowException ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [4] { + Parameter #0 [ $role ] + Parameter #1 [ string $actionName ] + Parameter #2 [ string $controllerName ] + Parameter #3 [ boolean $access ] } } - Method [ public method interpolate ] { + Method [ protected method getAccessFromCache ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $context ] + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ array or NULL $originalValues ] + Parameter #2 [ string or NULL $roleCacheKey ] } + - Return [ boolean or NULL ] } - } - } - Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { + Method [ protected method handleRouter ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Micro $micro ] + } + } - - Static properties [0] { - } + Method [ protected method saveAccessInCache ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ boolean $access ] + } + - Return [ void ] + } - - Properties [2] { - Property [ protected $_dateFormat ] - Property [ protected $_format ] - } + Method [ public method getActiveIdentity ] { + } - - Methods [8] { - Method [ public method getDateFormat ] { + Method [ public method getActiveRole ] { } - Method [ public method setDateFormat ] { + Method [ public method getDefaultAccess ] { - - Parameters [1] { - Parameter #0 [ $dateFormat ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getFormat ] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] } - Method [ public method setFormat ] { + Method [ public method getRoleCallback ] { - - Parameters [1] { - Parameter #0 [ $format ] + - Parameters [0] { } + - Return [ Closure ] } - Method [ public method __construct ] { + Method [ public method isAlwaysResolvingRole ] { - - Parameters [2] { - Parameter #0 [ $format ] - Parameter #1 [ $dateFormat ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method format ] { + Method [ public method setCache ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method getTypeString ] { + Method [ public method setDefaultAccess ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ integer $defaultAccess ] } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } - Method [ public method interpolate ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $context ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } - } - } - - Class [ class Phalcon\Logger\Formatter\Syslog extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - - Constants [0] { - } + Method [ public method setRoleCallback ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] + } - - Static methods [0] { - } + Method [ public method setAlwaysResolvingRole ] { - - Properties [0] { - } + - Parameters [1] { + Parameter #0 [ boolean $alwaysResolvingRole ] + } + - Return [ void ] + } - - Methods [3] { - Method [ public method format ] { + Method [ protected method callRoleCallback ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method getTypeString ] { + Method [ protected method handleException ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ Exception $exception ] } } - Method [ public method interpolate ] { + Method [ protected method throwFirewallException ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $context ] + Parameter #0 [ string $message ] + Parameter #1 [ integer $exceptionCode ] } + - Return [ boolean ] } } } - Class [ class Phalcon\Logger\Item ] { + Class [ class Phalcon\Firewall\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -29814,42 +33164,63 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { - Property [ protected $_type ] - Property [ protected $_message ] - Property [ protected $_time ] - Property [ protected $_context ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [5] { - Method [ public method getType ] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } } - Method [ public method getMessage ] { + Method [ public method __wakeup ] { } - Method [ public method getTime ] { + Method [ final public method getMessage ] { } - Method [ public method getContext ] { + Method [ final public method getCode ] { } - Method [ public method __construct ] { + Method [ final public method getFile ] { + } - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $time ] - Parameter #3 [ $context ] - } + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class Phalcon\Logger\Multiple ] { + Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -29860,233 +33231,185 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_loggers ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] + - Properties [9] { + Property [ protected $container ] + Property [ protected $autoescape ] + Property [ protected $automaticHtml ] + Property [ protected $cssClasses ] + Property [ protected $customTemplate ] + Property [ protected $escaperService ] + Property [ protected $implicitFlush ] + Property [ protected $messages ] + Property [ protected $sessionService ] } - - Methods [15] { - Method [ public method getLoggers ] { - } - - Method [ public method getFormatter ] { - } - - Method [ public method getLogLevel ] { - } - - Method [ public method push ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\AdapterInterface $logger ] - } - } - - Method [ public method setFormatter ] { + - Methods [21] { + Method [ public method message ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } + - Return [ string or NULL ] } - Method [ public method setLogLevel ] { + Method [ public method output ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ boolean $remove ] } + - Return [ void ] } - Method [ public method log ] { + Method [ public method getAutoescape ] { - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method critical ] { + Method [ public method getCssClasses ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method emergency ] { + Method [ public method getCustomTemplate ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method debug ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] } } - Method [ public method error ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method info ] { + Method [ public method error ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method notice ] { + Method [ public method getEscaperService ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [0] { } + - Return [ Phalcon\Escaper\EscaperInterface ] } - Method [ public method warning ] { + Method [ public method notice ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method alert ] { + Method [ public method setAutoescape ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] + - Parameters [1] { + Parameter #0 [ boolean $autoescape ] } + - Return [ Phalcon\Flash\FlashInterface ] } - } - } - - Class [ class Phalcon\Mvc\Application extends Phalcon\Application implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [7] { - Property [ protected $_eventsManager ] - Property [ protected $_dependencyInjector ] - Property [ protected $_defaultModule ] - Property [ protected $_modules ] - Property [ protected $_implicitView ] - Property [ protected $_sendHeaders ] - Property [ protected $_sendCookies ] - } - - - Methods [15] { - Method [ public method sendHeadersOnHandleRequest ] { + Method [ public method setAutomaticHtml ] { - Parameters [1] { - Parameter #0 [ $sendHeaders ] + Parameter #0 [ boolean $automaticHtml ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method sendCookiesOnHandleRequest ] { + Method [ public method setCssClasses ] { - Parameters [1] { - Parameter #0 [ $sendCookies ] + Parameter #0 [ array $cssClasses ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method useImplicitView ] { + Method [ public method setCustomTemplate ] { - Parameters [1] { - Parameter #0 [ $implicitView ] + Parameter #0 [ string $customTemplate ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method handle ] { + Method [ public method setEscaperService ] { - Parameters [1] { - Parameter #0 [ $uri ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method __construct ] { + Method [ public method setImplicitFlush ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ boolean $implicitFlush ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method setEventsManager ] { + Method [ public method success ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method getEventsManager ] { - } - - Method [ public method registerModules ] { + Method [ public method outputMessage ] { - Parameters [2] { - Parameter #0 [ array $modules ] - Parameter #1 [ $merge ] - } - } - - Method [ public method getModules ] { - } - - Method [ public method getModule ] { - - - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $type ] + Parameter #1 [ $message ] } } - Method [ public method setDefaultModule ] { + Method [ public method warning ] { - Parameters [1] { - Parameter #0 [ $defaultModule ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method getDefaultModule ] { - } - - Method [ public method setDI ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getDI ] { - } - - Method [ public method __get ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Throwable ] { + Class [ class Phalcon\Flash\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -30094,7 +33417,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -30143,439 +33473,506 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ abstract class Phalcon\Mvc\Collection implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\CollectionInterface, Phalcon\Di\InjectionAwareInterface, Serializable ] { + Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [7] { - Constant [ public integer OP_NONE ] { 0 } - Constant [ public integer OP_CREATE ] { 1 } - Constant [ public integer OP_UPDATE ] { 2 } - Constant [ public integer OP_DELETE ] { 3 } - Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } - Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } - Constant [ public integer DIRTY_STATE_DETACHED ] { 2 } + - Constants [0] { } - - Static properties [2] { - Property [ protected static $_reserved ] - Property [ protected static $_disableEvents ] + - Static properties [0] { + } + + - Static methods [0] { } - - Static methods [9] { - Method [ static public method cloneResult ] { + - Properties [9] { + Property [ protected $container ] + Property [ protected $autoescape ] + Property [ protected $automaticHtml ] + Property [ protected $cssClasses ] + Property [ protected $customTemplate ] + Property [ protected $escaperService ] + Property [ protected $implicitFlush ] + Property [ protected $messages ] + Property [ protected $sessionService ] + } + + - Methods [26] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getMessages ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] - Parameter #1 [ array $document ] + Parameter #0 [ $type ] + Parameter #1 [ boolean $remove ] } + - Return [ array ] } - Method [ static protected method _getResultset ] { + Method [ public method has ] { - - Parameters [4] { - Parameter #0 [ $params ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] - Parameter #2 [ $connection ] - Parameter #3 [ $unique ] + - Parameters [1] { + Parameter #0 [ $type ] } + - Return [ boolean ] } - Method [ static protected method _getGroupResultset ] { + Method [ public method message ] { - - Parameters [3] { - Parameter #0 [ $params ] - Parameter #1 [ Phalcon\Mvc\Collection $collection ] - Parameter #2 [ $connection ] + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] } + - Return [ string or NULL ] } - Method [ static public method findById ] { + Method [ public method output ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ boolean $remove ] } + - Return [ void ] } - Method [ static public method findFirst ] { + Method [ protected method getSessionMessages ] { - - Parameters [1] { - Parameter #0 [ array or NULL $parameters ] + - Parameters [2] { + Parameter #0 [ boolean $remove ] + Parameter #1 [ $type ] } + - Return [ array ] } - Method [ static public method find ] { + Method [ protected method setSessionMessages ] { - Parameters [1] { - Parameter #0 [ array or NULL $parameters ] + Parameter #0 [ array $messages ] } + - Return [ array ] } - Method [ static public method count ] { + Method [ public method getSessionService ] { - - Parameters [1] { - Parameter #0 [ array or NULL $parameters ] + - Parameters [0] { } + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ static public method aggregate ] { + Method [ public method getAutoescape ] { - - Parameters [2] { - Parameter #0 [ array or NULL $parameters ] - Parameter #1 [ array or NULL $options ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ static public method summatory ] { + Method [ public method getCssClasses ] { - - Parameters [3] { - Parameter #0 [ $field ] - Parameter #1 [ $conditions ] - Parameter #2 [ $finalize ] + - Parameters [0] { } + - Return [ array ] } - } - - Properties [9] { - Property [ public $_id ] - Property [ protected $_dependencyInjector ] - Property [ protected $_modelsManager ] - Property [ protected $_source ] - Property [ protected $_operationMade ] - Property [ protected $_dirtyState ] - Property [ protected $_connection ] - Property [ protected $_errorMessages ] - Property [ protected $_skipped ] - } + Method [ public method getCustomTemplate ] { - - Methods [40] { - Method [ final public method __construct ] { + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] - Parameter #1 [ Phalcon\Mvc\Collection\ManagerInterface or NULL $modelsManager ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] } } - Method [ public method setId ] { + Method [ public method error ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method getId ] { + Method [ public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] } - Method [ public method setDI ] { + Method [ public method notice ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method getDI ] { - } - - Method [ protected method setEventsManager ] { + Method [ public method setAutoescape ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Collection\ManagerInterface $eventsManager ] + Parameter #0 [ boolean $autoescape ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ protected method getEventsManager ] { - } + Method [ public method setAutomaticHtml ] { - Method [ public method getCollectionManager ] { + - Parameters [1] { + Parameter #0 [ boolean $automaticHtml ] + } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method getReservedAttributes ] { + Method [ public method setCssClasses ] { + + - Parameters [1] { + Parameter #0 [ array $cssClasses ] + } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ protected method useImplicitObjectIds ] { + Method [ public method setCustomTemplate ] { - Parameters [1] { - Parameter #0 [ $useImplicitObjectIds ] + Parameter #0 [ string $customTemplate ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ protected method setSource ] { + Method [ public method setEscaperService ] { - Parameters [1] { - Parameter #0 [ $source ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method getSource ] { + Method [ public method setImplicitFlush ] { + + - Parameters [1] { + Parameter #0 [ boolean $implicitFlush ] + } + - Return [ Phalcon\Flash\FlashInterface ] } - Method [ public method setConnectionService ] { + Method [ public method success ] { - Parameters [1] { - Parameter #0 [ $connectionService ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method getConnectionService ] { - } + Method [ public method outputMessage ] { - Method [ public method getConnection ] { + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } } - Method [ public method readAttribute ] { + Method [ public method warning ] { - Parameters [1] { - Parameter #0 [ $attribute ] + Parameter #0 [ string $message ] } + - Return [ string ] } - Method [ public method writeAttribute ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ final protected method _preSave ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ $dependencyInjector ] - Parameter #1 [ $disableEvents ] - Parameter #2 [ $exists ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } - Method [ final protected method _postSave ] { + Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - - Parameters [3] { - Parameter #0 [ $disableEvents ] - Parameter #1 [ $success ] - Parameter #2 [ $exists ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ protected method validate ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $validator ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method validationHasFailed ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method fireEvent ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method fireEventCancel ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method _cancelOperation ] { + Method [ public method addValidators ] { - - Parameters [1] { - Parameter #0 [ $disableEvents ] + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method _exists ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $collection ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getMessages ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method appendMessage ] { + Method [ public method getAttribute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method prepareCU ] { + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method save ] { + Method [ public method getDefault ] { } - Method [ public method create ] { + Method [ public method getFilters ] { } - Method [ public method createIfNotExist ] { + Method [ public method getForm ] { - - Parameters [1] { - Parameter #0 [ array $criteria ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method update ] { + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method delete ] { + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method setDirtyState ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ $dirtyState ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getDirtyState ] { + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } } - Method [ protected method addBehavior ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method skipOperation ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ $skip ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method toArray ] { + Method [ public method getValue ] { } - Method [ public method serialize ] { + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method unserialize ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Collection\Behavior\SoftDelete extends Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { - - Constants [0] { - } + Method [ public method prepareAttributes ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] + } + - Return [ array ] + } - - Static methods [0] { - } + Method [ public method setAttribute ] { - - Properties [1] { - Property [ protected $_options ] - } + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [5] { - Method [ public method notify ] { + Method [ public method setAttributes ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method mustTakeAction ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method getOptions ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method missingMethod ] { + Method [ public method setLabel ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [1] { + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Mvc\Collection\Behavior\Timestampable extends Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_options ] - } - - - Methods [5] { - Method [ public method notify ] { - - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] - } - } - - Method [ public method __construct ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method mustTakeAction ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method getOptions ] { + Method [ public method setUserOption ] { - - Parameters [1] { - Parameter #0 [ $eventName ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method missingMethod ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ class Phalcon\Mvc\Collection\Document implements Phalcon\Mvc\EntityInterface, ArrayAccess ] { + Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -30586,267 +33983,265 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [0] { + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] } - - Methods [7] { - Method [ public method offsetExists ] { + - Methods [33] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method offsetGet ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method offsetSet ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method offsetUnset ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method readAttribute ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ $attribute ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method writeAttribute ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method toArray ] { - } - } - } - - Class [ class Phalcon\Mvc\Collection\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } + Method [ public method appendMessage ] { - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __wakeup ] { - } + Method [ public method getAttribute ] { - Method [ final public method getMessage ] { + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } } - Method [ final public method getCode ] { - } + Method [ public method getAttributes ] { - Method [ final public method getFile ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getLine ] { + Method [ public method getDefault ] { } - Method [ final public method getTrace ] { + Method [ public method getFilters ] { } - Method [ final public method getPrevious ] { - } + Method [ public method getForm ] { - Method [ final public method getTraceAsString ] { + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] } - Method [ public method __toString ] { + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] } - } - } - Class [ class Phalcon\Mvc\Collection\Manager implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Method [ public method getMessages ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } - - Static properties [0] { - } + Method [ public method getName ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [9] { - Property [ protected $_dependencyInjector ] - Property [ protected $_initialized ] - Property [ protected $_lastInitialized ] - Property [ protected $_eventsManager ] - Property [ protected $_customEventsManager ] - Property [ protected $_connectionServices ] - Property [ protected $_implicitObjectsIds ] - Property [ protected $_behaviors ] - Property [ protected $_serviceName ] - } + Method [ public method getUserOption ] { - - Methods [19] { - Method [ public method getServiceName ] { + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method setServiceName ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ $serviceName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method getValue ] { } - Method [ public method setEventsManager ] { + Method [ public method hasMessages ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getEventsManager ] { + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] } - Method [ public method setCustomEventsManager ] { + Method [ public method prepareAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] } + - Return [ array ] } - Method [ public method getCustomEventsManager ] { + Method [ public method setAttribute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method initialize ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method isInitialized ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $modelName ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getLastInitialized ] { - } - - Method [ public method setConnectionService ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $connectionService ] + - Parameters [1] { + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getConnectionService ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method useImplicitObjectIds ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $useImplicitObjectIds ] + - Parameters [1] { + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method isUsingImplicitObjectIds ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getConnection ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method notifyEvent ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ $eventName ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] - } - } - - Method [ public method missingMethod ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ $eventName ] - Parameter #2 [ $data ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addBehavior ] { + Method [ public method setUserOptions ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] - Parameter #1 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { + Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -30857,382 +34252,534 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] } - - Methods [6] { - Method [ final public method __construct ] { - } - - Method [ public method setDI ] { + - Methods [33] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDI ] { - } - - Method [ public method setEventsManager ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method getEventsManager ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __get ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Mvc\DispatcherInterface ] { - - - Constants [6] { - Constant [ public integer EXCEPTION_NO_DI ] { 0 } - Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } - } + Method [ public method addValidator ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static methods [0] { - } + Method [ public method addValidators ] { - - Properties [23] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_activeHandler ] - Property [ protected $_finished ] - Property [ protected $_forwarded ] - Property [ protected $_moduleName ] - Property [ protected $_namespaceName ] - Property [ protected $_handlerName ] - Property [ protected $_actionName ] - Property [ protected $_params ] - Property [ protected $_returnedValue ] - Property [ protected $_lastHandler ] - Property [ protected $_defaultNamespace ] - Property [ protected $_actionSuffix ] - Property [ protected $_previousNamespaceName ] - Property [ protected $_previousHandlerName ] - Property [ protected $_previousActionName ] - Property [ protected $_modelBinding ] - Property [ protected $_modelBinder ] - Property [ protected $_isControllerInitialize ] - Property [ protected $_handlerSuffix ] - Property [ protected $_defaultHandler ] - Property [ protected $_defaultAction ] - } + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Methods [46] { - Method [ public method setControllerSuffix ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $controllerSuffix ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setDefaultController ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ $controllerName ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setControllerName ] { + Method [ public method getAttribute ] { - - Parameters [1] { - Parameter #0 [ $controllerName ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getControllerName ] { - } + Method [ public method getAttributes ] { - Method [ public method getPreviousNamespaceName ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getPreviousControllerName ] { + Method [ public method getDefault ] { } - Method [ public method getPreviousActionName ] { + Method [ public method getFilters ] { } - Method [ protected method _throwDispatchException ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ $exceptionCode ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ protected method _handleException ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ Exception $exception ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method forward ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ $forward ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getControllerClass ] { + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getLastController ] { + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method getActiveController ] { + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setDI ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method getValue ] { } - Method [ public method setEventsManager ] { + Method [ public method hasMessages ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getEventsManager ] { - } - - Method [ public method setActionSuffix ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ $actionSuffix ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getActionSuffix ] { + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] + } + - Return [ array ] } - Method [ public method setModuleName ] { + Method [ public method setAttribute ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getModuleName ] { + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setNamespaceName ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getNamespaceName ] { + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setDefaultNamespace ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ $namespaceName ] + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getDefaultNamespace ] { + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setDefaultAction ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setActionName ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ $actionName ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getActionName ] { + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setParams ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } + + Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { - Method [ public method getParams ] { + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] } - Method [ public method setParam ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $param ] - Parameter #1 [ $value ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method getParam ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ $param ] - Parameter #1 [ $filters ] - Parameter #2 [ $defaultValue ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method hasParam ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ $param ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getActiveMethod ] { + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method isFinished ] { + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setReturnedValue ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getReturnedValue ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setModelBinding ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $cache ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ public method setModelBinder ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getModelBinder ] { + Method [ public method getDefault ] { } - Method [ public method dispatch ] { + Method [ public method getFilters ] { } - Method [ public method wasForwarded ] { + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getHandlerClass ] { + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method callActionMethod ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ $handler ] - Parameter #1 [ $actionMethod ] - Parameter #2 [ array or NULL $params ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getBoundModels ] { + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ protected method _resolveEmptyProperties ] { + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } } - } - } - Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { + 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 [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + Method [ public method getValue ] { + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method hasMessages ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method __wakeup ] { + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] + } + - Return [ array ] } - Method [ final public method getCode ] { + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getFile ] { + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getLine ] { + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getTrace ] { + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getPrevious ] { + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + 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 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 ] } } } - Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, ArrayAccess ] { + Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -31243,276 +34790,265 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [14] { - Property [ protected $_eventsManager ] - Property [ protected $_dependencyInjector ] - Property [ protected $_handlers ] - Property [ protected $_router ] - Property [ protected $_stopped ] - Property [ protected $_notFoundHandler ] - Property [ protected $_errorHandler ] - Property [ protected $_activeHandler ] - Property [ protected $_beforeHandlers ] - Property [ protected $_afterHandlers ] - Property [ protected $_finishHandlers ] - Property [ protected $_returnedValue ] - Property [ protected $_modelBinder ] - Property [ protected $_afterBindingHandlers ] + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] } - - Methods [39] { - Method [ public method __construct ] { + - Methods [33] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method map ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method get ] { + Method [ public method addFilter ] { - - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + - Parameters [1] { + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method post ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method put ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method patch ] { + Method [ public method appendMessage ] { - - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method head ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method delete ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ public method options ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method mount ] { + Method [ public method getDefault ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] - } + Method [ public method getFilters ] { } - Method [ public method notFound ] { + Method [ public method getForm ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method error ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ $handler ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getRouter ] { - } - - Method [ public method setService ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ $serviceName ] - Parameter #1 [ $definition ] - Parameter #2 [ $shared ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method hasService ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ $serviceName ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getService ] { + Method [ public method getUserOption ] { - - Parameters [1] { - Parameter #0 [ $serviceName ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getSharedService ] { + Method [ public method getUserOptions ] { - - Parameters [1] { - Parameter #0 [ $serviceName ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method handle ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ $uri ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method stop ] { + Method [ public method getValue ] { } - Method [ public method setActiveHandler ] { + Method [ public method hasMessages ] { - - Parameters [1] { - Parameter #0 [ $activeHandler ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getActiveHandler ] { - } + Method [ public method label ] { - Method [ public method getReturnedValue ] { + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] } - Method [ public method offsetExists ] { + Method [ public method prepareAttributes ] { - - Parameters [1] { - Parameter #0 [ $alias ] + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] } + - Return [ array ] } - Method [ public method offsetSet ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ $alias ] - Parameter #1 [ $definition ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method offsetGet ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method offsetUnset ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method before ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method afterBinding ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method after ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method finish ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ $handler ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getHandlers ] { - } + Method [ public method setName ] { - Method [ public method getModelBinder ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setModelBinder ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] - Parameter #1 [ $cache ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getBoundModels ] { - } - - Method [ public method getDI ] { - } - - Method [ public method setEventsManager ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] - } - } - - Method [ public method getEventsManager ] { - } - - Method [ public method __get ] { - - - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { + Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -31523,1104 +35059,1093 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $_prefix ] - Property [ protected $_lazy ] - Property [ protected $_handler ] - Property [ protected $_handlers ] + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] } - - Methods [17] { - Method [ protected method _addMap ] { + - Methods [33] { + Method [ public method render ] { - - Parameters [4] { - Parameter #0 [ $method ] - Parameter #1 [ $routePattern ] - Parameter #2 [ $handler ] - Parameter #3 [ $name ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method setPrefix ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method getPrefix ] { - } + Method [ public method __toString ] { - Method [ public method getHandlers ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setHandler ] { + Method [ public method addFilter ] { - - Parameters [2] { - Parameter #0 [ $handler ] - Parameter #1 [ $lazy ] + - Parameters [1] { + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setLazy ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ $lazy ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method isLazy ] { - } + Method [ public method addValidators ] { - Method [ public method getHandler ] { + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method map ] { + Method [ public method appendMessage ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method mapVia ] { + Method [ public method clear ] { - - Parameters [4] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $method ] - Parameter #3 [ $name ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method get ] { + Method [ public method getAttribute ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ public method post ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method put ] { + Method [ public method getDefault ] { + } - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] - } + Method [ public method getFilters ] { } - Method [ public method patch ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method head ] { + Method [ public method getLabel ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method delete ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method options ] { + Method [ public method getName ] { - - Parameters [3] { - Parameter #0 [ $routePattern ] - Parameter #1 [ $handler ] - Parameter #2 [ $name ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Micro\Exception extends Phalcon\Exception implements Throwable ] { - - 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 [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method getValidators ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __wakeup ] { + Method [ public method getValue ] { } - Method [ final public method getMessage ] { - } + Method [ public method hasMessages ] { - Method [ final public method getCode ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ final public method getFile ] { + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] + } + - Return [ array ] } - Method [ final public method getTrace ] { + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getPrevious ] { + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __toString ] { + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - } - } - Class [ class Phalcon\Mvc\Micro\LazyLoader ] { + Method [ public method setForm ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Static properties [0] { - } + Method [ public method setLabel ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } - - Properties [3] { - Property [ protected $_handler ] - Property [ protected $_modelBinder ] - Property [ protected $_definition ] - } + Method [ public method setMessages ] { - - Methods [4] { - Method [ public method getDefinition ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ $definition ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __call ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method callMethod ] { + Method [ public method setUserOptions ] { - - Parameters [3] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] - Parameter #2 [ Phalcon\Mvc\Model\BinderInterface or NULL $modelBinder ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Phalcon\Di\InjectionAwareInterface, Serializable, JsonSerializable ] { + Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - - Constants [8] { - Constant [ public string TRANSACTION_INDEX ] { transaction } - Constant [ public integer OP_NONE ] { 0 } - Constant [ public integer OP_CREATE ] { 1 } - Constant [ public integer OP_UPDATE ] { 2 } - Constant [ public integer OP_DELETE ] { 3 } - Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } - Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } - Constant [ public integer DIRTY_STATE_DETACHED ] { 2 } + - Constants [0] { } - Static properties [0] { } - - Static methods [16] { - Method [ static public method cloneResultMap ] { + - Static methods [0] { + } - - Parameters [5] { - Parameter #0 [ $base ] - Parameter #1 [ array $data ] - Parameter #2 [ $columnMap ] - Parameter #3 [ $dirtyState ] - Parameter #4 [ $keepSnapshots ] + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ static public method cloneResultMapHydrate ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] - Parameter #2 [ $hydrationMode ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ static public method cloneResult ] { + Method [ public method __toString ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] - Parameter #1 [ array $data ] - Parameter #2 [ $dirtyState ] + - Parameters [0] { } + - Return [ string ] } - Method [ static public method find ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ static public method findFirst ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ static private method getPreparedQuery ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ $params ] - Parameter #1 [ $limit ] + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ static public method query ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ static protected method _groupResult ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ $functionName ] - Parameter #1 [ $alias ] - Parameter #2 [ $parameters ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ static public method count ] { + Method [ public method getAttribute ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ static public method sum ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method maximum ] { + Method [ public method getDefault ] { + } - - Parameters [1] { - Parameter #0 [ $parameters ] - } + Method [ public method getFilters ] { } - Method [ static public method minimum ] { + Method [ public method getForm ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ static public method average ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } + - Return [ string ] } - Method [ final static protected method _invokeFinder ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ static public method __callStatic ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + - Parameters [0] { } + - Return [ string ] } - Method [ static public method setup ] { + Method [ public method getUserOption ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - } - - Properties [14] { - Property [ protected $_dependencyInjector ] - Property [ protected $_modelsManager ] - Property [ protected $_modelsMetaData ] - Property [ protected $_errorMessages ] - Property [ protected $_operationMade ] - Property [ protected $_dirtyState ] - Property [ protected $_transaction ] - Property [ protected $_uniqueKey ] - Property [ protected $_uniqueParams ] - Property [ protected $_uniqueTypes ] - Property [ protected $_skipped ] - Property [ protected $_related ] - Property [ protected $_snapshot ] - Property [ protected $_oldSnapshot ] - } + Method [ public method getUserOptions ] { - - Methods [82] { - Method [ public method getTransaction ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method __construct ] { + Method [ public method getValidators ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] - Parameter #2 [ Phalcon\Mvc\Model\ManagerInterface or NULL $modelsManager ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - } + Method [ public method getValue ] { } - Method [ public method getDI ] { + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ protected method setEventsManager ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ protected method getEventsManager ] { - } + Method [ public method prepareAttributes ] { - Method [ public method getModelsMetaData ] { + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] + } + - Return [ array ] } - Method [ public method getModelsManager ] { + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setTransaction ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method setSource ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $source ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getSource ] { - } - - Method [ protected method setSchema ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ $schema ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getSchema ] { + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setConnectionService ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ $connectionService ] + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setReadConnectionService ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ $connectionService ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setWriteConnectionService ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ $connectionService ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getReadConnectionService ] { - } + Method [ public method setUserOption ] { - Method [ public method getWriteConnectionService ] { + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setDirtyState ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ $dirtyState ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method getDirtyState ] { - } + Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Method [ public method getReadConnection ] { - } + - Constants [0] { + } - Method [ public method getWriteConnection ] { - } + - Static properties [0] { + } - Method [ public method assign ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ array $data ] - Parameter #1 [ $dataColumnMap ] - Parameter #2 [ $whiteList ] - } - } + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } - Method [ protected method _exists ] { + - Methods [33] { + Method [ public method render ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] - Parameter #2 [ $table ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method fireEvent ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $eventName ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method fireEventCancel ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $eventName ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method _cancelOperation ] { - } - - Method [ public method appendMessage ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method validate ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\ValidationInterface $validator ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method validationHasFailed ] { + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getMessages ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final protected method _checkForeignKeysRestrict ] { - } + Method [ public method clear ] { - Method [ final protected method _checkForeignKeysReverseCascade ] { + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ final protected method _checkForeignKeysReverseRestrict ] { + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } } - Method [ protected method _preSave ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ $exists ] - Parameter #2 [ $identityField ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method _postSave ] { + Method [ public method getDefault ] { + } - - Parameters [2] { - Parameter #0 [ $success ] - Parameter #1 [ $exists ] - } + Method [ public method getFilters ] { } - Method [ protected method _doLowInsert ] { + Method [ public method getForm ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] - Parameter #2 [ $table ] - Parameter #3 [ $identityField ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ protected method _doLowUpdate ] { + Method [ public method getLabel ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] - Parameter #2 [ $table ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method _preSaveRelatedRecords ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Db\AdapterInterface $connection ] - Parameter #1 [ $related ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ protected method _postSaveRelatedRecords ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Db\AdapterInterface $connection ] - Parameter #1 [ $related ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method save ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $whiteList ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ public method create ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $whiteList ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method update ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $whiteList ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method delete ] { + Method [ public method getValue ] { } - Method [ public method getOperationMade ] { - } + Method [ public method hasMessages ] { - Method [ public method refresh ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method skipOperation ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ $skip ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method readAttribute ] { + Method [ public method prepareAttributes ] { - - Parameters [1] { - Parameter #0 [ $attribute ] + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] } + - Return [ array ] } - Method [ public method writeAttribute ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ $attribute ] + Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method skipAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method skipAttributesOnCreate ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method skipAttributesOnUpdate ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method allowEmptyStringValues ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ array $attributes ] + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method hasOne ] { + Method [ public method setLabel ] { - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ $options ] + - Parameters [1] { + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method belongsTo ] { + Method [ public method setMessages ] { - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ $options ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method hasMany ] { + Method [ public method setName ] { - - Parameters [4] { - Parameter #0 [ $fields ] - Parameter #1 [ $referenceModel ] - Parameter #2 [ $referencedFields ] - Parameter #3 [ $options ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method hasManyToMany ] { + Method [ public method setUserOption ] { - - Parameters [7] { - Parameter #0 [ $fields ] - Parameter #1 [ $intermediateModel ] - Parameter #2 [ $intermediateFields ] - Parameter #3 [ $intermediateReferencedFields ] - Parameter #4 [ $referenceModel ] - Parameter #5 [ $referencedFields ] - Parameter #6 [ $options ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addBehavior ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ protected method keepSnapshots ] { + Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - - Parameters [1] { - Parameter #0 [ $keepSnapshot ] - } - } + - Constants [0] { + } - Method [ public method setSnapshotData ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + Property [ protected $optionsValues ] + } + + - Methods [36] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $options ] + Parameter #2 [ $attributes ] } } - Method [ public method setOldSnapshotData ] { + Method [ public method addOption ] { - - Parameters [2] { - Parameter #0 [ array $data ] - Parameter #1 [ $columnMap ] + - Parameters [1] { + Parameter #0 [ $option ] } + - Return [ Phalcon\Forms\Element\Element ] } - Method [ public method hasSnapshotData ] { + Method [ public method getOptions ] { } - Method [ public method getSnapshotData ] { - } + Method [ public method render ] { - Method [ public method getOldSnapshotData ] { + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] } - Method [ public method hasChanged ] { + Method [ public method setOptions ] { - - Parameters [2] { - Parameter #0 [ $fieldName ] - Parameter #1 [ $allFields ] + - Parameters [1] { + Parameter #0 [ $options ] } + - Return [ Phalcon\Forms\Element\Element ] } - Method [ public method hasUpdated ] { + Method [ public method __toString ] { - - Parameters [2] { - Parameter #0 [ $fieldName ] - Parameter #1 [ $allFields ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getChangedFields ] { - } + Method [ public method addFilter ] { - Method [ public method getUpdatedFields ] { + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method useDynamicUpdate ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ $dynamicUpdate ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getRelated ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ $alias ] - Parameter #1 [ $arguments ] + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method _getRelatedRecords ] { + Method [ public method appendMessage ] { - - Parameters [3] { - Parameter #0 [ $modelName ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __call ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $method ] - Parameter #1 [ $arguments ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __set ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $value ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ final protected method _possibleSetter ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __get ] { + Method [ public method getDefault ] { + } - - Parameters [1] { - Parameter #0 [ $property ] - } + Method [ public method getFilters ] { } - Method [ public method __isset ] { + Method [ public method getForm ] { - - Parameters [1] { - Parameter #0 [ $property ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method serialize ] { + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method getMessages ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method dump ] { + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method toArray ] { + Method [ public method getUserOption ] { - - Parameters [1] { - Parameter #0 [ $columns ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ public method jsonSerialize ] { - } + Method [ public method getUserOptions ] { - Method [ public method reset ] { + - Parameters [0] { + } + - Return [ array ] } - } - } - - 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 ] - } - - - Methods [5] { - Method [ public method notify ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $options ] - } + Method [ public method getValue ] { } - Method [ protected method mustTakeAction ] { + Method [ public method hasMessages ] { - - Parameters [1] { - Parameter #0 [ $eventName ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ protected method getOptions ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method missingMethod ] { + Method [ public method prepareAttributes ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] } + - Return [ array ] } - } - } - - Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_options ] - } - - Methods [5] { - Method [ public method notify ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method mustTakeAction ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method getOptions ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ $eventName ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method missingMethod ] { + Method [ public method setForm ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } - } - } - } - - Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $boundModels ] - Property [ protected $cache ] - Property [ protected $internalCache ] - Property [ protected $originalValues ] - } - - - Methods [9] { - Method [ public method getBoundModels ] { - } - - Method [ public method getOriginalValues ] { + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method __construct ] { + Method [ public method setLabel ] { - Parameters [1] { - Parameter #0 [ Phalcon\Cache\BackendInterface or NULL $cache ] + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method setCache ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ Phalcon\Cache\BackendInterface $cache ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getCache ] { - } - - Method [ public method bindToHandler ] { + Method [ public method setName ] { - - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ $cacheKey ] - Parameter #3 [ $methodName ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method findBoundModel ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ $paramValue ] - Parameter #1 [ $className ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ protected method getParamsFromCache ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ $cacheKey ] - } - } - - Method [ protected method getParamsFromReflection ] { - - - Parameters [4] { - Parameter #0 [ $handler ] - Parameter #1 [ array $params ] - Parameter #2 [ $cacheKey ] - Parameter #3 [ $methodName ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -32628,280 +36153,268 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method fromInput ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - Parameter #1 [ $modelName ] - Parameter #2 [ array $data ] - Parameter #3 [ $operator ] - } - } + - Static methods [0] { } - - Properties [5] { - Property [ protected $_model ] - Property [ protected $_params ] - Property [ protected $_bindParams ] - Property [ protected $_bindTypes ] - Property [ protected $_hiddenParamNumber ] + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] } - - Methods [39] { - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - } - } - - Method [ public method getDI ] { - } - - Method [ public method setModelName ] { + - Methods [33] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ $modelName ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getModelName ] { - } - - Method [ public method bind ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ $merge ] + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method bindTypes ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ array $bindTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method distinct ] { + Method [ public method addFilter ] { - Parameters [1] { - Parameter #0 [ $distinct ] + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method columns ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ $columns ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method join ] { + Method [ public method addValidators ] { - - Parameters [4] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] - Parameter #3 [ $type ] + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method innerJoin ] { + Method [ public method appendMessage ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method leftJoin ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method rightJoin ] { + Method [ public method getAttribute ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ public method where ] { + Method [ public method getAttributes ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addWhere ] { + Method [ public method getDefault ] { + } - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] - } + Method [ public method getFilters ] { } - Method [ public method andWhere ] { + Method [ public method getForm ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method orWhere ] { + Method [ public method getLabel ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method betweenWhere ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method notBetweenWhere ] { + Method [ public method getName ] { - - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method inWhere ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ public method notInWhere ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method conditions ] { + Method [ public method getValidators ] { - - Parameters [1] { - Parameter #0 [ $conditions ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method order ] { - - - Parameters [1] { - Parameter #0 [ $orderColumns ] - } + Method [ public method getValue ] { } - Method [ public method orderBy ] { + Method [ public method hasMessages ] { - - Parameters [1] { - Parameter #0 [ $orderColumns ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method groupBy ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method having ] { + Method [ public method prepareAttributes ] { - - Parameters [1] { - Parameter #0 [ $having ] + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] } + - Return [ array ] } - Method [ public method limit ] { + Method [ public method setAttribute ] { - Parameters [2] { - Parameter #0 [ $limit ] - Parameter #1 [ $offset ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method forUpdate ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ $forUpdate ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method sharedLock ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $sharedLock ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method cache ] { + Method [ public method setFilters ] { - Parameters [1] { - Parameter #0 [ array $cache ] + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getWhere ] { - } + Method [ public method setForm ] { - Method [ public method getColumns ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getConditions ] { - } + Method [ public method setLabel ] { - Method [ public method getLimit ] { + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getOrderBy ] { - } + Method [ public method setMessages ] { - Method [ public method getGroupBy ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getHaving ] { - } + Method [ public method setName ] { - Method [ public method getParams ] { + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method createBuilder ] { + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method execute ] { + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } @@ -32912,525 +36425,534 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [26] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_customEventsManager ] - Property [ protected $_readConnectionServices ] - Property [ protected $_writeConnectionServices ] - Property [ protected $_aliases ] - Property [ protected $_modelVisibility ] - Property [ protected $_hasMany ] - Property [ protected $_hasManySingle ] - Property [ protected $_hasOne ] - Property [ protected $_hasOneSingle ] - Property [ protected $_belongsTo ] - Property [ protected $_belongsToSingle ] - Property [ protected $_hasManyToMany ] - Property [ protected $_hasManyToManySingle ] - Property [ protected $_initialized ] - Property [ protected $_prefix ] - Property [ protected $_sources ] - Property [ protected $_schemas ] - Property [ protected $_behaviors ] - Property [ protected $_lastInitialized ] - Property [ protected $_lastQuery ] - Property [ protected $_reusable ] - Property [ protected $_keepSnapshots ] - Property [ protected $_dynamicUpdate ] - Property [ protected $_namespaceAliases ] + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] } - - Methods [65] { - Method [ public method setDI ] { + - Methods [33] { + Method [ public method render ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDI ] { - } - - Method [ public method setEventsManager ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method getEventsManager ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setCustomEventsManager ] { + Method [ public method addFilter ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [1] { + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getCustomEventsManager ] { + Method [ public method addValidator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method initialize ] { + Method [ public method addValidators ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method isInitialized ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $modelName ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getLastInitialized ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method load ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $newInstance ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ public method setModelPrefix ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getModelPrefix ] { + Method [ public method getDefault ] { } - Method [ public method setModelSource ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $source ] - } + Method [ public method getFilters ] { } - Method [ final public method isVisibleModelProperty ] { + Method [ public method getForm ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $property ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getModelSource ] { + Method [ public method getLabel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setModelSchema ] { + Method [ public method getMessages ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $schema ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getModelSchema ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setConnectionService ] { + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionService ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ public method setWriteConnectionService ] { + Method [ public method getUserOptions ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionService ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setReadConnectionService ] { + Method [ public method getValidators ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionService ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getReadConnection ] { + Method [ public method getValue ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Method [ public method hasMessages ] { + + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getWriteConnection ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ protected method _getConnection ] { + Method [ public method prepareAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionServices ] + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] } + - Return [ array ] } - Method [ public method getReadConnectionService ] { + Method [ public method setAttribute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getWriteConnectionService ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method _getConnectionService ] { + Method [ public method setDefault ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $connectionServices ] + - Parameters [1] { + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method notifyEvent ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ $eventName ] - Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [1] { + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method missingMethod ] { + Method [ public method setForm ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $eventName ] - Parameter #2 [ $data ] + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method addBehavior ] { + Method [ public method setLabel ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + - Parameters [1] { + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method keepSnapshots ] { + Method [ public method setMessages ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $keepSnapshots ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method isKeepingSnapshots ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method useDynamicUpdate ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $dynamicUpdate ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method isUsingDynamicUpdate ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } + } + } - Method [ public method addHasOne ] { + Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ $options ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $attributes ] + Property [ protected $filters ] + Property [ protected $form ] + Property [ protected $label ] + Property [ protected $messages ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $validators ] + Property [ protected $value ] + } + + - Methods [33] { + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method addBelongsTo ] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ $options ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } } - Method [ public method addHasMany ] { + Method [ public method __toString ] { - - Parameters [5] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ $referencedModel ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ $options ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addHasManyToMany ] { + Method [ public method addFilter ] { - - Parameters [8] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $fields ] - Parameter #2 [ $intermediateModel ] - Parameter #3 [ $intermediateFields ] - Parameter #4 [ $intermediateReferencedFields ] - Parameter #5 [ $referencedModel ] - Parameter #6 [ $referencedFields ] - Parameter #7 [ $options ] + - Parameters [1] { + Parameter #0 [ string $filter ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method existsBelongsTo ] { + Method [ public method addValidator ] { - - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $modelRelation ] + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method existsHasMany ] { + Method [ public method addValidators ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $modelRelation ] + Parameter #0 [ array $validators ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method existsHasOne ] { + Method [ public method appendMessage ] { - - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $modelRelation ] + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method existsHasManyToMany ] { + Method [ public method clear ] { - - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $modelRelation ] + - Parameters [0] { } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getRelationByAlias ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $alias ] + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] } } - Method [ final protected method _mergeFindParameters ] { + Method [ public method getAttributes ] { - - Parameters [2] { - Parameter #0 [ $findParamsOne ] - Parameter #1 [ $findParamsTwo ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getRelationRecords ] { + Method [ public method getDefault ] { + } - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] - Parameter #1 [ $method ] - Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #3 [ $parameters ] + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getReusableRecords ] { + Method [ public method getLabel ] { - - Parameters [2] { - Parameter #0 [ $modelName ] - Parameter #1 [ $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setReusableRecords ] { + Method [ public method getMessages ] { - - Parameters [3] { - Parameter #0 [ $modelName ] - Parameter #1 [ $key ] - Parameter #2 [ $records ] + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method clearReusableObjects ] { + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method getBelongsToRecords ] { + Method [ public method getUserOption ] { - - Parameters [5] { - Parameter #0 [ $method ] - Parameter #1 [ $modelName ] - Parameter #2 [ $modelRelation ] - Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #4 [ $parameters ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getHasManyRecords ] { + Method [ public method getUserOptions ] { - - Parameters [5] { - Parameter #0 [ $method ] - Parameter #1 [ $modelName ] - Parameter #2 [ $modelRelation ] - Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #4 [ $parameters ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getHasOneRecords ] { + Method [ public method getValidators ] { - - Parameters [5] { - Parameter #0 [ $method ] - Parameter #1 [ $modelName ] - Parameter #2 [ $modelRelation ] - Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] - Parameter #4 [ $parameters ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getBelongsTo ] { + Method [ public method getValue ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Method [ public method hasMessages ] { + + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getHasMany ] { + Method [ public method label ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getHasOne ] { + Method [ public method prepareAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ boolean $useChecked ] } + - Return [ array ] } - Method [ public method getHasManyToMany ] { + Method [ public method setAttribute ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getHasOneAndHasMany ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getRelations ] { + Method [ public method setDefault ] { - Parameters [1] { - Parameter #0 [ $modelName ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getRelationsBetween ] { + Method [ public method setFilters ] { - - Parameters [2] { - Parameter #0 [ $first ] - Parameter #1 [ $second ] + - Parameters [1] { + Parameter #0 [ $filters ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method createQuery ] { + Method [ public method setForm ] { - Parameters [1] { - Parameter #0 [ $phql ] + Parameter #0 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method executeQuery ] { + Method [ public method setLabel ] { - - Parameters [3] { - Parameter #0 [ $phql ] - Parameter #1 [ $placeholders ] - Parameter #2 [ $types ] + - Parameters [1] { + Parameter #0 [ string $label ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method createBuilder ] { + Method [ public method setMessages ] { - Parameters [1] { - Parameter #0 [ $params ] + Parameter #0 [ Phalcon\Messages\Messages $messages ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getLastQuery ] { + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method registerNamespaceAlias ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ $alias ] - Parameter #1 [ $namespaceName ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getNamespaceAlias ] { + Method [ public method setUserOptions ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ array $options ] } - } - - Method [ public method getNamespaceAliases ] { - } - - Method [ public method __destruct ] { + - Return [ Phalcon\Forms\Element\ElementInterface ] } } } - Class [ class Phalcon\Mvc\Model\Message implements Phalcon\Mvc\Model\MessageInterface ] { + Class [ class Phalcon\Forms\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -33439,108 +36961,64 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Static methods [1] { - Method [ static public method __set_state ] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ array $message ] + Parameter #0 [ string $service ] } + - Return [ string ] } } - - Properties [5] { - Property [ protected $_type ] - Property [ protected $_message ] - Property [ protected $_field ] - Property [ protected $_model ] - Property [ protected $_code ] - } - - - Methods [12] { - Method [ public method getType ] { - } - - Method [ public method getMessage ] { - } + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $model ] - Parameter #4 [ $code ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method setType ] { - - - Parameters [1] { - Parameter #0 [ $type ] - } + Method [ public method __wakeup ] { } - Method [ public method setMessage ] { - - - Parameters [1] { - Parameter #0 [ $message ] - } + Method [ final public method getMessage ] { } - Method [ public method setField ] { - - - Parameters [1] { - Parameter #0 [ $field ] - } + Method [ final public method getCode ] { } - Method [ public method getField ] { + Method [ final public method getFile ] { } - Method [ public method setModel ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } + Method [ final public method getLine ] { } - Method [ public method setCode ] { - - - Parameters [1] { - Parameter #0 [ $code ] - } + Method [ final public method getTrace ] { } - Method [ public method getModel ] { + Method [ final public method getPrevious ] { } - Method [ public method getCode ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Mvc\Model\MetaData\Apc extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -33549,264 +37027,312 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_prefix ] - Property [ protected $_ttl ] - Property [ protected $_metaData ] + - Properties [11] { + Property [ protected $container ] + Property [ protected $eventsManager ] + Property [ protected $attributes ] + Property [ protected $data ] + Property [ protected $elements ] + Property [ protected $elementsIndexed ] + Property [ protected $entity ] + Property [ protected $messages ] + Property [ protected $position ] + Property [ protected $options ] + Property [ protected $validation ] } - - Methods [33] { - Method [ public method __construct ] { + - Methods [39] { + Method [ public method setValidation ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $validation ] } } - Method [ public method read ] { + Method [ public method getValidation ] { + } - - Parameters [1] { - Parameter #0 [ $key ] + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ array $userOptions ] } } - Method [ public method write ] { + Method [ public method add ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + - Parameters [3] { + Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] + Parameter #1 [ string or NULL $position ] + Parameter #2 [ boolean or NULL $type ] } + - Return [ Phalcon\Forms\Form ] } - Method [ final protected method _initialize ] { + Method [ public method bind ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $entity ] + Parameter #2 [ $whitelist ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method setDI ] { + Method [ public method clear ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ $fields ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getDI ] { + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method setStrategy ] { + Method [ public method current ] { + } + + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Element\ElementInterface ] } - Method [ public method getStrategy ] { + Method [ public method getAction ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method readMetaData ] { + Method [ public method getElements ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getEntity ] { + } + + Method [ public method getLabel ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } + - Return [ string ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method getMessages ] { + } + + Method [ public method getMessagesFor ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] } } - Method [ final public method writeMetaDataIndex ] { + Method [ public method getUserOptions ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + - Parameters [0] { } + - Return [ array ] } - Method [ final public method readColumnMap ] { + Method [ public method getValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } } - Method [ final public method readColumnMapIndex ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method getAttributes ] { + Method [ public method hasMessagesFor ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ public method isValid ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $entity ] } + - Return [ boolean ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method key ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getNotNullAttributes ] { + Method [ public method label ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array or NULL $attributes ] } + - Return [ string ] } - Method [ public method getDataTypes ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getIdentityField ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ public method getBindTypes ] { + Method [ public method rewind ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ public method setAction ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $action ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method setEntity ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $entity ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method setUserOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method setUserOptions ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $options ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method valid ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getEmptyStringAttributes ] { + Method [ public method getAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ Phalcon\Html\Attributes ] } - Method [ public method getDefaultValues ] { + Method [ public method setAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Html\Attributes $attributes ] } + - Return [ Phalcon\Html\Attributes\AttributesInterface ] } - Method [ public method getColumnMap ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $propertyName ] } } - Method [ public method getReverseColumnMap ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method hasAttribute ] { + Method [ public method getEventsManager ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface or NULL ] } - Method [ public method isEmpty ] { + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] } - Method [ public method reset ] { + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Forms\Manager ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -33815,529 +37341,595 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_prefix ] - Property [ protected $_ttl ] - Property [ protected $_metaData ] + - Properties [1] { + Property [ protected $forms ] } - - Methods [33] { - Method [ public method __construct ] { + - Methods [4] { + Method [ public method create ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $entity ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method read ] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Forms\Form ] } - Method [ public method write ] { + Method [ public method has ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ string $name ] } + - Return [ boolean ] } - Method [ final protected method _initialize ] { + Method [ public method set ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Forms\Form $form ] } + - Return [ Phalcon\Forms\FormManager ] } + } + } - Method [ public method setDI ] { + Class [ class Phalcon\Helper\Arr ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - } - } + - Constants [0] { + } - Method [ public method getDI ] { - } + - Static properties [0] { + } - Method [ public method setStrategy ] { + - Static methods [21] { + Method [ final static public method chunk ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ integer $size ] + Parameter #2 [ boolean $preserveKeys ] } + - Return [ array ] } - Method [ public method getStrategy ] { + Method [ final static public method first ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } } - Method [ final public method readMetaData ] { + Method [ final static public method firstKey ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } } - Method [ final public method readMetaDataIndex ] { + Method [ final static public method flatten ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ array $collection ] + Parameter #1 [ boolean $deep ] } + - Return [ array ] } - Method [ final public method writeMetaDataIndex ] { + Method [ final static public method get ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $collection ] Parameter #1 [ $index ] - Parameter #2 [ $data ] + Parameter #2 [ $defaultValue ] } } - Method [ final public method readColumnMap ] { + Method [ final static public method group ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } + - Return [ array ] } - Method [ final public method readColumnMapIndex ] { + Method [ final static public method has ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $collection ] Parameter #1 [ $index ] } + - Return [ boolean ] } - Method [ public method getAttributes ] { + Method [ final static public method isUnique ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $collection ] } + - Return [ boolean ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ final static public method last ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ final static public method lastKey ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } } - Method [ public method getNotNullAttributes ] { + Method [ final static public method order ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $attribute ] + Parameter #2 [ string $order ] } + - Return [ array ] } - Method [ public method getDataTypes ] { + Method [ final static public method pluck ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $element ] } + - Return [ array ] } - Method [ public method getDataTypesNumeric ] { + Method [ final static public method set ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index ] } + - Return [ array ] } - Method [ public method getIdentityField ] { + Method [ final static public method sliceLeft ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ integer $elements ] } + - Return [ array ] } - Method [ public method getBindTypes ] { + Method [ final static public method sliceRight ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ integer $elements ] } + - Return [ array ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ final static public method split ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $collection ] } + - Return [ array ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ final static public method toObject ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $collection ] } } - Method [ public method setAutomaticCreateAttributes ] { + Method [ final static public method validateAll ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } + - Return [ boolean ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ final static public method validateAny ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } + - Return [ boolean ] } - Method [ public method setEmptyStringAttributes ] { + Method [ final static private method filterCollection ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] } + - Return [ array ] } - Method [ public method getEmptyStringAttributes ] { + Method [ final static public method whiteList ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ array $whiteList ] } + - Return [ array ] } + } - Method [ public method getDefaultValues ] { + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method getColumnMap ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method getReverseColumnMap ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } + Method [ final public method getMessage ] { } - Method [ public method hasAttribute ] { + Method [ final public method getCode ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] - } + Method [ final public method getFile ] { } - Method [ public method isEmpty ] { + Method [ final public method getLine ] { } - Method [ public method reset ] { + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class Phalcon\Mvc\Model\MetaData\Files extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Helper\Fs ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ final static public method basename ] { + + - Parameters [2] { + Parameter #0 [ string $uri ] + Parameter #1 [ $suffix ] + } + - Return [ string ] + } } - - Properties [5] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_metaDataDir ] - Property [ protected $_metaData ] + - Properties [0] { } - - Methods [33] { - Method [ public method __construct ] { + - Methods [0] { + } + } - - Parameters [1] { - Parameter #0 [ $options ] + Class [ class Phalcon\Helper\Number ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ final static public method between ] { + + - Parameters [3] { + Parameter #0 [ integer $value ] + Parameter #1 [ integer $from ] + Parameter #2 [ integer $to ] } + - Return [ boolean ] } + } - Method [ public method read ] { + - Properties [0] { + } - - Parameters [1] { - Parameter #0 [ $key ] + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Str ] { + + - Constants [6] { + Constant [ public integer RANDOM_ALNUM ] { 0 } + Constant [ public integer RANDOM_ALPHA ] { 1 } + Constant [ public integer RANDOM_DISTINCT ] { 5 } + Constant [ public integer RANDOM_HEXDEC ] { 2 } + Constant [ public integer RANDOM_NOZERO ] { 4 } + Constant [ public integer RANDOM_NUMERIC ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [23] { + Method [ final static public method camelize ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] } + - Return [ string ] } - Method [ public method write ] { + Method [ final static public method concat ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method _initialize ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] - } - } - - Method [ public method setDI ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - } - } - - Method [ public method getDI ] { - } - - Method [ public method setStrategy ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] - } - } - - Method [ public method getStrategy ] { - } - - Method [ final public method readMetaData ] { + Method [ final static public method countVowels ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } - - Method [ final public method readMetaDataIndex ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ string $text ] } + - Return [ integer ] } - Method [ final public method writeMetaDataIndex ] { + Method [ final static public method decapitalize ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + Parameter #0 [ string $text ] + Parameter #1 [ boolean $upperRest ] + Parameter #2 [ string $encoding ] } + - Return [ string ] } - Method [ final public method readColumnMap ] { + Method [ final static public method dirFromFile ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } - - Method [ final public method readColumnMapIndex ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ string $file ] } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ final static public method dirSeparator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $directory ] } + - Return [ string ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ final static public method dynamic ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $leftDelimiter ] + Parameter #2 [ string $rightDelimiter ] + Parameter #3 [ string $separator ] } + - Return [ string ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ final static public method endsWith ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $end ] + Parameter #2 [ boolean $ignoreCase ] } + - Return [ boolean ] } - Method [ public method getNotNullAttributes ] { + Method [ final static public method firstBetween ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ string $end ] } + - Return [ string ] } - Method [ public method getDataTypes ] { + Method [ final static public method humanize ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $text ] } + - Return [ string ] } - Method [ public method getDataTypesNumeric ] { + Method [ final static public method includes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $needle ] + Parameter #1 [ string $haystack ] } + - Return [ boolean ] } - Method [ public method getIdentityField ] { + Method [ final static public method increment ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] } + - Return [ string ] } - Method [ public method getBindTypes ] { + Method [ final static public method isAnagram ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] } + - Return [ boolean ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ final static public method isLower ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } + - Return [ boolean ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ final static public method isPalindrome ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $text ] } + - Return [ boolean ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ final static public method isUpper ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } + - Return [ boolean ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ final static public method lower ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } + - Return [ string ] } - Method [ public method setEmptyStringAttributes ] { + Method [ final static public method random ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ integer $type ] + Parameter #1 [ integer $length ] } + - Return [ string ] } - Method [ public method getEmptyStringAttributes ] { + Method [ final static public method reduceSlashes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $text ] } + - Return [ string ] } - Method [ public method getDefaultValues ] { + Method [ final static public method startsWith ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ boolean $ignoreCase ] } + - Return [ boolean ] } - Method [ public method getColumnMap ] { + Method [ final static public method uncamelize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] } + - Return [ string ] } - Method [ public method getReverseColumnMap ] { + Method [ final static public method underscore ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $text ] } + - Return [ string ] } - Method [ public method hasAttribute ] { + Method [ final static public method upper ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } + - Return [ string ] } + } - Method [ public method isEmpty ] { - } + - Properties [0] { + } - Method [ public method reset ] { - } + - Methods [0] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Html\Attributes extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -34346,530 +37938,669 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_ttl ] - Property [ protected $_memcache ] - Property [ protected $_metaData ] + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] } - - Methods [33] { - Method [ public method __construct ] { + - Methods [25] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method read ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method write ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + Parameter #0 [ array $data ] + Parameter #1 [ boolean $insensitive ] } } - Method [ public method reset ] { - } - - Method [ final protected method _initialize ] { + Method [ public method __get ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ public method setDI ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method getDI ] { + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ public method setStrategy ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method getStrategy ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ final public method readMetaData ] { + Method [ public method count ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ integer ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ final public method writeMetaDataIndex ] { + Method [ public method getIterator ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + - Parameters [0] { } + - Return [ Traversable ] } - Method [ final public method readColumnMap ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final public method readColumnMapIndex ] { + Method [ public method init ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [1] { + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ public method getAttributes ] { + Method [ public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $element ] } } - Method [ public method getNotNullAttributes ] { + Method [ public method offsetSet ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getDataTypes ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method getIdentityField ] { + Method [ public method set ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getBindTypes ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method toJson ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method unserialize ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ $serialized ] } + - Return [ void ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } + } + } - Method [ public method setEmptyStringAttributes ] { + Class [ class Phalcon\Html\Breadcrumbs ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $elements ] + Property [ private $separator ] + Property [ private $template ] + } + + - Methods [7] { + Method [ public method getSeparator ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method getEmptyStringAttributes ] { + Method [ public method setSeparator ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $separator ] } } - Method [ public method getDefaultValues ] { + Method [ public method add ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ string $link ] } + - Return [ Phalcon\Html\Breadcrumbs ] } - Method [ public method getColumnMap ] { + Method [ public method clear ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getReverseColumnMap ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $link ] } + - Return [ void ] } - Method [ public method hasAttribute ] { + Method [ public method render ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method isEmpty ] { + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Memcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Html\Exception extends Phalcon\Exception implements Throwable ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_ttl ] - Property [ protected $_memcache ] - Property [ protected $_metaData ] + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [33] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method read ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ $key ] - } + Method [ final public method getMessage ] { } - Method [ public method write ] { + Method [ final public method getCode ] { + } - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] - } + Method [ final public method getFile ] { } - Method [ public method reset ] { + Method [ final public method getLine ] { } - Method [ final protected method _initialize ] { + Method [ final public method getTrace ] { + } - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $href ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method getDI ] { + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] + } + - Return [ string ] } - Method [ public method setStrategy ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getStrategy ] { + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] } - Method [ final public method readMetaData ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ final public method readMetaDataIndex ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ final public method writeMetaDataIndex ] { + Class [ class Phalcon\Html\Helper\AnchorRaw extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + Parameter #0 [ string $href ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] } + - Return [ string ] } - Method [ final public method readColumnMap ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ final public method readColumnMapIndex ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getDataTypes ] { + Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method getIdentityField ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getBindTypes ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method setAutomaticUpdateAttributes ] { + Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method setEmptyStringAttributes ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method getEmptyStringAttributes ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getDefaultValues ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getColumnMap ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getReverseColumnMap ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method hasAttribute ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } - } - - Method [ public method isEmpty ] { + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -34878,262 +38609,318 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_metaData ] + - Properties [1] { + Property [ protected $escaper ] } - - Methods [33] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ string $tag ] } + - Return [ string ] } - Method [ public method read ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ public method write ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ final protected method _initialize ] { + Method [ protected method renderFullElement ] { - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method setDI ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDI ] { - } - - Method [ public method setStrategy ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getStrategy ] { - } - - Method [ final public method readMetaData ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ final public method readMetaDataIndex ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ final public method writeMetaDataIndex ] { + Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] } + - Return [ string ] } - Method [ final public method readColumnMap ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ final public method readColumnMapIndex ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getAttributes ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getNotNullAttributes ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getDataTypes ] { + Class [ class Phalcon\Html\Helper\ElementRaw extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } + - Constants [0] { + } - Method [ public method getDataTypesNumeric ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } + - Static methods [0] { + } - Method [ public method getIdentityField ] { + - Properties [1] { + Property [ protected $escaper ] + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Methods [7] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] } + - Return [ string ] } - Method [ public method getBindTypes ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method getAutomaticCreateAttributes ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ protected method renderAttributes ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method setEmptyStringAttributes ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getEmptyStringAttributes ] { + Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDefaultValues ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method getColumnMap ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getReverseColumnMap ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method hasAttribute ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method isEmpty ] { + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] } - Method [ public method reset ] { + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -35142,264 +38929,303 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_ttl ] - Property [ protected $_redis ] - Property [ protected $_metaData ] + - Properties [1] { + Property [ protected $escaper ] } - - Methods [33] { - Method [ public method __construct ] { + - Methods [7] { + Method [ public method __invoke ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [2] { + Parameter #0 [ string $src ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method read ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method write ] { + Method [ protected method renderFullElement ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method reset ] { + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } - Method [ final protected method _initialize ] { + Method [ protected method orderAttributes ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method setDI ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDI ] { - } - - Method [ public method setStrategy ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getStrategy ] { - } + Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - Method [ final public method readMetaData ] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $escaper ] + } + + - Methods [7] { + Method [ public method __invoke ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ final public method writeMetaDataIndex ] { + Method [ protected method renderFullElement ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ final public method readColumnMap ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ final public method readColumnMapIndex ] { + Method [ protected method orderAttributes ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getAttributes ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ protected method selfClose ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method getNonPrimaryKeyAttributes ] { + Class [ class Phalcon\Html\Helper\TextArea extends Phalcon\Html\Helper\AbstractHelper ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } + - Constants [0] { + } - Method [ public method getNotNullAttributes ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } - } + - Static methods [0] { + } - Method [ public method getDataTypes ] { + - Properties [1] { + Property [ protected $escaper ] + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Methods [7] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } - Method [ public method getIdentityField ] { + Method [ protected method renderFullElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ boolean $raw ] } + - Return [ string ] } - Method [ public method getBindTypes ] { + Method [ protected method renderElement ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ protected method orderAttributes ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] } + - Return [ array ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ protected method renderAttributes ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ array $attributes ] } + - Return [ string ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ protected method selfClose ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] } + - Return [ string ] } + } + } - Method [ public method setAutomaticUpdateAttributes ] { + Class [ class Phalcon\Html\TagFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] - } - } + - Constants [0] { + } - Method [ public method setEmptyStringAttributes ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $mapper ] + Property [ protected $services ] + Property [ private $escaper ] + } + + - Methods [6] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + Parameter #1 [ array $services ] } } - Method [ public method getEmptyStringAttributes ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } } - Method [ public method getDefaultValues ] { + Method [ protected method getAdapters ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getColumnMap ] { + Method [ protected method checkService ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method getReverseColumnMap ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ public method hasAttribute ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + - Parameters [1] { + Parameter #0 [ array $services ] } - } - - Method [ public method isEmpty ] { + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\MetaData\Session extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Http\Cookie extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\CookieInterface ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -35408,245 +39234,271 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_metaData ] - Property [ protected $_columnMap ] - Property [ protected $_prefix ] + - Properties [13] { + Property [ protected $container ] + Property [ protected $domain ] + Property [ protected $expire ] + Property [ protected $filter ] + Property [ protected $httpOnly ] + Property [ protected $name ] + Property [ protected $path ] + Property [ protected $read ] + Property [ protected $restored ] + Property [ protected $secure ] + Property [ protected $signKey ] + Property [ protected $useEncryption ] + Property [ protected $value ] } - - Methods [33] { + - Methods [24] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [7] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + Parameter #2 [ integer $expire ] + Parameter #3 [ string $path ] + Parameter #4 [ boolean or NULL $secure ] + Parameter #5 [ string or NULL $domain ] + Parameter #6 [ boolean $httpOnly ] } } - Method [ public method read ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method write ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] - } + Method [ public method delete ] { } - Method [ final protected method _initialize ] { + Method [ public method getDomain ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method getExpiration ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method getHttpOnly ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setStrategy ] { + Method [ public method getName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getStrategy ] { + Method [ public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method readMetaData ] { + Method [ public method getSecure ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method getValue ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Parameter #0 [ $filters ] + Parameter #1 [ $defaultValue ] } } - Method [ final public method writeMetaDataIndex ] { + Method [ public method isUsingEncryption ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ final public method readColumnMap ] { + Method [ public method restore ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ final public method readColumnMapIndex ] { + Method [ public method send ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [0] { } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getAttributes ] { + Method [ public method setDomain ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $domain ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ public method setExpiration ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ integer $expire ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method setHttpOnly ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ boolean $httpOnly ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getNotNullAttributes ] { + Method [ public method setPath ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $path ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getDataTypes ] { + Method [ public method setSecure ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ boolean $secure ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method setSignKey ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string or NULL $signKey ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getIdentityField ] { + Method [ public method setValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $value ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getBindTypes ] { + Method [ public method useEncryption ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ boolean $useEncryption ] } + - Return [ Phalcon\Http\CookieInterface ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ protected method assertSignKeyIsLongEnough ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ string $signKey ] } + - Return [ void ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } - Method [ public method setAutomaticUpdateAttributes ] { + Class [ class Phalcon\Http\Cookie\Exception extends Phalcon\Exception implements Throwable ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] - } - } + - Constants [0] { + } - Method [ public method setEmptyStringAttributes ] { + - Static properties [0] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method getEmptyStringAttributes ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method getDefaultValues ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } + Method [ public method __wakeup ] { } - Method [ public method getColumnMap ] { + Method [ final public method getMessage ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } + Method [ final public method getCode ] { } - Method [ public method getReverseColumnMap ] { + Method [ final public method getFile ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - } + Method [ final public method getLine ] { } - Method [ public method hasAttribute ] { + Method [ final public method getTrace ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] - } + Method [ final public method getPrevious ] { } - Method [ public method isEmpty ] { + Method [ final public method getTraceAsString ] { } - Method [ public method reset ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\StrategyInterface ] { + Class [ class Phalcon\Http\Message\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable ] { - Constants [0] { } @@ -35657,80 +39509,55 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [2] { - Method [ final public method getMetaData ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ final public method getColumnMaps ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] - } + Method [ public method __wakeup ] { } - } - } - - Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\StrategyInterface ] { - - Constants [0] { - } + Method [ final public method getMessage ] { + } - - Static properties [0] { - } + Method [ final public method getCode ] { + } - - Static methods [0] { - } + Method [ final public method getFile ] { + } - - Properties [0] { - } + Method [ final public method getLine ] { + } - - Methods [2] { - Method [ final public method getMetaData ] { + Method [ final public method getTrace ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] - } + Method [ final public method getPrevious ] { } - Method [ final public method getColumnMaps ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] - } + Method [ public method __toString ] { } } } - Class [ class Phalcon\Mvc\Model\MetaData\Xcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ final class Phalcon\Http\Message\Request extends Phalcon\Http\Message\AbstractRequest implements Psr\Http\Message\RequestInterface, Psr\Http\Message\MessageInterface ] { - - Constants [16] { - Constant [ public integer MODELS_ATTRIBUTES ] { 0 } - Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ public integer MODELS_NOT_NULL ] { 3 } - Constant [ public integer MODELS_DATA_TYPES ] { 4 } - Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ public integer MODELS_DATE_AT ] { 6 } - Constant [ public integer MODELS_DATE_IN ] { 7 } - Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ public integer MODELS_COLUMN_MAP ] { 0 } - Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -35740,1010 +39567,1131 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_strategy ] - Property [ protected $_columnMap ] - Property [ protected $_prefix ] - Property [ protected $_ttl ] - Property [ protected $_metaData ] + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $method ] + Property [ protected $requestTarget ] + Property [ protected $uri ] } - - Methods [33] { + - Methods [32] { Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] + Parameter #2 [ $body ] + Parameter #3 [ $headers ] } } - Method [ public method read ] { + Method [ public method getMethod ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method write ] { + Method [ public method getUri ] { + } - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $data ] + Method [ public method getRequestTarget ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method _initialize ] { + Method [ public method withMethod ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $key ] - Parameter #2 [ $table ] - Parameter #3 [ $schema ] + - Parameters [1] { + Parameter #0 [ $method ] } + - Return [ NULL ] } - Method [ public method setDI ] { + Method [ public method withRequestTarget ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ $requestTarget ] } + - Return [ NULL ] } - Method [ public method getDI ] { + Method [ public method withUri ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost ] + } + - Return [ NULL ] } - Method [ public method setStrategy ] { + Method [ final protected method processMethod ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + Parameter #0 [ $method ] } + - Return [ string ] } - Method [ public method getStrategy ] { - } - - Method [ final public method readMetaData ] { + Method [ final protected method processUri ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $uri ] } + - Return [ Psr\Http\Message\UriInterface ] } - Method [ final public method readMetaDataIndex ] { + Method [ public method getBody ] { + } - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + Method [ public method getProtocolVersion ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ final public method writeMetaDataIndex ] { + Method [ public method getHeader ] { - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] - Parameter #2 [ $data ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ array ] } - Method [ final public method readColumnMap ] { + Method [ public method getHeaderLine ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $name ] } + - Return [ string ] } - Method [ final public method readColumnMapIndex ] { + Method [ public method getHeaders ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $index ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getAttributes ] { + Method [ public method hasHeader ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $name ] } + - Return [ boolean ] } - Method [ public method getPrimaryKeyAttributes ] { + Method [ public method withAddedHeader ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method withBody ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } + - Return [ NULL ] } - Method [ public method getNotNullAttributes ] { + Method [ public method withHeader ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ public method getDataTypes ] { + Method [ public method withProtocolVersion ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $version ] } + - Return [ NULL ] } - Method [ public method getDataTypesNumeric ] { + Method [ public method withoutHeader ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $name ] } + - Return [ NULL ] } - Method [ public method getIdentityField ] { + Method [ final protected method checkHeaderHost ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ Phalcon\Collection $collection ] } + - Return [ Phalcon\Collection ] } - Method [ public method getBindTypes ] { + Method [ final protected method checkHeaderName ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $name ] } + - Return [ void ] } - Method [ public method getAutomaticCreateAttributes ] { + Method [ final protected method checkHeaderValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $value ] } + - Return [ void ] } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ final protected method getHeaderValue ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $values ] } + - Return [ array ] } - Method [ public method setAutomaticCreateAttributes ] { + Method [ final protected method getUriHost ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } + - Return [ string ] } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ final protected method populateHeaderCollection ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + - Parameters [1] { + Parameter #0 [ array $headers ] } + - Return [ Phalcon\Collection ] } - Method [ public method setEmptyStringAttributes ] { + Method [ final protected method processBody ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array $attributes ] + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method getEmptyStringAttributes ] { + Method [ final protected method processHeaders ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $headers ] } + - Return [ Phalcon\Collection ] } - Method [ public method getDefaultValues ] { + Method [ final protected method processProtocol ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $protocol ] } + - Return [ string ] } - Method [ public method getColumnMap ] { + Method [ final protected method cloneInstance ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } - Method [ public method getReverseColumnMap ] { + Method [ final protected method checkStringParameter ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method hasAttribute ] { + Method [ final protected method processWith ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $attribute ] + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } + } + } - Method [ public method isEmpty ] { - } + Class [ final class Phalcon\Http\Message\RequestFactory implements Psr\Http\Message\RequestFactoryInterface ] { - Method [ public method reset ] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method createRequest ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] + } + - Return [ Psr\Http\Message\RequestInterface ] } } } - Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ final class Phalcon\Http\Message\Response extends Phalcon\Http\Message\AbstractMessage implements Psr\Http\Message\ResponseInterface, Psr\Http\Message\MessageInterface ] { - - Constants [4] { - Constant [ public integer TYPE_SELECT ] { 309 } - Constant [ public integer TYPE_INSERT ] { 306 } - Constant [ public integer TYPE_UPDATE ] { 300 } - Constant [ public integer TYPE_DELETE ] { 303 } + - Constants [0] { } - - Static properties [1] { - Property [ protected static $_irPhqlCache ] + - Static properties [0] { } - - Static methods [1] { - Method [ static public method clean ] { - } + - Static methods [0] { } - - Properties [22] { - Property [ protected $_dependencyInjector ] - Property [ protected $_manager ] - Property [ protected $_metaData ] - Property [ protected $_type ] - Property [ protected $_phql ] - Property [ protected $_ast ] - Property [ protected $_intermediate ] - Property [ protected $_models ] - Property [ protected $_sqlAliases ] - Property [ protected $_sqlAliasesModels ] - Property [ protected $_sqlModelsAliases ] - Property [ protected $_sqlAliasesModelsInstances ] - Property [ protected $_sqlColumnAliases ] - Property [ protected $_modelsInstances ] - Property [ protected $_cache ] - Property [ protected $_cacheOptions ] - Property [ protected $_uniqueRow ] - Property [ protected $_bindParams ] - Property [ protected $_bindTypes ] - Property [ protected $_enableImplicitJoins ] - Property [ protected $_sharedLock ] - Property [ protected $_transaction ] + - Properties [6] { + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $uri ] + Property [ private $reasonPhrase ] + Property [ private $statusCode ] } - - Methods [49] { - Method [ public method getTransaction ] { + - Methods [32] { + Method [ public method getReasonPhrase ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getStatusCode ] { + + - Parameters [0] { + } + - Return [ integer ] } Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $phql ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] - Parameter #2 [ $options ] + Parameter #0 [ $body ] + Parameter #1 [ integer $code ] + Parameter #2 [ array $headers ] } } - Method [ public method setDI ] { + Method [ public method withStatus ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [2] { + Parameter #0 [ $code ] + Parameter #1 [ $reasonPhrase ] } + - Return [ Phalcon\Http\Message\Response ] } - Method [ public method getDI ] { + Method [ private method checkCodeType ] { + + - Parameters [1] { + Parameter #0 [ $code ] + } + - Return [ void ] } - Method [ public method setUniqueRow ] { + Method [ private method checkCodeValue ] { - Parameters [1] { - Parameter #0 [ $uniqueRow ] + Parameter #0 [ integer $code ] } + - Return [ void ] } - Method [ public method getUniqueRow ] { + Method [ private method getPhrases ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final protected method _getQualified ] { + Method [ private method processCode ] { - - Parameters [1] { - Parameter #0 [ array $expr ] + - Parameters [2] { + Parameter #0 [ $code ] + Parameter #1 [ $phrase ] } + - Return [ void ] } - Method [ final protected method _getCallArgument ] { + Method [ public method getBody ] { + } - - Parameters [1] { - Parameter #0 [ array $argument ] + Method [ public method getProtocolVersion ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ final protected method _getCaseExpression ] { + Method [ public method getUri ] { + } + + Method [ public method getHeader ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ $name ] } + - Return [ array ] } - Method [ final protected method _getFunctionCall ] { + Method [ public method getHeaderLine ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ $name ] } + - Return [ string ] } - Method [ final protected method _getExpression ] { + Method [ public method getHeaders ] { - - Parameters [2] { - Parameter #0 [ $expr ] - Parameter #1 [ $quoting ] + - Parameters [0] { } + - Return [ array ] } - Method [ final protected method _getSelectColumn ] { + Method [ public method hasHeader ] { - Parameters [1] { - Parameter #0 [ array $column ] + Parameter #0 [ $name ] } + - Return [ boolean ] } - Method [ final protected method _getTable ] { + Method [ public method withAddedHeader ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ $qualifiedName ] + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ final protected method _getJoin ] { + Method [ public method withBody ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + } + - Return [ NULL ] + } + + Method [ public method withHeader ] { - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ $join ] + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ final protected method _getJoinType ] { + Method [ public method withProtocolVersion ] { - Parameters [1] { - Parameter #0 [ $join ] + Parameter #0 [ $version ] } + - Return [ NULL ] } - Method [ final protected method _getSingleJoin ] { + Method [ public method withoutHeader ] { - - Parameters [5] { - Parameter #0 [ $joinType ] - Parameter #1 [ $joinSource ] - Parameter #2 [ $modelAlias ] - Parameter #3 [ $joinAlias ] - Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ NULL ] } - Method [ final protected method _getMultiJoin ] { + Method [ final protected method checkHeaderHost ] { - - Parameters [5] { - Parameter #0 [ $joinType ] - Parameter #1 [ $joinSource ] - Parameter #2 [ $modelAlias ] - Parameter #3 [ $joinAlias ] - Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] + - Parameters [1] { + Parameter #0 [ Phalcon\Collection $collection ] } + - Return [ Phalcon\Collection ] } - Method [ final protected method _getJoins ] { + Method [ final protected method checkHeaderName ] { - Parameters [1] { - Parameter #0 [ $select ] + Parameter #0 [ $name ] } + - Return [ void ] } - Method [ final protected method _getOrderClause ] { + Method [ final protected method checkHeaderValue ] { - Parameters [1] { - Parameter #0 [ $order ] + Parameter #0 [ $value ] } + - Return [ void ] } - Method [ final protected method _getGroupClause ] { + Method [ final protected method getHeaderValue ] { - Parameters [1] { - Parameter #0 [ array $group ] + Parameter #0 [ $values ] } + - Return [ array ] } - Method [ final protected method _getLimitClause ] { + Method [ final protected method getUriHost ] { - Parameters [1] { - Parameter #0 [ array $limitClause ] + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } + - Return [ string ] } - Method [ final protected method _prepareSelect ] { + Method [ final protected method populateHeaderCollection ] { - - Parameters [2] { - Parameter #0 [ $ast ] - Parameter #1 [ $merge ] + - Parameters [1] { + Parameter #0 [ array $headers ] } + - Return [ Phalcon\Collection ] } - Method [ final protected method _prepareInsert ] { - } + Method [ final protected method processBody ] { - Method [ final protected method _prepareUpdate ] { + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ final protected method _prepareDelete ] { - } + Method [ final protected method processHeaders ] { - Method [ public method parse ] { + - Parameters [1] { + Parameter #0 [ $headers ] + } + - Return [ Phalcon\Collection ] } - Method [ public method getCache ] { + Method [ final protected method processProtocol ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + - Return [ string ] } - Method [ final protected method _executeSelect ] { + Method [ final protected method cloneInstance ] { - - Parameters [4] { - Parameter #0 [ $intermediate ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] - Parameter #3 [ $simulate ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } - Method [ final protected method _executeInsert ] { + Method [ final protected method checkStringParameter ] { - - Parameters [3] { - Parameter #0 [ $intermediate ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ final protected method _executeUpdate ] { + Method [ final protected method processWith ] { - - Parameters [3] { - Parameter #0 [ $intermediate ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } + } + } - Method [ final protected method _executeDelete ] { + Class [ final class Phalcon\Http\Message\ResponseFactory implements Psr\Http\Message\ResponseFactoryInterface ] { - - Parameters [3] { - Parameter #0 [ $intermediate ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method createResponse ] { + + - Parameters [2] { + Parameter #0 [ integer $code ] + Parameter #1 [ string $reasonPhrase ] } + - Return [ Psr\Http\Message\ResponseInterface ] } + } + } - Method [ final protected method _getRelatedRecords ] { + Class [ final class Phalcon\Http\Message\ServerRequest extends Phalcon\Http\Message\AbstractRequest implements Psr\Http\Message\ServerRequestInterface, Psr\Http\Message\MessageInterface, Psr\Http\Message\RequestInterface ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ $intermediate ] - Parameter #2 [ $bindParams ] - Parameter #3 [ $bindTypes ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $method ] + Property [ protected $requestTarget ] + Property [ protected $uri ] + Property [ private $attributes ] + Property [ private $cookieParams ] + Property [ private $parsedBody ] + Property [ private $queryParams ] + Property [ private $serverParams ] + Property [ private $uploadedFiles ] + } + + - Methods [46] { + Method [ public method getCookieParams ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method execute ] { + Method [ public method getParsedBody ] { + } - - Parameters [2] { - Parameter #0 [ $bindParams ] - Parameter #1 [ $bindTypes ] + Method [ public method getQueryParams ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method getSingleResult ] { + Method [ public method getServerParams ] { - - Parameters [2] { - Parameter #0 [ $bindParams ] - Parameter #1 [ $bindTypes ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method setType ] { + Method [ public method getUploadedFiles ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getType ] { + Method [ public method __construct ] { + + - Parameters [10] { + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] + Parameter #2 [ array $serverParams ] + Parameter #3 [ $body ] + Parameter #4 [ $headers ] + Parameter #5 [ array $cookies ] + Parameter #6 [ array $queryParams ] + Parameter #7 [ array $uploadFiles ] + Parameter #8 [ $parsedBody ] + Parameter #9 [ string $protocol ] + } } - Method [ public method setBindParams ] { + Method [ public method getAttribute ] { - Parameters [2] { - Parameter #0 [ array $bindParams ] - Parameter #1 [ $merge ] + Parameter #0 [ $name ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getBindParams ] { + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setBindTypes ] { + Method [ public method withAttribute ] { - Parameters [2] { - Parameter #0 [ array $bindTypes ] - Parameter #1 [ $merge ] + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method setSharedLock ] { + Method [ public method withCookieParams ] { - Parameters [1] { - Parameter #0 [ $sharedLock ] + Parameter #0 [ array $cookies ] } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method getBindTypes ] { + Method [ public method withParsedBody ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method setIntermediate ] { + Method [ public method withQueryParams ] { - Parameters [1] { - Parameter #0 [ array $intermediate ] + Parameter #0 [ array $query ] } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method getIntermediate ] { + Method [ public method withUploadedFiles ] { + + - Parameters [1] { + Parameter #0 [ array $uploadedFiles ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method cache ] { + Method [ public method withoutAttribute ] { - Parameters [1] { - Parameter #0 [ $cacheOptions ] + Parameter #0 [ $name ] } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method getCacheOptions ] { - } + Method [ private method checkUploadedFiles ] { - Method [ public method getSql ] { + - Parameters [1] { + Parameter #0 [ array $files ] + } + - Return [ void ] } - Method [ protected method getReadConnection ] { + Method [ public method getMethod ] { - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array or NULL $intermediate ] - Parameter #2 [ array or NULL $bindParams ] - Parameter #3 [ array or NULL $bindTypes ] + - Parameters [0] { } + - Return [ string ] } - Method [ protected method getWriteConnection ] { + Method [ public method getUri ] { + } - - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ array or NULL $intermediate ] - Parameter #2 [ array or NULL $bindParams ] - Parameter #3 [ array or NULL $bindTypes ] + Method [ public method getRequestTarget ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method setTransaction ] { + Method [ public method withMethod ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ $method ] } + - Return [ NULL ] } - } - } - - Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [2] { - Constant [ public string OPERATOR_OR ] { or } - Constant [ public string OPERATOR_AND ] { and } - } - - Static properties [0] { - } - - - Static methods [0] { - } + Method [ public method withRequestTarget ] { - - Properties [17] { - Property [ protected $_dependencyInjector ] - Property [ protected $_columns ] - Property [ protected $_models ] - Property [ protected $_joins ] - Property [ protected $_with ] - Property [ protected $_conditions ] - Property [ protected $_group ] - Property [ protected $_having ] - Property [ protected $_order ] - Property [ protected $_limit ] - Property [ protected $_offset ] - Property [ protected $_forUpdate ] - Property [ protected $_sharedLock ] - Property [ protected $_bindParams ] - Property [ protected $_bindTypes ] - Property [ protected $_distinct ] - Property [ protected $_hiddenParamNumber ] - } + - Parameters [1] { + Parameter #0 [ $requestTarget ] + } + - Return [ NULL ] + } - - Methods [47] { - Method [ public method __construct ] { + Method [ public method withUri ] { - Parameters [2] { - Parameter #0 [ $params ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost ] } + - Return [ NULL ] } - Method [ public method setDI ] { + Method [ final protected method processMethod ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ $method ] } + - Return [ string ] } - Method [ public method getDI ] { - } - - Method [ public method distinct ] { + Method [ final protected method processUri ] { - Parameters [1] { - Parameter #0 [ $distinct ] + Parameter #0 [ $uri ] } + - Return [ Psr\Http\Message\UriInterface ] } - Method [ public method getDistinct ] { + Method [ public method getBody ] { } - Method [ public method columns ] { + Method [ public method getProtocolVersion ] { - - Parameters [1] { - Parameter #0 [ $columns ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getColumns ] { + Method [ public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] } - Method [ public method from ] { + Method [ public method getHeaderLine ] { - Parameters [1] { - Parameter #0 [ $models ] + Parameter #0 [ $name ] } + - Return [ string ] } - Method [ public method addFrom ] { + Method [ public method getHeaders ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $alias ] - Parameter #2 [ $with ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getFrom ] { - } - - Method [ public method join ] { + Method [ public method hasHeader ] { - - Parameters [4] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] - Parameter #3 [ $type ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ boolean ] } - Method [ public method innerJoin ] { + Method [ public method withAddedHeader ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ public method leftJoin ] { + Method [ public method withBody ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } + - Return [ NULL ] } - Method [ public method rightJoin ] { + Method [ public method withHeader ] { - - Parameters [3] { - Parameter #0 [ $model ] - Parameter #1 [ $conditions ] - Parameter #2 [ $alias ] + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] } + - Return [ NULL ] } - Method [ public method getJoins ] { - } - - Method [ public method where ] { + Method [ public method withProtocolVersion ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ $version ] } + - Return [ NULL ] } - Method [ public method andWhere ] { + Method [ public method withoutHeader ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ NULL ] } - Method [ public method orWhere ] { + Method [ final protected method checkHeaderHost ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ Phalcon\Collection $collection ] } + - Return [ Phalcon\Collection ] } - Method [ public method betweenWhere ] { + Method [ final protected method checkHeaderName ] { - - Parameters [4] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ $operator ] + - Parameters [1] { + Parameter #0 [ $name ] } + - Return [ void ] } - Method [ public method notBetweenWhere ] { + Method [ final protected method checkHeaderValue ] { - - Parameters [4] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ $operator ] + - Parameters [1] { + Parameter #0 [ $value ] } + - Return [ void ] } - Method [ public method inWhere ] { + Method [ final protected method getHeaderValue ] { - - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ $operator ] + - Parameters [1] { + Parameter #0 [ $values ] } + - Return [ array ] } - Method [ public method notInWhere ] { + Method [ final protected method getUriHost ] { - - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ $operator ] + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } + - Return [ string ] } - Method [ public method getWhere ] { - } - - Method [ public method orderBy ] { + Method [ final protected method populateHeaderCollection ] { - Parameters [1] { - Parameter #0 [ $orderBy ] + Parameter #0 [ array $headers ] } + - Return [ Phalcon\Collection ] } - Method [ public method getOrderBy ] { + Method [ final protected method processBody ] { + + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method having ] { + Method [ final protected method processHeaders ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ $headers ] } + - Return [ Phalcon\Collection ] } - Method [ public method andHaving ] { + Method [ final protected method processProtocol ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [1] { + Parameter #0 [ $protocol ] } + - Return [ string ] } - Method [ public method orHaving ] { + Method [ final protected method cloneInstance ] { - - Parameters [3] { - Parameter #0 [ $conditions ] - Parameter #1 [ $bindParams ] - Parameter #2 [ $bindTypes ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } - Method [ public method betweenHaving ] { + Method [ final protected method checkStringParameter ] { - - Parameters [4] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ $operator ] + - Parameters [1] { + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method notBetweenHaving ] { + Method [ final protected method processWith ] { - - Parameters [4] { - Parameter #0 [ $expr ] - Parameter #1 [ $minimum ] - Parameter #2 [ $maximum ] - Parameter #3 [ $operator ] + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] } + - Return [ NULL ] } + } + } - Method [ public method inHaving ] { + Class [ class Phalcon\Http\Message\ServerRequestFactory implements Psr\Http\Message\ServerRequestFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method createServerRequest ] { - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ $operator ] + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] + Parameter #2 [ array $serverParams ] } + - Return [ Psr\Http\Message\ServerRequestInterface ] } - Method [ public method notInHaving ] { + Method [ public method load ] { - - Parameters [3] { - Parameter #0 [ $expr ] - Parameter #1 [ array $values ] - Parameter #2 [ $operator ] + - Parameters [5] { + Parameter #0 [ array or NULL $server ] + Parameter #1 [ array or NULL $get ] + Parameter #2 [ array or NULL $post ] + Parameter #3 [ array or NULL $cookies ] + Parameter #4 [ array or NULL $files ] } + - Return [ Phalcon\Http\Message\ServerRequest ] } - Method [ public method getHaving ] { + Method [ protected method getHeaders ] { } - Method [ public method forUpdate ] { + Method [ private method calculateUriHost ] { - - Parameters [1] { - Parameter #0 [ $forUpdate ] + - Parameters [2] { + Parameter #0 [ Phalcon\Collection $server ] + Parameter #1 [ Phalcon\Collection $headers ] } + - Return [ array ] } - Method [ public method limit ] { + Method [ private method calculateUriHostFromHeader ] { - - Parameters [2] { - Parameter #0 [ $limit ] - Parameter #1 [ $offset ] + - Parameters [1] { + Parameter #0 [ string $host ] } + - Return [ array ] } - Method [ public method getLimit ] { - } - - Method [ public method offset ] { + Method [ private method calculateUriPath ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ Phalcon\Collection $server ] } + - Return [ string ] } - Method [ public method getOffset ] { - } - - Method [ public method groupBy ] { + Method [ private method calculateUriQuery ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ Phalcon\Collection $server ] } + - Return [ string ] } - Method [ public method getGroupBy ] { - } + Method [ private method calculateUriScheme ] { - Method [ final public method getPhql ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Collection $server ] + Parameter #1 [ Phalcon\Collection $headers ] + } + - Return [ string ] } - Method [ public method getQuery ] { + Method [ private method checkNullArray ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ array $super ] + } + - Return [ array ] } - Method [ final public method autoescape ] { + Method [ private method createUploadedFile ] { - Parameters [1] { - Parameter #0 [ $identifier ] + Parameter #0 [ array $file ] } + - Return [ Phalcon\Http\Message\UploadedFile ] } - Method [ protected method _conditionBetween ] { + Method [ private method getHeader ] { - - Parameters [5] { - Parameter #0 [ $clause ] - Parameter #1 [ $operator ] - Parameter #2 [ $expr ] - Parameter #3 [ $minimum ] - Parameter #4 [ $maximum ] + - Parameters [3] { + Parameter #0 [ Phalcon\Collection $headers ] + Parameter #1 [ string $name ] + Parameter #2 [ $defaultValue ] } } - Method [ protected method _conditionNotBetween ] { + Method [ private method parseCookieHeader ] { - - Parameters [5] { - Parameter #0 [ $clause ] - Parameter #1 [ $operator ] - Parameter #2 [ $expr ] - Parameter #3 [ $minimum ] - Parameter #4 [ $maximum ] + - Parameters [1] { + Parameter #0 [ string $cookieHeader ] } + - Return [ array ] } - Method [ protected method _conditionIn ] { + Method [ private method parseHeaders ] { - - Parameters [4] { - Parameter #0 [ $clause ] - Parameter #1 [ $operator ] - Parameter #2 [ $expr ] - Parameter #3 [ array $values ] + - Parameters [1] { + Parameter #0 [ Phalcon\Collection $server ] } + - Return [ Phalcon\Collection ] } - Method [ protected method _conditionNotIn ] { + Method [ private method parseServer ] { - - Parameters [4] { - Parameter #0 [ $clause ] - Parameter #1 [ $operator ] - Parameter #2 [ $expr ] - Parameter #3 [ array $values ] + - Parameters [1] { + Parameter #0 [ array $server ] } + - Return [ Phalcon\Collection ] } - } - } - - Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method parsePHQL ] { + Method [ private method parseUploadedFiles ] { - Parameters [1] { - Parameter #0 [ $phql ] + Parameter #0 [ array $files ] } + - Return [ Phalcon\Collection ] } - } - - Properties [0] { - } + Method [ private method parseUri ] { - - Methods [0] { + - Parameters [2] { + Parameter #0 [ Phalcon\Collection $server ] + Parameter #1 [ Phalcon\Collection $headers ] + } + - Return [ Phalcon\Http\Message\Uri ] + } } } - Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { + Class [ final class Phalcon\Http\Message\StreamFactory implements Psr\Http\Message\StreamFactoryInterface ] { - Constants [0] { } @@ -36754,42 +40702,40 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_success ] - Property [ protected $_model ] + - Properties [0] { } - - Methods [4] { - Method [ public method __construct ] { + - Methods [3] { + Method [ public method createStream ] { - - Parameters [2] { - Parameter #0 [ $success ] - Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $model ] + - Parameters [1] { + Parameter #0 [ string $content ] } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method getModel ] { - } + Method [ public method createStreamFromFile ] { - Method [ public method getMessages ] { + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] } - Method [ public method success ] { + Method [ public method createStreamFromResource ] { + + - Parameters [1] { + Parameter #0 [ $phpResource ] + } + - Return [ Psr\Http\Message\StreamInterface ] } } } - Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { + Class [ class Phalcon\Http\Message\Stream\Input extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - - Constants [8] { - Constant [ public integer BELONGS_TO ] { 0 } - Constant [ public integer HAS_ONE ] { 1 } - Constant [ public integer HAS_MANY ] { 2 } - Constant [ public integer HAS_ONE_THROUGH ] { 3 } - Constant [ public integer HAS_MANY_THROUGH ] { 4 } - Constant [ public integer NO_ACTION ] { 0 } - Constant [ public integer ACTION_RESTRICT ] { 1 } - Constant [ public integer ACTION_CASCADE ] { 2 } + - Constants [0] { } - Static properties [0] { @@ -36798,94 +40744,141 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [8] { - Property [ protected $_type ] - Property [ protected $_referencedModel ] - Property [ protected $_fields ] - Property [ protected $_referencedFields ] - Property [ protected $_intermediateModel ] - Property [ protected $_intermediateFields ] - Property [ protected $_intermediateReferencedFields ] - Property [ protected $_options ] + - Properties [5] { + Property [ protected $handle ] + Property [ protected $stream ] + Property [ protected $warning ] + Property [ private $data ] + Property [ private $eof ] } - - Methods [16] { - Method [ public method __construct ] { + - Methods [18] { + Method [ public method __construct ] { + } - - Parameters [5] { - Parameter #0 [ $type ] - Parameter #1 [ $referencedModel ] - Parameter #2 [ $fields ] - Parameter #3 [ $referencedFields ] - Parameter #4 [ $options ] + Method [ public method __toString ] { + + - Parameters [0] { } + - Return [ string ] } - Method [ public method setIntermediateRelation ] { + Method [ public method getContents ] { - - Parameters [3] { - Parameter #0 [ $intermediateFields ] - Parameter #1 [ $intermediateModel ] - Parameter #2 [ $intermediateReferencedFields ] + - Parameters [1] { + Parameter #0 [ integer $length ] } + - Return [ string ] } - Method [ public method getType ] { + Method [ public method isWritable ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getReferencedModel ] { + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + - Return [ string ] } - Method [ public method getFields ] { + Method [ public method __destruct ] { } - Method [ public method getReferencedFields ] { + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ public method getOptions ] { + Method [ public method detach ] { } - Method [ public method getOption ] { + Method [ public method eof ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method getMetadata ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $key ] } } - Method [ public method isForeignKey ] { + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ integer or NULL ] } - Method [ public method getForeignKey ] { + Method [ public method isReadable ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getParams ] { + Method [ public method isSeekable ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method isThrough ] { + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ public method isReusable ] { + Method [ public method seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + - Return [ void ] } - Method [ public method getIntermediateFields ] { + Method [ public method setStream ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] + } + - Return [ void ] } - Method [ public method getIntermediateModel ] { + Method [ public method tell ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method getIntermediateReferencedFields ] { + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ integer ] } } } - 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\Http\Message\Stream\Memory extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - - Constants [5] { - Constant [ public integer TYPE_RESULT_FULL ] { 0 } - Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } - Constant [ public integer HYDRATE_RECORDS ] { 0 } - Constant [ public integer HYDRATE_OBJECTS ] { 2 } - Constant [ public integer HYDRATE_ARRAYS ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -36894,168 +40887,142 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [12] { - Property [ protected $_result ] - Property [ protected $_cache ] - Property [ protected $_isFresh ] - Property [ protected $_pointer ] - Property [ protected $_count ] - Property [ protected $_activeRow ] - Property [ protected $_rows ] - Property [ protected $_row ] - Property [ protected $_errorMessages ] - Property [ protected $_hydrateMode ] - Property [ protected $_columnTypes ] - Property [ protected $_disableHydration ] + - Properties [3] { + Property [ protected $handle ] + Property [ protected $stream ] + Property [ protected $warning ] } - - Methods [28] { - Method [ public method __construct ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $columnTypes ] - Parameter #1 [ Phalcon\Db\ResultInterface or NULL $result ] - Parameter #2 [ Phalcon\Cache\BackendInterface or NULL $cache ] + - Parameters [1] { + Parameter #0 [ $mode ] } } - Method [ final public method current ] { + Method [ public method __destruct ] { } - Method [ public method toArray ] { - } + Method [ public method __toString ] { - Method [ public method serialize ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method unserialize ] { + Method [ public method close ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method next ] { - } - - Method [ public method valid ] { + Method [ public method detach ] { } - Method [ public method key ] { - } + Method [ public method eof ] { - Method [ final public method rewind ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ final public method seek ] { + Method [ public method getContents ] { - - Parameters [1] { - Parameter #0 [ $position ] + - Parameters [0] { } + - Return [ string ] } - Method [ final public method count ] { - } - - Method [ public method offsetExists ] { + Method [ public method getMetadata ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $key ] } } - Method [ public method offsetGet ] { + Method [ public method getSize ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ integer or NULL ] } - Method [ public method offsetSet ] { + Method [ public method isReadable ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method offsetUnset ] { + Method [ public method isSeekable ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getType ] { - } - - Method [ public method getFirst ] { - } + Method [ public method isWritable ] { - Method [ public method getLast ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setIsFresh ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $isFresh ] + Parameter #0 [ $length ] } + - Return [ string ] } - Method [ public method isFresh ] { - } - - Method [ public method setHydrateMode ] { + Method [ public method rewind ] { - - Parameters [1] { - Parameter #0 [ $hydrateMode ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getHydrateMode ] { - } - - Method [ public method getCache ] { - } + Method [ public method seek ] { - Method [ public method getMessages ] { + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + - Return [ void ] } - Method [ public method update ] { + Method [ public method setStream ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ Closure or NULL $conditionCallback ] + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ public method tell ] { - - Parameters [1] { - Parameter #0 [ Closure or NULL $conditionCallback ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method filter ] { + Method [ public method write ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ $data ] } - } - - Method [ public method jsonSerialize ] { + - Return [ integer ] } } } - Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { + Class [ class Phalcon\Http\Message\Stream\Temp extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - - Constants [5] { - Constant [ public integer TYPE_RESULT_FULL ] { 0 } - Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } - Constant [ public integer HYDRATE_RECORDS ] { 0 } - Constant [ public integer HYDRATE_OBJECTS ] { 2 } - Constant [ public integer HYDRATE_ARRAYS ] { 1 } + - Constants [0] { } - Static properties [0] { @@ -37064,168 +41031,140 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [13] { - Property [ protected $_result ] - Property [ protected $_cache ] - Property [ protected $_isFresh ] - Property [ protected $_pointer ] - Property [ protected $_count ] - Property [ protected $_activeRow ] - Property [ protected $_rows ] - Property [ protected $_row ] - Property [ protected $_errorMessages ] - Property [ protected $_hydrateMode ] - Property [ protected $_model ] - Property [ protected $_columnMap ] - Property [ protected $_keepSnapshots ] + - Properties [3] { + Property [ protected $handle ] + Property [ protected $stream ] + Property [ protected $warning ] } - - Methods [28] { - Method [ public method __construct ] { + - Methods [18] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ $columnMap ] - Parameter #1 [ $model ] - Parameter #2 [ $result ] - Parameter #3 [ Phalcon\Cache\BackendInterface or NULL $cache ] - Parameter #4 [ $keepSnapshots ] + - Parameters [1] { + Parameter #0 [ $mode ] } } - Method [ final public method current ] { + Method [ public method __destruct ] { } - Method [ public method toArray ] { + Method [ public method __toString ] { - - Parameters [1] { - Parameter #0 [ $renameColumns ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method serialize ] { - } - - Method [ public method unserialize ] { + Method [ public method close ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method next ] { - } - - Method [ public method valid ] { + Method [ public method detach ] { } - Method [ public method key ] { - } + Method [ public method eof ] { - Method [ final public method rewind ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ final public method seek ] { + Method [ public method getContents ] { - - Parameters [1] { - Parameter #0 [ $position ] + - Parameters [0] { } + - Return [ string ] } - Method [ final public method count ] { - } - - Method [ public method offsetExists ] { + Method [ public method getMetadata ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $key ] } } - Method [ public method offsetGet ] { + Method [ public method getSize ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ integer or NULL ] } - Method [ public method offsetSet ] { + Method [ public method isReadable ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method offsetUnset ] { + Method [ public method isSeekable ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method getType ] { - } - - Method [ public method getFirst ] { - } + Method [ public method isWritable ] { - Method [ public method getLast ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method setIsFresh ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $isFresh ] + Parameter #0 [ $length ] } + - Return [ string ] } - Method [ public method isFresh ] { - } - - Method [ public method setHydrateMode ] { + Method [ public method rewind ] { - - Parameters [1] { - Parameter #0 [ $hydrateMode ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method getHydrateMode ] { - } - - Method [ public method getCache ] { - } + Method [ public method seek ] { - Method [ public method getMessages ] { + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + - Return [ void ] } - Method [ public method update ] { + Method [ public method setStream ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ Closure or NULL $conditionCallback ] + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] } + - Return [ void ] } - Method [ public method delete ] { + Method [ public method tell ] { - - Parameters [1] { - Parameter #0 [ Closure or NULL $conditionCallback ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method filter ] { + Method [ public method write ] { - Parameters [1] { - Parameter #0 [ $filter ] + Parameter #0 [ $data ] } - } - - Method [ public method jsonSerialize ] { + - Return [ integer ] } } } - Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { + Class [ final class Phalcon\Http\Message\UploadedFile implements Psr\Http\Message\UploadedFileInterface ] { - Constants [0] { } @@ -37236,70 +41175,103 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [0] { + - Properties [7] { + Property [ private $alreadyMoved ] + Property [ private $clientFilename ] + Property [ private $clientMediaType ] + Property [ private $error ] + Property [ private $fileName ] + Property [ private $size ] + Property [ private $stream ] } - - Methods [9] { - Method [ public method setDirtyState ] { + - Methods [11] { + Method [ public method getClientFilename ] { - - Parameters [1] { - Parameter #0 [ $dirtyState ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method offsetExists ] { + Method [ public method getClientMediaType ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ string or NULL ] } - Method [ public method offsetGet ] { + Method [ public method getError ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method offsetSet ] { + Method [ public method getSize ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ integer or NULL ] } - Method [ public method offsetUnset ] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $stream ] + Parameter #1 [ integer or NULL $size ] + Parameter #2 [ integer $error ] + Parameter #3 [ string or NULL $clientFilename ] + Parameter #4 [ string or NULL $clientMediaType ] + } + } + + Method [ public method getStream ] { + } + + Method [ public method moveTo ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ $targetPath ] } + - Return [ void ] } - Method [ public method readAttribute ] { + Method [ private method checkError ] { - Parameters [1] { - Parameter #0 [ $attribute ] + Parameter #0 [ integer $error ] } + - Return [ void ] } - Method [ public method writeAttribute ] { + Method [ private method checkStream ] { - Parameters [2] { - Parameter #0 [ $attribute ] - Parameter #1 [ $value ] + Parameter #0 [ $stream ] + Parameter #1 [ integer $error ] } + - Return [ void ] } - Method [ public method toArray ] { + Method [ private method getErrorDescription ] { + + - Parameters [1] { + Parameter #0 [ integer $error ] + } + - Return [ string ] } - Method [ public method jsonSerialize ] { + Method [ private method storeFile ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { + Class [ final class Phalcon\Http\Message\UploadedFileFactory implements Psr\Http\Message\UploadedFileFactoryInterface ] { - Constants [0] { } @@ -37310,148 +41282,11940 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [7] { - Property [ protected $_connection ] - Property [ protected $_activeTransaction ] - Property [ protected $_isNewTransaction ] - Property [ protected $_rollbackOnAbort ] - Property [ protected $_manager ] - Property [ protected $_messages ] - Property [ protected $_rollbackRecord ] + - Properties [0] { } - - Methods [12] { - Method [ public method __construct ] { + - Methods [1] { + Method [ public method createUploadedFile ] { - - Parameters [3] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] - Parameter #1 [ $autoBegin ] - Parameter #2 [ $service ] + - Parameters [5] { + Parameter #0 [ Psr\Http\Message\StreamInterface $stream ] + Parameter #1 [ integer or NULL $size ] + Parameter #2 [ integer $error ] + Parameter #3 [ string or NULL $clientFilename ] + Parameter #4 [ string or NULL $clientMediaType ] + } + - Return [ Psr\Http\Message\UploadedFileInterface ] + } + } + } + + Class [ final class Phalcon\Http\Message\Uri extends Phalcon\Http\Message\AbstractCommon implements Psr\Http\Message\UriInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ private $fragment ] + Property [ private $host ] + Property [ private $pass ] + Property [ private $path ] + Property [ private $port ] + Property [ private $query ] + Property [ private $scheme ] + Property [ private $user ] + } + + - Methods [27] { + Method [ public method getFragment ] { + } + + Method [ public method getHost ] { + } + + Method [ public method getPath ] { + } + + Method [ public method getPort ] { + } + + Method [ public method getQuery ] { + } + + Method [ public method getScheme ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAuthority ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserInfo ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method withFragment ] { + + - Parameters [1] { + Parameter #0 [ $fragment ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + + Method [ public method withPath ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + + Method [ public method withPort ] { + + - Parameters [1] { + Parameter #0 [ $port ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + + Method [ public method withQuery ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + + Method [ public method withScheme ] { + + - Parameters [1] { + Parameter #0 [ $scheme ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + + Method [ public method withUserInfo ] { + + - Parameters [2] { + Parameter #0 [ $user ] + Parameter #1 [ $password ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + + Method [ public method withHost ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + + Method [ private method checkValue ] { + + - Parameters [3] { + Parameter #0 [ string $value ] + Parameter #1 [ string $prefix ] + Parameter #2 [ string $suffix ] + } + - Return [ string ] + } + + Method [ private method filterFragment ] { + + - Parameters [1] { + Parameter #0 [ string $fragment ] + } + - Return [ string ] + } + + Method [ private method filterPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ string ] + } + + Method [ private method filterPort ] { + + - Parameters [1] { + Parameter #0 [ $port ] + } + - Return [ integer ] + } + + Method [ private method filterQuery ] { + + - Parameters [1] { + Parameter #0 [ string $query ] + } + - Return [ string ] + } + + Method [ private method filterScheme ] { + + - Parameters [1] { + Parameter #0 [ string $scheme ] + } + - Return [ string ] + } + + Method [ private method splitQueryValue ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ array ] + } + + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + - Return [ NULL ] + } + + Method [ final protected method checkStringParameter ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ final protected method processWith ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + - Return [ NULL ] + } + } + } + + Class [ final class Phalcon\Http\Message\UriFactory implements Psr\Http\Message\UriFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method createUri ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ Psr\Http\Message\UriInterface ] + } + } + } + + Class [ class Phalcon\Http\Request extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\RequestInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $container ] + Property [ private $filterService ] + Property [ private $httpMethodParameterOverride ] + Property [ private $queryFilters ] + Property [ private $putCache ] + Property [ private $rawBody ] + Property [ private $strictHostCheck ] + } + + - Methods [69] { + Method [ public method getHttpMethodParameterOverride ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method setHttpMethodParameterOverride ] { + + - Parameters [1] { + Parameter #0 [ boolean $httpMethodParameterOverride ] + } + } + + Method [ public method get ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] + } + } + + Method [ public method getAcceptableContent ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getBasicAuth ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method getBestAccept ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getBestCharset ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getBestLanguage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getClientAddress ] { + + - Parameters [1] { + Parameter #0 [ boolean $trustForwardedHeader ] + } + } + + Method [ public method getClientCharsets ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getContentType ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getDigestAuth ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFilteredQuery ] { + + - Parameters [4] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ boolean $notAllowEmpty ] + Parameter #3 [ boolean $noRecursive ] + } + } + + Method [ public method getFilteredPost ] { + + - Parameters [4] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ boolean $notAllowEmpty ] + Parameter #3 [ boolean $noRecursive ] + } + } + + Method [ public method getFilteredPut ] { + + - Parameters [4] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ boolean $notAllowEmpty ] + Parameter #3 [ boolean $noRecursive ] + } + } + + Method [ final public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ string ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getHttpHost ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getHTTPReferer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getJsonRawBody ] { + + - Parameters [1] { + Parameter #0 [ boolean $associative ] + } + } + + Method [ public method getLanguages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getMethod ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPort ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getPost ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] + } + } + + Method [ public method getPut ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] + } + } + + Method [ public method getQuery ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ boolean $notAllowEmpty ] + Parameter #4 [ boolean $noRecursive ] + } + } + + Method [ public method getRawBody ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getScheme ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getServer ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string or NULL ] + } + + Method [ public method getServerAddress ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getServerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUploadedFiles ] { + + - Parameters [2] { + Parameter #0 [ boolean $onlySuccessful ] + Parameter #1 [ boolean $namedKeys ] + } + - Return [ array ] + } + + Method [ final public method getURI ] { + + - Parameters [1] { + Parameter #0 [ boolean $onlyPath ] + } + - Return [ string ] + } + + Method [ public method getUserAgent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method hasFiles ] { + + - Parameters [1] { + Parameter #0 [ boolean $onlySuccessful ] + } + - Return [ integer ] + } + + Method [ final public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ boolean ] + } + + Method [ public method hasPost ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method hasPut ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method hasQuery ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ final public method hasServer ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method isAjax ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isConnect ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isDelete ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isGet ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isHead ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isMethod ] { + + - Parameters [2] { + Parameter #0 [ $methods ] + Parameter #1 [ boolean $strict ] + } + - Return [ boolean ] + } + + Method [ public method isOptions ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isPatch ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isPost ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isPut ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isPurge ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isSecure ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isStrictHostCheck ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isSoap ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isTrace ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isValidHttpMethod ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ boolean ] + } + + Method [ public method setParameterFilters ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $filters ] + Parameter #2 [ array $scope ] + } + - Return [ Phalcon\Http\RequestInterface ] + } + + Method [ public method setStrictHostCheck ] { + + - Parameters [1] { + Parameter #0 [ boolean $flag ] + } + - Return [ Phalcon\Http\RequestInterface ] + } + + Method [ final protected method getBestQuality ] { + + - Parameters [2] { + Parameter #0 [ array $qualityParts ] + Parameter #1 [ string $name ] + } + - Return [ string ] + } + + Method [ final protected method getHelper ] { + + - Parameters [6] { + Parameter #0 [ array $source ] + Parameter #1 [ string or NULL $name ] + Parameter #2 [ $filters ] + Parameter #3 [ $defaultValue ] + Parameter #4 [ boolean $notAllowEmpty ] + Parameter #5 [ boolean $noRecursive ] + } + } + + Method [ final protected method hasFileHelper ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ boolean $onlySuccessful ] + } + - Return [ integer ] + } + + Method [ final protected method getQualityHeader ] { + + - Parameters [2] { + Parameter #0 [ string $serverIndex ] + Parameter #1 [ string $name ] + } + - Return [ array ] + } + + Method [ protected method resolveAuthorizationHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method smoothFiles ] { + + - 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 [ array ] + } + + Method [ private method getFilterService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Filter\FilterInterface ] + } + + Method [ private method getServerArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + 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\Http\Request\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $error ] + Property [ protected $extension ] + Property [ protected $key ] + Property [ protected $name ] + Property [ protected $realType ] + Property [ protected $size ] + Property [ protected $tmp ] + Property [ protected $type ] + } + + - Methods [11] { + Method [ public method getError ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getKey ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $file ] + Parameter #1 [ $key ] + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getTempName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isUploadedFile ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method moveTo ] { + + - Parameters [1] { + Parameter #0 [ string $destination ] + } + - Return [ boolean ] + } + } + } + + Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $container ] + Property [ protected $content ] + Property [ protected $cookies ] + Property [ protected $eventsManager ] + Property [ protected $file ] + Property [ protected $headers ] + Property [ protected $sent ] + Property [ protected $statusCodes ] + } + + - Methods [34] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $content ] + Parameter #1 [ $code ] + Parameter #2 [ $status ] + } + } + + Method [ public method appendContent ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getCookies ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\HeadersInterface ] + } + + Method [ public method getReasonPhrase ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getStatusCode ] { + + - Parameters [0] { + } + - Return [ integer or NULL ] + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method isSent ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method redirect ] { + + - Parameters [3] { + Parameter #0 [ $location ] + Parameter #1 [ boolean $externalRedirect ] + Parameter #2 [ integer $statusCode ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method removeHeader ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method resetHeaders ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method send ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method sendCookies ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method sendHeaders ] { + } + + Method [ public method setCache ] { + + - Parameters [1] { + Parameter #0 [ integer $minutes ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setContent ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setContentLength ] { + + - Parameters [1] { + Parameter #0 [ integer $contentLength ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setContentType ] { + + - Parameters [2] { + Parameter #0 [ string $contentType ] + Parameter #1 [ $charset ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setCookies ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setEtag ] { + + - Parameters [1] { + Parameter #0 [ string $etag ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setExpires ] { + + - Parameters [1] { + Parameter #0 [ DateTime $datetime ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setFileToSend ] { + + - Parameters [3] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $attachmentName ] + Parameter #2 [ $attachment ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + 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 [ $content ] + Parameter #1 [ integer $jsonOptions ] + Parameter #2 [ integer $depth ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setLastModified ] { + + - Parameters [1] { + Parameter #0 [ DateTime $datetime ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setNotModified ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setStatusCode ] { + + - Parameters [2] { + Parameter #0 [ integer $code ] + Parameter #1 [ string or NULL $message ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ public method setRawHeader ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + } + } + + Class [ class Phalcon\Http\Response\Cookies extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Response\CookiesInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $container ] + Property [ protected $cookies ] + Property [ protected $registered ] + Property [ protected $signKey ] + Property [ protected $useEncryption ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ boolean $useEncryption ] + Parameter #1 [ string or NULL $signKey ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Http\CookieInterface ] + } + + Method [ public method getCookies ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method isUsingEncryption ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ public method send ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method set ] { + + - Parameters [7] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + Parameter #2 [ integer $expire ] + Parameter #3 [ string $path ] + Parameter #4 [ boolean or NULL $secure ] + Parameter #5 [ string or NULL $domain ] + Parameter #6 [ boolean or NULL $httpOnly ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ public method setSignKey ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $signKey ] + } + - Return [ Phalcon\Http\CookieInterface ] + } + + Method [ public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ boolean $useEncryption ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + 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\Http\Response\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $headers ] + } + + - Methods [8] { + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ boolean ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ Phalcon\Http\Response\HeadersInterface ] + } + + Method [ public method reset ] { + } + + Method [ public method send ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $value ] + } + - Return [ Phalcon\Http\Response\HeadersInterface ] + } + + Method [ public method setRaw ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ Phalcon\Http\Response\HeadersInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ abstract class Phalcon\Http\Server\AbstractMiddleware implements Psr\Http\Server\MiddlewareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method process ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] + Parameter #1 [ Psr\Http\Server\RequestHandlerInterface $handler ] + } + - Return [ Psr\Http\Message\ResponseInterface ] + } + } + } + + Class [ abstract class Phalcon\Http\Server\AbstractRequestHandler implements Psr\Http\Server\RequestHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method handle ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] + } + - Return [ Psr\Http\Message\ResponseInterface ] + } + } + } + + Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $checked ] + } + + - Static methods [2] { + Method [ static public method check ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ static public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + + - Properties [7] { + Property [ protected $file ] + Property [ protected $height ] + Property [ protected $image ] + Property [ protected $mime ] + Property [ protected $realpath ] + Property [ protected $type ] + Property [ protected $width ] + } + + - Methods [38] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $file ] + Parameter #1 [ integer or NULL $width ] + Parameter #2 [ integer or NULL $height ] + } + } + + Method [ public method __destruct ] { + } + + Method [ protected method processBackground ] { + + - Parameters [4] { + Parameter #0 [ integer $r ] + Parameter #1 [ integer $g ] + Parameter #2 [ integer $b ] + Parameter #3 [ integer $opacity ] + } + } + + Method [ protected method processBlur ] { + + - Parameters [1] { + Parameter #0 [ integer $radius ] + } + } + + Method [ protected method processCreate ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + + Method [ protected method processCrop ] { + + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer $offsetX ] + Parameter #3 [ integer $offsetY ] + } + } + + Method [ protected method processFlip ] { + + - Parameters [1] { + Parameter #0 [ integer $direction ] + } + } + + Method [ protected method processMask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + } + } + + Method [ protected method processPixelate ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + } + + Method [ protected method processReflection ] { + + - Parameters [3] { + Parameter #0 [ integer $height ] + Parameter #1 [ integer $opacity ] + Parameter #2 [ boolean $fadeIn ] + } + } + + Method [ protected method processRender ] { + + - Parameters [2] { + Parameter #0 [ string $ext ] + Parameter #1 [ integer $quality ] + } + } + + Method [ protected method processResize ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + + Method [ protected method processRotate ] { + + - Parameters [1] { + Parameter #0 [ integer $degrees ] + } + } + + Method [ protected method processSave ] { + + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ integer $quality ] + } + } + + Method [ protected method processSharpen ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + } + + Method [ protected method processText ] { + + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] + Parameter #4 [ integer $r ] + Parameter #5 [ integer $g ] + Parameter #6 [ integer $b ] + Parameter #7 [ integer $size ] + Parameter #8 [ string $fontfile ] + } + } + + Method [ protected method processWatermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] + } + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getImage ] { + } + + Method [ public method getMime ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealpath ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method background ] { + + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ integer $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method blur ] { + + - Parameters [1] { + Parameter #0 [ integer $radius ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method crop ] { + + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer or NULL $offsetX ] + Parameter #3 [ integer or NULL $offsetY ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method flip ] { + + - Parameters [1] { + Parameter #0 [ integer $direction ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method liquidRescale ] { + + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer $deltaX ] + Parameter #3 [ integer $rigidity ] + } + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + } + + Method [ public method mask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method pixelate ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method reflection ] { + + - Parameters [3] { + Parameter #0 [ integer $height ] + Parameter #1 [ integer $opacity ] + Parameter #2 [ boolean $fadeIn ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ integer $quality ] + } + - Return [ string ] + } + + Method [ public method resize ] { + + - Parameters [3] { + Parameter #0 [ integer or NULL $width ] + Parameter #1 [ integer or NULL $height ] + Parameter #2 [ integer $master ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ integer $degrees ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method save ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $file ] + Parameter #1 [ integer $quality ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method text ] { + + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ integer $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ integer $size ] + Parameter #6 [ string or NULL $fontfile ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method watermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + } + } + + Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ protected static $checked ] + Property [ protected static $version ] + } + + - Static methods [1] { + Method [ static public method check ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + } + + - Properties [7] { + Property [ protected $file ] + Property [ protected $height ] + Property [ protected $image ] + Property [ protected $mime ] + Property [ protected $realpath ] + Property [ protected $type ] + Property [ protected $width ] + } + + - Methods [40] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $file ] + Parameter #1 [ integer or NULL $width ] + Parameter #2 [ integer or NULL $height ] + } + } + + Method [ public method __destruct ] { + } + + Method [ public method getInternalImInstance ] { + + - Parameters [0] { + } + - Return [ Imagick ] + } + + Method [ public method setResourceLimit ] { + + - Parameters [2] { + Parameter #0 [ integer $type ] + Parameter #1 [ integer $limit ] + } + } + + Method [ protected method processBackground ] { + + - Parameters [4] { + Parameter #0 [ integer $r ] + Parameter #1 [ integer $g ] + Parameter #2 [ integer $b ] + Parameter #3 [ integer $opacity ] + } + } + + Method [ protected method processBlur ] { + + - Parameters [1] { + Parameter #0 [ integer $radius ] + } + } + + Method [ protected method processCrop ] { + + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer $offsetX ] + Parameter #3 [ integer $offsetY ] + } + } + + Method [ protected method processFlip ] { + + - Parameters [1] { + Parameter #0 [ integer $direction ] + } + } + + Method [ protected method processLiquidRescale ] { + + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer $deltaX ] + Parameter #3 [ integer $rigidity ] + } + } + + Method [ protected method processMask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + } + } + + Method [ protected method processPixelate ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + } + + Method [ protected method processReflection ] { + + - Parameters [3] { + Parameter #0 [ integer $height ] + Parameter #1 [ integer $opacity ] + Parameter #2 [ boolean $fadeIn ] + } + } + + Method [ protected method processRender ] { + + - Parameters [2] { + Parameter #0 [ string $extension ] + Parameter #1 [ integer $quality ] + } + - Return [ string ] + } + + Method [ protected method processResize ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + + Method [ protected method processRotate ] { + + - Parameters [1] { + Parameter #0 [ integer $degrees ] + } + } + + Method [ protected method processSave ] { + + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ integer $quality ] + } + } + + Method [ protected method processSharpen ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + } + + Method [ protected method processText ] { + + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ integer $opacity ] + Parameter #4 [ integer $r ] + Parameter #5 [ integer $g ] + Parameter #6 [ integer $b ] + Parameter #7 [ integer $size ] + Parameter #8 [ string $fontfile ] + } + } + + Method [ protected method processWatermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] + } + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getImage ] { + } + + Method [ public method getMime ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealpath ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method background ] { + + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ integer $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method blur ] { + + - Parameters [1] { + Parameter #0 [ integer $radius ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method crop ] { + + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer or NULL $offsetX ] + Parameter #3 [ integer or NULL $offsetY ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method flip ] { + + - Parameters [1] { + Parameter #0 [ integer $direction ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method liquidRescale ] { + + - Parameters [4] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + Parameter #2 [ integer $deltaX ] + Parameter #3 [ integer $rigidity ] + } + - Return [ Phalcon\Image\Adapter\AbstractAdapter ] + } + + Method [ public method mask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method pixelate ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method reflection ] { + + - Parameters [3] { + Parameter #0 [ integer $height ] + Parameter #1 [ integer $opacity ] + Parameter #2 [ boolean $fadeIn ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ integer $quality ] + } + - Return [ string ] + } + + Method [ public method resize ] { + + - Parameters [3] { + Parameter #0 [ integer or NULL $width ] + Parameter #1 [ integer or NULL $height ] + Parameter #2 [ integer $master ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ integer $degrees ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method save ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $file ] + Parameter #1 [ integer $quality ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ integer $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method text ] { + + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ integer $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ integer $size ] + Parameter #6 [ string or NULL $fontfile ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method watermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ integer $offsetX ] + Parameter #2 [ integer $offsetY ] + Parameter #3 [ integer $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + } + } + + Class [ class Phalcon\Image\Enum ] { + + - Constants [9] { + Constant [ public integer AUTO ] { 4 } + Constant [ public integer HEIGHT ] { 3 } + Constant [ public integer INVERSE ] { 5 } + Constant [ public integer NONE ] { 1 } + Constant [ public integer PRECISE ] { 6 } + Constant [ public integer TENSILE ] { 7 } + Constant [ public integer WIDTH ] { 2 } + Constant [ public integer HORIZONTAL ] { 11 } + Constant [ public integer VERTICAL ] { 12 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Image\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Image\ImageFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + } + + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method newInstance ] { + + - Parameters [4] { + Parameter #0 [ string $name ] + Parameter #1 [ string $file ] + Parameter #2 [ integer or NULL $width ] + Parameter #3 [ integer or NULL $height ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Kernel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method preComputeHashKey ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $checkedPath ] + Property [ protected $classes ] + Property [ protected $directories ] + Property [ protected $eventsManager ] + Property [ protected $extensions ] + Property [ protected $fileCheckingCallback ] + Property [ protected $files ] + Property [ protected $foundPath ] + Property [ protected $namespaces ] + Property [ protected $registered ] + } + + - Methods [20] { + Method [ public method autoLoad ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ boolean ] + } + + Method [ public method getCheckedPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getClasses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDirs ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getExtensions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFiles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFoundPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getNamespaces ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method loadFiles ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ boolean $prepend ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerClasses ] { + + - Parameters [2] { + Parameter #0 [ array $classes ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerDirs ] { + + - Parameters [2] { + Parameter #0 [ array $directories ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerFiles ] { + + - Parameters [2] { + Parameter #0 [ array $files ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerNamespaces ] { + + - Parameters [2] { + Parameter #0 [ array $namespaces ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setExtensions ] { + + - Parameters [1] { + Parameter #0 [ array $extensions ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method setFileCheckingCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method unregister ] { + + - Parameters [0] { + } + - Return [ Phalcon\Loader ] + } + + Method [ protected method prepareNamespace ] { + + - Parameters [1] { + Parameter #0 [ array $namespaceName ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Loader\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Logger implements Psr\Log\LoggerInterface ] { + + - Constants [9] { + Constant [ public integer ALERT ] { 2 } + Constant [ public integer CRITICAL ] { 1 } + Constant [ public integer CUSTOM ] { 8 } + Constant [ public integer DEBUG ] { 7 } + Constant [ public integer EMERGENCY ] { 0 } + Constant [ public integer ERROR ] { 3 } + Constant [ public integer INFO ] { 6 } + Constant [ public integer NOTICE ] { 5 } + Constant [ public integer WARNING ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $adapters ] + Property [ protected $name ] + Property [ protected $excluded ] + } + + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters ] + } + } + + Method [ public method addAdapter ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] + } + - Return [ Phalcon\Logger ] + } + + Method [ public method alert ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ public method critical ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ public method debug ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ public method error ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ public method emergency ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ public method excludeAdapters ] { + + - Parameters [1] { + Parameter #0 [ array $adapters ] + } + - Return [ Phalcon\Logger ] + } + + Method [ public method getAdapter ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method info ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ public method log ] { + + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ $message ] + Parameter #2 [ array $context ] + } + - Return [ void ] + } + + Method [ public method notice ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ public method removeAdapter ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Logger ] + } + + Method [ public method setAdapters ] { + + - Parameters [1] { + Parameter #0 [ array $adapters ] + } + - Return [ Phalcon\Logger ] + } + + Method [ public method warning ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + - Return [ void ] + } + + Method [ protected method addMessage ] { + + - Parameters [3] { + Parameter #0 [ integer $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context ] + } + - Return [ boolean ] + } + + Method [ protected method getLevels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ private method getLevelNumber ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + - Return [ integer ] + } + } + } + + Class [ class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + } + + Method [ public method newInstance ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string $fileName ] + Parameter #2 [ array $options ] + } + - Return [ Phalcon\Logger\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $defaultFormatter ] + Property [ protected $formatter ] + Property [ protected $inTransaction ] + Property [ protected $queue ] + } + + - Methods [10] { + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method process ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ void ] + } + + Method [ public method __destruct ] { + } + + Method [ public method add ] { + + - 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] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method getFormatter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + } + } + + Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $defaultFormatter ] + Property [ protected $formatter ] + Property [ protected $inTransaction ] + Property [ protected $queue ] + Property [ protected $handler ] + Property [ protected $mode ] + Property [ protected $name ] + Property [ protected $options ] + } + + - Methods [12] { + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method process ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ void ] + } + + Method [ public method __destruct ] { + } + + Method [ public method add ] { + + - 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] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method getFormatter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + } + } + + Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $formatter ] + Property [ protected $inTransaction ] + Property [ protected $queue ] + Property [ protected $defaultFormatter ] + Property [ protected $facility ] + Property [ protected $name ] + Property [ protected $opened ] + Property [ protected $option ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method process ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ void ] + } + + Method [ private method logLevelToSyslog ] { + + - Parameters [1] { + Parameter #0 [ string $level ] + } + - Return [ integer ] + } + + Method [ public method __destruct ] { + } + + Method [ public method add ] { + + - 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] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method getFormatter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + } + } + + Class [ class Phalcon\Logger\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $dateFormat ] + } + + - Methods [5] { + Method [ public method getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat ] + } + } + + Method [ public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ string ] + } + + Method [ public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] + } + } + } + } + + 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 [2] { + Property [ protected $dateFormat ] + Property [ protected $format ] + } + + - Methods [7] { + Method [ public method getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat ] + } + } + + Method [ public method getFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setFormat ] { + + - Parameters [1] { + Parameter #0 [ string $format ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $format ] + Parameter #1 [ string $dateFormat ] + } + } + + Method [ public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ string ] + } + + Method [ public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] + } + } + } + } + + Class [ class Phalcon\Logger\Formatter\Syslog extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ array ] + } + + Method [ public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] + } + } + } + } + + Class [ class Phalcon\Logger\Item ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $context ] + Property [ protected $message ] + Property [ protected $name ] + Property [ protected $time ] + Property [ protected $type ] + } + + - Methods [6] { + Method [ public method getContext ] { + } + + Method [ public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTime ] { + } + + Method [ public method getType ] { + } + + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $message ] + Parameter #1 [ string $name ] + Parameter #2 [ integer $type ] + Parameter #3 [ integer $time ] + Parameter #4 [ $context ] + } + } + } + } + + Class [ class Phalcon\Logger\LoggerFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ private $adapterFactory ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\AdapterFactory $factory ] + } + } + + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters ] + } + - Return [ Phalcon\Logger ] + } + } + } + + Class [ class Phalcon\Messages\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Messages\Message implements Phalcon\Messages\MessageInterface, JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $code ] + Property [ protected $field ] + Property [ protected $message ] + Property [ protected $type ] + Property [ protected $metaData ] + } + + - Methods [13] { + Method [ public method getCode ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getField ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMetaData ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ string $message ] + Parameter #1 [ $field ] + Parameter #2 [ string $type ] + Parameter #3 [ integer $code ] + Parameter #4 [ array $metaData ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setCode ] { + + - Parameters [1] { + Parameter #0 [ integer $code ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ public method setField ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ public method setMessage ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ public method setMetaData ] { + + - Parameters [1] { + Parameter #0 [ array $metaData ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + } + } + + Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $position ] + Property [ protected $messages ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $messages ] + } + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + } + + Method [ public method appendMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method current ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $fieldName ] + } + - Return [ array ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ boolean ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $message ] + } + - 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] { + } + - Return [ boolean ] + } + } + } + + Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $container ] + Property [ protected $defaultModule ] + Property [ protected $eventsManager ] + Property [ protected $modules ] + Property [ protected $implicitView ] + Property [ protected $sendCookies ] + Property [ protected $sendHeaders ] + } + + - Methods [15] { + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + } + + Method [ public method sendCookiesOnHandleRequest ] { + + - Parameters [1] { + Parameter #0 [ boolean $sendCookies ] + } + - Return [ Phalcon\Mvc\Application ] + } + + Method [ public method sendHeadersOnHandleRequest ] { + + - Parameters [1] { + Parameter #0 [ boolean $sendHeaders ] + } + - Return [ Phalcon\Mvc\Application ] + } + + Method [ public method useImplicitView ] { + + - Parameters [1] { + Parameter #0 [ boolean $implicitView ] + } + - Return [ Phalcon\Mvc\Application ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method getDefaultModule ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getModule ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getModules ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method registerModules ] { + + - Parameters [2] { + Parameter #0 [ array $modules ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Application\AbstractApplication ] + } + + Method [ public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ string $defaultModule ] + } + - Return [ Phalcon\Application\AbstractApplication ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $container ] + Property [ protected $eventsManager ] + } + + - Methods [6] { + Method [ final public method __construct ] { + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [26] { + Property [ protected $container ] + Property [ protected $activeHandler ] + Property [ protected $activeMethodMap ] + Property [ protected $actionName ] + Property [ protected $actionSuffix ] + Property [ protected $camelCaseMap ] + Property [ protected $defaultNamespace ] + Property [ protected $handlerHashes ] + Property [ protected $handlerName ] + Property [ protected $eventsManager ] + Property [ protected $finished ] + Property [ protected $forwarded ] + Property [ protected $isControllerInitialize ] + Property [ protected $lastHandler ] + Property [ protected $modelBinder ] + Property [ protected $modelBinding ] + Property [ protected $moduleName ] + Property [ protected $namespaceName ] + Property [ protected $params ] + Property [ protected $previousActionName ] + Property [ protected $previousHandlerName ] + Property [ protected $previousNamespaceName ] + Property [ protected $returnedValue ] + Property [ protected $defaultAction ] + Property [ protected $defaultHandler ] + Property [ protected $handlerSuffix ] + } + + - Methods [48] { + Method [ public method forward ] { + + - Parameters [1] { + Parameter #0 [ $forward ] + } + - Return [ void ] + } + + Method [ public method getActiveController ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ControllerInterface ] + } + + Method [ public method getControllerClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getLastController ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ControllerInterface ] + } + + Method [ public method getPreviousActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPreviousNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setControllerName ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + } + + Method [ public method setControllerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $controllerSuffix ] + } + } + + Method [ public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + } + + Method [ protected method handleException ] { + + - Parameters [1] { + Parameter #0 [ Exception $exception ] + } + } + + Method [ protected method throwDispatchException ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ integer $exceptionCode ] + } + } + + Method [ public method callActionMethod ] { + + - Parameters [3] { + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params ] + } + } + + Method [ public method dispatch ] { + } + + Method [ public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getActiveMethod ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getBoundModels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefaultNamespace ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getModelBinder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] + } + + Method [ public method getModuleName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getParam ] { + + - Parameters [3] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + } + } + + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ boolean ] + } + + Method [ public method isFinished ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + 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 $namespaceName ] + } + - Return [ void ] + } + + Method [ public method getHandlerClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] + } + + Method [ public method setReturnedValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + + Method [ public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setHandlerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } + + Method [ public method setModelBinder ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache ] + } + - Return [ Phalcon\Dispatcher\Dispatcher ] + } + + Method [ public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ void ] + } + + Method [ public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] + } + + Method [ public method getReturnedValue ] { + } + + Method [ public method wasForwarded ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ protected method resolveEmptyProperties ] { + + - 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\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable ] { + + - Constants [6] { + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_NO_DI ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [15] { + Property [ protected $eventsManager ] + Property [ protected $activeHandler ] + Property [ protected $afterBindingHandlers ] + Property [ protected $afterHandlers ] + Property [ protected $beforeHandlers ] + Property [ protected $container ] + Property [ protected $errorHandler ] + Property [ protected $finishHandlers ] + Property [ protected $handlers ] + Property [ protected $modelBinder ] + Property [ protected $notFoundHandler ] + Property [ protected $responseHandler ] + Property [ protected $returnedValue ] + Property [ protected $router ] + Property [ protected $stopped ] + } + + - Methods [40] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method after ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method afterBinding ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method before ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method delete ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method error ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method finish ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method getActiveHandler ] { + } + + Method [ public method getBoundModels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getHandlers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getModelBinder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] + } + + Method [ public method getReturnedValue ] { + } + + Method [ public method getRouter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method getService ] { + + - Parameters [1] { + Parameter #0 [ string $serviceName ] + } + } + + Method [ public method getSharedService ] { + + - Parameters [1] { + Parameter #0 [ string $serviceName ] + } + } + + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + } + + Method [ public method hasService ] { + + - Parameters [1] { + Parameter #0 [ string $serviceName ] + } + - Return [ boolean ] + } + + Method [ public method head ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method map ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method mount ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $alias ] + } + - Return [ boolean ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $alias ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $alias ] + Parameter #1 [ $definition ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $alias ] + } + - Return [ void ] + } + + Method [ public method options ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method patch ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method post ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method put ] { + + - Parameters [2] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method setActiveHandler ] { + + - Parameters [1] { + Parameter #0 [ $activeHandler ] + } + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setModelBinder ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ $cache ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method setResponseHandler ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ Phalcon\Mvc\Micro ] + } + + Method [ public method setService ] { + + - Parameters [3] { + Parameter #0 [ string $serviceName ] + Parameter #1 [ $definition ] + Parameter #2 [ boolean $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method stop ] { + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $handler ] + Property [ protected $handlers ] + Property [ protected $lazy ] + Property [ protected $prefix ] + } + + - Methods [17] { + Method [ public method delete ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method getHandler ] { + } + + Method [ public method getHandlers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method head ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method isLazy ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method map ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method mapVia ] { + + - Parameters [4] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ $method ] + Parameter #3 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method options ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method patch ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method post ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method put ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method setHandler ] { + + - Parameters [2] { + Parameter #0 [ $handler ] + Parameter #1 [ boolean $lazy ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method setLazy ] { + + - Parameters [1] { + Parameter #0 [ boolean $lazy ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ protected method addMap ] { + + - Parameters [4] { + Parameter #0 [ $method ] + Parameter #1 [ string $routePattern ] + Parameter #2 [ $handler ] + Parameter #3 [ string $name ] + } + } + } + } + + Class [ class Phalcon\Mvc\Micro\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Mvc\Micro\LazyLoader ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $handler ] + Property [ protected $definition ] + } + + - Methods [3] { + Method [ public method getDefinition ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $definition ] + } + } + + Method [ public method callMethod ] { + + - Parameters [3] { + Parameter #0 [ string $method ] + Parameter #1 [ $arguments ] + Parameter #2 [ Phalcon\Mvc\Model\BinderInterface or NULL $modelBinder ] + } + } + } + } + + 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 integer DIRTY_STATE_DETACHED ] { 2 } + Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } + Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } + Constant [ public integer OP_CREATE ] { 1 } + Constant [ public integer OP_DELETE ] { 3 } + Constant [ public integer OP_NONE ] { 0 } + Constant [ public integer 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 ] + } + } + + Method [ static public method average ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ float ] + } + + Method [ static public method cloneResult ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] + Parameter #1 [ array $data ] + Parameter #2 [ integer $dirtyState ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ static public method cloneResultMap ] { + + - Parameters [5] { + Parameter #0 [ $base ] + Parameter #1 [ array $data ] + Parameter #2 [ $columnMap ] + Parameter #3 [ integer $dirtyState ] + Parameter #4 [ boolean or NULL $keepSnapshots ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ static public method cloneResultMapHydrate ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + Parameter #2 [ integer $hydrationMode ] + } + } + + Method [ static public method count ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ integer ] + } + + Method [ static public method find ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ static public method findFirst ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ static public method maximum ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ static public method minimum ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ static public method query ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ static public method setup ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ static public method sum ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ float ] + } + + Method [ static protected method _groupResult ] { + + - Parameters [3] { + Parameter #0 [ string $functionName ] + Parameter #1 [ string $alias ] + Parameter #2 [ $parameters ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ final static protected method _invokeFinder ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + } + } + + Method [ static private method getPreparedQuery ] { + + - Parameters [2] { + Parameter #0 [ $params ] + Parameter #1 [ $limit ] + } + - Return [ Phalcon\Mvc\Model\Query ] + } + + Method [ static private method caseInsensitiveColumnMap ] { + + - Parameters [2] { + Parameter #0 [ $columnMap ] + Parameter #1 [ $key ] + } + - Return [ string ] + } + } + + - Properties [15] { + Property [ protected $container ] + Property [ protected $dirtyState ] + Property [ protected $dirtyRelated ] + Property [ protected $errorMessages ] + Property [ protected $modelsManager ] + Property [ protected $modelsMetaData ] + Property [ protected $related ] + Property [ protected $operationMade ] + Property [ protected $oldSnapshot ] + Property [ protected $skipped ] + Property [ protected $snapshot ] + Property [ protected $transaction ] + Property [ protected $uniqueKey ] + Property [ protected $uniqueParams ] + Property [ protected $uniqueTypes ] + } + + - Methods [82] { + Method [ public method getTransaction ] { + } + + Method [ final public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + Parameter #2 [ Phalcon\Mvc\Model\ManagerInterface or NULL $modelsManager ] + } + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $property ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $property ] + } + - Return [ boolean ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $value ] + } + } + + Method [ public method addBehavior ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + } + - Return [ void ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method assign ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $whiteList ] + Parameter #2 [ $dataColumnMap ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method create ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method delete ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method dump ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method fireEvent ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ boolean ] + } + + Method [ public method fireEventCancel ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ boolean ] + } + + Method [ public method getChangedFields ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDirtyState ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getMessages ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + - Return [ array ] + } + + Method [ public method getModelsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\ManagerInterface ] + } + + Method [ public method getModelsMetaData ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaDataInterface ] + } + + Method [ public method getOperationMade ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getOldSnapshotData ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getReadConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ final public method getReadConnectionService ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRelated ] { + + - Parameters [2] { + Parameter #0 [ string $alias ] + Parameter #1 [ $arguments ] + } + } + + Method [ public method isRelationshipLoaded ] { + + - Parameters [1] { + Parameter #0 [ string $relationshipAlias ] + } + - Return [ boolean ] + } + + Method [ final public method getSchema ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSnapshotData ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getSource ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUpdatedFields ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getWriteConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ final public method getWriteConnectionService ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hasChanged ] { + + - Parameters [2] { + Parameter #0 [ $fieldName ] + Parameter #1 [ boolean $allFields ] + } + - Return [ boolean ] + } + + Method [ public method hasSnapshotData ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method hasUpdated ] { + + - Parameters [2] { + Parameter #0 [ $fieldName ] + Parameter #1 [ boolean $allFields ] + } + - Return [ boolean ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method readAttribute ] { + + - Parameters [1] { + Parameter #0 [ string $attribute ] + } + } + + Method [ public method refresh ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method save ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ final public method setConnectionService ] { + + - Parameters [1] { + Parameter #0 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ public method setDirtyState ] { + + - Parameters [1] { + Parameter #0 [ integer $dirtyState ] + } + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ final public method setReadConnectionService ] { + + - Parameters [1] { + Parameter #0 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ public method setOldSnapshotData ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + } + } + + Method [ public method setSnapshotData ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + } + - Return [ void ] + } + + Method [ public method setTransaction ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ final public method setWriteConnectionService ] { + + - Parameters [1] { + Parameter #0 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ public method skipOperation ] { + + - Parameters [1] { + Parameter #0 [ boolean $skip ] + } + - Return [ void ] + } + + Method [ public method toArray ] { + + - Parameters [1] { + Parameter #0 [ $columns ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final protected method _checkForeignKeysRestrict ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ final protected method _checkForeignKeysReverseCascade ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ final protected method _checkForeignKeysReverseRestrict ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ protected method _doLowInsert ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + Parameter #3 [ $identityField ] + } + - Return [ boolean ] + } + + Method [ protected method _doLowUpdate ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + } + - Return [ boolean ] + } + + Method [ protected method _exists ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + } + - Return [ boolean ] + } + + Method [ protected method _getRelatedRecords ] { + + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $method ] + Parameter #2 [ $arguments ] + } + } + + Method [ final protected method _possibleSetter ] { + + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $value ] + } + - Return [ boolean ] + } + + Method [ protected method _preSave ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ boolean $exists ] + Parameter #2 [ $identityField ] + } + - Return [ boolean ] + } + + Method [ protected method _preSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ boolean ] + } + + Method [ protected method _postSave ] { + + - Parameters [2] { + Parameter #0 [ boolean $success ] + Parameter #1 [ boolean $exists ] + } + - Return [ boolean ] + } + + Method [ protected method _postSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ boolean ] + } + + Method [ protected method allowEmptyStringValues ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ void ] + } + + Method [ protected method _cancelOperation ] { + } + + Method [ protected method belongsTo ] { + + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ $options ] + } + - Return [ Phalcon\Mvc\Model\Relation ] + } + + Method [ protected method hasMany ] { + + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ $options ] + } + - Return [ Phalcon\Mvc\Model\Relation ] + } + + Method [ protected method hasManyToMany ] { + + - Parameters [7] { + Parameter #0 [ $fields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateFields ] + Parameter #3 [ $intermediateReferencedFields ] + Parameter #4 [ string $referenceModel ] + Parameter #5 [ $referencedFields ] + Parameter #6 [ $options ] + } + - Return [ Phalcon\Mvc\Model\Relation ] + } + + Method [ protected method hasOne ] { + + - Parameters [4] { + Parameter #0 [ $fields ] + Parameter #1 [ string $referenceModel ] + Parameter #2 [ $referencedFields ] + Parameter #3 [ $options ] + } + - Return [ Phalcon\Mvc\Model\Relation ] + } + + Method [ protected method keepSnapshots ] { + + - Parameters [1] { + Parameter #0 [ boolean $keepSnapshot ] + } + - Return [ void ] + } + + Method [ final protected method setSchema ] { + + - Parameters [1] { + Parameter #0 [ string $schema ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ final protected method setSource ] { + + - Parameters [1] { + Parameter #0 [ string $source ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ protected method skipAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + } + + Method [ protected method skipAttributesOnCreate ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ void ] + } + + Method [ protected method skipAttributesOnUpdate ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ void ] + } + + Method [ protected method useDynamicUpdate ] { + + - Parameters [1] { + Parameter #0 [ boolean $dynamicUpdate ] + } + - Return [ void ] + } + + Method [ protected method validate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidationInterface $validator ] + } + - Return [ boolean ] + } + + Method [ public method validationHasFailed ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + 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\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 ] + } + + - Methods [5] { + Method [ public method notify ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ protected method getOptions ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $eventName ] + } + } + + Method [ public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] + } + } + + Method [ protected method mustTakeAction ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ boolean ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $options ] + } + + - Methods [6] { + Method [ public method notify ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ private method getTimestamp ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ protected method getOptions ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $eventName ] + } + } + + Method [ public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] + } + } + + Method [ protected method mustTakeAction ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ boolean ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $boundModels ] + Property [ protected $cache ] + Property [ protected $internalCache ] + Property [ protected $originalValues ] + } + + - Methods [9] { + Method [ public method getBoundModels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getOriginalValues ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] + } + } + + Method [ public method bindToHandler ] { + + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ string or NULL $methodName ] + } + - Return [ array ] + } + + Method [ protected method findBoundModel ] { + + - Parameters [2] { + Parameter #0 [ $paramValue ] + Parameter #1 [ string $className ] + } + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ protected method getParamsFromCache ] { + + - Parameters [1] { + Parameter #0 [ string $cacheKey ] + } + - Return [ array or NULL ] + } + + Method [ protected method getParamsFromReflection ] { + + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ string $methodName ] + } + - Return [ array ] + } + + Method [ public method setCache ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] + } + - Return [ Phalcon\Mvc\Model\BinderInterface ] + } + } + } + + 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 ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ string $modelName ] + Parameter #2 [ array $data ] + Parameter #3 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + } + + - Properties [5] { + Property [ protected $bindParams ] + Property [ protected $bindTypes ] + Property [ protected $hiddenParamNumber ] + Property [ protected $model ] + Property [ protected $params ] + } + + - Methods [37] { + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setModelName ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method getModelName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method bind ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method bindTypes ] { + + - Parameters [1] { + Parameter #0 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method distinct ] { + + - Parameters [1] { + Parameter #0 [ $distinct ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method columns ] { + + - Parameters [1] { + Parameter #0 [ $columns ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method join ] { + + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + Parameter #3 [ $type ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method innerJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method leftJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method rightJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - 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 ] + } + + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method betweenWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method notBetweenWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method inWhere ] { + + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method notInWhere ] { + + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method conditions ] { + + - Parameters [1] { + Parameter #0 [ string $conditions ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ string $orderColumns ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $group ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method having ] { + + - Parameters [1] { + Parameter #0 [ $having ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ integer $limit ] + Parameter #1 [ integer $offset ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ boolean $forUpdate ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ boolean $sharedLock ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method cache ] { + + - Parameters [1] { + Parameter #0 [ array $cache ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method getWhere ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getColumns ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getConditions ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getOrderBy ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getGroupBy ] { + } + + Method [ public method getHaving ] { + } + + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method createBuilder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method execute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [25] { + Property [ protected $aliases ] + Property [ protected $behaviors ] + Property [ protected $belongsTo ] + Property [ protected $belongsToSingle ] + Property [ protected $container ] + Property [ protected $customEventsManager ] + Property [ protected $dynamicUpdate ] + Property [ protected $eventsManager ] + Property [ protected $hasMany ] + Property [ protected $hasManySingle ] + Property [ protected $hasManyToMany ] + Property [ protected $hasManyToManySingle ] + Property [ protected $hasOne ] + Property [ protected $hasOneSingle ] + Property [ protected $initialized ] + Property [ protected $keepSnapshots ] + Property [ protected $lastInitialized ] + Property [ protected $lastQuery ] + Property [ protected $modelVisibility ] + Property [ protected $prefix ] + Property [ protected $readConnectionServices ] + Property [ protected $sources ] + Property [ protected $schemas ] + Property [ protected $writeConnectionServices ] + Property [ protected $reusable ] + } + + - Methods [62] { + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method setCustomEventsManager ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method getCustomEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method initialize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ boolean ] + } + + Method [ public method isInitialized ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ boolean ] + } + + Method [ public method getLastInitialized ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method setModelPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ void ] + } + + Method [ public method getModelPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setModelSource ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $source ] + } + - Return [ void ] + } + + Method [ final public method isVisibleModelProperty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $property ] + } + - Return [ boolean ] + } + + Method [ public method getModelSource ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ public method setModelSchema ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $schema ] + } + - Return [ void ] + } + + Method [ public method getModelSchema ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ public method setConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ public method setWriteConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ public method setReadConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ public method getReadConnection ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method getWriteConnection ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ protected method _getConnection ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method getReadConnectionService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ public method getWriteConnectionService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ public method _getConnectionService ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $connectionServices ] + } + - Return [ string ] + } + + Method [ public method notifyEvent ] { + + - Parameters [2] { + Parameter #0 [ string $eventName ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $eventName ] + Parameter #2 [ $data ] + } + } + + Method [ public method addBehavior ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + } + - Return [ void ] + } + + Method [ public method keepSnapshots ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ boolean $keepSnapshots ] + } + - Return [ void ] + } + + Method [ public method isKeepingSnapshots ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ boolean ] + } + + Method [ public method useDynamicUpdate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ boolean $dynamicUpdate ] + } + - Return [ void ] + } + + Method [ public method isUsingDynamicUpdate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ boolean ] + } + + Method [ public method addHasOne ] { + + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ $options ] + } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + + Method [ public method addBelongsTo ] { + + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ $options ] + } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + + Method [ public method addHasMany ] { + + - Parameters [5] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $fields ] + Parameter #2 [ string $referencedModel ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ $options ] + } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + + Method [ public method addHasManyToMany ] { + + - 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 [ $options ] + } + - Return [ Phalcon\Mvc\Model\RelationInterface ] + } + + Method [ public method existsBelongsTo ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ boolean ] + } + + Method [ public method existsHasMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ boolean ] + } + + Method [ public method existsHasOne ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ boolean ] + } + + Method [ public method existsHasManyToMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ boolean ] + } + + Method [ public method getRelationByAlias ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $alias ] + } + } + + Method [ final protected method _mergeFindParameters ] { + + - Parameters [2] { + Parameter #0 [ $findParamsOne ] + Parameter #1 [ $findParamsTwo ] + } + - Return [ array ] + } + + Method [ public method getRelationRecords ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #2 [ $parameters ] + Parameter #3 [ string or NULL $method ] + } + } + + Method [ public method getReusableRecords ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + } + } + + Method [ public method setReusableRecords ] { + + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $key ] + Parameter #2 [ $records ] + } + - Return [ void ] + } + + Method [ public method clearReusableObjects ] { + + - Parameters [0] { + } + - Return [ void ] + } + + 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 or NULL $method ] + } + } + + 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 or NULL $method ] + } + } + + 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 or NULL $method ] + } + } + + Method [ public method getBelongsTo ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getHasMany ] { + + - 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 getHasManyToMany ] { + + - 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 getRelations ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ array ] + } + + Method [ public method getRelationsBetween ] { + + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] + } + } + + Method [ public method createQuery ] { + + - Parameters [1] { + Parameter #0 [ string $phql ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method executeQuery ] { + + - Parameters [3] { + Parameter #0 [ string $phql ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $types ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method createBuilder ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method getLastQuery ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method __destruct ] { + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapter ] + Property [ protected $columnMap ] + Property [ protected $container ] + Property [ protected $metaData ] + Property [ protected $strategy ] + } + + - Methods [33] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ array or NULL $options ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getAutomaticCreateAttributes ] { + + - 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 getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + 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 ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ boolean ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } + } + + Method [ final public method readMetaData ] { + + - 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 [ integer $index ] + } + } + + Method [ public method reset ] { + + - 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 ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + - Return [ void ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $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 ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapter ] + Property [ protected $columnMap ] + Property [ protected $container ] + Property [ protected $metaData ] + Property [ protected $strategy ] + } + + - Methods [33] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getAutomaticCreateAttributes ] { + + - 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 getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + 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 ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ boolean ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } + } + + Method [ final public method readMetaData ] { + + - 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 [ integer $index ] + } + } + + 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 ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + - Return [ void ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $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 ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapter ] + Property [ protected $columnMap ] + Property [ protected $container ] + Property [ protected $metaData ] + Property [ protected $strategy ] + } + + - Methods [33] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ array or NULL ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] + } + + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getAutomaticCreateAttributes ] { + + - 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 getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + 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 ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ boolean ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } + } + + Method [ final public method readMetaData ] { + + - 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 [ integer $index ] + } + } + + Method [ public method reset ] { + + - 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 ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + - Return [ void ] + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $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 ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapter ] + Property [ protected $columnMap ] + Property [ protected $container ] + Property [ protected $metaData ] + Property [ protected $strategy ] + } + + - Methods [33] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getAutomaticCreateAttributes ] { + + - 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 getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + 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 ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ boolean ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } + } + + Method [ final public method readMetaData ] { + + - 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 [ integer $index ] + } + } + + 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 ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + - Return [ void ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $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 ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\StrategyInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final public method getColumnMaps ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] + } + - Return [ array ] + } + + Method [ final public method getMetaData ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\StrategyInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final public method getColumnMaps ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] + } + - Return [ array ] + } + + Method [ final public method getMetaData ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Stream extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $adapter ] + Property [ protected $columnMap ] + Property [ protected $container ] + Property [ protected $metaData ] + Property [ protected $strategy ] + Property [ protected $metaDataDir ] + } + + - Methods [34] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ array or NULL ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] + } + + Method [ private method throwWriteException ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + - Return [ void ] + } + + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getAutomaticCreateAttributes ] { + + - 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 getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + 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 ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ boolean ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $index ] + } + } + + Method [ final public method readMetaData ] { + + - 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 [ integer $index ] + } + } + + Method [ public method reset ] { + + - 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 ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + - Return [ void ] + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ integer $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 ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [4] { + Constant [ public integer TYPE_DELETE ] { 303 } + Constant [ public integer TYPE_INSERT ] { 306 } + Constant [ public integer TYPE_SELECT ] { 309 } + Constant [ public integer TYPE_UPDATE ] { 300 } + } + + - Static properties [1] { + Property [ protected static $_irPhqlCache ] + } + + - Static methods [1] { + Method [ static public method clean ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + + - Properties [23] { + Property [ protected $ast ] + Property [ protected $bindParams ] + Property [ protected $bindTypes ] + Property [ protected $cache ] + Property [ protected $cacheOptions ] + Property [ protected $container ] + Property [ protected $enableImplicitJoins ] + Property [ protected $intermediate ] + Property [ protected $manager ] + Property [ protected $metaData ] + Property [ protected $models ] + Property [ protected $modelsInstances ] + Property [ protected $nestingLevel ] + Property [ protected $phql ] + Property [ protected $sharedLock ] + Property [ protected $sqlAliases ] + Property [ protected $sqlAliasesModels ] + Property [ protected $sqlAliasesModelsInstances ] + Property [ protected $sqlColumnAliases ] + Property [ protected $sqlModelsAliases ] + Property [ protected $type ] + Property [ protected $uniqueRow ] + Property [ protected $_transaction ] + } + + - Methods [49] { + Method [ public method getTransaction ] { + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $phql ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + Parameter #2 [ array $options ] + } + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setUniqueRow ] { + + - Parameters [1] { + Parameter #0 [ boolean $uniqueRow ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getUniqueRow ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ final protected method _getQualified ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ array ] + } + + Method [ final protected method _getCallArgument ] { + + - Parameters [1] { + Parameter #0 [ array $argument ] + } + - Return [ array ] + } + + Method [ final protected method _getCaseExpression ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ array ] + } + + Method [ final protected method _getFunctionCall ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ array ] + } + + Method [ final protected method _getExpression ] { + + - Parameters [2] { + Parameter #0 [ array $expr ] + Parameter #1 [ boolean $quoting ] + } + - Return [ string ] + } + + Method [ final protected method _getSelectColumn ] { + + - Parameters [1] { + Parameter #0 [ array $column ] + } + - Return [ array ] + } + + Method [ final protected method _getTable ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] + Parameter #1 [ array $qualifiedName ] + } + } + + Method [ final protected method _getJoin ] { + + - 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 ] + } + - Return [ string ] + } + + 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 _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 _getJoins ] { + + - Parameters [1] { + Parameter #0 [ array $select ] + } + - Return [ array ] + } + + Method [ final protected method _getOrderClause ] { + + - Parameters [1] { + Parameter #0 [ $order ] + } + - Return [ array ] + } + + Method [ final protected method _getGroupClause ] { + + - Parameters [1] { + Parameter #0 [ array $group ] + } + - Return [ array ] + } + + Method [ final protected method _getLimitClause ] { + + - Parameters [1] { + Parameter #0 [ array $limitClause ] + } + - Return [ array ] + } + + Method [ final protected method _prepareSelect ] { + + - Parameters [2] { + Parameter #0 [ $ast ] + Parameter #1 [ boolean $merge ] + } + - Return [ array ] + } + + Method [ final protected method _prepareInsert ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method _prepareUpdate ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method _prepareDelete ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method parse ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ final protected method _executeSelect ] { + + - Parameters [4] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + Parameter #3 [ boolean $simulate ] + } + } + + Method [ final protected method _executeInsert ] { + + - Parameters [3] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + } + + Method [ final protected method _executeUpdate ] { + + - Parameters [3] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + } + + Method [ final protected method _executeDelete ] { + + - Parameters [3] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] + } + + 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 ] + } + + Method [ public method execute ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ array $bindTypes ] + } + } + + Method [ public method getSingleResult ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ integer $type ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getBindParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setBindTypes ] { + + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method setSharedLock ] { + + - Parameters [1] { + Parameter #0 [ boolean $sharedLock ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setIntermediate ] { + + - Parameters [1] { + Parameter #0 [ array $intermediate ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getIntermediate ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method cache ] { + + - Parameters [1] { + Parameter #0 [ array $cacheOptions ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getCacheOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSql ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method getReadConnection ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array or NULL $intermediate ] + Parameter #2 [ array $bindParams ] + Parameter #3 [ array $bindTypes ] + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ protected method getWriteConnection ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array or NULL $intermediate ] + Parameter #2 [ array $bindParams ] + Parameter #3 [ array $bindTypes ] + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ public method setTransaction ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [2] { + Constant [ public string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [16] { + Property [ protected $bindParams ] + Property [ protected $bindTypes ] + Property [ protected $columns ] + Property [ protected $conditions ] + Property [ protected $container ] + Property [ protected $distinct ] + Property [ protected $forUpdate ] + Property [ protected $group ] + Property [ protected $having ] + Property [ protected $hiddenParamNumber ] + Property [ protected $joins ] + Property [ protected $limit ] + Property [ protected $models ] + Property [ protected $offset ] + Property [ protected $order ] + Property [ protected $sharedLock ] + } + + - Methods [52] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $params ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method addFrom ] { + + - Parameters [2] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $alias ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method andHaving ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ final public method autoescape ] { + + - Parameters [1] { + Parameter #0 [ string $identifier ] + } + - Return [ string ] + } + + Method [ public method betweenHaving ] { + + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method betweenWhere ] { + + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method columns ] { + + - Parameters [1] { + Parameter #0 [ $columns ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method distinct ] { + + - Parameters [1] { + Parameter #0 [ $distinct ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ boolean $forUpdate ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method from ] { + + - Parameters [1] { + Parameter #0 [ $models ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method getBindParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getColumns ] { + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method getDistinct ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method getFrom ] { + } + + Method [ public method getGroupBy ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getHaving ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getJoins ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getLimit ] { + } + + Method [ public method getModels ] { + } + + Method [ public method getOffset ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getOrderBy ] { + } + + Method [ final public method getPhql ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getQuery ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getWhere ] { + } + + Method [ public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $group ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method having ] { + + - Parameters [3] { + Parameter #0 [ $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method inHaving ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method innerJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method inWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method join ] { + + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] + Parameter #3 [ string or NULL $type ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method leftJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ integer $limit ] + Parameter #1 [ $offset ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method notBetweenHaving ] { + + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method notBetweenWhere ] { + + - Parameters [4] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method notInHaving ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method notInWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ integer $offset ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ $orderBy ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method orHaving ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method rightJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ string or NULL $conditions ] + Parameter #2 [ string or NULL $alias ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method setBindTypes ] { + + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ boolean $merge ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method where ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ protected method conditionBetween ] { + + - Parameters [5] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ protected method conditionIn ] { + + - Parameters [4] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ protected method conditionNotBetween ] { + + - Parameters [5] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ protected method conditionNotIn ] { + + - Parameters [4] { + Parameter #0 [ string $clause ] + Parameter #1 [ string $operator ] + Parameter #2 [ string $expr ] + Parameter #3 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + } + } + + 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 [ string $phql ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $model ] + Property [ protected $success ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ boolean $success ] + Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $model ] + } + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getModel ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method success ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { + + - Constants [8] { + Constant [ public integer ACTION_CASCADE ] { 2 } + Constant [ public integer ACTION_RESTRICT ] { 1 } + Constant [ public integer BELONGS_TO ] { 0 } + Constant [ public integer HAS_MANY ] { 2 } + Constant [ public integer HAS_MANY_THROUGH ] { 4 } + Constant [ public integer HAS_ONE ] { 1 } + Constant [ public integer HAS_ONE_THROUGH ] { 3 } + Constant [ public integer NO_ACTION ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $fields ] + Property [ protected $intermediateFields ] + Property [ protected $intermediateModel ] + Property [ protected $intermediateReferencedFields ] + Property [ protected $options ] + Property [ protected $referencedFields ] + Property [ protected $referencedModel ] + Property [ protected $type ] + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ integer $type ] + Parameter #1 [ string $referencedModel ] + Parameter #2 [ $fields ] + Parameter #3 [ $referencedFields ] + Parameter #4 [ array $options ] + } + } + + Method [ public method getFields ] { + } + + Method [ public method getForeignKey ] { + } + + Method [ public method getIntermediateFields ] { + } + + Method [ public method getIntermediateModel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getIntermediateReferencedFields ] { + } + + Method [ public method getOption ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getParams ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getReferencedFields ] { + } + + Method [ public method getReferencedModel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isForeignKey ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isThrough ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isReusable ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method setIntermediateRelation ] { + + - Parameters [3] { + Parameter #0 [ $intermediateFields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateReferencedFields ] + } + } + } + } + + 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 [5] { + Constant [ public integer HYDRATE_ARRAYS ] { 1 } + Constant [ public integer HYDRATE_OBJECTS ] { 2 } + Constant [ public integer HYDRATE_RECORDS ] { 0 } + Constant [ public integer TYPE_RESULT_FULL ] { 0 } + Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $activeRow ] + Property [ protected $cache ] + Property [ protected $count ] + Property [ protected $errorMessages ] + Property [ protected $hydrateMode ] + Property [ protected $isFresh ] + Property [ protected $pointer ] + Property [ protected $row ] + Property [ protected $rows ] + Property [ protected $result ] + Property [ protected $columnTypes ] + Property [ protected $disableHydration ] + } + + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $columnTypes ] + Parameter #1 [ Phalcon\Db\ResultInterface or NULL $result ] + Parameter #2 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] + } + } + + Method [ final public method current ] { + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ final public method count ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ Closure or NULL $conditionCallback ] + } + - Return [ boolean ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + - Return [ array ] + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ public method getFirst ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + Method [ public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getLast ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method isFresh ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ integer or NULL ] + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ boolean ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ final public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ final public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + - Return [ void ] + } + + Method [ public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ integer $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ boolean $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ Closure or NULL $conditionCallback ] + } + - Return [ boolean ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + } + } + + 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 integer HYDRATE_ARRAYS ] { 1 } + Constant [ public integer HYDRATE_OBJECTS ] { 2 } + Constant [ public integer HYDRATE_RECORDS ] { 0 } + Constant [ public integer TYPE_RESULT_FULL ] { 0 } + Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ protected $activeRow ] + Property [ protected $cache ] + Property [ protected $count ] + Property [ protected $errorMessages ] + Property [ protected $hydrateMode ] + Property [ protected $isFresh ] + Property [ protected $pointer ] + Property [ protected $row ] + Property [ protected $rows ] + Property [ protected $result ] + Property [ protected $columnMap ] + Property [ protected $model ] + Property [ protected $keepSnapshots ] + } + + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $columnMap ] + Parameter #1 [ $model ] + Parameter #2 [ $result ] + Parameter #3 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] + Parameter #4 [ boolean or NULL $keepSnapshots ] + } + } + + Method [ final public method current ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\Resultset\ModelInterface or NULL ] + } + + Method [ public method toArray ] { + + - Parameters [1] { + Parameter #0 [ boolean $renameColumns ] + } + - Return [ array ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ final public method count ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ Closure or NULL $conditionCallback ] + } + - Return [ boolean ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + - Return [ array ] + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ public method getFirst ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + Method [ public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getLast ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method isFresh ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ integer or NULL ] + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ boolean ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ final public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ final public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + - Return [ void ] + } + + Method [ public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ integer $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ boolean $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ Closure or NULL $conditionCallback ] + } + - Return [ boolean ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ boolean ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method readAttribute ] { + + - Parameters [1] { + Parameter #0 [ string $attribute ] + } + } + + Method [ public method setDirtyState ] { + + - Parameters [1] { + Parameter #0 [ integer $dirtyState ] + } + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $activeTransaction ] + Property [ protected $connection ] + Property [ protected $isNewTransaction ] + Property [ protected $manager ] + Property [ protected $messages ] + Property [ protected $rollbackRecord ] + Property [ protected $rollbackOnAbort ] + Property [ protected $rollbackThrowException ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ boolean $autoBegin ] + Parameter #2 [ string $service ] + } + } + + Method [ public method begin ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method getConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isManaged ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method isValid ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method rollback ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $rollbackMessage ] + Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] + } + - Return [ boolean ] + } + + Method [ public method setIsNewTransaction ] { + + - Parameters [1] { + Parameter #0 [ boolean $isNew ] + } + - Return [ void ] + } + + Method [ public method setRollbackOnAbort ] { + + - Parameters [1] { + Parameter #0 [ boolean $rollbackOnAbort ] + } + - 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 [ boolean $status ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $record ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $record ] + } + } + + Method [ public method getRecord ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method getRecordMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + 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 ] + Property [ protected $initialized ] + Property [ protected $number ] + Property [ protected $rollbackPendent ] + Property [ protected $service ] + Property [ protected $transactions ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method collectTransactions ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method commit ] { + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ boolean $autoBegin ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] + } + + Method [ public method getDbService ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method getOrCreateTransaction ] { + + - Parameters [1] { + Parameter #0 [ boolean $autoBegin ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] + } + + Method [ public method getRollbackPendent ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method has ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method notifyCommit ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ void ] + } + + Method [ public method notifyRollback ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ void ] + } + + Method [ public method rollback ] { + + - Parameters [1] { + Parameter #0 [ boolean $collect ] + } + - Return [ void ] + } + + Method [ public method rollbackPendent ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method setDbService ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setRollbackPendent ] { + + - Parameters [1] { + Parameter #0 [ boolean $rollbackPendent ] + } + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + } + + Method [ protected method collectTransaction ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [6] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $messages ] + Property [ protected $model ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $validationMessages ] + } + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getModel ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [2] { + Constant [ public integer POSITION_FIRST ] { 0 } + Constant [ public integer POSITION_LAST ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [25] { + Property [ protected $container ] + Property [ protected $action ] + Property [ protected $controller ] + Property [ protected $defaultAction ] + Property [ protected $defaultController ] + Property [ protected $defaultModule ] + Property [ protected $defaultNamespace ] + Property [ protected $defaultParams ] + Property [ protected $eventsManager ] + Property [ protected $keyRouteNames ] + Property [ protected $keyRouteIds ] + Property [ protected $matchedRoute ] + Property [ protected $matches ] + Property [ protected $module ] + Property [ protected $namespaceName ] + Property [ protected $notFoundPaths ] + Property [ protected $params ] + Property [ protected $removeExtraSlashes ] + Property [ protected $routes ] + Property [ protected $uriSource ] + Property [ protected $wasMatched ] + Property [ protected $actionSuffix ] + Property [ protected $controllerSuffix ] + Property [ protected $handlers ] + Property [ protected $routePrefix ] + } + + - Methods [51] { + Method [ public method addModuleResource ] { + + - Parameters [3] { + Parameter #0 [ string $module ] + Parameter #1 [ string $handler ] + Parameter #2 [ string or NULL $prefix ] + } + - Return [ Phalcon\Mvc\Router\Annotations ] + } + + Method [ public method addResource ] { + + - Parameters [2] { + Parameter #0 [ string $handler ] + Parameter #1 [ string or NULL $prefix ] + } + - Return [ Phalcon\Mvc\Router\Annotations ] + } + + Method [ public method getResources ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ void ] + } + + Method [ public method processActionAnnotation ] { + + - Parameters [5] { + Parameter #0 [ string $module ] + Parameter #1 [ string $namespaceName ] + Parameter #2 [ string $controller ] + Parameter #3 [ string $action ] + Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] + } + } + + Method [ public method processControllerAnnotation ] { + + - Parameters [2] { + Parameter #0 [ string $handler ] + Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] + } + } + + Method [ public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + } + + Method [ public method setControllerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $controllerSuffix ] + } + } + + Method [ public method getKeyRouteNames ] { + } + + Method [ public method setKeyRouteNames ] { + + - Parameters [1] { + Parameter #0 [ $keyRouteNames ] + } + } + + Method [ public method getKeyRouteIds ] { + } + + Method [ public method setKeyRouteIds ] { + + - Parameters [1] { + Parameter #0 [ $keyRouteIds ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ boolean $defaultRoutes ] + } + } + + Method [ public method add ] { + + - Parameters [4] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] + Parameter #3 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addConnect ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addDelete ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addGet ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addHead ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addOptions ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPatch ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPost ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPurge ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPut ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addTrace ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $position ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMatchedRoute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method getMatches ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getModuleName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getRouteById ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isExactControllerName ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method mount ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ $paths ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method removeExtraSlashes ] { + + - Parameters [1] { + Parameter #0 [ boolean $remove ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ array $defaults ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ public method getDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method wasMatched ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + 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\Mvc\Router\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $beforeMatch ] + Property [ protected $hostname ] + Property [ protected $paths ] + Property [ protected $prefix ] + Property [ protected $routes ] + } + + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $paths ] + } + } + + Method [ public method add ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addConnect ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addDelete ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addGet ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addHead ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addOptions ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPatch ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPost ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPurge ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addPut ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method addTrace ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method beforeMatch ] { + + - Parameters [1] { + Parameter #0 [ $beforeMatch ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getBeforeMatch ] { + } + + Method [ public method getHostname ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPaths ] { + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ string $hostname ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ public method setPaths ] { + + - Parameters [1] { + Parameter #0 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ protected method addRoute ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + } + } + + Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $uniqueId ] + } + + - Static methods [2] { + Method [ static public method getRoutePaths ] { + + - Parameters [1] { + Parameter #0 [ $paths ] + } + - Return [ array ] + } + + Method [ static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + + - Properties [11] { + Property [ protected $beforeMatch ] + Property [ protected $compiledPattern ] + Property [ protected $converters ] + Property [ protected $group ] + Property [ protected $hostname ] + Property [ protected $id ] + Property [ protected $methods ] + Property [ protected $match ] + Property [ protected $name ] + Property [ protected $paths ] + Property [ protected $pattern ] + } + + - Methods [25] { + Method [ public method getId ] { + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] + } + } + + Method [ public method beforeMatch ] { + + - Parameters [1] { + Parameter #0 [ $callback ] } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method setTransactionManager ] { + Method [ public method compilePattern ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + Parameter #0 [ string $pattern ] } + - Return [ string ] } - Method [ public method begin ] { - } + Method [ public method convert ] { - Method [ public method commit ] { + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method rollback ] { + Method [ public method extractNamedParams ] { - - Parameters [2] { - Parameter #0 [ $rollbackMessage ] - Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] + - Parameters [1] { + Parameter #0 [ string $pattern ] } } - Method [ public method getConnection ] { + Method [ public method getBeforeMatch ] { } - Method [ public method setIsNewTransaction ] { + Method [ public method getCompiledPattern ] { - - Parameters [1] { - Parameter #0 [ $isNew ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setRollbackOnAbort ] { + Method [ public method getConverters ] { - - Parameters [1] { - Parameter #0 [ $rollbackOnAbort ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method isManaged ] { - } + Method [ public method getGroup ] { - Method [ public method getMessages ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Router\GroupInterface or NULL ] } - Method [ public method isValid ] { + Method [ public method getHttpMethods ] { } - Method [ public method setRollbackedRecord ] { + Method [ public method getHostname ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + - Parameters [0] { } + - Return [ string ] } - } - } - Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable ] { + Method [ public method getMatch ] { + } - - Constants [0] { - } + Method [ public method getName ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getPaths ] { - - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $_record ] - } + - Parameters [0] { + } + - Return [ array ] + } - - Methods [12] { - Method [ public method __construct ] { + Method [ public method getPattern ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $record ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getRecordMessages ] { - } + Method [ public method getReversedPaths ] { - Method [ public method getRecord ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method __wakeup ] { - } + Method [ public method getRouteId ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ public method match ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method getFile ] { + Method [ public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ void ] } - Method [ final public method getLine ] { + Method [ public method setGroup ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method getTrace ] { + Method [ public method setHttpMethods ] { + + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method getPrevious ] { + Method [ public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ string $hostname ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } - Method [ public method __toString ] { + Method [ public method via ] { + + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } - Class [ class Phalcon\Mvc\Model\Transaction\Manager implements Phalcon\Mvc\Model\Transaction\ManagerInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface ] { - - Constants [0] { + - Constants [6] { + Constant [ public integer LEVEL_ACTION_VIEW ] { 1 } + Constant [ public integer LEVEL_BEFORE_TEMPLATE ] { 2 } + Constant [ public integer LEVEL_LAYOUT ] { 3 } + Constant [ public integer LEVEL_MAIN_LAYOUT ] { 5 } + Constant [ public integer LEVEL_NO_RENDER ] { 0 } + Constant [ public integer LEVEL_AFTER_TEMPLATE ] { 4 } } - Static properties [0] { @@ -37460,428 +53224,466 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_initialized ] - Property [ protected $_rollbackPendent ] - Property [ protected $_number ] - Property [ protected $_service ] - Property [ protected $_transactions ] - } + - Properties [24] { + Property [ protected $container ] + Property [ protected $eventsManager ] + Property [ protected $actionName ] + Property [ protected $activeRenderPaths ] + Property [ protected $basePath ] + Property [ protected $content ] + Property [ protected $controllerName ] + Property [ protected $currentRenderLevel ] + Property [ protected $disabled ] + Property [ protected $disabledLevels ] + Property [ protected $engines ] + Property [ protected $layout ] + Property [ protected $layoutsDir ] + Property [ protected $mainView ] + Property [ protected $options ] + Property [ protected $params ] + Property [ protected $pickView ] + Property [ protected $partialsDir ] + Property [ protected $registeredEngines ] + Property [ protected $renderLevel ] + Property [ protected $templatesAfter ] + Property [ protected $templatesBefore ] + Property [ protected $viewsDirs ] + Property [ protected $viewParams ] + } + + - Methods [58] { + Method [ public method getCurrentRenderLevel ] { + } + + Method [ public method getRegisteredEngines ] { + } + + Method [ public method getRenderLevel ] { + } - - Methods [17] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] + Parameter #0 [ array $options ] } } - Method [ public method setDI ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $key ] } } - Method [ public method getDI ] { - } - - Method [ public method setDbService ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ $service ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method getDbService ] { - } - - Method [ public method setRollbackPendent ] { + Method [ public method __set ] { - - Parameters [1] { - Parameter #0 [ $rollbackPendent ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } } - Method [ public method getRollbackPendent ] { - } + Method [ public method cleanTemplateAfter ] { - Method [ public method has ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] } - Method [ public method get ] { + Method [ public method cleanTemplateBefore ] { - - Parameters [1] { - Parameter #0 [ $autoBegin ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\View ] } - Method [ public method getOrCreateTransaction ] { + Method [ public method disableLevel ] { - Parameters [1] { - Parameter #0 [ $autoBegin ] + Parameter #0 [ $level ] } + - Return [ Phalcon\Mvc\ViewInterface ] } - Method [ public method rollbackPendent ] { - } + Method [ public method disable ] { - Method [ public method commit ] { + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] } - Method [ public method rollback ] { + Method [ public method enable ] { - - Parameters [1] { - Parameter #0 [ $collect ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\View ] } - Method [ public method notifyRollback ] { + Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + Parameter #0 [ string $view ] } + - Return [ boolean ] } - Method [ public method notifyCommit ] { + Method [ public method finish ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\View ] } - Method [ protected method _collectTransaction ] { + Method [ public method getActionName ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method collectTransactions ] { + Method [ public method getActiveRenderPath ] { } - } - } - - Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $_model ] - Property [ protected $_messages ] - } - - Methods [12] { - Method [ public method __construct ] { + Method [ public method getBasePath ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Model $model ] - Parameter #1 [ array $validationMessages ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getModel ] { - } + Method [ public method getContent ] { - Method [ public method getMessages ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __wakeup ] { - } + Method [ public method getControllerName ] { - Method [ final public method getMessage ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { - } + Method [ public method getLayout ] { - Method [ final public method getFile ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { - } + Method [ public method getLayoutsDir ] { - Method [ final public method getTrace ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getPrevious ] { - } + Method [ public method getMainView ] { - Method [ final public method getTraceAsString ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { - } - } - } + Method [ public method getParamsToView ] { - Class [ class Phalcon\Mvc\Model\Validator\Email extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { + - Parameters [0] { + } + - Return [ array ] + } - - Constants [0] { - } + Method [ public method getPartial ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + - Return [ string ] + } - - Static methods [0] { - } + Method [ public method getPartialsDir ] { - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] - } + - Parameters [0] { + } + - Return [ string ] + } - - Methods [7] { - Method [ public method validate ] { + Method [ public method getRender ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + - Parameters [4] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + Parameter #3 [ $configCallback ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getVar ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $key ] } } - Method [ protected method appendMessage ] { + Method [ public method getViewsDir ] { + } - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + Method [ protected method getViewsDirs ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method getMessages ] { - } + Method [ public method isDisabled ] { - Method [ public method getOptions ] { + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getOption ] { + Method [ public method partial ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] } } - Method [ public method isSetOption ] { + Method [ public method pick ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ $renderView ] } + - Return [ Phalcon\Mvc\View ] } - } - } - Class [ class Phalcon\Mvc\Model\Validator\Exclusionin extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - - - 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 [2] { - Property [ protected $_options ] - Property [ protected $_messages ] - } + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + } + } - - Methods [7] { - Method [ public method validate ] { + Method [ public method reset ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\View ] } - Method [ public method __construct ] { + Method [ public method setBasePath ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $basePath ] } + - Return [ Phalcon\Mvc\View ] } - Method [ protected method appendMessage ] { + Method [ public method setContent ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [1] { + Parameter #0 [ string $content ] } + - Return [ Phalcon\Mvc\View ] } - Method [ public method getMessages ] { - } + Method [ public method setLayout ] { - Method [ public method getOptions ] { + - Parameters [1] { + Parameter #0 [ string $layout ] + } + - Return [ Phalcon\Mvc\View ] } - Method [ public method getOption ] { + Method [ public method setLayoutsDir ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ string $layoutsDir ] } + - Return [ Phalcon\Mvc\View ] } - Method [ public method isSetOption ] { + Method [ public method setMainView ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ string $viewPath ] } + - Return [ Phalcon\Mvc\View ] } - } - } - - Class [ class Phalcon\Mvc\Model\Validator\Inclusionin extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - - Constants [0] { - } + Method [ public method setPartialsDir ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $partialsDir ] + } + - Return [ Phalcon\Mvc\View ] + } - - Static methods [0] { - } + Method [ public method setParamToView ] { - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View ] + } - - Methods [7] { - Method [ public method validate ] { + Method [ public method setRenderLevel ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + Parameter #0 [ integer $level ] } + - Return [ Phalcon\Mvc\ViewInterface ] } - Method [ public method __construct ] { + Method [ public method setTemplateAfter ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $templateAfter ] } + - Return [ Phalcon\Mvc\View ] } - Method [ protected method appendMessage ] { + Method [ public method setTemplateBefore ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [1] { + Parameter #0 [ $templateBefore ] } + - Return [ Phalcon\Mvc\View ] } - Method [ public method getMessages ] { - } + Method [ public method setVar ] { - Method [ public method getOptions ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View ] } - Method [ public method getOption ] { + Method [ public method setVars ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ array $params ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Mvc\View ] } - Method [ public method isSetOption ] { + Method [ public method setViewsDir ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ $viewsDir ] } + - Return [ Phalcon\Mvc\View ] } - } - } - Class [ class Phalcon\Mvc\Model\Validator\Ip extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { + Method [ public method start ] { - - Constants [2] { - Constant [ public integer VERSION_4 ] { 1048576 } - Constant [ public integer VERSION_6 ] { 2097152 } - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } - - Static properties [0] { - } + Method [ public method toString ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + } + - Return [ string ] + } - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] - } + Method [ protected method engineRender ] { - - Methods [7] { - Method [ public method validate ] { + - Parameters [4] { + Parameter #0 [ array $engines ] + Parameter #1 [ string $viewPath ] + Parameter #2 [ boolean $silence ] + Parameter #3 [ boolean $mustClean ] + } + } + + Method [ final protected method isAbsolutePath ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + Parameter #0 [ string $path ] } } - Method [ public method __construct ] { + Method [ protected method loadTemplateEngines ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method appendMessage ] { + Method [ public method processRender ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [4] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + Parameter #3 [ boolean $fireEvents ] } + - Return [ boolean ] } - Method [ public method getMessages ] { + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getOptions ] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] } - Method [ public method getOption ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method isSetOption ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Validator\Numericality extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { + Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -37892,122 +53694,93 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [3] { + Property [ protected $container ] + Property [ protected $eventsManager ] + Property [ protected $view ] } - - Methods [7] { - Method [ public method validate ] { + - Methods [10] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ boolean $mustClean ] } } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } - Method [ protected method appendMessage ] { + Method [ public method getContent ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getMessages ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method getOption ] { + Method [ public method getView ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\ViewBaseInterface ] } - Method [ public method isSetOption ] { + Method [ public method partial ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Model\Validator\PresenceOf extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] - } - - Methods [7] { - Method [ public method validate ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + Parameter #0 [ string $propertyName ] } } - Method [ public method __construct ] { + Method [ public method getDI ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ protected method appendMessage ] { + Method [ public method getEventsManager ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [0] { } + - Return [ Phalcon\Events\ManagerInterface or NULL ] } - Method [ public method getMessages ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method getOption ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method isSetOption ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Validator\Regex extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { + Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } @@ -38018,185 +53791,169 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [6] { + Property [ protected $container ] + Property [ protected $eventsManager ] + Property [ protected $view ] + Property [ protected $compiler ] + Property [ protected $macros ] + Property [ protected $options ] } - - Methods [7] { - Method [ public method validate ] { + - Methods [19] { + Method [ public method callMacro ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments ] } } - Method [ public method __construct ] { + Method [ public method convertEncoding ] { - - Parameters [1] { - Parameter #0 [ array $options ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $from ] + Parameter #2 [ string $to ] } + - Return [ string ] } - Method [ protected method appendMessage ] { + Method [ public method getCompiler ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ public method getMessages ] { - } + Method [ public method getOptions ] { - Method [ public method getOptions ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getOption ] { + Method [ public method isIncluded ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ $needle ] + Parameter #1 [ $haystack ] } + - Return [ boolean ] } - Method [ public method isSetOption ] { + Method [ public method length ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ $item ] } + - Return [ integer ] } - } - } - - Class [ class Phalcon\Mvc\Model\Validator\StringLength extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] - } - - Methods [7] { - Method [ public method validate ] { + Method [ public method render ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + - Parameters [3] { + Parameter #0 [ string $templatePath ] + Parameter #1 [ $params ] + Parameter #2 [ boolean $mustClean ] } } - Method [ public method __construct ] { + Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } - Method [ protected method appendMessage ] { + Method [ public method slice ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + Parameter #0 [ $value ] + Parameter #1 [ integer $start ] + Parameter #2 [ $end ] } } - Method [ public method getMessages ] { - } + Method [ public method sort ] { - Method [ public method getOptions ] { + - Parameters [1] { + Parameter #0 [ array $value ] + } + - Return [ array ] } - Method [ public method getOption ] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } - Method [ public method isSetOption ] { + Method [ public method getContent ] { - - Parameters [1] { - Parameter #0 [ $option ] + - Parameters [0] { } + - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Model\Validator\Uniqueness extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getView ] { - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] - } + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } - - Methods [7] { - Method [ public method validate ] { + Method [ public method partial ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $propertyName ] } } - Method [ protected method appendMessage ] { + Method [ public method getDI ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method getMessages ] { - } + Method [ public method getEventsManager ] { - Method [ public method getOptions ] { + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] } - Method [ public method getOption ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method isSetOption ] { + Method [ public method setEventsManager ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\Model\Validator\Url extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { + Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -38207,436 +53964,402 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_options ] - Property [ protected $_messages ] + - Properties [21] { + Property [ protected $autoescape ] + Property [ protected $blockLevel ] + Property [ protected $blocks ] + Property [ protected $container ] + Property [ protected $compiledTemplatePath ] + Property [ protected $currentBlock ] + Property [ protected $currentPath ] + Property [ protected $exprLevel ] + Property [ protected $extended ] + Property [ protected $extensions ] + Property [ protected $extendedBlocks ] + Property [ protected $filters ] + Property [ protected $foreachLevel ] + Property [ protected $forElsePointers ] + Property [ protected $functions ] + Property [ protected $level ] + Property [ protected $loopPointers ] + Property [ protected $macros ] + Property [ protected $options ] + Property [ protected $prefix ] + Property [ protected $view ] } - - Methods [7] { - Method [ public method validate ] { + - Methods [46] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface or NULL $view ] } } - Method [ public method __construct ] { + Method [ public method addExtension ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $extension ] } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ protected method appendMessage ] { + Method [ public method addFilter ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ public method getMessages ] { - } - - Method [ public method getOptions ] { - } - - Method [ public method getOption ] { + Method [ public method addFunction ] { - Parameters [2] { - Parameter #0 [ $option ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ public method isSetOption ] { + Method [ public method attributeReader ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ array $expr ] } + - Return [ string ] } - } - } - - Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - - Constants [4] { - Constant [ public integer URI_SOURCE_GET_URL ] { 0 } - Constant [ public integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } - Constant [ public integer POSITION_FIRST ] { 0 } - Constant [ public integer POSITION_LAST ] { 1 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - Properties [25] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_uriSource ] - Property [ protected $_namespace ] - Property [ protected $_module ] - Property [ protected $_controller ] - Property [ protected $_action ] - Property [ protected $_params ] - Property [ protected $_routes ] - Property [ protected $_matchedRoute ] - Property [ protected $_matches ] - Property [ protected $_wasMatched ] - Property [ protected $_defaultNamespace ] - Property [ protected $_defaultModule ] - Property [ protected $_defaultController ] - Property [ protected $_defaultAction ] - Property [ protected $_defaultParams ] - Property [ protected $_removeExtraSlashes ] - Property [ protected $_notFoundPaths ] - Property [ protected $_keyRouteNames ] - Property [ protected $_keyRouteIds ] - Property [ protected $_handlers ] - Property [ protected $_controllerSuffix ] - Property [ protected $_actionSuffix ] - Property [ protected $_routePrefix ] - } - - - Methods [53] { - Method [ public method addResource ] { + Method [ public method compile ] { - Parameters [2] { - Parameter #0 [ $handler ] - Parameter #1 [ $prefix ] + Parameter #0 [ string $templatePath ] + Parameter #1 [ boolean $extendsMode ] } } - Method [ public method addModuleResource ] { + Method [ public method compileAutoEscape ] { - - Parameters [3] { - Parameter #0 [ $module ] - Parameter #1 [ $handler ] - Parameter #2 [ $prefix ] + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $extendsMode ] } + - Return [ string ] } - Method [ public method handle ] { + Method [ public method compileCache ] { - - Parameters [1] { - Parameter #0 [ $uri ] + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $extendsMode ] } + - Return [ string ] } - Method [ public method processControllerAnnotation ] { + Method [ public method compileCall ] { - Parameters [2] { - Parameter #0 [ $handler ] - Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $extendsMode ] } } - Method [ public method processActionAnnotation ] { + Method [ public method compileCase ] { - - Parameters [5] { - Parameter #0 [ $module ] - Parameter #1 [ $namespaceName ] - Parameter #2 [ $controller ] - Parameter #3 [ $action ] - Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $caseClause ] } + - Return [ string ] } - Method [ public method setControllerSuffix ] { + Method [ public method compileDo ] { - Parameters [1] { - Parameter #0 [ $controllerSuffix ] + Parameter #0 [ array $statement ] } + - Return [ string ] } - Method [ public method setActionSuffix ] { + Method [ public method compileEcho ] { - Parameters [1] { - Parameter #0 [ $actionSuffix ] + Parameter #0 [ array $statement ] } + - Return [ string ] } - Method [ public method getResources ] { - } - - Method [ public method getKeyRouteNames ] { - } - - Method [ public method setKeyRouteNames ] { + Method [ public method compileElseIf ] { - Parameters [1] { - Parameter #0 [ $keyRouteNames ] + Parameter #0 [ array $statement ] } + - Return [ string ] } - Method [ public method getKeyRouteIds ] { - } - - Method [ public method setKeyRouteIds ] { + Method [ public method compileFile ] { - - Parameters [1] { - Parameter #0 [ $keyRouteIds ] + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ string $compiledPath ] + Parameter #2 [ boolean $extendsMode ] } } - Method [ public method __construct ] { + Method [ public method compileForeach ] { - - Parameters [1] { - Parameter #0 [ $defaultRoutes ] + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $extendsMode ] } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method compileForElse ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getDI ] { + Method [ public method compileIf ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $extendsMode ] + } + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method compileInclude ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ array $statement ] } + - Return [ string ] } - Method [ public method getEventsManager ] { - } + Method [ public method compileMacro ] { - Method [ public method getRewriteUri ] { + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $extendsMode ] + } + - Return [ string ] } - Method [ public method setUriSource ] { + Method [ public method compileReturn ] { - Parameters [1] { - Parameter #0 [ $uriSource ] + Parameter #0 [ array $statement ] } + - Return [ string ] } - Method [ public method removeExtraSlashes ] { + Method [ public method compileSet ] { - Parameters [1] { - Parameter #0 [ $remove ] + Parameter #0 [ array $statement ] } + - Return [ string ] } - Method [ public method setDefaultNamespace ] { + Method [ public method compileString ] { - - Parameters [1] { - Parameter #0 [ $namespaceName ] + - Parameters [2] { + Parameter #0 [ string $viewCode ] + Parameter #1 [ boolean $extendsMode ] } + - Return [ string ] } - Method [ public method setDefaultModule ] { + Method [ public method compileSwitch ] { - - Parameters [1] { - Parameter #0 [ $moduleName ] + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ boolean $extendsMode ] } + - Return [ string ] } - Method [ public method setDefaultController ] { + Method [ final public method expression ] { - Parameters [1] { - Parameter #0 [ $controllerName ] + Parameter #0 [ array $expr ] } + - Return [ string ] } - Method [ public method setDefaultAction ] { + Method [ final public method fireExtensionEvent ] { - - Parameters [1] { - Parameter #0 [ $actionName ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $arguments ] } } - Method [ public method setDefaults ] { + Method [ public method functionCall ] { - Parameters [1] { - Parameter #0 [ array $defaults ] + Parameter #0 [ array $expr ] } + - Return [ string ] } - Method [ public method getDefaults ] { - } - - Method [ public method attach ] { + Method [ public method getCompiledTemplatePath ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ $position ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method add ] { + Method [ public method getDI ] { - - Parameters [4] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $httpMethods ] - Parameter #3 [ $position ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method addGet ] { + Method [ public method getExtensions ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addPost ] { + Method [ public method getFilters ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addPut ] { + Method [ public method getFunctions ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addPatch ] { + Method [ public method getOption ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [1] { + Parameter #0 [ string $option ] } } - Method [ public method addDelete ] { + Method [ public method getOptions ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method addOptions ] { + Method [ public method getTemplatePath ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addHead ] { + Method [ public method getUniquePrefix ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method addPurge ] { + Method [ public method parse ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [1] { + Parameter #0 [ string $viewCode ] } } - Method [ public method addTrace ] { + Method [ public method resolveTest ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [2] { + Parameter #0 [ array $test ] + Parameter #1 [ string $left ] } + - Return [ string ] } - Method [ public method addConnect ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $position ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method mount ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] } } - Method [ public method notFound ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ array $options ] } } - Method [ public method clear ] { - } - - Method [ public method getNamespaceName ] { - } - - Method [ public method getModuleName ] { - } + Method [ public method setUniquePrefix ] { - Method [ public method getControllerName ] { + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } - Method [ public method getActionName ] { - } + Method [ protected method compileSource ] { - Method [ public method getParams ] { + - Parameters [2] { + Parameter #0 [ string $viewCode ] + Parameter #1 [ boolean $extendsMode ] + } + - Return [ string ] } - Method [ public method getMatchedRoute ] { - } + Method [ protected method getFinalPath ] { - Method [ public method getMatches ] { + - Parameters [1] { + Parameter #0 [ string $path ] + } } - Method [ public method wasMatched ] { - } + Method [ final protected method resolveFilter ] { - Method [ public method getRoutes ] { + - Parameters [2] { + Parameter #0 [ array $filter ] + Parameter #1 [ string $left ] + } + - Return [ string ] } - Method [ public method getRouteById ] { + Method [ final protected method statementList ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ array $statements ] + Parameter #1 [ boolean $extendsMode ] } + - Return [ string ] } - Method [ public method getRouteByName ] { + Method [ final protected method statementListOrExtends ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $statements ] } } - - Method [ public method isExactControllerName ] { - } } } - Class [ class Phalcon\Mvc\Router\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Throwable ] { - Constants [0] { } @@ -38644,24 +54367,40 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - - Properties [4] { + - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] + Property [ protected $statement ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [4] { + Parameter #0 [ string $message ] + Parameter #1 [ array $statement ] + Parameter #2 [ integer $code ] + Parameter #3 [ Exception or NULL $previous ] + } + } + + Method [ public method getStatement ] { + + - Parameters [0] { } + - Return [ array ] } Method [ public method __wakeup ] { @@ -38693,7 +54432,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { + Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } @@ -38704,310 +54443,346 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_prefix ] - Property [ protected $_hostname ] - Property [ protected $_paths ] - Property [ protected $_routes ] - Property [ protected $_beforeMatch ] + - Properties [10] { + Property [ protected $container ] + Property [ protected $eventsManager ] + Property [ protected $activeRenderPath ] + Property [ protected $content ] + Property [ protected $engines ] + Property [ protected $options ] + Property [ protected $partialsDir ] + Property [ protected $registeredEngines ] + Property [ protected $viewsDir ] + Property [ protected $viewParams ] } - - Methods [20] { - Method [ public method __construct ] { + - Methods [23] { + Method [ public method getRegisteredEngines ] { - - Parameters [1] { - Parameter #0 [ $paths ] + - Parameters [0] { } + - Return [ array or NULL ] } - Method [ public method setHostname ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $hostname ] + Parameter #0 [ array $options ] } } - Method [ public method getHostname ] { + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } } - Method [ public method setPrefix ] { + Method [ public method __set ] { - - Parameters [1] { - Parameter #0 [ $prefix ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } } - Method [ public method getPrefix ] { + Method [ public method getActiveRenderPath ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method beforeMatch ] { + Method [ public method getContent ] { - - Parameters [1] { - Parameter #0 [ $beforeMatch ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getBeforeMatch ] { + Method [ public method getParamsToView ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setPaths ] { + Method [ public method getVar ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ string $key ] } } - Method [ public method getPaths ] { - } + Method [ public method getViewsDir ] { - Method [ public method getRoutes ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method add ] { + Method [ public method partial ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $httpMethods ] + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] } } - Method [ public method addGet ] { + Method [ public method registerEngines ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [1] { + Parameter #0 [ array $engines ] } } - Method [ public method addPost ] { + Method [ public method render ] { - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + Parameter #0 [ string $path ] + Parameter #1 [ array $params ] } + - Return [ string ] } - Method [ public method addPut ] { + Method [ public method setContent ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [1] { + Parameter #0 [ string $content ] } + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ public method addPatch ] { + Method [ public method setParamToView ] { - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ public method addDelete ] { + Method [ public method setVar ] { - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ public method addOptions ] { + Method [ public method setVars ] { - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + Parameter #0 [ array $params ] + Parameter #1 [ boolean $merge ] } + - Return [ Phalcon\Mvc\View\Simple ] } - Method [ public method addHead ] { + Method [ public method setViewsDir ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [1] { + Parameter #0 [ string $viewsDir ] } } - Method [ public method clear ] { + Method [ protected method loadTemplateEngines ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ protected method _addRoute ] { + Method [ final protected method internalRender ] { - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $httpMethods ] + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] } } - } - } - Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { + Method [ public method getDI ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } - - Static properties [1] { - Property [ protected static $_uniqueId ] - } + Method [ public method getEventsManager ] { - - Static methods [2] { - Method [ static public method getRoutePaths ] { + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $paths ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ static public method reset ] { + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] } } + } - - Properties [11] { - Property [ protected $_pattern ] - Property [ protected $_compiledPattern ] - Property [ protected $_paths ] - Property [ protected $_methods ] - Property [ protected $_hostname ] - Property [ protected $_converters ] - Property [ protected $_id ] - Property [ protected $_name ] - Property [ protected $_beforeMatch ] - Property [ protected $_match ] - Property [ protected $_group ] + Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { } - - Methods [25] { - Method [ public method getId ] { - } + - Static properties [0] { + } - Method [ public method __construct ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] - Parameter #2 [ $httpMethods ] - } - } + - Properties [4] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] + } - Method [ public method compilePattern ] { + - Methods [7] { + Method [ public method paginate ] { - - Parameters [1] { - Parameter #0 [ $pattern ] + - Parameters [0] { } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ public method via ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $httpMethods ] + Parameter #0 [ array $config ] } } - Method [ public method extractNamedParams ] { + Method [ public method getLimit ] { - - Parameters [1] { - Parameter #0 [ $pattern ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method reConfigure ] { + Method [ public method setCurrentPage ] { - - Parameters [2] { - Parameter #0 [ $pattern ] - Parameter #1 [ $paths ] + - Parameters [1] { + Parameter #0 [ integer $page ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method getName ] { - } - - Method [ public method setName ] { + Method [ public method setLimit ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ integer $limitRows ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method beforeMatch ] { + Method [ public method setRepository ] { - Parameters [1] { - Parameter #0 [ $callback ] + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method getBeforeMatch ] { - } - - Method [ public method match ] { + Method [ protected method getRepository ] { - Parameters [1] { - Parameter #0 [ $callback ] + Parameter #0 [ array or NULL $properties ] } + - Return [ Phalcon\Paginator\RepositoryInterface ] } + } + } - Method [ public method getMatch ] { - } + Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Method [ public method getRouteId ] { - } + - Constants [0] { + } - Method [ public method getPattern ] { - } + - Static properties [0] { + } - Method [ public method getCompiledPattern ] { - } + - Static methods [0] { + } - Method [ public method getPaths ] { - } + - Properties [4] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] + } + + - Methods [7] { + Method [ public method paginate ] { - Method [ public method getReversedPaths ] { + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ public method setHttpMethods ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $httpMethods ] + Parameter #0 [ array $config ] } } - Method [ public method getHttpMethods ] { + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method setHostname ] { + Method [ public method setCurrentPage ] { - Parameters [1] { - Parameter #0 [ $hostname ] + Parameter #0 [ integer $page ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method getHostname ] { - } - - Method [ public method setGroup ] { + Method [ public method setLimit ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + Parameter #0 [ integer $limitRows ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method getGroup ] { - } - - Method [ public method convert ] { + Method [ public method setRepository ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $converter ] + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method getConverters ] { + Method [ protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] } } } - Class [ class Phalcon\Mvc\Url implements Phalcon\Mvc\UrlInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } @@ -39018,82 +54793,94 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_dependencyInjector ] - Property [ protected $_baseUri ] - Property [ protected $_staticBaseUri ] - Property [ protected $_basePath ] - Property [ protected $_router ] + - Properties [6] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] + Property [ protected $builder ] + Property [ protected $columns ] } - - Methods [11] { - Method [ public method setDI ] { + - Methods [10] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array $config ] } } - Method [ public method getDI ] { + Method [ public method getCurrentPage ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method setBaseUri ] { + Method [ public method getQueryBuilder ] { - - Parameters [1] { - Parameter #0 [ $baseUri ] + - Parameters [0] { } + - Return [ Phalcon\Mvc\Model\Query\Builder ] } - Method [ public method setStaticBaseUri ] { + Method [ public method paginate ] { - - Parameters [1] { - Parameter #0 [ $staticBaseUri ] + - Parameters [0] { } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ public method getBaseUri ] { - } + Method [ public method setQueryBuilder ] { - Method [ public method getStaticBaseUri ] { + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] + } + - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] } - Method [ public method setBasePath ] { + Method [ public method getLimit ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method getBasePath ] { + Method [ public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ integer $page ] + } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method get ] { + Method [ public method setLimit ] { - - Parameters [4] { - Parameter #0 [ $uri ] - Parameter #1 [ $args ] - Parameter #2 [ $local ] - Parameter #3 [ $baseUri ] + - Parameters [1] { + Parameter #0 [ integer $limitRows ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method getStatic ] { + Method [ public method setRepository ] { - Parameters [1] { - Parameter #0 [ $uri ] + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } + - Return [ Phalcon\Paginator\Adapter\Adapter ] } - Method [ public method path ] { + Method [ protected method getRepository ] { - Parameters [1] { - Parameter #0 [ $path ] + Parameter #0 [ array or NULL $properties ] } + - Return [ Phalcon\Paginator\RepositoryInterface ] } } } - Class [ class Phalcon\Mvc\Url\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Paginator\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -39101,7 +54888,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -39150,7 +54944,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Mvc\User\Component extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -39162,43 +54956,78 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [2] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [5] { - Method [ public method setDI ] { + - Methods [7] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array $services ] } } - Method [ public method getDI ] { + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } } - Method [ public method setEventsManager ] { + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Paginator\Adapter\AbstractAdapter ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkService ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method getEventsManager ] { + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] } - Method [ public method __get ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ array $services ] } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\User\Module extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface ] { - - 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] { @@ -39208,41 +55037,112 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [2] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] + Property [ protected $aliases ] + Property [ protected $properties ] } - - Methods [5] { - Method [ public method setDI ] { + - Methods [14] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $property ] } } - Method [ public method getDI ] { + Method [ public method getAliases ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method getCurrent ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getFirst ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getItems ] { + } + + Method [ public method getLast ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getNext ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getPrevious ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getTotalItems ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method setAliases ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ array $aliases ] } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ public method getEventsManager ] { + Method [ public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] } - Method [ public method __get ] { + Method [ protected method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method getRealNameProperty ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ string $property ] } + - Return [ string ] } } } - Class [ class Phalcon\Mvc\User\Plugin extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + Class [ final class Phalcon\Registry extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { - Constants [0] { } @@ -39253,415 +55153,714 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] } - - Methods [5] { - Method [ public method setDI ] { + - Methods [23] { + Method [ final public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array or NULL $data ] } } - Method [ public method getDI ] { + Method [ final public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } } - Method [ public method setEventsManager ] { + Method [ final public method __isset ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method getEventsManager ] { + Method [ final public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ public method __get ] { + Method [ final public method __unset ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ string $element ] } + - Return [ void ] } - } - } - - Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface ] { - - Constants [8] { - Constant [ public integer LEVEL_MAIN_LAYOUT ] { 5 } - Constant [ public integer LEVEL_AFTER_TEMPLATE ] { 4 } - Constant [ public integer LEVEL_LAYOUT ] { 3 } - Constant [ public integer LEVEL_BEFORE_TEMPLATE ] { 2 } - Constant [ public integer LEVEL_ACTION_VIEW ] { 1 } - Constant [ public integer LEVEL_NO_RENDER ] { 0 } - Constant [ public integer CACHE_MODE_NONE ] { 0 } - Constant [ public integer CACHE_MODE_INVERSE ] { 1 } - } + Method [ final public method clear ] { - - Static properties [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ final public method count ] { - - Properties [26] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_options ] - Property [ protected $_basePath ] - Property [ protected $_content ] - Property [ protected $_renderLevel ] - Property [ protected $_currentRenderLevel ] - Property [ protected $_disabledLevels ] - Property [ protected $_viewParams ] - Property [ protected $_layout ] - Property [ protected $_layoutsDir ] - Property [ protected $_partialsDir ] - Property [ protected $_viewsDirs ] - Property [ protected $_templatesBefore ] - Property [ protected $_templatesAfter ] - Property [ protected $_engines ] - Property [ protected $_registeredEngines ] - Property [ protected $_mainView ] - Property [ protected $_controllerName ] - Property [ protected $_actionName ] - Property [ protected $_params ] - Property [ protected $_pickView ] - Property [ protected $_cache ] - Property [ protected $_cacheLevel ] - Property [ protected $_activeRenderPaths ] - Property [ protected $_disabled ] - } - - - Methods [61] { - Method [ public method getRenderLevel ] { + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method getCurrentRenderLevel ] { + Method [ final public method get ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + } } - Method [ public method getRegisteredEngines ] { + Method [ final public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] } - Method [ public method __construct ] { + Method [ final public method has ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ final protected method _isAbsolutePath ] { + Method [ final public method init ] { - Parameters [1] { - Parameter #0 [ $path ] + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ public method setViewsDir ] { + Method [ final public method jsonSerialize ] { - - Parameters [1] { - Parameter #0 [ $viewsDir ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getViewsDir ] { + Method [ final public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ boolean ] } - Method [ public method setLayoutsDir ] { + Method [ final public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $layoutsDir ] + Parameter #0 [ $element ] } } - Method [ public method getLayoutsDir ] { + Method [ final public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ public method setPartialsDir ] { + Method [ final public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $partialsDir ] + Parameter #0 [ $element ] } + - Return [ void ] } - Method [ public method getPartialsDir ] { + Method [ final public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] } - Method [ public method setBasePath ] { + Method [ final public method serialize ] { - - Parameters [1] { - Parameter #0 [ $basePath ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getBasePath ] { + Method [ final public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ public method setRenderLevel ] { + Method [ final public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method toJson ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ integer $options ] } + - Return [ string ] } - Method [ public method disableLevel ] { + Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ $serialized ] } + - Return [ void ] } - Method [ public method setMainView ] { + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Security extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [10] { + Constant [ public integer CRYPT_DEFAULT ] { 0 } + Constant [ public integer CRYPT_BLOWFISH ] { 4 } + Constant [ public integer CRYPT_BLOWFISH_A ] { 5 } + Constant [ public integer CRYPT_BLOWFISH_X ] { 6 } + Constant [ public integer CRYPT_BLOWFISH_Y ] { 7 } + Constant [ public integer CRYPT_EXT_DES ] { 2 } + Constant [ public integer CRYPT_MD5 ] { 3 } + Constant [ public integer CRYPT_SHA256 ] { 8 } + Constant [ public integer CRYPT_SHA512 ] { 9 } + Constant [ public integer CRYPT_STD_DES ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $container ] + Property [ protected $defaultHash ] + Property [ protected $numberBytes ] + Property [ protected $random ] + Property [ protected $requestToken ] + Property [ protected $token ] + Property [ protected $tokenKey ] + Property [ protected $tokenKeySessionId ] + Property [ protected $tokenValueSessionId ] + Property [ protected $workFactor ] + Property [ private $localSession ] + Property [ private $localRequest ] + } + + - Methods [23] { + Method [ public method setWorkFactor ] { - Parameters [1] { - Parameter #0 [ $viewPath ] + Parameter #0 [ $workFactor ] } } - Method [ public method getMainView ] { + Method [ public method getWorkFactor ] { } - Method [ public method setLayout ] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Session\ManagerInterface or NULL $session ] + Parameter #1 [ Phalcon\Http\RequestInterface or NULL $request ] + } + } + + Method [ public method checkHash ] { + + - Parameters [3] { + Parameter #0 [ string $password ] + Parameter #1 [ string $passwordHash ] + Parameter #2 [ integer $maxPassLength ] + } + - Return [ boolean ] + } + + Method [ public method checkToken ] { + + - Parameters [3] { + Parameter #0 [ $tokenKey ] + Parameter #1 [ $tokenValue ] + Parameter #2 [ boolean $destroyIfValid ] + } + - Return [ boolean ] + } + + Method [ public method computeHmac ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ string $key ] + Parameter #2 [ string $algo ] + Parameter #3 [ boolean $raw ] + } + - Return [ string ] + } + + Method [ public method destroyToken ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security ] + } + + Method [ public method getDefaultHash ] { + + - Parameters [0] { + } + - Return [ integer or NULL ] + } + + Method [ public method getRandom ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security\Random ] + } + + Method [ public method getRandomBytes ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRequestToken ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getSessionToken ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getSaltBytes ] { - Parameters [1] { - Parameter #0 [ $layout ] + Parameter #0 [ integer $numberBytes ] } + - Return [ string ] } - Method [ public method getLayout ] { + Method [ public method getToken ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setTemplateBefore ] { + Method [ public method getTokenKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hash ] { + + - Parameters [2] { + Parameter #0 [ string $password ] + Parameter #1 [ integer $workFactor ] + } + - Return [ string ] + } + + Method [ public method isLegacyHash ] { - Parameters [1] { - Parameter #0 [ $templateBefore ] + Parameter #0 [ string $passwordHash ] } + - Return [ boolean ] } - Method [ public method cleanTemplateBefore ] { + Method [ public method setDefaultHash ] { + + - Parameters [1] { + Parameter #0 [ integer $defaultHash ] + } + - Return [ Phalcon\Security ] } - Method [ public method setTemplateAfter ] { + Method [ public method setRandomBytes ] { - Parameters [1] { - Parameter #0 [ $templateAfter ] + Parameter #0 [ integer $randomBytes ] } + - Return [ Phalcon\Security ] } - Method [ public method cleanTemplateAfter ] { + Method [ private method getLocalRequest ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\RequestInterface or NULL ] } - Method [ public method setParamToView ] { + Method [ private method getLocalSession ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ Phalcon\Session\ManagerInterface or NULL ] } - Method [ public method setVars ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ array $params ] - Parameter #1 [ $merge ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method setVar ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } - Method [ public method getVar ] { + Class [ class Phalcon\Security\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method getParamsToView ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } } - Method [ public method getControllerName ] { + Method [ public method __wakeup ] { } - Method [ public method getActionName ] { + Method [ final public method getMessage ] { } - Method [ public method getParams ] { + Method [ final public method getCode ] { } - Method [ public method start ] { + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { } - Method [ protected method _loadTemplateEngines ] { + Method [ final public method getTrace ] { } - Method [ protected method _engineRender ] { + Method [ final public method getPrevious ] { + } - - Parameters [5] { - Parameter #0 [ $engines ] - Parameter #1 [ $viewPath ] - Parameter #2 [ $silence ] - Parameter #3 [ $mustClean ] - Parameter #4 [ Phalcon\Cache\BackendInterface or NULL $cache ] + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phalcon\Security\Random ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method base58 ] { + + - Parameters [1] { + Parameter #0 [ integer or NULL $len ] } + - Return [ string ] } - Method [ public method registerEngines ] { + Method [ public method base62 ] { - Parameters [1] { - Parameter #0 [ array $engines ] + Parameter #0 [ integer or NULL $len ] } + - Return [ string ] } - Method [ public method exists ] { + Method [ public method base64 ] { - Parameters [1] { - Parameter #0 [ $view ] + Parameter #0 [ integer or NULL $len ] } + - Return [ string ] } - Method [ public method render ] { + Method [ public method base64Safe ] { - - Parameters [3] { - Parameter #0 [ $controllerName ] - Parameter #1 [ $actionName ] - Parameter #2 [ $params ] + - Parameters [2] { + Parameter #0 [ integer or NULL $len ] + Parameter #1 [ boolean $padding ] } + - Return [ string ] } - Method [ public method pick ] { + Method [ public method bytes ] { - Parameters [1] { - Parameter #0 [ $renderView ] + Parameter #0 [ integer $len ] } + - Return [ string ] } - Method [ public method getPartial ] { + Method [ public method hex ] { - - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ integer or NULL $len ] } + - Return [ string ] } - Method [ public method partial ] { + Method [ public method number ] { - - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ integer $len ] } + - Return [ integer ] } - Method [ public method getRender ] { + Method [ public method uuid ] { - - Parameters [4] { - Parameter #0 [ $controllerName ] - Parameter #1 [ $actionName ] - Parameter #2 [ $params ] - Parameter #3 [ $configCallback ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method finish ] { + Method [ protected method base ] { + + - Parameters [3] { + Parameter #0 [ string $alphabet ] + Parameter #1 [ integer $base ] + Parameter #2 [ $n ] + } + - Return [ string ] } + } + } + + Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Method [ protected method _createCache ] { + - Properties [1] { + Property [ protected $adapter ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] + Parameter #1 [ array $options ] + } } - Method [ public method isCaching ] { + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method getCache ] { + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ boolean ] } - Method [ public method cache ] { + Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $maxlifetime ] } + - Return [ boolean ] } - Method [ public method setContent ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ $id ] } + - Return [ string ] } - Method [ public method getContent ] { + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ boolean ] } - Method [ public method getActiveRenderPath ] { + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ boolean ] } + } + } + + Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + + - Constants [0] { + } - Method [ public method disable ] { - } + - Static properties [0] { + } - Method [ public method enable ] { - } + - Static methods [0] { + } - Method [ public method reset ] { - } + - Properties [1] { + Property [ protected $adapter ] + } - Method [ public method __set ] { + - Methods [7] { + Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] + Parameter #1 [ array $options ] } } - Method [ public method __get ] { + Method [ public method close ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method isDisabled ] { - } - - Method [ public method __isset ] { + Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $id ] } + - Return [ boolean ] } - Method [ protected method getViewsDirs ] { - } - - Method [ public method setDI ] { + Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ $maxlifetime ] } + - Return [ boolean ] } - Method [ public method getDI ] { + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] } - Method [ public method setEventsManager ] { + Method [ public method open ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] } + - Return [ boolean ] } - Method [ public method getEventsManager ] { + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ boolean ] } } } - Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine implements Phalcon\Mvc\View\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - Constants [0] { } @@ -39672,74 +55871,82 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_view ] + - Properties [5] { + Property [ protected $connection ] + Property [ protected $options ] + Property [ protected $prefix ] + Property [ protected $ttl ] + Property [ private $path ] } - - Methods [10] { - Method [ public method render ] { + - Methods [8] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $params ] - Parameter #2 [ $mustClean ] + - Parameters [1] { + Parameter #0 [ array $options ] } } - Method [ public method __construct ] { + Method [ public method destroy ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] + - Parameters [1] { + Parameter #0 [ $id ] } + - Return [ boolean ] } - Method [ public method getContent ] { + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + - Return [ boolean ] } - Method [ public method partial ] { + Method [ public method open ] { - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] } + - Return [ boolean ] } - Method [ public method getView ] { - } - - Method [ public method setDI ] { + Method [ public method read ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ $id ] } + - Return [ string ] } - Method [ public method getDI ] { - } - - Method [ public method setEventsManager ] { + Method [ public method write ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] } + - Return [ boolean ] } - Method [ public method getEventsManager ] { + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ boolean ] } - Method [ public method __get ] { + Method [ protected method getPrefixedName ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ $name ] } + - Return [ string ] } } } - Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine implements Phalcon\Mvc\View\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Session\Bag extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -39751,482 +55958,561 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [6] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_view ] - Property [ protected $_options ] - Property [ protected $_compiler ] - Property [ protected $_macros ] + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ private $container ] + Property [ private $name ] + Property [ private $session ] } - - Methods [19] { - Method [ public method setOptions ] { + - Methods [25] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $name ] } } - Method [ public method getOptions ] { + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] } - Method [ public method getCompiler ] { + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method render ] { + Method [ public method init ] { - - Parameters [3] { - Parameter #0 [ $templatePath ] - Parameter #1 [ $params ] - Parameter #2 [ $mustClean ] + - Parameters [1] { + Parameter #0 [ array $data ] } + - Return [ void ] } - Method [ public method length ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ $item ] + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method isIncluded ] { + Method [ public method set ] { - Parameters [2] { - Parameter #0 [ $needle ] - Parameter #1 [ $haystack ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method convertEncoding ] { + Method [ public method setDI ] { - - Parameters [3] { - Parameter #0 [ $text ] - Parameter #1 [ $from ] - Parameter #2 [ $to ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method slice ] { + Method [ public method __get ] { - - Parameters [3] { - Parameter #0 [ $value ] - Parameter #1 [ $start ] - Parameter #2 [ $end ] + - Parameters [1] { + Parameter #0 [ string $element ] } } - Method [ public method sort ] { + Method [ public method __isset ] { - Parameters [1] { - Parameter #0 [ array $value ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method callMacro ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ array or NULL $arguments ] + Parameter #0 [ string $element ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method __unset ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] - Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] + - Parameters [1] { + Parameter #0 [ string $element ] } + - Return [ void ] } - Method [ public method getContent ] { + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ integer ] } - Method [ public method partial ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getView ] { + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] } - Method [ public method setDI ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $element ] } + - Return [ boolean ] } - Method [ public method getDI ] { + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setEventsManager ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ $element ] } + - Return [ boolean ] } - Method [ public method getEventsManager ] { - } - - Method [ public method __get ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $propertyName ] + Parameter #0 [ $element ] } } - } - } - Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { - - - Constants [0] { - } + Method [ public method offsetSet ] { - - Static properties [0] { - } + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ public method offsetUnset ] { - - Properties [22] { - Property [ protected $_dependencyInjector ] - Property [ protected $_view ] - Property [ protected $_options ] - Property [ protected $_arrayHelpers ] - Property [ protected $_level ] - Property [ protected $_foreachLevel ] - Property [ protected $_blockLevel ] - Property [ protected $_exprLevel ] - Property [ protected $_extended ] - Property [ protected $_autoescape ] - Property [ protected $_extendedBlocks ] - Property [ protected $_currentBlock ] - Property [ protected $_blocks ] - Property [ protected $_forElsePointers ] - Property [ protected $_loopPointers ] - Property [ protected $_extensions ] - Property [ protected $_functions ] - Property [ protected $_filters ] - Property [ protected $_macros ] - Property [ protected $_prefix ] - Property [ protected $_currentPath ] - Property [ protected $_compiledTemplatePath ] - } + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } - - Methods [46] { - Method [ public method __construct ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\ViewBaseInterface or NULL $view ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method setDI ] { + Method [ public method toArray ] { - - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getDI ] { + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ integer $options ] + } + - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $serialized ] } + - Return [ void ] } - Method [ public method setOption ] { + Method [ protected method setData ] { - Parameters [2] { - Parameter #0 [ $option ] + Parameter #0 [ string $element ] Parameter #1 [ $value ] } + - Return [ void ] } + } + } - Method [ public method getOption ] { + Class [ class Phalcon\Session\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $option ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method getOptions ] { - } + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ final public method fireExtensionEvent ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $arguments ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method addExtension ] { + Method [ public method __wakeup ] { + } - - Parameters [1] { - Parameter #0 [ $extension ] - } + Method [ final public method getMessage ] { } - Method [ public method getExtensions ] { + Method [ final public method getCode ] { } - Method [ public method addFunction ] { + Method [ final public method getFile ] { + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - } + Method [ final public method getLine ] { } - Method [ public method getFunctions ] { + Method [ final public method getTrace ] { } - Method [ public method addFilter ] { + Method [ final public method getPrevious ] { + } - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $definition ] - } + Method [ final public method getTraceAsString ] { } - Method [ public method getFilters ] { + Method [ public method __toString ] { } + } + } - Method [ public method setUniquePrefix ] { + Class [ class Phalcon\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { - - Parameters [1] { - Parameter #0 [ $prefix ] - } - } + - Constants [3] { + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_DISABLED ] { 0 } + Constant [ public integer SESSION_NONE ] { 1 } + } - Method [ public method getUniquePrefix ] { - } + - Static properties [0] { + } - Method [ public method attributeReader ] { + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $container ] + Property [ private $adapter ] + Property [ private $name ] + Property [ private $options ] + Property [ private $uniqueId ] + } + + - Methods [25] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ array $options ] } } - Method [ public method functionCall ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ string $key ] } } - Method [ public method resolveTest ] { + Method [ public method __isset ] { - - Parameters [2] { - Parameter #0 [ array $test ] - Parameter #1 [ $left ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ final protected method resolveFilter ] { + Method [ public method __set ] { - Parameters [2] { - Parameter #0 [ array $filter ] - Parameter #1 [ $left ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final public method expression ] { + Method [ public method __unset ] { - Parameters [1] { - Parameter #0 [ array $expr ] + Parameter #0 [ string $key ] } + - Return [ void ] } - Method [ final protected method _statementListOrExtends ] { + Method [ public method destroy ] { - - Parameters [1] { - Parameter #0 [ $statements ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method compileForeach ] { + Method [ public method exists ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $extendsMode ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method compileForElse ] { + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ boolean $remove ] + } } - Method [ public method compileIf ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $extendsMode ] + - Parameters [0] { } + - Return [ SessionHandlerInterface ] } - Method [ public method compileSwitch ] { + Method [ public method getId ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $extendsMode ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method compileCase ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $caseClause ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method compileElseIf ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method compileCache ] { + Method [ public method getOptions ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $extendsMode ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method compileSet ] { + Method [ public method regenerateId ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ $deleteOldSession ] } + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method compileDo ] { + Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ string $key ] } + - Return [ void ] } - Method [ public method compileReturn ] { + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setAdapter ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ SessionHandlerInterface $adapter ] } + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method compileAutoEscape ] { + Method [ public method setId ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $extendsMode ] + - Parameters [1] { + Parameter #0 [ string $id ] } + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method compileEcho ] { + Method [ public method setName ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Session\ManagerInterface ] } - Method [ public method compileInclude ] { + Method [ public method setOptions ] { - Parameters [1] { - Parameter #0 [ array $statement ] + Parameter #0 [ array $options ] } + - Return [ void ] } - Method [ public method compileMacro ] { + Method [ public method start ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $extendsMode ] + - Parameters [0] { } + - Return [ boolean ] } - Method [ public method compileCall ] { + Method [ public method status ] { - - Parameters [2] { - Parameter #0 [ array $statement ] - Parameter #1 [ $extendsMode ] + - Parameters [0] { } + - Return [ integer ] } - Method [ final protected method _statementList ] { + Method [ private method getUniqueKey ] { - - Parameters [2] { - Parameter #0 [ array $statements ] - Parameter #1 [ $extendsMode ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ string ] } - Method [ protected method _compileSource ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ $viewCode ] - Parameter #1 [ $extendsMode ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method compileString ] { + Method [ public method setDI ] { - - Parameters [2] { - Parameter #0 [ $viewCode ] - Parameter #1 [ $extendsMode ] + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } - Method [ public method compileFile ] { + Class [ class Phalcon\Storage\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [3] { - Parameter #0 [ $path ] - Parameter #1 [ $compiledPath ] - Parameter #2 [ $extendsMode ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $mapper ] + Property [ protected $services ] + Property [ private $serializerFactory ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #1 [ array $services ] } } - Method [ public method compile ] { + Method [ public method newInstance ] { - Parameters [2] { - Parameter #0 [ $templatePath ] - Parameter #1 [ $extendsMode ] + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] } + - Return [ Phalcon\Storage\Adapter\AbstractAdapter ] } - Method [ public method getTemplatePath ] { + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method getCompiledTemplatePath ] { + Method [ protected method checkService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] } - Method [ public method parse ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ $viewCode ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ protected method getFinalPath ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ $path ] + Parameter #0 [ array $services ] } + - Return [ void ] } } } - Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Throwable ] { + Class [ class Phalcon\Storage\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -40234,31 +56520,33 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - - Properties [5] { + - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] - Property [ protected $statement ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [4] { + - Parameters [3] { Parameter #0 [ $message ] - Parameter #1 [ array or NULL $statement ] - Parameter #2 [ $code ] - Parameter #3 [ Exception or NULL $previous ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method getStatement ] { - } - Method [ public method __wakeup ] { } @@ -40288,7 +56576,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface ] { + Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -40299,184 +56587,297 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [12] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_options ] - Property [ protected $_viewsDir ] - Property [ protected $_partialsDir ] - Property [ protected $_viewParams ] - Property [ protected $_engines ] - Property [ protected $_registeredEngines ] - Property [ protected $_activeRenderPath ] - Property [ protected $_content ] - Property [ protected $_cache ] - Property [ protected $_cacheOptions ] + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [28] { - Method [ public method getRegisteredEngines ] { + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } } - Method [ public method __construct ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ public method setViewsDir ] { + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkService ] { - Parameters [1] { - Parameter #0 [ $viewsDir ] + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method getViewsDir ] { + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] } - Method [ public method registerEngines ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ array $engines ] + Parameter #0 [ array $services ] } + - Return [ void ] } + } + } + + 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 [1] { + Property [ protected $data ] + } + + - Methods [6] { + Method [ public method serialize ] { - Method [ protected method _loadTemplateEngines ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ final protected method _internalRender ] { + Method [ public method unserialize ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method render ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ $data ] } } - Method [ public method partial ] { + Method [ protected method isSerializable ] { - - Parameters [2] { - Parameter #0 [ $partialPath ] - Parameter #1 [ $params ] + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ boolean ] } - Method [ public method setCacheOptions ] { + Method [ public method getData ] { + } + + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $data ] } + - Return [ void ] } + } + } + + Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [6] { + Method [ public method serialize ] { - Method [ public method getCacheOptions ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ protected method _createCache ] { + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] } - Method [ public method getCache ] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } } - Method [ public method cache ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $data ] } + - Return [ boolean ] } - Method [ public method setParamToView ] { + Method [ public method getData ] { + } - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ void ] } + } + } - Method [ public method setVars ] { + Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - - Parameters [2] { - Parameter #0 [ array $params ] - Parameter #1 [ $merge ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [6] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method setVar ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $data ] } } - Method [ public method getVar ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $data ] } + - Return [ boolean ] } - Method [ public method getParamsToView ] { + Method [ public method getData ] { } - Method [ public method setContent ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ $data ] } + - Return [ void ] } + } + } - Method [ public method getContent ] { - } + Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Method [ public method getActiveRenderPath ] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [6] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string or NULL ] } - Method [ public method __set ] { + Method [ public method unserialize ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $data ] } + - Return [ void ] } - Method [ public method __get ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $data ] } } - Method [ public method setDI ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ $data ] } + - Return [ boolean ] } - Method [ public method getDI ] { + Method [ public method getData ] { } - Method [ public method setEventsManager ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ $data ] } - } - - Method [ public method getEventsManager ] { + - Return [ void ] } } } - Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { + Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -40487,46 +56888,55 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_limitRows ] - Property [ protected $_page ] - Property [ protected $_config ] + - Properties [1] { + Property [ protected $data ] } - Methods [6] { - Method [ public method __construct ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ array $config ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getPaginate ] { - } + Method [ public method unserialize ] { - Method [ public method paginate ] { + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] } - Method [ public method getLimit ] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } } - Method [ public method setCurrentPage ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $page ] + Parameter #0 [ $data ] } + - Return [ boolean ] + } + + Method [ public method getData ] { } - Method [ public method setLimit ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ $limitRows ] + Parameter #0 [ $data ] } + - Return [ void ] } } } - Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { + Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -40537,347 +56947,566 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_limitRows ] - Property [ protected $_page ] - Property [ protected $_config ] + - Properties [1] { + Property [ protected $data ] } - Methods [6] { - Method [ public method __construct ] { + Method [ public method serialize ] { - - Parameters [1] { - Parameter #0 [ array $config ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method getPaginate ] { - } + Method [ public method unserialize ] { - Method [ public method paginate ] { + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] } - Method [ public method getLimit ] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } } - Method [ public method setCurrentPage ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $page ] + Parameter #0 [ $data ] } + - Return [ boolean ] + } + + Method [ public method getData ] { } - Method [ public method setLimit ] { + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ $limitRows ] + Parameter #0 [ $data ] } + - Return [ void ] } } } - Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { + Class [ class Phalcon\Tag ] { - - Constants [0] { + - Constants [11] { + Constant [ public integer HTML32 ] { 1 } + Constant [ public integer HTML401_STRICT ] { 2 } + Constant [ public integer HTML401_TRANSITIONAL ] { 3 } + Constant [ public integer HTML401_FRAMESET ] { 4 } + Constant [ public integer HTML5 ] { 5 } + Constant [ public integer XHTML10_STRICT ] { 6 } + Constant [ public integer XHTML10_TRANSITIONAL ] { 7 } + Constant [ public integer XHTML10_FRAMESET ] { 8 } + Constant [ public integer XHTML11 ] { 9 } + Constant [ public integer XHTML20 ] { 10 } + Constant [ public integer XHTML5 ] { 11 } } - - Static properties [0] { + - Static properties [10] { + Property [ protected static $autoEscape ] + Property [ protected static $container ] + Property [ protected static $displayValues ] + Property [ protected static $documentAppendTitle ] + Property [ protected static $documentPrependTitle ] + Property [ protected static $documentTitle ] + Property [ protected static $documentTitleSeparator ] + Property [ protected static $documentType ] + Property [ protected static $escaperService ] + Property [ protected static $urlService ] } - - Static methods [0] { - } + - Static methods [57] { + Method [ static public method appendTitle ] { - - Properties [5] { - Property [ protected $_limitRows ] - Property [ protected $_page ] - Property [ protected $_config ] - Property [ protected $_builder ] - Property [ protected $_columns ] - } + - Parameters [1] { + Parameter #0 [ $title ] + } + - Return [ void ] + } - - Methods [9] { - Method [ public method __construct ] { + Method [ static public method checkField ] { - Parameters [1] { - Parameter #0 [ array $config ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method getCurrentPage ] { + Method [ static public method colorField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - Method [ public method setQueryBuilder ] { + Method [ static public method dateField ] { - Parameters [1] { - Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method getQueryBuilder ] { + 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 [ public method getPaginate ] { + Method [ static public method displayTo ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ public method paginate ] { + Method [ static public method emailField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - Method [ public method getLimit ] { + Method [ static public method endForm ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setCurrentPage ] { + Method [ static public method fileField ] { - Parameters [1] { - Parameter #0 [ $page ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method setLimit ] { + Method [ static public method form ] { - Parameters [1] { - Parameter #0 [ $limitRows ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - } - } - Class [ class Phalcon\Paginator\Exception extends Phalcon\Exception implements Throwable ] { + Method [ static public method friendlyTitle ] { - - Constants [0] { - } + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + Parameter #2 [ boolean $lowercase ] + Parameter #3 [ $replace ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ static public method getDocType ] { - - Static methods [0] { - } + - Parameters [0] { + } + - Return [ string ] + } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } + Method [ static public method getEscaper ] { - - Methods [10] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ Phalcon\Escaper\EscaperInterface or NULL ] + } - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Method [ static public method getDI ] { + + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method __wakeup ] { + Method [ static public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] } - Method [ final public method getMessage ] { + Method [ static public method getTitle ] { + + - Parameters [2] { + Parameter #0 [ boolean $prepend ] + Parameter #1 [ boolean $append ] + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ static public method getTitleSeparator ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ static public method getUrlService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Url\UrlInterface ] } - Method [ final public method getLine ] { + Method [ static public method getValue ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $params ] + } } - Method [ final public method getTrace ] { + Method [ static public method hasValue ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ boolean ] } - Method [ final public method getPrevious ] { + Method [ static public method hiddenField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ static public method image ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ boolean $local ] + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ static public method imageInput ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - } - } - Class [ class Phalcon\Paginator\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + Method [ static public method javascriptInclude ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ boolean $local ] + } + - Return [ string ] + } - - Static properties [0] { - } + Method [ static public method linkTo ] { - - Static methods [2] { - Method [ static public method load ] { + - Parameters [3] { + Parameter #0 [ $parameters ] + Parameter #1 [ $text ] + Parameter #2 [ $local ] + } + - Return [ string ] + } + + Method [ static public method monthField ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ static protected method loadClass ] { + Method [ static public method numericField ] { - - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + - Parameters [1] { + Parameter #0 [ $parameters ] } + - Return [ string ] } - } - - Properties [0] { - } - - - Methods [0] { - } - } + Method [ static public method passwordField ] { - Class [ class Phalcon\Queue\Beanstalk ] { + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } - - Constants [6] { - Constant [ public integer DEFAULT_DELAY ] { 0 } - Constant [ public integer DEFAULT_PRIORITY ] { 100 } - Constant [ public integer DEFAULT_TTR ] { 86400 } - Constant [ public string DEFAULT_TUBE ] { default } - Constant [ public string DEFAULT_HOST ] { 127.0.0.1 } - Constant [ public integer DEFAULT_PORT ] { 11300 } - } + Method [ static public method prependTitle ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ $title ] + } + - Return [ void ] + } - - Static methods [0] { - } + Method [ static public method radioField ] { - - Properties [2] { - Property [ protected $_connection ] - Property [ protected $_parameters ] - } + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } - - Methods [24] { - Method [ public method __construct ] { + Method [ static public method rangeField ] { - Parameters [1] { - Parameter #0 [ array or NULL $parameters ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method connect ] { + Method [ static public method renderAttributes ] { + + - Parameters [2] { + Parameter #0 [ string $code ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] } - Method [ public method put ] { + Method [ static public method renderTitle ] { - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ array or NULL $options ] + Parameter #0 [ boolean $prepend ] + Parameter #1 [ boolean $append ] } + - Return [ string ] } - Method [ public method reserve ] { + Method [ static public method resetInput ] { - - Parameters [1] { - Parameter #0 [ $timeout ] + - Parameters [0] { } + - Return [ void ] } - Method [ public method choose ] { + Method [ static public method searchField ] { - Parameters [1] { - Parameter #0 [ $tube ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method watch ] { + Method [ static public method select ] { - - Parameters [1] { - Parameter #0 [ $tube ] + - 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 [ public method ignore ] { + Method [ static public method setAutoescape ] { - Parameters [1] { - Parameter #0 [ $tube ] + Parameter #0 [ boolean $autoescape ] + } + - Return [ void ] + } + + Method [ static public method setDefault ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method pauseTube ] { + Method [ static public method setDefaults ] { - Parameters [2] { - Parameter #0 [ $tube ] - Parameter #1 [ $delay ] + Parameter #0 [ array $values ] + Parameter #1 [ boolean $merge ] } + - Return [ void ] } - Method [ public method kick ] { + Method [ static public method setDI ] { - Parameters [1] { - Parameter #0 [ $bound ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method stats ] { + Method [ static public method setDocType ] { + + - Parameters [1] { + Parameter #0 [ integer $doctype ] + } + - Return [ void ] } - Method [ public method statsTube ] { + Method [ static public method setTitle ] { - Parameters [1] { - Parameter #0 [ $tube ] + Parameter #0 [ string $title ] } + - Return [ void ] } - Method [ public method listTubes ] { + Method [ static public method setTitleSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $titleSeparator ] + } + - Return [ void ] } - Method [ public method listTubeUsed ] { + Method [ static public method stylesheetLink ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ boolean $local ] + } + - Return [ string ] } - Method [ public method listTubesWatched ] { + Method [ static public method submitButton ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - Method [ public method peekReady ] { + Method [ static public method tagHtml ] { + + - Parameters [5] { + Parameter #0 [ string $tagName ] + Parameter #1 [ $parameters ] + Parameter #2 [ boolean $selfClose ] + Parameter #3 [ boolean $onlyStart ] + Parameter #4 [ boolean $useEol ] + } + - Return [ string ] } - Method [ public method peekBuried ] { + Method [ static public method tagHtmlClose ] { + + - Parameters [2] { + Parameter #0 [ string $tagName ] + Parameter #1 [ boolean $useEol ] + } + - Return [ string ] } - Method [ public method peekDelayed ] { + Method [ static public method telField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - Method [ public method jobPeek ] { + Method [ static public method textArea ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ final public method readStatus ] { + Method [ static public method textField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - Method [ final public method readYaml ] { + Method [ static public method timeField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] } - Method [ public method read ] { + Method [ static public method urlField ] { - Parameters [1] { - Parameter #0 [ $length ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method write ] { + Method [ static public method weekField ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $parameters ] } + - Return [ string ] } - Method [ public method disconnect ] { + Method [ final static protected method inputField ] { + + - Parameters [3] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] + Parameter #2 [ boolean $asValue ] + } + - Return [ string ] } - Method [ public method quit ] { + Method [ final static protected method inputFieldChecked ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] + } + - Return [ string ] } } + + - Properties [0] { + } + + - Methods [0] { + } } - Class [ class Phalcon\Queue\Beanstalk\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Tag\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -40885,7 +57514,14 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - Properties [4] { @@ -40934,7 +57570,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Class [ class Phalcon\Queue\Beanstalk\Job ] { + Class [ abstract class Phalcon\Tag\Select ] { - Constants [0] { } @@ -40942,173 +57578,187 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [3] { - Property [ protected $_id ] - Property [ protected $_body ] - Property [ protected $_queue ] - } - - - Methods [10] { - Method [ public method getId ] { - } - - Method [ public method getBody ] { - } - - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Queue\Beanstalk $queue ] - Parameter #1 [ $id ] - Parameter #2 [ $body ] - } - } - - Method [ public method delete ] { - } - - Method [ public method release ] { + - Static methods [3] { + Method [ static public method selectField ] { - Parameters [2] { - Parameter #0 [ $priority ] - Parameter #1 [ $delay ] + Parameter #0 [ $parameters ] + Parameter #1 [ $data ] } + - Return [ string ] } - Method [ public method bury ] { + Method [ static private method optionsFromArray ] { - - Parameters [1] { - Parameter #0 [ $priority ] + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $value ] + Parameter #2 [ string $closeOption ] } + - Return [ string ] } - Method [ public method touch ] { - } + Method [ static private method optionsFromResultset ] { - Method [ public method kick ] { + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] + Parameter #1 [ $using ] + Parameter #2 [ $value ] + Parameter #3 [ string $closeOption ] + } + - Return [ string ] } + } - Method [ public method stats ] { - } + - Properties [0] { + } - Method [ public method __wakeup ] { - } + - Methods [0] { } } - Class [ final class Phalcon\Registry implements ArrayAccess, Countable, Iterator, Traversable ] { + Class [ class Phalcon\Text ] { - - Constants [0] { + - Constants [6] { + Constant [ public integer RANDOM_ALNUM ] { 0 } + Constant [ public integer RANDOM_ALPHA ] { 1 } + Constant [ public integer RANDOM_DISTINCT ] { 5 } + Constant [ public integer RANDOM_HEXDEC ] { 2 } + Constant [ public integer RANDOM_NOZERO ] { 4 } + Constant [ public integer RANDOM_NUMERIC ] { 3 } } - Static properties [0] { } - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_data ] - } + - Static methods [13] { + Method [ static public method camelize ] { - - Methods [15] { - Method [ final public method __construct ] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] + } + - Return [ string ] } - Method [ final public method offsetExists ] { + Method [ static public method concat ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [0] { } + - Return [ string ] } - Method [ final public method offsetGet ] { + Method [ static public method dynamic ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $leftDelimiter ] + Parameter #2 [ string $rightDelimiter ] + Parameter #3 [ string $separator ] } + - Return [ string ] } - Method [ final public method offsetSet ] { + Method [ static public method endsWith ] { - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $end ] + Parameter #2 [ boolean $ignoreCase ] } + - Return [ boolean ] } - Method [ final public method offsetUnset ] { + Method [ static public method humanize ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $text ] } + - Return [ string ] } - Method [ final public method count ] { - } + Method [ static public method increment ] { - Method [ final public method next ] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + } + - Return [ string ] } - Method [ final public method key ] { - } + Method [ static public method lower ] { - Method [ final public method rewind ] { + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] + } + - Return [ string ] } - Method [ public method valid ] { + Method [ static public method startsWith ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ boolean $ignoreCase ] + } + - Return [ boolean ] } - Method [ public method current ] { + Method [ static public method random ] { + + - Parameters [2] { + Parameter #0 [ integer $type ] + Parameter #1 [ integer $length ] + } + - Return [ string ] } - Method [ final public method __set ] { + Method [ static public method reduceSlashes ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $text ] } + - Return [ string ] } - Method [ final public method __get ] { + Method [ static public method uncamelize ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] } + - Return [ string ] } - Method [ final public method __isset ] { + Method [ static public method underscore ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $text ] } + - Return [ string ] } - Method [ final public method __unset ] { + Method [ static public method upper ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] } + - Return [ string ] } } + + - Properties [0] { + } + + - Methods [0] { + } } - Class [ class Phalcon\Security implements Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - - Constants [10] { - Constant [ public integer CRYPT_DEFAULT ] { 0 } - Constant [ public integer CRYPT_STD_DES ] { 1 } - Constant [ public integer CRYPT_EXT_DES ] { 2 } - Constant [ public integer CRYPT_MD5 ] { 3 } - Constant [ public integer CRYPT_BLOWFISH ] { 4 } - Constant [ public integer CRYPT_BLOWFISH_A ] { 5 } - Constant [ public integer CRYPT_BLOWFISH_X ] { 6 } - Constant [ public integer CRYPT_BLOWFISH_Y ] { 7 } - Constant [ public integer CRYPT_SHA256 ] { 8 } - Constant [ public integer CRYPT_SHA512 ] { 9 } + - Constants [0] { } - Static properties [0] { @@ -41117,136 +57767,111 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $_dependencyInjector ] - Property [ protected $_workFactor ] - Property [ protected $_numberBytes ] - Property [ protected $_tokenKeySessionID ] - Property [ protected $_tokenValueSessionID ] - Property [ protected $_token ] - Property [ protected $_tokenKey ] - Property [ protected $_random ] - Property [ protected $_defaultHash ] + - Properties [3] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] + Property [ protected $translate ] } - - Methods [22] { - Method [ public method setWorkFactor ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $workFactor ] + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] } } - Method [ public method getWorkFactor ] { - } - - Method [ public method __construct ] { - } - - Method [ public method setDI ] { + Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $index ] } + - Return [ boolean ] } - Method [ public method getDI ] { - } - - Method [ public method setRandomBytes ] { + Method [ public method query ] { - - Parameters [1] { - Parameter #0 [ $randomBytes ] + - Parameters [2] { + Parameter #0 [ string $index ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ public method getRandomBytes ] { - } - - Method [ public method getRandom ] { - } - - Method [ public method getSaltBytes ] { + Method [ private method load ] { - - Parameters [1] { - Parameter #0 [ $numberBytes ] + - Parameters [4] { + Parameter #0 [ string $file ] + Parameter #1 [ integer $length ] + Parameter #2 [ string $delimiter ] + Parameter #3 [ string $enclosure ] } + - Return [ void ] } - Method [ public method hash ] { + Method [ public method _ ] { - Parameters [2] { - Parameter #0 [ $password ] - Parameter #1 [ $workFactor ] + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ public method checkHash ] { + Method [ public method offsetExists ] { - - Parameters [3] { - Parameter #0 [ $password ] - Parameter #1 [ $passwordHash ] - Parameter #2 [ $maxPassLength ] + - Parameters [1] { + Parameter #0 [ $translateKey ] } + - Return [ boolean ] } - Method [ public method isLegacyHash ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $passwordHash ] + Parameter #0 [ $translateKey ] } } - Method [ public method getTokenKey ] { - } - - Method [ public method getToken ] { - } - - Method [ public method checkToken ] { + Method [ public method offsetSet ] { - - Parameters [3] { - Parameter #0 [ $tokenKey ] - Parameter #1 [ $tokenValue ] - Parameter #2 [ $destroyIfValid ] + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method getSessionToken ] { - } - - Method [ public method destroyToken ] { - } - - Method [ public method computeHmac ] { + Method [ public method offsetUnset ] { - - Parameters [4] { - Parameter #0 [ $data ] - Parameter #1 [ $key ] - Parameter #2 [ $algo ] - Parameter #3 [ $raw ] + - Parameters [1] { + Parameter #0 [ $offset ] } + - Return [ void ] } - Method [ public method setDefaultHash ] { + Method [ public method t ] { - - Parameters [1] { - Parameter #0 [ $defaultHash ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ public method getDefaultHash ] { - } - - Method [ public method hasLibreSsl ] { - } + Method [ protected method replacePlaceholders ] { - Method [ public method getSslVersionNumber ] { + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ $placeholders ] + } + - Return [ string ] } } } - Class [ class Phalcon\Security\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { } @@ -41257,137 +57882,195 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [6] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] + Property [ protected $category ] + Property [ protected $defaultDomain ] + Property [ protected $directory ] + Property [ protected $locale ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [22] { + Method [ public method getCategory ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [0] { } + - Return [ integer ] } - Method [ public method __wakeup ] { + Method [ public method getDefaultDomain ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getMessage ] { + Method [ public method getDirectory ] { } - Method [ final public method getCode ] { + Method [ public method getLocale ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getFile ] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } } - Method [ final public method getLine ] { + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ boolean ] } - Method [ final public method getTrace ] { + Method [ public method nquery ] { + + - Parameters [5] { + Parameter #0 [ string $msgid1 ] + Parameter #1 [ string $msgid2 ] + Parameter #2 [ integer $count ] + Parameter #3 [ $placeholders ] + Parameter #4 [ string or NULL $domain ] + } + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $index ] + Parameter #1 [ $placeholders ] + } + - Return [ string ] } - Method [ final public method getTraceAsString ] { + Method [ public method resetDomain ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method setDefaultDomain ] { + + - Parameters [1] { + Parameter #0 [ string $domain ] + } + - Return [ void ] } - } - } - Class [ class Phalcon\Security\Random ] { + Method [ public method setDirectory ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ $directory ] + } + - Return [ void ] + } - - Static properties [0] { - } + Method [ public method setDomain ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ $domain ] + } + - Return [ string ] + } - - Properties [0] { - } + Method [ public method setLocale ] { - - Methods [9] { - Method [ public method bytes ] { + - Parameters [2] { + Parameter #0 [ integer $category ] + Parameter #1 [ string $locale ] + } + } - - Parameters [1] { - Parameter #0 [ $len ] + Method [ protected method getOptionsDefault ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hex ] { + Method [ protected method prepareOptions ] { - Parameters [1] { - Parameter #0 [ $len ] + Parameter #0 [ array $options ] } + - Return [ void ] } - Method [ public method base58 ] { + Method [ public method _ ] { - - Parameters [1] { - Parameter #0 [ $len ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ public method base62 ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $len ] + Parameter #0 [ $translateKey ] } + - Return [ boolean ] } - Method [ public method base64 ] { + Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $len ] + Parameter #0 [ $translateKey ] } } - Method [ public method base64Safe ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $len ] - Parameter #1 [ $padding ] + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method uuid ] { + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] } - Method [ public method number ] { + Method [ public method t ] { - - Parameters [1] { - Parameter #0 [ $len ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ protected method base ] { + Method [ protected method replacePlaceholders ] { - - Parameters [3] { - Parameter #0 [ $alphabet ] - Parameter #1 [ $base ] - Parameter #2 [ $n ] + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } } } - Class [ class Phalcon\Session\Adapter\Files extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { + Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - - Constants [3] { - Constant [ public integer SESSION_ACTIVE ] { 2 } - Constant [ public integer SESSION_NONE ] { 1 } - Constant [ public integer SESSION_DISABLED ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -41396,147 +58079,175 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [3] { - Property [ protected $_uniqueId ] - Property [ protected $_started ] - Property [ protected $_options ] + - Properties [4] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] + Property [ private $translate ] + Property [ private $triggerError ] } - - Methods [22] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $options ] + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] } } - Method [ public method start ] { - } - - Method [ public method setOptions ] { + Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $index ] } + - Return [ boolean ] } - Method [ public method getOptions ] { + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] } - Method [ public method setName ] { + Method [ public method query ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $index ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ public method getName ] { + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] + } + - Return [ string ] } - Method [ public method regenerateId ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $deleteOldSession ] + Parameter #0 [ $translateKey ] } + - Return [ boolean ] } - Method [ public method get ] { + Method [ public method offsetGet ] { - - Parameters [3] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $remove ] + - Parameters [1] { + Parameter #0 [ $translateKey ] } } - Method [ public method set ] { + Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $index ] + Parameter #0 [ $offset ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method has ] { + Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $offset ] } + - Return [ void ] } - Method [ public method remove ] { + Method [ public method t ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } - Method [ public method getId ] { - } - - Method [ public method setId ] { + Method [ protected method replacePlaceholders ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ $placeholders ] } + - Return [ string ] } + } + } - Method [ public method isStarted ] { - } + Class [ class Phalcon\Translate\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method destroy ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $removeData ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method status ] { - } + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ public method __get ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method __set ] { + Method [ public method __wakeup ] { + } - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] - } + Method [ final public method getMessage ] { } - Method [ public method __isset ] { + Method [ final public method getCode ] { + } - - Parameters [1] { - Parameter #0 [ $index ] - } + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { } - Method [ public method __unset ] { + Method [ final public method getTrace ] { + } - - Parameters [1] { - Parameter #0 [ $index ] - } + Method [ final public method getPrevious ] { } - Method [ public method __destruct ] { + Method [ final public method getTraceAsString ] { } - Method [ protected method removeSessionData ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { + Class [ class Phalcon\Translate\InterpolatorFactory extends Phalcon\Factory\AbstractFactory ] { - - Constants [3] { - Constant [ public integer SESSION_ACTIVE ] { 2 } - Constant [ public integer SESSION_NONE ] { 1 } - Constant [ public integer SESSION_DISABLED ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -41545,179 +58256,190 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_uniqueId ] - Property [ protected $_started ] - Property [ protected $_options ] - Property [ protected $_libmemcached ] - Property [ protected $_lifetime ] + - Properties [2] { + Property [ private $mapper ] + Property [ private $services ] } - - Methods [29] { - Method [ public method getLibmemcached ] { - } + - Methods [6] { + Method [ public method __construct ] { - Method [ public method getLifetime ] { + - Parameters [1] { + Parameter #0 [ array $services ] + } } - Method [ public method __construct ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $name ] } + - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } - Method [ public method open ] { - } + Method [ protected method getAdapters ] { - Method [ public method close ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method read ] { + Method [ protected method checkService ] { - Parameters [1] { - Parameter #0 [ $sessionId ] + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method write ] { + Method [ protected method checkConfig ] { - - Parameters [2] { - Parameter #0 [ $sessionId ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ public method destroy ] { + Method [ protected method init ] { - Parameters [1] { - Parameter #0 [ $sessionId ] + Parameter #0 [ array $services ] } + - Return [ void ] } + } + } - Method [ public method gc ] { - } + Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Method [ public method start ] { - } + - Constants [0] { + } - Method [ public method setOptions ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ array $options ] - } - } + - Static methods [0] { + } - Method [ public method getOptions ] { - } + - Properties [0] { + } - Method [ public method setName ] { + - Methods [1] { + Method [ public method replacePlaceholders ] { - - Parameters [1] { - Parameter #0 [ $name ] + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] } + - Return [ string ] } + } + } - Method [ public method getName ] { - } + Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Method [ public method regenerateId ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $deleteOldSession ] - } - } + - Static properties [0] { + } - Method [ public method get ] { + - Static methods [0] { + } - - Parameters [3] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $remove ] - } - } + - Properties [0] { + } - Method [ public method set ] { + - Methods [1] { + Method [ public method replacePlaceholders ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] } + - Return [ string ] } + } + } - Method [ public method has ] { + Class [ class Phalcon\Translate\TranslateFactory extends Phalcon\Factory\AbstractFactory ] { - - Parameters [1] { - Parameter #0 [ $index ] - } - } + - Constants [0] { + } - Method [ public method remove ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $index ] - } - } + - Static methods [0] { + } - Method [ public method getId ] { - } + - Properties [3] { + Property [ protected $mapper ] + Property [ protected $services ] + Property [ private $interpolator ] + } - Method [ public method setId ] { + - Methods [7] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $services ] } } - Method [ public method isStarted ] { - } + Method [ public method load ] { - Method [ public method status ] { + - Parameters [1] { + Parameter #0 [ $config ] + } } - Method [ public method __get ] { + Method [ public method newInstance ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] } + - Return [ Phalcon\Translate\AbstractAdapter ] } - Method [ public method __set ] { + Method [ protected method getAdapters ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method __isset ] { + Method [ protected method checkService ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $name ] } + - Return [ void ] } - Method [ public method __unset ] { + Method [ protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ public method __destruct ] { - } + Method [ protected method init ] { - Method [ protected method removeSessionData ] { + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] } } } - Class [ class Phalcon\Session\Adapter\Memcache extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { + Class [ class Phalcon\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Url\UrlInterface ] { - - Constants [3] { - Constant [ public integer SESSION_ACTIVE ] { 2 } - Constant [ public integer SESSION_NONE ] { 1 } - Constant [ public integer SESSION_DISABLED ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -41727,178 +58449,177 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } - Properties [5] { - Property [ protected $_uniqueId ] - Property [ protected $_started ] - Property [ protected $_options ] - Property [ protected $_memcache ] - Property [ protected $_lifetime ] + Property [ protected $container ] + Property [ protected $baseUri ] + Property [ protected $basePath ] + Property [ protected $router ] + Property [ protected $staticBaseUri ] } - - Methods [29] { - Method [ public method getMemcache ] { - } - - Method [ public method getLifetime ] { - } - - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ Phalcon\Mvc\RouterInterface or NULL $router ] } } - Method [ public method open ] { - } + Method [ public method get ] { - Method [ public method close ] { + - Parameters [4] { + Parameter #0 [ $uri ] + Parameter #1 [ $args ] + Parameter #2 [ boolean or NULL $local ] + Parameter #3 [ $baseUri ] + } + - Return [ string ] } - Method [ public method read ] { + Method [ public method getBasePath ] { - - Parameters [1] { - Parameter #0 [ $sessionId ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method write ] { + Method [ public method getBaseUri ] { - - Parameters [2] { - Parameter #0 [ $sessionId ] - Parameter #1 [ $data ] + - Parameters [0] { } + - Return [ string ] } - Method [ public method destroy ] { + Method [ public method getStatic ] { - Parameters [1] { - Parameter #0 [ $sessionId ] + Parameter #0 [ $uri ] } + - Return [ string ] } - Method [ public method gc ] { - } + Method [ public method getStaticBaseUri ] { - Method [ public method start ] { + - Parameters [0] { + } + - Return [ string ] } - Method [ public method setOptions ] { + Method [ public method setBasePath ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ string $basePath ] } + - Return [ Phalcon\Url\UrlInterface ] } - Method [ public method getOptions ] { - } - - Method [ public method setName ] { + Method [ public method setBaseUri ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $baseUri ] } + - Return [ Phalcon\Url\UrlInterface ] } - Method [ public method getName ] { - } - - Method [ public method regenerateId ] { + Method [ public method setStaticBaseUri ] { - Parameters [1] { - Parameter #0 [ $deleteOldSession ] + Parameter #0 [ string $staticBaseUri ] } + - Return [ Phalcon\Url\UrlInterface ] } - Method [ public method get ] { + Method [ public method path ] { - - Parameters [3] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $remove ] + - Parameters [1] { + Parameter #0 [ string or NULL $path ] } + - Return [ string ] } - Method [ public method set ] { + Method [ public method getDI ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method has ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } + } + } + + Class [ class Phalcon\Url\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method remove ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method getId ] { - } + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - Method [ public method setId ] { + - Methods [10] { + Method [ public method __construct ] { - - Parameters [1] { - Parameter #0 [ $id ] + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method isStarted ] { + Method [ public method __wakeup ] { } - Method [ public method status ] { + Method [ final public method getMessage ] { } - Method [ public method __get ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } + Method [ final public method getCode ] { } - Method [ public method __set ] { - - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] - } + Method [ final public method getFile ] { } - Method [ public method __isset ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } + Method [ final public method getLine ] { } - Method [ public method __unset ] { + Method [ final public method getTrace ] { + } - - Parameters [1] { - Parameter #0 [ $index ] - } + Method [ final public method getPrevious ] { } - Method [ public method __destruct ] { + Method [ final public method getTraceAsString ] { } - Method [ protected method removeSessionData ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { + Class [ class Phalcon\Validation extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Validation\ValidationInterface ] { - - Constants [3] { - Constant [ public integer SESSION_ACTIVE ] { 2 } - Constant [ public integer SESSION_NONE ] { 1 } - Constant [ public integer SESSION_DISABLED ] { 0 } + - Constants [0] { } - Static properties [0] { @@ -41907,174 +58628,271 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_uniqueId ] - Property [ protected $_started ] - Property [ protected $_options ] - Property [ protected $_redis ] - Property [ protected $_lifetime ] + - Properties [10] { + Property [ protected $container ] + Property [ protected $eventsManager ] + Property [ protected $combinedFieldsValidators ] + Property [ protected $data ] + Property [ protected $entity ] + Property [ protected $filters ] + Property [ protected $labels ] + Property [ protected $messages ] + Property [ protected $validators ] + Property [ protected $values ] } - - Methods [29] { - Method [ public method getRedis ] { + - Methods [24] { + Method [ public method getData ] { } - Method [ public method getLifetime ] { + Method [ public method setValidators ] { + + - Parameters [1] { + Parameter #0 [ $validators ] + } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $validators ] } } - Method [ public method open ] { - } + Method [ public method add ] { - Method [ public method close ] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ public method read ] { + Method [ public method appendMessage ] { - Parameters [1] { - Parameter #0 [ $sessionId ] + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ public method write ] { + Method [ public method bind ] { - Parameters [2] { - Parameter #0 [ $sessionId ] + Parameter #0 [ $entity ] Parameter #1 [ $data ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ public method destroy ] { + Method [ public method getEntity ] { - - Parameters [1] { - Parameter #0 [ $sessionId ] + - Parameters [0] { } + - Return [ NULL ] } - Method [ public method gc ] { - } + Method [ public method getFilters ] { - Method [ public method start ] { + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } } - Method [ public method setOptions ] { + Method [ public method getLabel ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ $field ] + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getOptions ] { + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ public method setName ] { + Method [ public method getValue ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $field ] } } - Method [ public method getName ] { + Method [ public method rule ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ public method regenerateId ] { + Method [ public method rules ] { - - Parameters [1] { - Parameter #0 [ $deleteOldSession ] + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ array $validators ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ public method get ] { + Method [ public method setEntity ] { - - Parameters [3] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] - Parameter #2 [ $remove ] + - Parameters [1] { + Parameter #0 [ $entity ] } + - Return [ void ] } - Method [ public method set ] { + Method [ public method setFilters ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + Parameter #0 [ $field ] + Parameter #1 [ $filters ] } + - Return [ Phalcon\Validation\ValidationInterface ] } - Method [ public method has ] { + Method [ public method setLabels ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ array $labels ] } + - Return [ void ] } - Method [ public method remove ] { + Method [ public method validate ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $entity ] } + - Return [ Phalcon\Messages\Messages ] } - Method [ public method getId ] { + Method [ protected method preChecking ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ boolean ] } - Method [ public method setId ] { + Method [ public method __get ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ string $propertyName ] } } - Method [ public method isStarted ] { + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] } - Method [ public method status ] { + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] } - Method [ public method __get ] { + Method [ public method setDI ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ Phalcon\Di\DiInterface $container ] } + - Return [ void ] } - Method [ public method __set ] { + Method [ public method setEventsManager ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } + - Return [ void ] } + } + } + + Class [ class Phalcon\Validation\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } - Method [ public method __isset ] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $service ] } + - Return [ string ] } + } - Method [ public method __unset ] { + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } - - Parameters [1] { - Parameter #0 [ $index ] + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } - Method [ public method __destruct ] { + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { } - Method [ protected method removeSessionData ] { + Method [ public method __toString ] { } } } - Class [ class Phalcon\Session\Bag implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\BagInterface, IteratorAggregate, Traversable, ArrayAccess, Countable ] { + Class [ class Phalcon\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -42085,135 +58903,178 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [5] { - Property [ protected $_dependencyInjector ] - Property [ protected $_name ] - Property [ protected $_data ] - Property [ protected $_initialized ] - Property [ protected $_session ] + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] } - - Methods [19] { + - Methods [6] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ array $services ] } } - Method [ public method setDI ] { + Method [ public method newInstance ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $name ] } } - Method [ public method getDI ] { - } + Method [ protected method getAdapters ] { - Method [ public method initialize ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ public method destroy ] { + Method [ protected method checkService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] } - Method [ public method set ] { + Method [ protected method checkConfig ] { - - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $config ] } + - Return [ array ] } - Method [ public method __set ] { + Method [ protected method init ] { - - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ array $services ] } + - Return [ void ] } + } + } + + Class [ class Phalcon\Validation\Validator\Alnum extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } - Method [ public method get ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ $property ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __get ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $property ] + Parameter #0 [ array $options ] } } - Method [ public method has ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $property ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method __isset ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $property ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method remove ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $property ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method __unset ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $property ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ final public method count ] { + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } } - Method [ final public method getIterator ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] } - Method [ final public method offsetSet ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $property ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ final public method offsetExists ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $property ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ final public method offsetUnset ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $property ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ final public method offsetGet ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $property ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Session\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Validation\Validator\Alpha extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42224,511 +59085,603 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method validate ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __wakeup ] { - } + Method [ public method __construct ] { - Method [ final public method getMessage ] { + - Parameters [1] { + Parameter #0 [ array $options ] + } } - Method [ final public method getCode ] { - } + Method [ public method getTemplate ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] } - Method [ final public method getLine ] { - } + Method [ public method getTemplates ] { - Method [ final public method getTrace ] { + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ final public method getTraceAsString ] { + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method __toString ] { + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } } - } - } - Class [ class Phalcon\Session\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + Method [ public method hasOption ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ public method setOption ] { - - Static methods [2] { - Method [ static public method load ] { + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ static protected method loadClass ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - } - - Properties [0] { - } + Method [ public method messageFactory ] { - - Methods [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] + } + - Return [ Phalcon\Messages\Message ] + } } } - Class [ class Phalcon\Tag ] { + Class [ class Phalcon\Validation\Validator\Between extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [11] { - Constant [ public integer HTML32 ] { 1 } - Constant [ public integer HTML401_STRICT ] { 2 } - Constant [ public integer HTML401_TRANSITIONAL ] { 3 } - Constant [ public integer HTML401_FRAMESET ] { 4 } - Constant [ public integer HTML5 ] { 5 } - Constant [ public integer XHTML10_STRICT ] { 6 } - Constant [ public integer XHTML10_TRANSITIONAL ] { 7 } - Constant [ public integer XHTML10_FRAMESET ] { 8 } - Constant [ public integer XHTML11 ] { 9 } - Constant [ public integer XHTML20 ] { 10 } - Constant [ public integer XHTML5 ] { 11 } + - Constants [0] { } - - Static properties [11] { - Property [ protected static $_displayValues ] - Property [ protected static $_documentTitle ] - Property [ protected static $_documentAppendTitle ] - Property [ protected static $_documentPrependTitle ] - Property [ protected static $_documentTitleSeparator ] - Property [ protected static $_documentType ] - Property [ protected static $_dependencyInjector ] - Property [ protected static $_urlService ] - Property [ protected static $_dispatcherService ] - Property [ protected static $_escaperService ] - Property [ protected static $_autoEscape ] + - Static properties [0] { } - - Static methods [56] { - Method [ static public method getEscaper ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ array $params ] - } - } + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } - Method [ static public method renderAttributes ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ $code ] - Parameter #1 [ array $attributes ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ static public method setDI ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ array $options ] } } - Method [ static public method getDI ] { + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] } - Method [ static public method getUrlService ] { + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ static public method getEscaperService ] { + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method setAutoescape ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $autoescape ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method setDefault ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $id ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ static public method setDefaults ] { + Method [ public method hasOption ] { - - Parameters [2] { - Parameter #0 [ array $values ] - Parameter #1 [ $merge ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ static public method displayTo ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $id ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ static public method hasValue ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ static public method getValue ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $params ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ static public method resetInput ] { - } - - Method [ static public method linkTo ] { + Method [ public method messageFactory ] { - Parameters [3] { - Parameter #0 [ $parameters ] - Parameter #1 [ $text ] - Parameter #2 [ $local ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ final static protected method _inputField ] { + Class [ class Phalcon\Validation\Validator\Callback extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $parameters ] - Parameter #2 [ $asValue ] - } - } + - Constants [0] { + } - Method [ final static protected method _inputFieldChecked ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } + + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $parameters ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ static public method colorField ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ array $options ] } } - Method [ static public method textField ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ static public method numericField ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method rangeField ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method emailField ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method dateField ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ static public method dateTimeField ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ static public method dateTimeLocalField ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ static public method monthField ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ static public method timeField ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ static public method weekField ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ static public method passwordField ] { + Class [ class Phalcon\Validation\Validator\Confirmation extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Parameters [1] { - Parameter #0 [ $parameters ] - } - } + - Constants [0] { + } - Method [ static public method hiddenField ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $parameters ] + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } + + - Methods [13] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ static public method fileField ] { + Method [ final protected method compare ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ string $a ] + Parameter #1 [ string $b ] } + - Return [ boolean ] } - Method [ static public method searchField ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ array $options ] } } - Method [ static public method telField ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ static public method urlField ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method checkField ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method radioField ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method imageInput ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ static public method submitButton ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $parameters ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ static public method selectStatic ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ static public method select ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ static public method textArea ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ static public method form ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $parameters ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } + } + } - Method [ static public method endForm ] { - } + Class [ class Phalcon\Validation\Validator\CreditCard extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Method [ static public method setTitle ] { + - Constants [0] { + } - - Parameters [1] { - Parameter #0 [ $title ] - } - } + - Static properties [0] { + } - Method [ static public method setTitleSeparator ] { + - Static methods [0] { + } - - Parameters [1] { - Parameter #0 [ $titleSeparator ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } + + - Methods [13] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ static public method appendTitle ] { + Method [ private method verifyByLuhnAlgorithm ] { - Parameters [1] { - Parameter #0 [ $title ] + Parameter #0 [ string $number ] } + - Return [ boolean ] } - Method [ static public method prependTitle ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $title ] + Parameter #0 [ array $options ] } } - Method [ static public method getTitle ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $tags ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ static public method getTitleSeparator ] { - } - - Method [ static public method stylesheetLink ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $local ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method javascriptInclude ] { - - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $local ] + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method image ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $local ] + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method friendlyTitle ] { + Method [ public method getOption ] { - - Parameters [4] { - Parameter #0 [ $text ] - Parameter #1 [ $separator ] - Parameter #2 [ $lowercase ] - Parameter #3 [ $replace ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ static public method setDocType ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $doctype ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ static public method getDocType ] { + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] } - Method [ static public method tagHtml ] { + Method [ protected method prepareCode ] { - - Parameters [5] { - Parameter #0 [ $tagName ] - Parameter #1 [ $parameters ] - Parameter #2 [ $selfClose ] - Parameter #3 [ $onlyStart ] - Parameter #4 [ $useEol ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ static public method tagHtmlClose ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ $tagName ] - Parameter #1 [ $useEol ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - } - - Properties [0] { - } + Method [ public method messageFactory ] { - - Methods [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] + } + - Return [ Phalcon\Messages\Message ] + } } } - Class [ class Phalcon\Tag\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Validation\Validator\Date extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42739,220 +59692,241 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method validate ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __wakeup ] { - } + Method [ private method checkDate ] { - Method [ final public method getMessage ] { + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $format ] + } + - Return [ boolean ] } - Method [ final public method getCode ] { - } + Method [ public method __construct ] { - Method [ final public method getFile ] { + - Parameters [1] { + Parameter #0 [ array $options ] + } } - Method [ final public method getLine ] { - } + Method [ public method getTemplate ] { - Method [ final public method getTrace ] { + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] } - Method [ final public method getPrevious ] { + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getTraceAsString ] { + Method [ public method setTemplates ] { + + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method __toString ] { + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] } - } - } - Class [ abstract class Phalcon\Tag\Select ] { + Method [ public method getOption ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } - - Static properties [0] { - } + Method [ public method hasOption ] { - - Static methods [3] { - Method [ static public method selectField ] { + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $parameters ] - Parameter #1 [ $data ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ static private method _optionsFromResultset ] { + Method [ protected method prepareCode ] { - - Parameters [4] { - Parameter #0 [ $resultset ] - Parameter #1 [ $using ] - Parameter #2 [ $value ] - Parameter #3 [ $closeOption ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ static private method _optionsFromArray ] { + Method [ protected method prepareLabel ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ $value ] - Parameter #2 [ $closeOption ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - } - - Properties [0] { - } + Method [ public method messageFactory ] { - - Methods [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] + } + - Return [ Phalcon\Messages\Message ] + } } } - Class [ abstract class Phalcon\Text ] { + Class [ class Phalcon\Validation\Validator\Digit extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [6] { - Constant [ public integer RANDOM_ALNUM ] { 0 } - Constant [ public integer RANDOM_ALPHA ] { 1 } - Constant [ public integer RANDOM_HEXDEC ] { 2 } - Constant [ public integer RANDOM_NUMERIC ] { 3 } - Constant [ public integer RANDOM_NOZERO ] { 4 } - Constant [ public integer RANDOM_DISTINCT ] { 5 } + - Constants [0] { } - Static properties [0] { } - - Static methods [13] { - Method [ static public method camelize ] { + - Static methods [0] { + } - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $delimiter ] - } - } + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } - Method [ static public method uncamelize ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $delimiter ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ static public method increment ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $separator ] + - Parameters [1] { + Parameter #0 [ array $options ] } } - Method [ static public method random ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $length ] + - Parameters [1] { + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ static public method startsWith ] { + Method [ public method getTemplates ] { - - Parameters [3] { - Parameter #0 [ $str ] - Parameter #1 [ $start ] - Parameter #2 [ $ignoreCase ] + - Parameters [0] { } + - Return [ array ] } - Method [ static public method endsWith ] { + Method [ public method setTemplates ] { - - Parameters [3] { - Parameter #0 [ $str ] - Parameter #1 [ $end ] - Parameter #2 [ $ignoreCase ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method lower ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $encoding ] + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ static public method upper ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $str ] - Parameter #1 [ $encoding ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ static public method reduceSlashes ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $str ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ static public method concat ] { - } - - Method [ static public method dynamic ] { + Method [ public method setOption ] { - - Parameters [4] { - Parameter #0 [ $text ] - Parameter #1 [ $leftDelimiter ] - Parameter #2 [ $rightDelimiter ] - Parameter #3 [ $separator ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ static public method underscore ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $text ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ static public method humanize ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $text ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - } - - Properties [0] { - } + Method [ public method messageFactory ] { - - Methods [0] { + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] + } + - Return [ Phalcon\Messages\Message ] + } } } - Class [ abstract class Phalcon\Translate ] { + Class [ class Phalcon\Validation\Validator\Email extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42963,125 +59937,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess ] { - - - Constants [0] { - } - - - Static properties [0] { + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Static methods [0] { - } + - Methods [12] { + Method [ public method validate ] { - - Properties [2] { - Property [ protected $_interpolator ] - Property [ protected $_translate ] - } + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] + } - - Methods [12] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $options ] } } - Method [ private method _load ] { + Method [ public method getTemplate ] { - - Parameters [4] { - Parameter #0 [ $file ] - Parameter #1 [ $length ] - Parameter #2 [ $delimiter ] - Parameter #3 [ $enclosure ] + - Parameters [1] { + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method query ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $placeholders ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method exists ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method setInterpolator ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method t ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method _ ] { + Method [ public method hasOption ] { - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - 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 offsetExists ] { - - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - } - - Method [ public method offsetUnset ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ public method offsetGet ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ protected method replacePlaceholders ] { + Method [ public method messageFactory ] { - - Parameters [2] { - Parameter #0 [ $translation ] - Parameter #1 [ $placeholders ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess ] { + Class [ class Phalcon\Validation\Validator\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } @@ -43089,168 +60052,181 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ string $service ] + } + - Return [ string ] + } } - - Properties [5] { - Property [ protected $_interpolator ] - Property [ protected $_directory ] - Property [ protected $_defaultDomain ] - Property [ protected $_locale ] - Property [ protected $_category ] + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - - Methods [23] { - Method [ public method getDirectory ] { + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } } - Method [ public method getDefaultDomain ] { + Method [ public method __wakeup ] { } - Method [ public method getLocale ] { + Method [ final public method getMessage ] { } - Method [ public method getCategory ] { + Method [ final public method getCode ] { } - Method [ public method __construct ] { + Method [ final public method getFile ] { + } - - Parameters [1] { - Parameter #0 [ array $options ] - } + Method [ final public method getLine ] { } - Method [ public method query ] { + Method [ final public method getTrace ] { + } - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $placeholders ] - } + Method [ final public method getPrevious ] { } - Method [ public method exists ] { + Method [ final public method getTraceAsString ] { + } - - Parameters [1] { - Parameter #0 [ $index ] - } + Method [ public method __toString ] { } + } + } - Method [ public method nquery ] { + Class [ class Phalcon\Validation\Validator\ExclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Parameters [5] { - Parameter #0 [ $msgid1 ] - Parameter #1 [ $msgid2 ] - Parameter #2 [ $count ] - Parameter #3 [ $placeholders ] - Parameter #4 [ $domain ] - } - } + - Constants [0] { + } - Method [ public method setDomain ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $domain ] - } - } + - Static methods [0] { + } - Method [ public method resetDomain ] { + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } + + - Methods [12] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] } - Method [ public method setDefaultDomain ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $domain ] + Parameter #0 [ array $options ] } } - Method [ public method setDirectory ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $directory ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method setLocale ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ $category ] - Parameter #1 [ $locale ] + - Parameters [0] { } + - Return [ array ] } - Method [ protected method prepareOptions ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ protected method getOptionsDefault ] { - } - - Method [ public method setInterpolator ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method t ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method _ ] { + Method [ public method hasOption ] { - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ string $key ] } + - Return [ boolean ] } - 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 offsetExists ] { - - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - } - - Method [ public method offsetUnset ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ public method offsetGet ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ $translateKey ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ protected method replacePlaceholders ] { + Method [ public method messageFactory ] { - - Parameters [2] { - Parameter #0 [ $translation ] - Parameter #1 [ $placeholders ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess ] { + Class [ class Phalcon\Validation\Validator\File extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -43261,97 +60237,122 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_interpolator ] - Property [ protected $_translate ] + - Properties [4] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $validators ] } - - Methods [11] { - Method [ public method __construct ] { + - Methods [13] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array $options ] + Parameter #0 [ array $options ] + } + } + + Method [ public method getValidators ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method query ] { + Method [ public method validate ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $placeholders ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method exists ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method setInterpolator ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method t ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method _ ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ $translateKey ] - Parameter #1 [ $placeholders ] + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method offsetSet ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method offsetExists ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $translateKey ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method offsetUnset ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ $offset ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method offsetGet ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $translateKey ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method replacePlaceholders ] { + Method [ protected method prepareLabel ] { - Parameters [2] { - Parameter #0 [ $translation ] - Parameter #1 [ $placeholders ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + } + + Method [ public method messageFactory ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Translate\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Validation\Validator\File\MimeType extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -43362,135 +60363,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [24] { + Method [ public method validate ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __wakeup ] { + Method [ public method getMessageFileEmpty ] { } - Method [ final public method getMessage ] { + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } } - Method [ final public method getCode ] { + Method [ public method getMessageIniSize ] { } - Method [ final public method getFile ] { + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } } - Method [ final public method getLine ] { + Method [ public method getMessageValid ] { } - Method [ final public method getTrace ] { + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } } - Method [ final public method getPrevious ] { + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ boolean ] } - Method [ final public method getTraceAsString ] { + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] } - Method [ public method __toString ] { + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] } - } - } - Class [ class Phalcon\Translate\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + Method [ public method checkUploadIsEmpty ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ public method checkUploadIsValid ] { - - Static methods [2] { - Method [ static public method load ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] + } + + Method [ public method getFileSizeInBytes ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ string $size ] } + - Return [ float ] } - Method [ static protected method loadClass ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] + - Parameters [1] { + Parameter #0 [ array $options ] } } - } - - Properties [0] { - } + Method [ public method getTemplate ] { - - Methods [0] { - } - } + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } - Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\InterpolatorInterface ] { + Method [ public method getTemplates ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ array ] + } - - Static properties [0] { - } + Method [ public method setTemplates ] { - - Static methods [0] { - } + - Parameters [1] { + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } - - Properties [0] { - } + Method [ public method setTemplate ] { - - Methods [1] { - Method [ public method replacePlaceholders ] { + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $translation ] - Parameter #1 [ $placeholders ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - } - } - Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\InterpolatorInterface ] { + Method [ public method hasOption ] { - - Constants [0] { - } + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } - - Static properties [0] { - } + Method [ public method setOption ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } - - Properties [0] { - } + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ integer or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + } - - Methods [1] { - Method [ public method replacePlaceholders ] { + Method [ public method messageFactory ] { - - Parameters [2] { - Parameter #0 [ $translation ] - Parameter #1 [ $placeholders ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\ValidationInterface ] { + Class [ class Phalcon\Validation\Validator\File\Resolution\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -43501,189 +60567,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [11] { - Property [ protected $_dependencyInjector ] - Property [ protected $_eventsManager ] - Property [ protected $_data ] - Property [ protected $_entity ] - Property [ protected $_validators ] - Property [ protected $_combinedFieldsValidators ] - Property [ protected $_filters ] - Property [ protected $_messages ] - Property [ protected $_defaultMessages ] - Property [ protected $_labels ] - Property [ protected $_values ] + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] } - - Methods [26] { - Method [ public method getData ] { + - Methods [24] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ boolean ] } - Method [ public method setValidators ] { + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ $validators ] + Parameter #0 [ $messageFileEmpty ] } } - Method [ public method __construct ] { + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ array or NULL $validators ] + Parameter #0 [ $messageIniSize ] } } - Method [ public method validate ] { + Method [ public method getMessageValid ] { + } - - Parameters [2] { - Parameter #0 [ $data ] - Parameter #1 [ $entity ] + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] } } - Method [ public method add ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ boolean ] } - Method [ public method rule ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method rules ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ array $validators ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method setFilters ] { + Method [ public method checkUploadIsEmpty ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ $filters ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method getFilters ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method getValidators ] { - } - - Method [ public method setEntity ] { + Method [ public method getFileSizeInBytes ] { - Parameters [1] { - Parameter #0 [ $entity ] + Parameter #0 [ string $size ] } + - Return [ float ] } - Method [ public method getEntity ] { - } - - Method [ public method setDefaultMessages ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $messages ] + Parameter #0 [ array $options ] } } - Method [ public method getDefaultMessage ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $type ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method getMessages ] { - } - - Method [ public method setLabels ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ array $labels ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getLabel ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method appendMessage ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method bind ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $entity ] - Parameter #1 [ $data ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method getValue ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ protected method preChecking ] { + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $field ] - Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method setDI ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ public method getDI ] { - } - - Method [ public method setEventsManager ] { + Method [ protected method prepareLabel ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } } - Method [ public method getEventsManager ] { - } - - Method [ public method __get ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $propertyName ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Exception extends Phalcon\Exception implements Throwable ] { + Class [ class Phalcon\Validation\Validator\File\Resolution\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -43694,233 +60771,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [24] { + Method [ public method validate ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { + Method [ public method getMessageFileEmpty ] { } - Method [ final public method getFile ] { - } + Method [ public method setMessageFileEmpty ] { - Method [ final public method getLine ] { + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } } - Method [ final public method getTrace ] { + Method [ public method getMessageIniSize ] { } - Method [ final public method getPrevious ] { - } + Method [ public method setMessageIniSize ] { - Method [ final public method getTraceAsString ] { + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } } - Method [ public method __toString ] { + Method [ public method getMessageValid ] { } - } - } - - Class [ class Phalcon\Validation\Message implements Phalcon\Validation\MessageInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [1] { - Method [ static public method __set_state ] { + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ array $message ] + Parameter #0 [ $messageValid ] } } - } - - Properties [4] { - Property [ protected $_type ] - Property [ protected $_message ] - Property [ protected $_field ] - Property [ protected $_code ] - } - - - Methods [10] { - Method [ public method __construct ] { + Method [ public method isAllowEmpty ] { - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $code ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ boolean ] } - Method [ public method setType ] { + Method [ public method checkUpload ] { - - Parameters [1] { - Parameter #0 [ $type ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method getType ] { - } - - Method [ public method setMessage ] { + Method [ public method checkUploadMaxSize ] { - - Parameters [1] { - Parameter #0 [ $message ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method getMessage ] { - } - - Method [ public method setField ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method getField ] { - } - - Method [ public method setCode ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ $code ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method getCode ] { - } - - Method [ public method __toString ] { - } - } - } - - Class [ class Phalcon\Validation\Message\Group implements Countable, ArrayAccess, Iterator, Traversable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ static public method __set_state ] { + Method [ public method getFileSizeInBytes ] { - Parameters [1] { - Parameter #0 [ $group ] + Parameter #0 [ string $size ] } + - Return [ float ] } - } - - - Properties [2] { - Property [ protected $_position ] - Property [ protected $_messages ] - } - - Methods [14] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $messages ] + Parameter #0 [ array $options ] } } - Method [ public method offsetGet ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method offsetSet ] { + Method [ public method getTemplates ] { - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $message ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method offsetExists ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method offsetUnset ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method appendMessage ] { + Method [ public method getOption ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Validation\MessageInterface $message ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ public method appendMessages ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $messages ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - Method [ public method filter ] { + Method [ public method setOption ] { - - Parameters [1] { - Parameter #0 [ $fieldName ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method count ] { - } + Method [ protected method prepareCode ] { - Method [ public method rewind ] { + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ integer or NULL ] } - Method [ public method current ] { - } + Method [ protected method prepareLabel ] { - Method [ public method key ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } } - Method [ public method next ] { - } + Method [ public method messageFactory ] { - Method [ public method valid ] { + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] + } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Alnum extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\File\Resolution\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -43931,172 +60975,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [24] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] + } + + Method [ public method getMessageFileEmpty ] { } - Method [ public method __construct ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ $messageFileEmpty ] } } - Method [ public method isSetOption ] { + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageIniSize ] } } - Method [ public method hasOption ] { + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageValid ] } } - Method [ public method getOption ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ boolean ] } - Method [ public method setOption ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareLabel ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareMessage ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] } + - Return [ boolean ] } - Method [ protected method prepareCode ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Validation\Validator\Alpha extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [0] { - } + Method [ public method getFileSizeInBytes ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } - - Static methods [0] { - } + Method [ public method __construct ] { - - Properties [1] { - Property [ protected $_options ] - } + - Parameters [1] { + Parameter #0 [ array $options ] + } + } - - Methods [9] { - Method [ public method validate ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Between extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\File\Size\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44107,172 +61179,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [24] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] + } + + Method [ public method getMessageFileEmpty ] { } - Method [ public method __construct ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ $messageFileEmpty ] } } - Method [ public method isSetOption ] { + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageIniSize ] } } - Method [ public method hasOption ] { + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageValid ] } } - Method [ public method getOption ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ boolean ] } - Method [ public method setOption ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareLabel ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareMessage ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] } + - Return [ boolean ] } - Method [ protected method prepareCode ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Validation\Validator\Callback extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [0] { - } + Method [ public method getFileSizeInBytes ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } - - Static methods [0] { - } + Method [ public method __construct ] { - - Properties [1] { - Property [ protected $_options ] - } + - Parameters [1] { + Parameter #0 [ array $options ] + } + } - - Methods [9] { - Method [ public method validate ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Confirmation extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\File\Size\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44283,187 +61383,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] } - - Methods [10] { - Method [ public method validate ] { + - Methods [24] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ final protected method compare ] { - - - Parameters [2] { - Parameter #0 [ $a ] - Parameter #1 [ $b ] - } + Method [ public method getMessageFileEmpty ] { } - Method [ public method __construct ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ $messageFileEmpty ] } } - Method [ public method isSetOption ] { + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageIniSize ] } } - Method [ public method hasOption ] { + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageValid ] } } - Method [ public method getOption ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ boolean ] } - Method [ public method setOption ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareLabel ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareMessage ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] } + - Return [ boolean ] } - Method [ protected method prepareCode ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Validation\Validator\CreditCard extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - Static methods [0] { - } + Method [ public method getFileSizeInBytes ] { - - Properties [1] { - Property [ protected $_options ] - } + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } - - Methods [10] { - Method [ public method validate ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ array $options ] } } - Method [ private method verifyByLuhnAlgorithm ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $number ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Date extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\File\Size\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44474,180 +61587,200 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] } - - Methods [10] { - Method [ public method validate ] { + - Methods [24] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ private method checkDate ] { - - - Parameters [2] { - Parameter #0 [ $value ] - Parameter #1 [ $format ] - } + Method [ public method getMessageFileEmpty ] { } - Method [ public method __construct ] { + Method [ public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ $messageFileEmpty ] } } - Method [ public method isSetOption ] { + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageIniSize ] } } - Method [ public method hasOption ] { + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $messageValid ] } } - Method [ public method getOption ] { + Method [ public method isAllowEmpty ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] } + - Return [ boolean ] } - Method [ public method setOption ] { + Method [ public method checkUpload ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareLabel ] { + Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method prepareMessage ] { + Method [ public method checkUploadIsEmpty ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] } + - Return [ boolean ] } - Method [ protected method prepareCode ] { + Method [ public method checkUploadIsValid ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Validation\Validator\Digit extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [0] { - } + Method [ public method getFileSizeInBytes ] { - - Static properties [0] { - } + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } - - Static methods [0] { - } + Method [ public method __construct ] { - - Properties [1] { - Property [ protected $_options ] - } + - Parameters [1] { + Parameter #0 [ array $options ] + } + } - - Methods [9] { - Method [ public method validate ] { + Method [ public method getTemplate ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method __construct ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ integer or NULL ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareMessage ] { + Method [ public method messageFactory ] { - - Parameters [4] { + - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] - } - } - - Method [ protected method prepareCode ] { - - - Parameters [1] { - Parameter #0 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Email extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44658,141 +61791,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] } + - Return [ string ] } - Method [ public method hasOption ] { + Method [ public method getTemplates ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } + - Return [ array ] } - Method [ public method getOption ] { + Method [ public method setTemplates ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] + - Parameters [1] { + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method setOption ] { + Method [ public method setTemplate ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ protected method prepareLabel ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - } - } - - Method [ protected method prepareMessage ] { - - - Parameters [4] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] } } - Method [ protected method prepareCode ] { + Method [ public method hasOption ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ string $key ] } + - Return [ boolean ] } - } - } - - Class [ class Phalcon\Validation\Validator\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - Methods [10] { - Method [ public method __construct ] { + Method [ public method setOption ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] } + - Return [ void ] } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } + Method [ protected method prepareCode ] { - Method [ final public method getLine ] { + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ integer or NULL ] } - Method [ final public method getTrace ] { - } + Method [ protected method prepareLabel ] { - Method [ final public method getPrevious ] { + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } } - Method [ final public method getTraceAsString ] { - } + Method [ public method messageFactory ] { - Method [ public method __toString ] { + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] + } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\ExclusionIn extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44803,86 +61909,118 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\File extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\Ip extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - - Constants [0] { + - Constants [2] { + Constant [ public integer VERSION_4 ] { 1048576 } + Constant [ public integer VERSION_6 ] { 2097152 } } - Static properties [0] { @@ -44891,92 +62029,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [10] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method isAllowEmpty ] { + Method [ public method __construct ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ array $options ] } } - Method [ public method __construct ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -44987,84 +62147,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45075,84 +62265,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\Regex extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45163,84 +62383,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\StringLength extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45251,84 +62501,122 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [4] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $validators ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Regex extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\StringLength\Max extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45339,84 +62627,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\StringLength extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\StringLength\Min extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45427,84 +62745,114 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Uniqueness extends Phalcon\Validation\CombinedFieldsValidator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\Uniqueness extends Phalcon\Validation\AbstractCombinedFieldsValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45515,34 +62863,39 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ protected $_options ] + - Properties [4] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] Property [ private $columnMap ] } - - Methods [13] { - Method [ public method validate ] { + - Methods [15] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ protected method isUniqueness ] { + Method [ protected method getColumnNameReal ] { - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + Parameter #0 [ $record ] + Parameter #1 [ string $field ] } + - Return [ string ] } - Method [ protected method getColumnNameReal ] { + Method [ protected method isUniqueness ] { - Parameters [2] { - Parameter #0 [ $record ] + Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } Method [ protected method isUniquenessModel ] { @@ -45554,80 +62907,98 @@ Extension [ extension #194 phalcon version 3.4.4 ] { } } - Method [ protected method isUniquenessCollection ] { + Method [ public method __construct ] { - - Parameters [3] { - Parameter #0 [ $record ] - Parameter #1 [ array $field ] - Parameter #2 [ array $values ] + - Parameters [1] { + Parameter #0 [ array $options ] } } - Method [ public method __construct ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method isSetOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method hasOption ] { + Method [ public method setTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } - Class [ class Phalcon\Validation\Validator\Url extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\Url extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -45638,79 +63009,109 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [0] { } - - Properties [1] { - Property [ protected $_options ] + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] } - - Methods [9] { - Method [ public method validate ] { + - Methods [12] { + Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } + - Return [ boolean ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ array $options ] } } - Method [ public method isSetOption ] { + Method [ public method getTemplate ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method hasOption ] { + Method [ public method setTemplates ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ array $templates ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ public method setTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $template ] } + - Return [ Phalcon\Validation\ValidatorInterface ] } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } - Method [ public method setOption ] { + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ boolean ] + } + + Method [ public method setOption ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } + - Return [ void ] } - Method [ protected method prepareLabel ] { + Method [ protected method prepareCode ] { - - Parameters [2] { - Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] + - Parameters [1] { + Parameter #0 [ string $field ] } + - Return [ integer or NULL ] } - Method [ protected method prepareMessage ] { + Method [ protected method prepareLabel ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] - Parameter #1 [ $field ] - Parameter #2 [ $type ] - Parameter #3 [ $option ] + Parameter #1 [ string $field ] } } - Method [ protected method prepareCode ] { + Method [ public method messageFactory ] { - - Parameters [1] { - Parameter #0 [ $field ] + - Parameters [3] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ array $replacements ] } + - Return [ Phalcon\Messages\Message ] } } } @@ -45730,26 +63131,40 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Static methods [5] { Method [ static protected method _getVersion ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final static protected method _getSpecial ] { - Parameters [1] { - Parameter #0 [ $special ] + Parameter #0 [ integer $special ] } + - Return [ string ] } Method [ static public method get ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ static public method getId ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ static public method getPart ] { - Parameters [1] { - Parameter #0 [ $part ] + Parameter #0 [ integer $part ] } + - Return [ string ] } } @@ -45778,7 +63193,7 @@ Extension [ extension #194 phalcon version 3.4.4 ] { Method [ final public method __invoke ] { - Parameters [1] { - Parameter #0 [ $file ] + Parameter #0 [ $error ] } } } @@ -45822,6 +63237,54 @@ Extension [ extension #194 phalcon version 3.4.4 ] { - Properties [0] { } + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + } + } + + Class [ final class phalcon\3__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + } + } + + Class [ final class phalcon\4__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + - Methods [1] { Method [ final public method __invoke ] { diff --git a/php-phalcon4.spec b/php-phalcon4.spec index 26e980d..099fd17 100644 --- a/php-phalcon4.spec +++ b/php-phalcon4.spec @@ -1,4 +1,4 @@ -# remirepo spec file for php-phalcon3 +# remirepo spec file for php-phalcon4 # # Copyright (c) 2014-2019 Remi Collet # License: CC-BY-SA @@ -12,77 +12,80 @@ %if 0%{?scl:1} %global sub_prefix %{scl_prefix} -%scl_package php-phalcon3 +%scl_package php-phalcon4 %else %global pkg_name %{name} %endif -%global gh_commit cc0cde0eb28faef05e9074e03c07e55d8ff0ed34 +%global gh_commit a48b31967a1ce27c10cbed61bee42e0c90addc86 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_ver 0.10.16 -%if "%{php_version}" < "5.6" -# after pdo.ini, json.ini, igbinary.ini -%global ini_name z-%{ext_name}.ini -%else -# after 40-json.ini, 20-pdo.ini, 40-igbinary.ini +# See ext/php_phalcon.h +#global zephir_ver 0.12.4 +# after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{ext_name}.ini -%endif +%global upstream_ver 4.0.0 +%global upstream_pre rc.1 -Name: %{?sub_prefix}php-phalcon3 -Version: 3.4.4 +Name: %{?sub_prefix}php-phalcon4 +Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: %{gh_project}-%{version}-strip.tar.xz -# Script to generate the stripped archive from a git clone -Source1: strip.sh -# Backported from 4.x -Patch0: %{gh_project}-nominifier.patch +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{upstream_ver}%{?upstream_pre:-%{upstream_pre}}-%{gh_short}.tar.gz BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel > 5.5 +BuildRequires: %{?scl_prefix}php-devel > 7.2 +BuildRequires: %{?scl_prefix}php-hash BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pdo +BuildRequires: %{?scl_prefix}php-psr # For sources generation %if 0%{?zephir_ver:1} BuildRequires: %{?scl_prefix}zephir = %{zephir_ver} BuildRequires: %{?scl_prefix}php-gd -BuildRequires: %{?scl_prefix}php-pecl(libsodium) BuildRequires: %{?scl_prefix}php-mbstring BuildRequires: %{?scl_prefix}php-memcached +BuildRequires: %{?scl_prefix}php-msgpack +BuildRequires: %{?scl_prefix}php-igbinary BuildRequires: %{?scl_prefix}php-imagick BuildRequires: %{?scl_prefix}php-yaml +BuildRequires: %{?scl_prefix}php-mongodb +BuildRequires: %{?scl_prefix}php-redis # pull php-pecl-apcu (PHP 5) or php-pecl-apcu-bc (PHP 7) BuildRequires: %{?scl_prefix}php-apc %endif Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +Requires: %{?scl_prefix}php-hash%{?_isa} Requires: %{?scl_prefix}php-json%{?_isa} Requires: %{?scl_prefix}php-pdo%{?_isa} +Requires: %{?scl_prefix}php-psr%{?_isa} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-phalcon = %{version}-%{release} Provides: %{?scl_prefix}php-phalcon%{?_isa} = %{version}-%{release} %if "%{?scl_prefix}" != "%{?sub_prefix}" -Provides: %{?scl_prefix}php-phalcon3 = %{version}-%{release} -Provides: %{?scl_prefix}php-phalcon3%{?_isa} = %{version}-%{release} +Provides: %{?scl_prefix}php-phalcon4 = %{version}-%{release} +Provides: %{?scl_prefix}php-phalcon4%{?_isa} = %{version}-%{release} %endif -%if "%{php_version}" > "7" -Obsoletes: %{?scl_prefix}php-phalcon < 3 -Obsoletes: %{?scl_prefix}php-phalcon2 < 3 +%if "%{php_version}" > "7.4" +Obsoletes: %{?scl_prefix}php-phalcon < 4 +Obsoletes: %{?scl_prefix}php-phalcon2 < 4 +Obsoletes: %{?scl_prefix}php-phalcon3 < 4 %else # Only one version can be installed -Conflicts: %{?scl_prefix}php-phalcon < 3 -Conflicts: %{?scl_prefix}php-phalcon2 < 3 +Conflicts: %{?scl_prefix}php-phalcon < 4 +Conflicts: %{?scl_prefix}php-phalcon2 < 4 %endif +Conflicts: %{?scl_prefix}php-phalcon3 < 4 # Don't provides php-composer(phalcon/cphalcon), not registered on packagist @@ -97,8 +100,6 @@ Conflicts: %{?scl_prefix}php-phalcon2 < 3 Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption. -Notice: non-free JS and CSS minifiers are disabled. - Documentation: http://docs.phalconphp.com Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -106,12 +107,11 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .nominifier # Sanity check, really often broken extver=$(sed -n '/#define PHP_PHALCON_VERSION/{s/.* "//;s/".*$//;p}' ext/php_phalcon.h) -if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then - : Error: Upstream extension version is ${extver}, expecting %{version}%{?prever:-%{prever}}. +if test "x${extver}" != "x%{upstream_ver}%{?upstream_pre:-%{upstream_pre}}"; then + : Error: Upstream extension version is ${extver}, expecting %{upstream_ver}%{?upstream_pre:-%{upstream_pre}}. exit 1 fi @@ -121,20 +121,23 @@ cat << 'EOF' | tee %{ini_name} extension=%{ext_name}.so ; Configuration -;phalcon.db.escape_identifiers = '1' -;phalcon.db.force_casting = '0' -;phalcon.orm.events = '1' -;phalcon.orm.virtual_foreign_keys = '1' -;phalcon.orm.column_renaming = '1' -;phalcon.orm.not_null_validations = '1' -;phalcon.orm.exception_on_failed_save = '0' -;phalcon.orm.enable_literals = '1' -;phalcon.orm.late_state_binding = '0' -;phalcon.orm.enable_implicit_joins = '1' -;phalcon.orm.cast_on_hydrate = '0' -;phalcon.orm.ignore_unknown_columns = '0' -;phalcon.orm.update_snapshot_on_save = '1' -;phalcon.orm.disable_assign_setters = '0' +;phalcon.db.escape_identifiers = On +;phalcon.db.force_casting = Off +;phalcon.orm.case_insensitive_column_map = Off +;phalcon.orm.cast_last_insert_id_to_int = Off +;phalcon.orm.cast_on_hydrate = Off +;phalcon.orm.column_renaming = On +;phalcon.orm.disable_assign_setters = Off +;phalcon.orm.enable_implicit_joins = On +;phalcon.orm.enable_literals = On +;phalcon.orm.events = On +;phalcon.orm.exception_on_failed_save = Off +;phalcon.orm.exception_on_failed_metadata_save = On +;phalcon.orm.ignore_unknown_columns = Off +;phalcon.orm.late_state_binding = Off +;phalcon.orm.not_null_validations = On +;phalcon.orm.update_snapshot_on_save = On +;phalcon.orm.virtual_foreign_keys = On EOF : Check Zephir version @@ -153,19 +156,13 @@ peclconf() { : Generate the SAFE sources - optimization seems no more needed -%if "%{php_version}" > "7.0" %if 0%{?zephir_ver:1} -%{_bindir}/zephir generate --backend=ZendEngine3 +%{_bindir}/zephir clean +%{_bindir}/zephir fullclean +%{_bindir}/zephir generate %endif %{__php} build/gen-build.php mv build/php7/safe build/NTS -%else -%if 0%{?zephir_ver:1} -%{_bindir}/zephir generate --backend=ZendEngine2 -%endif -%{__php} build/gen-build.php -mv build/php5/safe build/NTS -%endif %if %{with_zts} : Duplicate source tree for NTS / ZTS build @@ -204,7 +201,7 @@ install -Dpm644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %check # Shared needed extensions modules="" -for mod in json pdo; do +for mod in hash json pdo psr; do if [ -f %{php_extdir}/${mod}.so ]; then modules="$modules -d extension=${mod}.so" fi @@ -253,6 +250,13 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Sep 23 2019 Remi Collet - 4.0.0~rc.1-1 +- update to 4.0.0-rc.1 +- rename to php-phalcon4 +- build without zephir (use upstream generated sources) +- add dependency on php-hash and php-psr +- raise dependency on PHP 7.2 + * Mon Jul 1 2019 Remi Collet - 3.4.4-1 - update to 3.4.4 -- cgit