From afe0e233b9da999a937c6facc6e2986c8b32712a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 May 2021 08:29:13 +0200 Subject: duplicate v4 --- .gitignore | 9 + Makefile | 4 + PHPINFO | 30 + REFLECTION | 73414 ++++++++++++++++++++++++++++++++++++++++++++++++++++ php-phalcon5.spec | 468 + 5 files changed, 73925 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 PHPINFO create mode 100644 REFLECTION create mode 100644 php-phalcon5.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01f0400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..7ab38f6 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,30 @@ + +phalcon + + +Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. +phalcon => enabled +Author => Phalcon Team and contributors +Version => 4.1.2 +Build Date => Apr 26 2021 00:00:00 +Powered by Zephir => Version 0.12.21-8a412a1 + +Directive => Local Value => Master Value +phalcon.db.escape_identifiers => On => On +phalcon.db.force_casting => Off => Off +phalcon.orm.case_insensitive_column_map => Off => Off +phalcon.orm.cast_last_insert_id_to_int => Off => Off +phalcon.orm.cast_on_hydrate => Off => Off +phalcon.orm.column_renaming => On => On +phalcon.orm.disable_assign_setters => Off => Off +phalcon.orm.enable_implicit_joins => On => On +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.virtual_foreign_keys => On => On +phalcon.warning.enable => On => On diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..19bc6d9 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,73414 @@ +Extension [ extension #117 phalcon version 4.1.2 ] { + + - 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 ] + Current = '1' + } + Entry [ phalcon.db.force_casting ] + Current = '0' + } + Entry [ phalcon.orm.case_insensitive_column_map ] + Current = '0' + } + Entry [ phalcon.orm.cast_last_insert_id_to_int ] + Current = '0' + } + Entry [ phalcon.orm.cast_on_hydrate ] + Current = '0' + } + Entry [ phalcon.orm.column_renaming ] + Current = '1' + } + 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.events ] + Current = '1' + } + Entry [ phalcon.orm.exception_on_failed_save ] + Current = '0' + } + Entry [ phalcon.orm.exception_on_failed_metadata_save ] + Current = '1' + } + Entry [ phalcon.orm.ignore_unknown_columns ] + Current = '0' + } + 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.virtual_foreign_keys ] + Current = '1' + } + Entry [ phalcon.warning.enable ] + Current = '1' + } + } + + - Classes [544] { + Interface [ interface Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ abstract public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + } + } + + Interface [ interface Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + 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\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - 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 ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Collection\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ abstract public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method getAdapter ] { + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ abstract public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + } + } + + 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 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + 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 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getDefault ] { + } + + Method [ abstract public method getFilters ] { + } + + Method [ abstract public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ abstract public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getValue ] { + } + + Method [ abstract public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method label ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ abstract public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ abstract public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method setUserOption ] { + + - 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\Dispatcher\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ abstract public method dispatch ] { + } + + Method [ abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] + } + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReturnedValue ] { + } + + Method [ abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ bool ] + } + + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] + } + - Return [ void ] + } + + Method [ abstract public method setHandlerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ void ] + } + + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] + } + + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getData ] { + } + + Method [ abstract public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ abstract public method serialize ] { + } + + Method [ abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + } + } + + Interface [ interface Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ abstract public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ abstract public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + } + } + + Interface [ interface Phalcon\Config\ConfigInterface extends Phalcon\Collection\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ abstract public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ abstract public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ abstract public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ abstract public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + } + } + + 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 getAutomaticCreateAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getAutomaticUpdateAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ abstract public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getEmptyStringAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getIdentityField ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string or NULL ] + } + + Method [ abstract public method getNonPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ abstract public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ abstract public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } + + Method [ abstract public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ array or NULL ] + } + + Method [ abstract public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array or NULL ] + } + + Method [ abstract public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + } + } + + Method [ abstract public method readMetaData ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method readMetaDataIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + } + } + + Method [ abstract public method reset ] { + } + + Method [ abstract public method setAutomaticCreateAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ abstract public method setAutomaticUpdateAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ abstract public method setEmptyStringAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + - Return [ void ] + } + + Method [ abstract public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] + } + } + + Method [ abstract public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] + } + } + + Method [ abstract public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ array $data ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method getAdapter ] { + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ abstract public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Db\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [67] { + Method [ abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ abstract public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method begin ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ abstract public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ bool ] + } + + Method [ abstract public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ bool ] + } + + Method [ abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ abstract public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ bool ] + } + + Method [ abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } + + Method [ abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ bool ] + } + + Method [ abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } + + Method [ abstract public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ abstract public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ abstract public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ abstract public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ abstract public method fetchAll ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $placeholders ] + } + - Return [ array ] + } + + Method [ abstract public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] + } + } + + Method [ abstract public method fetchOne ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $placeholders ] + } + - Return [ array ] + } + + Method [ abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ abstract public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] + } + + Method [ abstract public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ abstract public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ abstract public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ abstract public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ abstract public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getSQLVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method insert ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ abstract public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ abstract public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } + } + + Method [ abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } + + Method [ abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ abstract public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ abstract public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + - Return [ bool ] + } + + Method [ abstract public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] + } + } + + Method [ abstract public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ abstract public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ abstract public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ abstract public method supportSequences ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ abstract public method update ] { + + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ abstract public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ abstract public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Annotations\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ Phalcon\Annotations\Reflection ] + } + + Method [ abstract public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ abstract public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ abstract public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ abstract public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ abstract public method getReader ] { + + - Parameters [0] { + } + - Return [ Phalcon\Annotations\ReaderInterface ] + } + + Method [ abstract public method setReader ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + } + } + } + } + + Interface [ interface Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ abstract public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ abstract public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ abstract public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ abstract public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ abstract public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ abstract public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Db\DialectInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [34] { + Method [ abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } + + Method [ abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ abstract public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ string ] + } + + Method [ abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ string ] + } + + Method [ abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ string ] + } + + Method [ abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ string ] + } + + Method [ abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method dropTable ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ abstract public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ array $columnList ] + } + - Return [ string ] + } + + Method [ abstract public method getCustomFunctions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getSqlExpression ] { + + - Parameters [3] { + 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 [ 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 registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] + } + + Method [ abstract public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ abstract public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ abstract public method select ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } + + Method [ abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ abstract public method supportsReleaseSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method supportsSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method add ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ abstract public method begin ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ abstract public method getFormatter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Formatter\FormatterInterface ] + } + + Method [ abstract public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method process ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ void ] + } + + Method [ abstract public method rollback ] { + + - Parameters [0] { + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ abstract public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ Closure or NULL $conditionCallback ] + } + - Return [ bool ] + } + + 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 ] { + } + + Method [ abstract public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [ bool ] + } + } + } + + Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ abstract public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ int $page ] + } + } + + Method [ abstract public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ int $limit ] + } + } + } + } + + Interface [ interface Phalcon\Translate\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ abstract public method query ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ abstract public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\DataMapper\Pdo\Connection\ConnectionInterface extends Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [30] { + Method [ abstract public method connect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method disconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method fetchAffected ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } + + Method [ abstract public method fetchAll ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchAssoc ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] + } + - Return [ array ] + } + + Method [ abstract public method fetchGroup ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] + } + - Return [ array ] + } + + Method [ abstract public method fetchObject ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ NULL ] + } + + Method [ abstract public method fetchObjects ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ array ] + } + + Method [ abstract public method fetchOne ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchPairs ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ abstract public method fetchValue ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + } + + Method [ abstract public method getAdapter ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ abstract public method getProfiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method isConnected ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method perform ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ PDOStatement ] + } + + Method [ abstract public method setProfiler ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + } + } + + Method [ abstract public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ abstract public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ abstract public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ abstract public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ abstract public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ abstract public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ abstract public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Di\DiInterface extends ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ abstract static public method getDefault ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface or NULL ] + } + + Method [ abstract static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ abstract public method attempt ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ abstract public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ abstract public method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ abstract public method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ void ] + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ abstract public method setService ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ abstract public method setShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + } + } + + Interface [ interface Phalcon\Flash\FlashInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ abstract public method error ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ abstract public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ abstract public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ abstract public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + } + } + + Interface [ interface Phalcon\Image\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ abstract public method background ] { + + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method blur ] { + + - Parameters [1] { + Parameter #0 [ int $radius ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method crop ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int or NULL $offsetX ] + Parameter #3 [ int or NULL $offsetY ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method flip ] { + + - Parameters [1] { + Parameter #0 [ int $direction ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method mask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method pixelate ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method reflection ] { + + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method render ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ int $quality ] + } + - Return [ string ] + } + + Method [ abstract public method resize ] { + + - Parameters [3] { + Parameter #0 [ int or NULL $width ] + Parameter #1 [ int or NULL $height ] + Parameter #2 [ int $master ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method rotate ] { + + - Parameters [1] { + Parameter #0 [ int $degrees ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method save ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $file ] + Parameter #1 [ int $quality ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method text ] { + + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ int $size ] + Parameter #6 [ string or NULL $fontfile ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ abstract public method watermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + } + } + + Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + } + } + } + + Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] + } + } + + Method [ abstract public method notify ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + } + } + } + } + + Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParamsToView ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getViewsDir ] { + } + + Method [ abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + } + + Method [ abstract public method setContent ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + } + + Method [ abstract public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method setVar ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ string $viewsDir ] + } + } + } + } + + Interface [ interface Phalcon\Mvc\View\Engine\EngineInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + - Return [ void ] + } + + Method [ abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean ] + } + } + } + } + + Interface [ interface Phalcon\Security\JWT\Signer\SignerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ abstract public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Validation\ValidatorCompositeInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + } + } + + 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 [ bool ] + } + + Method [ abstract public method addRole ] { + + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits ] + } + - Return [ bool ] + } + + Method [ abstract public method addComponent ] { + + - Parameters [2] { + Parameter #0 [ $componentObject ] + Parameter #1 [ $accessList ] + } + - Return [ bool ] + } + + Method [ abstract public method addComponentAccess ] { + + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] + } + - Return [ bool ] + } + + Method [ abstract public method allow ] { + + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] + } + - Return [ void ] + } + + Method [ abstract public method deny ] { + + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] + } + - Return [ void ] + } + + Method [ abstract public method dropComponentAccess ] { + + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] + } + - Return [ void ] + } + + Method [ abstract public method getActiveAccess ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getActiveRole ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getActiveComponent ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getNoArgumentsDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ array or NULL $parameters ] + } + - Return [ bool ] + } + + Method [ abstract public method isComponent ] { + + - Parameters [1] { + Parameter #0 [ string $componentName ] + } + - Return [ bool ] + } + + Method [ abstract public method isRole ] { + + - Parameters [1] { + Parameter #0 [ string $roleName ] + } + - Return [ bool ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] + } + - Return [ void ] + } + + Method [ abstract public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method getException ] { + + - Parameters [0] { + } + - Return [ Throwable or NULL ] + } + + Method [ abstract public method getExtras ] { + } + + Method [ abstract public method getInput ] { + } + + Method [ abstract public method getMessages ] { + } + + Method [ abstract public method getOutput ] { + } + + Method [ abstract public method getStatus ] { + } + } + } + + Interface [ interface Phalcon\Domain\Payload\WriteableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method setException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setExtras ] { + + - Parameters [1] { + Parameter #0 [ $extras ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setOutput ] { + + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\EntityInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method readAttribute ] { + + - Parameters [1] { + Parameter #0 [ string $attribute ] + } + } + + Method [ abstract public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + } + } + } + + Interface [ interface Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { + + - 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 getMetaData ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Di\DiInterface $container ] + } + - Return [ array ] + } + } + } + + 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 [ int $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 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method attach ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ $position ] + } + - Return [ Phalcon\Mvc\RouterInterface ] + } + + Method [ abstract public method addConnect ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addDelete ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addHead ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addGet ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addOptions ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPatch ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPost ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPurge ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPut ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addTrace ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getMatchedRoute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method getMatches ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getModuleName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getNamespaceName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getRoutes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getRouteById ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ abstract public method getRouteByName ] { + + - Parameters [1] { + 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 [ bool ] + } + } + } + + Interface [ interface Phalcon\Translate\Interpolator\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Acl\ComponentInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getDescription ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Acl\RoleInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - 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 ] + } + } + } + + Interface [ interface Phalcon\Annotations\ReaderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method parseDocBlock ] { + + - Parameters [3] { + Parameter #0 [ string $docBlock ] + Parameter #1 [ $file ] + Parameter #2 [ $line ] + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method parse ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + } + } + + Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [28] { + Method [ abstract public method getActiveTask ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\TaskInterface ] + } + + Method [ abstract public method getLastTask ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\TaskInterface ] + } + + Method [ abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getTaskName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getTaskSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ abstract public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ abstract public method setTaskName ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ abstract public method setTaskSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $taskSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method dispatch ] { + } + + Method [ abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] + } + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReturnedValue ] { + } + + Method [ abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ bool ] + } + + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] + } + - Return [ void ] + } + + Method [ abstract public method setHandlerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ void ] + } + + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] + } + + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Cli\Router\RouteInterface ] { + + - Constants [0] { + } + + - Static properties [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 compilePattern ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + - Return [ string ] + } + + Method [ abstract public method getCompiledPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getDescription ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getReversedPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getRouteId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ void ] + } + + Method [ abstract public method setDescription ] { + + - Parameters [1] { + Parameter #0 [ string $description ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + } + } + + Interface [ interface Phalcon\Cli\TaskInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Phalcon\Crypt\CryptInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ abstract public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] + } + - Return [ string ] + } + + Method [ abstract public method decryptBase64 ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $key ] + } + - Return [ string ] + } + + Method [ abstract public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] + } + - Return [ string ] + } + + Method [ abstract public method encryptBase64 ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $key ] + } + - Return [ string ] + } + + Method [ abstract public method getAvailableCiphers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getAuthTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAuthData ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAuthTagLength ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getCipher ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setAuthTag ] { + + - Parameters [1] { + Parameter #0 [ string $tag ] + } + - Return [ Phalcon\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 [ int $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 [ int $scheme ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + } + } + + Interface [ interface Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method getMaster ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ abstract public method getRead ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ abstract public method getWrite ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ abstract public method setMaster ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + + Method [ abstract public method setRead ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + + Method [ abstract public method setWrite ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + } + } + + Interface [ interface Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method finish ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $statement ] + Parameter #1 [ array $values ] + } + - Return [ void ] + } + + Method [ abstract public method getLogger ] { + + - Parameters [0] { + } + - Return [ Psr\Log\LoggerInterface ] + } + + Method [ abstract public method getLogFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method isActive ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActive ] { + + - Parameters [1] { + Parameter #0 [ bool $active ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method setLogFormat ] { + + - Parameters [1] { + Parameter #0 [ string $logFormat ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ string $logLevel ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ abstract public method start ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Db\ColumnInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ abstract public method getAfterPosition ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getBindType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getDefault ] { + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getScale ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getSize ] { + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getTypeReference ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getTypeValues ] { + } + + Method [ abstract public method hasDefault ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isAutoIncrement ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isFirst ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isNotNull ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isNumeric ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isPrimary ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isUnsigned ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Db\IndexInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Db\ReferenceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getOnDelete ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getOnUpdate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getReferencedColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReferencedSchema ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getReferencedTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSchemaName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Db\ResultInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method dataSeek ] { + + - Parameters [1] { + Parameter #0 [ int $number ] + } + } + + Method [ abstract public method execute ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method fetch ] { + } + + Method [ abstract public method fetchAll ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method fetchArray ] { + } + + Method [ abstract public method getInternalResult ] { + + - Parameters [0] { + } + - Return [ PDOStatement ] + } + + Method [ abstract public method numRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method setFetchMode ] { + + - Parameters [1] { + Parameter #0 [ int $fetchMode ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Di\ServiceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method getDefinition ] { + } + + Method [ abstract public method getParameter ] { + + - Parameters [1] { + Parameter #0 [ int $position ] + } + } + + Method [ abstract public method isResolved ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isShared ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method resolve ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + 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 [ int $position ] + Parameter #1 [ array $parameter ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ abstract public method setShared ] { + + - Parameters [1] { + Parameter #0 [ bool $shared ] + } + } + } + } + + Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ abstract public method getException ] { + + - Parameters [0] { + } + - Return [ Throwable or NULL ] + } + + Method [ abstract public method getExtras ] { + } + + Method [ abstract public method getInput ] { + } + + Method [ abstract public method getMessages ] { + } + + Method [ abstract public method getOutput ] { + } + + Method [ abstract public method getStatus ] { + } + + Method [ abstract public method setException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setExtras ] { + + - Parameters [1] { + Parameter #0 [ $extras ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setOutput ] { + + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ abstract public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + } + } + + 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 [ 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 [ string $js ] + } + - Return [ string ] + } + + Method [ abstract public method escapeUrl ] { + + - Parameters [1] { + 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 [ int $quoteType ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Events\EventInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getData ] { + } + + Method [ abstract public method getType ] { + } + + Method [ abstract public method isCancelable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isStopped ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ Phalcon\Events\EventInterface ] + } + + Method [ abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Events\EventInterface ] + } + + Method [ abstract public method stop ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\EventInterface ] + } + } + } + + Interface [ interface Phalcon\Events\ManagerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method attach ] { + + - Parameters [2] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + } + - Return [ void ] + } + + Method [ abstract public method detach ] { + + - Parameters [2] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + } + - Return [ void ] + } + + Method [ abstract public method detachAll ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $type ] + } + - Return [ void ] + } + + Method [ abstract public method fire ] { + + - Parameters [4] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $source ] + Parameter #2 [ $data ] + Parameter #3 [ bool $cancelable ] + } + } + + Method [ abstract public method getListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ array ] + } + + Method [ abstract public method hasListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Filter\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method sanitize ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ $sanitizers ] + Parameter #2 [ bool $noRecursive ] + } + } + } + } + + Interface [ interface Phalcon\Html\Attributes\AttributesInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Attributes ] + } + + 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 ] + } + } + } + + Interface [ interface Phalcon\Html\Link\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method serialize ] { + + - Parameters [1] { + Parameter #0 [ array $links ] + } + - Return [ string or NULL ] + } + } + } + + Interface [ interface Phalcon\Http\Cookie\CookieInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ abstract public method delete ] { + } + + Method [ abstract public method getDomain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getExpiration ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHttpOnly ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSecure ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method getValue ] { + + - Parameters [2] { + Parameter #0 [ $filters ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method isUsingEncryption ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method send ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method setDomain ] { + + - Parameters [1] { + Parameter #0 [ string $domain ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method setExpiration ] { + + - Parameters [1] { + Parameter #0 [ int $expire ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method setHttpOnly ] { + + - Parameters [1] { + Parameter #0 [ bool $httpOnly ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method setPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method setSecure ] { + + - Parameters [1] { + Parameter #0 [ bool $secure ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method setValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ bool $useEncryption ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + } + } + + Interface [ interface Phalcon\Http\RequestInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [50] { + Method [ abstract public method get ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $noRecursive ] + } + } + + Method [ abstract public method getAcceptableContent ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getBasicAuth ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ abstract public method getBestAccept ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getBestCharset ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getBestLanguage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getClientAddress ] { + + - Parameters [1] { + Parameter #0 [ bool $trustForwardedHeader ] + } + } + + Method [ abstract public method getClientCharsets ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getContentType ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getDigestAuth ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ string ] + } + + Method [ abstract public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getHttpHost ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHTTPReferer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getJsonRawBody ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [ int ] + } + + Method [ abstract public method getURI ] { + + - Parameters [1] { + Parameter #0 [ bool $onlyPath ] + } + - Return [ string ] + } + + Method [ abstract public method getPost ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $noRecursive ] + } + } + + Method [ abstract public method getPut ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $noRecursive ] + } + } + + Method [ abstract public method getQuery ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $noRecursive ] + } + } + + Method [ abstract public method getRawBody ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getScheme ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getServer ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string or NULL ] + } + + Method [ abstract public method getServerAddress ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getServerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getUploadedFiles ] { + + - Parameters [2] { + Parameter #0 [ bool $onlySuccessful ] + Parameter #1 [ bool $namedKeys ] + } + - Return [ array ] + } + + Method [ abstract public method getUserAgent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method hasFiles ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ bool ] + } + + Method [ abstract public method hasQuery ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method hasPost ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method hasPut ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method hasServer ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method isAjax ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isConnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isDelete ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isGet ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isHead ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isMethod ] { + + - Parameters [2] { + Parameter #0 [ $methods ] + Parameter #1 [ bool $strict ] + } + - Return [ bool ] + } + + Method [ abstract public method isOptions ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isPost ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isPurge ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isPut ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isSecure ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isSoap ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isTrace ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method numFiles ] { + + - Parameters [1] { + Parameter #0 [ bool $onlySuccessful ] + } + - Return [ int ] + } + } + } + + Interface [ interface Phalcon\Http\Request\FileInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getError ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getRealType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSize ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getTempName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method moveTo ] { + + - Parameters [1] { + Parameter #0 [ string $destination ] + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Http\ResponseInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ abstract public method appendContent ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getStatusCode ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ abstract public method getHeaders ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\HeadersInterface ] + } + + Method [ abstract public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method isSent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method redirect ] { + + - Parameters [3] { + Parameter #0 [ $location ] + Parameter #1 [ bool $externalRedirect ] + Parameter #2 [ int $statusCode ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method resetHeaders ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setContent ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setContentLength ] { + + - Parameters [1] { + Parameter #0 [ int $contentLength ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setContentType ] { + + - Parameters [2] { + Parameter #0 [ string $contentType ] + Parameter #1 [ $charset ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setExpires ] { + + - Parameters [1] { + Parameter #0 [ DateTime $datetime ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setFileToSend ] { + + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $attachmentName ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setJsonContent ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setNotModified ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setRawHeader ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method setStatusCode ] { + + - Parameters [2] { + Parameter #0 [ int $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 sendCookies ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\ResponseInterface ] + } + + Method [ abstract public method sendHeaders ] { + } + } + } + + Interface [ interface Phalcon\Http\Response\CookiesInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method isUsingEncryption ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ abstract public method send ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method set ] { + + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + Parameter #2 [ int $expire ] + Parameter #3 [ string $path ] + Parameter #4 [ bool or NULL $secure ] + Parameter #5 [ string or NULL $domain ] + Parameter #6 [ bool or NULL $httpOnly ] + Parameter #7 [ array $options ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ abstract public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ bool $useEncryption ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + } + } + + Interface [ interface Phalcon\Http\Response\HeadersInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ abstract public method reset ] { + } + + Method [ abstract public method send ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $value ] + } + } + + Method [ abstract public method setRaw ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + } + } + } + + Interface [ interface Phalcon\Messages\MessageInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ abstract public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getCode ] { + } + + Method [ abstract public method getField ] { + } + + Method [ abstract public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getMetaData ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setCode ] { + + - Parameters [1] { + Parameter #0 [ int $code ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ abstract public method setField ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ abstract public method setMessage ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ abstract public method setMetaData ] { + + - Parameters [1] { + Parameter #0 [ array $metaData ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + + Method [ abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Messages\MessageInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\ControllerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [25] { + Method [ abstract public method getActiveController ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ControllerInterface ] + } + + Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getLastController ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ControllerInterface ] + } + + Method [ abstract public method setControllerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $controllerSuffix ] + } + } + + Method [ abstract public method setControllerName ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + } + + Method [ abstract public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ string $controllerName ] + } + } + + Method [ abstract public method dispatch ] { + } + + Method [ abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActionSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHandlerSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $filters ] + } + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getReturnedValue ] { + } + + Method [ abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + - Return [ bool ] + } + + Method [ abstract public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $actionSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + - Return [ void ] + } + + Method [ abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ string $defaultNamespace ] + } + - Return [ void ] + } + + Method [ abstract public method setHandlerSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $handlerSuffix ] + } + - Return [ void ] + } + + Method [ abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + - Return [ void ] + } + + Method [ abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ string $namespaceName ] + } + - Return [ void ] + } + + Method [ abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ $param ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Mvc\Micro\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [15] { + Method [ abstract public method delete ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + 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 getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method head ] { + + - 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 ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method map ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method options ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method patch ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method post ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method put ] { + + - Parameters [3] { + Parameter #0 [ string $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ string or NULL $name ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method setHandler ] { + + - Parameters [2] { + Parameter #0 [ $handler ] + Parameter #1 [ bool $lazy ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method setLazy ] { + + - Parameters [1] { + Parameter #0 [ bool $lazy ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ abstract public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\ModelInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [11] { + Method [ abstract static public method average ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ abstract static public method cloneResult ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] + Parameter #1 [ array $data ] + Parameter #2 [ int $dirtyState ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract static public method cloneResultMap ] { + + - Parameters [5] { + Parameter #0 [ $base ] + Parameter #1 [ array $data ] + Parameter #2 [ $columnMap ] + Parameter #3 [ int $dirtyState ] + Parameter #4 [ bool or NULL $keepSnapshots ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract static public method cloneResultMapHydrate ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + Parameter #2 [ int $hydrationMode ] + } + } + + Method [ abstract static public method count ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ abstract static public method find ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract static public method findFirst ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ abstract static public method maximum ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ abstract static public method minimum ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + Method [ abstract static public method query ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract static public method sum ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + } + + - Properties [0] { + } + + - Methods [28] { + Method [ abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + 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 create ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method delete ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method fireEvent ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ bool ] + } + + Method [ abstract public method fireEventCancel ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ bool ] + } + + Method [ abstract public method getDirtyState ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getModelsMetaData ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaDataInterface ] + } + + Method [ abstract public method getOperationMade ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getReadConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ abstract public method getReadConnectionService ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getRelated ] { + + - Parameters [2] { + Parameter #0 [ string $alias ] + Parameter #1 [ $arguments ] + } + } + + Method [ abstract public method getSchema ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getSource ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getWriteConnection ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ abstract public method getWriteConnectionService ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method refresh ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method save ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setConnectionService ] { + + - Parameters [1] { + Parameter #0 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ abstract public method setDirtyState ] { + + - Parameters [1] { + Parameter #0 [ int $dirtyState ] + } + } + + Method [ abstract public method setReadConnectionService ] { + + - Parameters [1] { + Parameter #0 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ abstract public method setSnapshotData ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + } + - Return [ void ] + } + + Method [ abstract public method setTransaction ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method setWriteConnectionService ] { + + - Parameters [1] { + Parameter #0 [ string $connectionService ] + } + - Return [ void ] + } + + Method [ abstract public method skipOperation ] { + + - Parameters [1] { + Parameter #0 [ bool $skip ] + } + - Return [ void ] + } + + Method [ abstract public method validationHasFailed ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method update ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\BinderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method bindToHandler ] { + + - Parameters [4] { + Parameter #0 [ $handler ] + Parameter #1 [ array $params ] + Parameter #2 [ string $cacheKey ] + Parameter #3 [ string or NULL $methodName ] + } + - Return [ array ] + } + + Method [ abstract public method getBoundModels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getCache ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ abstract public method setCache ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] + } + - Return [ Phalcon\Mvc\Model\BinderInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\CriteriaInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [32] { + Method [ abstract public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method betweenWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $bindParams ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method bindTypes ] { + + - Parameters [1] { + Parameter #0 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method cache ] { + + - Parameters [1] { + Parameter #0 [ array $cache ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method conditions ] { + + - Parameters [1] { + Parameter #0 [ string $conditions ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method distinct ] { + + - Parameters [1] { + Parameter #0 [ $distinct ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method execute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ bool $forUpdate ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method getColumns ] { + } + + Method [ abstract public method getConditions ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getGroupBy ] { + } + + Method [ abstract public method getHaving ] { + } + + Method [ abstract public method getLimit ] { + } + + Method [ abstract public method getModelName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getOrderBy ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getWhere ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ abstract public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $group ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method having ] { + + - Parameters [1] { + Parameter #0 [ $having ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method innerJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method inWhere ] { + + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method leftJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ int $limit ] + Parameter #1 [ int $offset ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method notBetweenWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method notInWhere ] { + + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ string $orderColumns ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method rightJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method setModelName ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ bool $sharedLock ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ abstract public method where ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [50] { + Method [ abstract public method addBehavior ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] + } + - Return [ void ] + } + + Method [ abstract 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 [ abstract 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 [ abstract 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 [ abstract public method addHasOneThrough ] { + + - 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 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 [3] { + Parameter #0 [ string $phql ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $types ] + } + } + + Method [ abstract public method existsBelongsTo ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method existsHasMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method existsHasOne ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method existsHasOneThrough ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method existsHasManyToMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ abstract public method getBelongsTo ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getBelongsToRecords ] { + + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters ] + Parameter #4 [ string or NULL $method ] + } + } + + Method [ abstract public method getHasMany ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + 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 ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getHasOneThrough ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getHasOneAndHasMany ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ array ] + } + + Method [ abstract public method getHasOneRecords ] { + + - Parameters [5] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] + Parameter #3 [ $parameters ] + Parameter #4 [ string or NULL $method ] + } + } + + Method [ abstract public method getLastInitialized ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method getLastQuery ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method getModelSchema ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ abstract public method getModelSource ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ abstract public method getReadConnection ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ abstract public method getReadConnectionService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ abstract public method getRelationByAlias ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $alias ] + } + } + + Method [ abstract 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 [ abstract public method getRelations ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ array ] + } + + Method [ abstract public method getRelationsBetween ] { + + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] + } + } + + Method [ abstract public method getWriteConnection ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ abstract public method getWriteConnectionService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ string ] + } + + Method [ abstract public method load ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method initialize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ abstract public method isInitialized ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ bool ] + } + + Method [ abstract public method isKeepingSnapshots ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ bool ] + } + + Method [ abstract public method isUsingDynamicUpdate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ bool ] + } + + Method [ abstract public method isVisibleModelProperty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $property ] + } + - Return [ bool ] + } + + Method [ abstract public method keepSnapshots ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $keepSnapshots ] + } + - 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 [ bool $dynamicUpdate ] + } + - Return [ void ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method cache ] { + + - Parameters [1] { + 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 getBindTypes ] { + + - 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 [ bool ] + } + + Method [ abstract public method parse ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method setBindTypes ] { + + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method setSharedLock ] { + + - Parameters [1] { + Parameter #0 [ bool $sharedLock ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method setUniqueRow ] { + + - Parameters [1] { + Parameter #0 [ bool $uniqueRow ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\Query\BuilderInterface ] { + + - Constants [2] { + Constant [ public string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [38] { + Method [ abstract public method addFrom ] { + + - 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 distinct ] { + + - Parameters [1] { + Parameter #0 [ $distinct ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ bool $forUpdate ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method from ] { + + - Parameters [1] { + Parameter #0 [ $models ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method getBindParams ] { + + - 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 [ bool ] + } + + Method [ abstract public method getFrom ] { + } + + Method [ abstract public method getGroupBy ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getHaving ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getJoins ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getLimit ] { + } + + Method [ abstract public method getOffset ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getOrderBy ] { + } + + Method [ abstract public method getPhql ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getQuery ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ abstract public method getWhere ] { + } + + Method [ abstract public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $group ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method having ] { + + - Parameters [1] { + Parameter #0 [ string $having ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract 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 [ abstract public method inWhere ] { + + - Parameters [3] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ string $operator ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method join ] { + + - 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 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 limit ] { + + - Parameters [2] { + Parameter #0 [ int $limit ] + Parameter #1 [ $offset ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method getModels ] { + } + + Method [ abstract 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 [ 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 offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ string $orderBy ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + 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 setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ abstract public method setBindTypes ] { + + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $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 ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\Query\StatusInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getModel ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ abstract public method success ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\RelationInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [15] { + Method [ abstract public method getFields ] { + } + + Method [ abstract public method getForeignKey ] { + } + + Method [ abstract public method getIntermediateFields ] { + } + + Method [ abstract public method getIntermediateModel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getIntermediateReferencedFields ] { + } + + Method [ abstract public method getOption ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getParams ] { + } + + Method [ abstract public method getReferencedFields ] { + } + + Method [ abstract public method getReferencedModel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method isForeignKey ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isReusable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method isThrough ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method setIntermediateRelation ] { + + - Parameters [3] { + Parameter #0 [ $intermediateFields ] + Parameter #1 [ string $intermediateModel ] + Parameter #2 [ $intermediateReferencedFields ] + } + } + } + } + + Interface [ interface Phalcon\Mvc\Model\TransactionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ abstract public method begin ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ bool ] + } + + Method [ abstract public method isValid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method rollback ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $rollbackMessage ] + Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] + } + - Return [ bool ] + } + + Method [ abstract public method setIsNewTransaction ] { + + - Parameters [1] { + Parameter #0 [ bool $isNew ] + } + - Return [ void ] + } + + Method [ abstract public method setRollbackOnAbort ] { + + - Parameters [1] { + Parameter #0 [ bool $rollbackOnAbort ] + } + - Return [ void ] + } + + Method [ abstract public method setRollbackedRecord ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + } + - Return [ void ] + } + + Method [ abstract public method setTransactionManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + } + - Return [ void ] + } + + Method [ abstract public method throwRollbackException ] { + + - Parameters [1] { + Parameter #0 [ bool $status ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\Model\Transaction\ManagerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - 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 [ bool $autoBegin ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] + } + + Method [ abstract public method getDbService ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getRollbackPendent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method has ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method notifyCommit ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ void ] + } + + Method [ abstract public method notifyRollback ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + - Return [ void ] + } + + Method [ abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $collect ] + } + - Return [ void ] + } + + 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 [ bool $rollbackPendent ] + } + - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\Router\GroupInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ abstract public method add ] { + + - Parameters [3] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + Parameter #2 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addConnect ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addDelete ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addGet ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addHead ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addOptions ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPatch ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPost ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPurge ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addPut ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method addTrace ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method beforeMatch ] { + + - Parameters [1] { + Parameter #0 [ $beforeMatch ] + } + - Return [ Phalcon\Mvc\Router\GroupInterface ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + 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 ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ abstract public method compilePattern ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + - Return [ string ] + } + + Method [ abstract public method convert ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method getCompiledPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHostname ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getHttpMethods ] { + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getReversedPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getRouteId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ string $hostname ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method setHttpMethods ] { + + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ abstract public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ void ] + } + + Method [ abstract public method via ] { + + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + } + } + + Interface [ interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [35] { + Method [ abstract public method cleanTemplateAfter ] { + } + + Method [ abstract public method cleanTemplateBefore ] { + } + + Method [ abstract public method disable ] { + } + + Method [ abstract public method enable ] { + } + + Method [ abstract public method finish ] { + } + + Method [ abstract public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getActiveRenderPath ] { + } + + Method [ abstract public method getBasePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getLayout ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getLayoutsDir ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getMainView ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getPartialsDir ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method isDisabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method pick ] { + + - Parameters [1] { + Parameter #0 [ string $renderView ] + } + } + + Method [ abstract public method registerEngines ] { + + - Parameters [1] { + Parameter #0 [ array $engines ] + } + } + + Method [ abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + } + } + + Method [ abstract public method reset ] { + } + + Method [ abstract public method setBasePath ] { + + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + } + + Method [ abstract public method setLayout ] { + + - Parameters [1] { + Parameter #0 [ string $layout ] + } + } + + Method [ abstract public method setLayoutsDir ] { + + - Parameters [1] { + Parameter #0 [ string $layoutsDir ] + } + } + + Method [ abstract public method setMainView ] { + + - Parameters [1] { + Parameter #0 [ string $viewPath ] + } + } + + Method [ abstract public method setPartialsDir ] { + + - Parameters [1] { + Parameter #0 [ string $partialsDir ] + } + } + + Method [ abstract public method setRenderLevel ] { + + - Parameters [1] { + Parameter #0 [ int $level ] + } + - Return [ Phalcon\Mvc\ViewInterface ] + } + + Method [ abstract public method setTemplateAfter ] { + + - Parameters [1] { + Parameter #0 [ $templateAfter ] + } + } + + Method [ abstract public method setTemplateBefore ] { + + - Parameters [1] { + Parameter #0 [ $templateBefore ] + } + } + + Method [ abstract public method start ] { + } + + Method [ abstract public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getParamsToView ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getViewsDir ] { + } + + Method [ abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + } + + Method [ abstract public method setContent ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + } + + Method [ abstract public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method setVar ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ string $viewsDir ] + } + } + } + } + + Interface [ interface Phalcon\Paginator\RepositoryInterface ] { + + - Constants [8] { + Constant [ public string PROPERTY_CURRENT_PAGE ] { current } + Constant [ public string PROPERTY_FIRST_PAGE ] { first } + Constant [ public string PROPERTY_ITEMS ] { items } + Constant [ public string PROPERTY_LAST_PAGE ] { last } + Constant [ public string PROPERTY_LIMIT ] { limit } + Constant [ public string PROPERTY_NEXT_PAGE ] { next } + Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } + Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ abstract public method getAliases ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getCurrent ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getFirst ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getItems ] { + } + + Method [ abstract public method getLast ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getNext ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getPrevious ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getTotalItems ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method setAliases ] { + + - Parameters [1] { + Parameter #0 [ array $aliases ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ abstract public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + } + } + + Interface [ interface Phalcon\Session\ManagerInterface ] { + + - Constants [3] { + Constant [ public int SESSION_ACTIVE ] { 2 } + Constant [ public int SESSION_DISABLED ] { 0 } + Constant [ public int SESSION_NONE ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ abstract public method exists ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method destroy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ bool $remove ] + } + } + + Method [ abstract public method getId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAdapter ] { + + - Parameters [0] { + } + - Return [ SessionHandlerInterface ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method setAdapter ] { + + - Parameters [1] { + Parameter #0 [ SessionHandlerInterface $adapter ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ abstract public method setId ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ abstract public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ abstract public method status ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method start ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method regenerateId ] { + + - Parameters [1] { + Parameter #0 [ $deleteOldSession ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + } + } + + Interface [ interface Phalcon\Url\UrlInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ $uri ] + Parameter #1 [ $args ] + Parameter #2 [ bool or NULL $local ] + } + - Return [ string ] + } + + Method [ abstract public method getBasePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getBaseUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method setBasePath ] { + + - 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\Validation\ValidationInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ abstract public method add ] { + + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ abstract public method bind ] { + + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ $data ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ abstract public method getEntity ] { + } + + Method [ abstract public method getFilters ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + } + + Method [ abstract public method getLabel ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ string ] + } + + Method [ abstract public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ abstract public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getValue ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + } + + Method [ abstract public method rule ] { + + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ abstract public method rules ] { + + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ array $validators ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ abstract public method setFilters ] { + + - Parameters [2] { + Parameter #0 [ string $field ] + Parameter #1 [ $filters ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ abstract public method setLabels ] { + + - Parameters [1] { + Parameter #0 [ array $labels ] + } + - Return [ void ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $entity ] + } + - Return [ Phalcon\Messages\Messages ] + } + } + } + + Interface [ interface Phalcon\Acl\ComponentAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getComponentName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Acl\RoleAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getRoleName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Interface [ interface Phalcon\Cli\RouterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - 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 [ $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 [ bool ] + } + } + } + + Interface [ interface Phalcon\Di\ServiceProviderInterface ] { + + - 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 ] + } + } + } + + Interface [ interface Phalcon\Mvc\Controller\BindModelInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method getModelName ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Phalcon\Mvc\Micro\MiddlewareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method call ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Micro $application ] + } + } + } + } + + Interface [ interface Phalcon\Mvc\Model\Binder\BindableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getModelName ] { + } + } + } + + Interface [ interface Phalcon\Mvc\ModuleDefinitionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method registerAutoloaders ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ abstract public method registerServices ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + } + } + } + + Class [ class Phalcon\Exception extends 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\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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 [ abstract class Phalcon\Html\Helper\Input\AbstractInput extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $type ] + Property [ protected $attributes ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ 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 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $container ] + } + + - Methods [4] { + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ abstract class Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] + } + + - Methods [4] { + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ abstract protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + 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 ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ abstract public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Collection implements ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + } + + - Methods [25] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ bool $insensitive ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + } + + - Methods [19] { + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method getAdapter ] { + } + + Method [ abstract public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ abstract class Phalcon\Validation\Validator\File\AbstractFile extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + } + + - Methods [24] { + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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 [ abstract class Phalcon\Http\Message\AbstractCommon ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + } + + 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 ] + } + } + } + } + + Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method getData ] { + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ abstract public method serialize ] { + } + + Method [ abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + } + } + + Class [ class Phalcon\Config extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess, Phalcon\Config\ConfigInterface ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } + + - Methods [30] { + Method [ public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method internalMerge ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] + } + - Return [ array ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ bool $insensitive ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + } + } + + Class [ abstract class Phalcon\DataMapper\Query\AbstractQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method reset ] { + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 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 or NULL ] + } + + 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 or NULL ] + } + + 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 or NULL ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ int $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 [ int $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\Strategy\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 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + + Method [ private method throwWriteException ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + - Return [ void ] + } + } + } + + Class [ abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $dialectType ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + Property [ protected $sqlBindTypes ] + Property [ protected $sqlStatement ] + Property [ protected $sqlVariables ] + Property [ protected $transactionLevel ] + Property [ protected $transactionsWithSavepoints ] + Property [ protected $type ] + } + + - Methods [71] { + Method [ public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSqlVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ bool ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ bool ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] + } + - Return [ bool ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] + } + } + + Method [ public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] + } + + Method [ public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method insert ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + 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 [ bool ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method supportSequences ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ abstract public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method begin ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method commit ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ abstract public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ bool ] + } + + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ abstract public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ abstract public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ abstract public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ abstract public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } + } + + Method [ abstract public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $placeholders ] + Parameter #2 [ $dataTypes ] + } + } + + Method [ abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + } + } + + Class [ abstract class Phalcon\Html\Helper\AbstractSeries extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + + Method [ abstract protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Http\Message\AbstractMessage extends Phalcon\Http\Message\AbstractCommon ] { + + - 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 getProtocolVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUri ] { + } + + Method [ public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] + } + + Method [ public method getHeaderLine ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ public method withAddedHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withBody ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + } + } + + Method [ public method withHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withProtocolVersion ] { + + - Parameters [1] { + Parameter #0 [ $version ] + } + } + + Method [ public method withoutHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ final protected method checkHeaderHost ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method checkHeaderName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } + + Method [ final protected method checkHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + + Method [ final protected method getHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $values ] + } + - Return [ array ] + } + + Method [ final protected method getUriHost ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + } + - Return [ string ] + } + + Method [ final protected method populateHeaderCollection ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processBody ] { + + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ final protected method processHeaders ] { + + - Parameters [1] { + Parameter #0 [ $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processProtocol ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + - Return [ string ] + } + + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + } + + 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 ] + } + } + } + } + + Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $annotations ] + Property [ protected $reader ] + } + + - Methods [7] { + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + - Return [ Phalcon\Annotations\Reflection ] + } + + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getProperties ] { + + - Parameters [1] { + 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 [ abstract class Phalcon\DataMapper\Query\AbstractConditions extends Phalcon\DataMapper\Query\AbstractQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [30] { + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ int $limit ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method appendWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ $orderBy ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method where ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method whereEquals ] { + + - Parameters [1] { + Parameter #0 [ array $columnsValues ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ protected method addCondition ] { + + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method buildBy ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildCondition ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildLimitEarly ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimit ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitCommon ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitSqlsrv ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method appendCondition ] { + + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method processValue ] { + + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method reset ] { + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $dialectType ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + 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 [78] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method begin ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ bool ] + } + + Method [ public method convertBoundParams ] { + + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] + } + - Return [ array ] + } + + Method [ public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ bool ] + } + + Method [ public method executePrepared ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] + } + - Return [ PDOStatement ] + } + + Method [ public method getErrorInfo ] { + } + + Method [ public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getTransactionLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + - Return [ PDOStatement ] + } + + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + } + + Method [ public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ abstract protected method getDsnDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method prepareRealSql ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] + } + - Return [ void ] + } + + Method [ public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSqlVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ bool ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ bool ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] + } + - Return [ bool ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] + } + } + + Method [ public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] + } + + Method [ public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method insert ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + 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 [ bool ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method supportSequences ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + } + } + + Class [ abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $escapeChar ] + Property [ protected $customFunctions ] + } + + - Methods [63] { + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ final public method escape ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + 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 getCustomFunctions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getSqlColumn ] { + + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ public method getSqlExpression ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final public method getSqlTable ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } + + Method [ public method registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method select ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method supportsSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReleaseSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getColumnSize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method getColumnSizeAndScale ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnType ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnTypeSql ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionAll ] { + + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionBinaryOperations ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCase ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCastValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionConvertValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionFrom ] { + + - 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 ] + } + + Method [ abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } + + Method [ abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ string ] + } + + Method [ abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ string ] + } + + Method [ abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ string ] + } + + Method [ abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ string ] + } + + Method [ abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method dropTable ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - 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 [ 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 sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Html\Helper\AbstractList extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $elementTag ] + Property [ protected $store ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ abstract protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $handle ] + Property [ protected $stream ] + } + + - Methods [22] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] + } + } + + Method [ public method __destruct ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method detach ] { + } + + Method [ public method eof ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getContents ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMetadata ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isSeekable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + - Return [ string ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + - Return [ void ] + } + + Method [ public method setStream ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] + } + - Return [ void ] + } + + Method [ public method tell ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ int ] + } + + Method [ private method checkHandle ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method checkReadable ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method checkSeekable ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method checkWritable ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ abstract class 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 __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 [ bool ] + } + + Method [ abstract public method process ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ void ] + } + + 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 ] + } + + Method [ abstract public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Mvc\Model\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 [ abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $config ] + } + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ int $page ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ int $limitRows ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setRepository ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ abstract public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + } + } + + Class [ abstract class Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ abstract public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ abstract public method query ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $container ] + Property [ protected $defaultModule ] + Property [ protected $eventsManager ] + Property [ protected $modules ] + } + + - Methods [12] { + 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 [ bool $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 __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Application\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\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 getAttributes ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method setAutoVersion ] { + + - Parameters [1] { + Parameter #0 [ bool $autoVersion ] + } + } + + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getLocal ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSourcePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setVersion ] { + + - Parameters [1] { + Parameter #0 [ string $version ] + } + } + + Method [ public method __construct ] { + + - Parameters [7] { + Parameter #0 [ string $type ] + Parameter #1 [ string $path ] + Parameter #2 [ bool $local ] + Parameter #3 [ bool $filter ] + Parameter #4 [ array $attributes ] + Parameter #5 [ string or NULL $version ] + Parameter #6 [ bool $autoVersion ] + } + } + + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getContent ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isAutoVersion ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ bool $local ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string $sourcePath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ string $targetUri ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + } + } + + Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + + - 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 getAttributes ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $type ] + Parameter #1 [ string $content ] + Parameter #2 [ bool $filter ] + Parameter #3 [ array $attributes ] + } + } + + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + } + } + + Class [ abstract class Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\ConnectionInterface, Phalcon\DataMapper\Pdo\Connection\PdoInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [2] { + Property [ protected $pdo ] + Property [ protected $profiler ] + } + + - Methods [35] { + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method connect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ abstract public method disconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ public method fetchAffected ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } + + Method [ public method fetchAll ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchAssoc ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] + } + - Return [ array ] + } + + Method [ public method fetchGroup ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] + } + - Return [ array ] + } + + Method [ public method fetchObject ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ NULL ] + } + + Method [ public method fetchObjects ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ array ] + } + + Method [ public method fetchOne ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchPairs ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchValue ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ public method getDriverName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getProfiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method getQuoteNames ] { + + - Parameters [1] { + Parameter #0 [ string $driver ] + } + - Return [ array ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isConnected ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method perform ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ PDOStatement ] + } + + Method [ public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method setProfiler ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + } + } + + Method [ protected method performBind ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] + } + - Return [ void ] + } + + Method [ protected method fetchData ] { + + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\DataMapper\Pdo\Exception\Exception extends 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 ] { + + - 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\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_default ] + } + + - 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 [3] { + Property [ protected $services ] + Property [ protected $sharedInstances ] + Property [ protected $eventsManager ] + } + + - 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 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ public method getInternalEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] + } + - Return [ void ] + } + + Method [ public method loadFromPhp ] { + + - Parameters [1] { + 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 [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + 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 set ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method setService ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + } + } + + Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface ] { + + - 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 $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 [36] { + Method [ public method callActionMethod ] { + + - Parameters [3] { + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params ] + } + } + + Method [ public method dispatch ] { + } + + Method [ public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + 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 [ bool ] + } + + Method [ public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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\DispatcherInterface ] + } + + 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 [ bool ] + } + + 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\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [6] { + Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public int EXCEPTION_NO_DI ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [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\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [23] { + Method [ public method getAutoescape ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getCssClasses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCustomTemplate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method error ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] + } + + Method [ public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setAutomaticHtml ] { + + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCssClasses ] { + + - Parameters [1] { + Parameter #0 [ array $cssClasses ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCustomTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $customTemplate ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setEscaperService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setImplicitFlush ] { + + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method outputMessage ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + } + + Method [ public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ private method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $cssClassses ] + } + - Return [ string ] + } + + Method [ private method prepareEscapedMessage ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string ] + } + + Method [ private method prepareHtmlMessage ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - 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 ] + } + + Method [ abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - Return [ string or NULL ] + } + } + } + + Class [ abstract class Phalcon\Http\Message\AbstractRequest extends Phalcon\Http\Message\AbstractMessage ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $method ] + Property [ protected $requestTarget ] + Property [ protected $uri ] + } + + - Methods [31] { + Method [ public method getMethod ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUri ] { + } + + Method [ public method getRequestTarget ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method withMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + + Method [ public method withRequestTarget ] { + + - Parameters [1] { + Parameter #0 [ $requestTarget ] + } + } + + Method [ public method withUri ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost ] + } + } + + Method [ final protected method processMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + - Return [ string ] + } + + Method [ final protected method processUri ] { + + - Parameters [1] { + Parameter #0 [ $uri ] + } + - Return [ Psr\Http\Message\UriInterface ] + } + + Method [ public method getBody ] { + } + + Method [ public method getProtocolVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] + } + + Method [ public method getHeaderLine ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ public method withAddedHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withBody ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + } + } + + Method [ public method withHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withProtocolVersion ] { + + - Parameters [1] { + Parameter #0 [ $version ] + } + } + + Method [ public method withoutHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ final protected method checkHeaderHost ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method checkHeaderName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } + + Method [ final protected method checkHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + + Method [ final protected method getHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $values ] + } + - Return [ array ] + } + + Method [ final protected method getUriHost ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + } + - Return [ string ] + } + + Method [ final protected method populateHeaderCollection ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processBody ] { + + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ final protected method processHeaders ] { + + - Parameters [1] { + Parameter #0 [ $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processProtocol ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + - Return [ string ] + } + + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + } + + 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 ] + } + } + } + } + + Class [ abstract class Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $checked ] + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $file ] + Property [ protected $height ] + Property [ protected $image ] + Property [ protected $mime ] + Property [ protected $realpath ] + Property [ protected $type ] + Property [ protected $width ] + } + + - Methods [21] { + Method [ public method getHeight ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getImage ] { + } + + Method [ public method getMime ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealpath ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method background ] { + + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method blur ] { + + - Parameters [1] { + Parameter #0 [ int $radius ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method crop ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int or NULL $offsetX ] + Parameter #3 [ int or NULL $offsetY ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method flip ] { + + - Parameters [1] { + Parameter #0 [ int $direction ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method liquidRescale ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX ] + Parameter #3 [ int $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 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method reflection ] { + + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ int $quality ] + } + - Return [ string ] + } + + Method [ public method resize ] { + + - Parameters [3] { + Parameter #0 [ int or NULL $width ] + Parameter #1 [ int or NULL $height ] + Parameter #2 [ int $master ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ int $degrees ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method save ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $file ] + Parameter #1 [ int $quality ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method text ] { + + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ int $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 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + } + } + + Class [ abstract class 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 interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] + } + } + + Method [ protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method format ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + } + } + } + + Class [ abstract class 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 __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 [ bool ] + } + + Method [ public method notify ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] + } + } + } + } + + Class [ abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { + + - Constants [5] { + Constant [ public int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [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 [28] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] + } + } + + Method [ final public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ Closure or NULL $conditionCallback ] + } + - Return [ bool ] + } + + 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 ] { + } + + Method [ public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 [ int ] + } + + Method [ public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ int 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 [ bool ] + } + + 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 [ int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ Closure or NULL $conditionCallback ] + } + - Return [ bool ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method current ] { + } + + Method [ abstract public method serialize ] { + } + + Method [ abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + } + } + + Class [ abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $container ] + Property [ protected $view ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getView ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean ] + } + } + } + } + + Class [ abstract class Phalcon\Security\JWT\Token\AbstractItem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [1] { + Method [ public method getEncoded ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapter ] + } + + - Methods [6] { + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] + } + + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ abstract class Phalcon\Validation\AbstractValidatorComposite extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface, Phalcon\Validation\ValidatorCompositeInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $validators ] + } + + - Methods [13] { + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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 [ abstract class Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - 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 or NULL ] + } + + Method [ public method getActiveRole ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getActiveComponent ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] + } + - Return [ void ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ abstract public method addInherit ] { + + - Parameters [2] { + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherit ] + } + - Return [ bool ] + } + + Method [ abstract public method addRole ] { + + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits ] + } + - Return [ bool ] + } + + Method [ abstract public method addComponent ] { + + - Parameters [2] { + Parameter #0 [ $componentObject ] + Parameter #1 [ $accessList ] + } + - Return [ bool ] + } + + Method [ abstract public method addComponentAccess ] { + + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] + } + - Return [ bool ] + } + + Method [ abstract public method allow ] { + + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] + } + - Return [ void ] + } + + Method [ abstract public method deny ] { + + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] + } + - Return [ void ] + } + + Method [ abstract public method dropComponentAccess ] { + + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] + } + - Return [ void ] + } + + Method [ abstract public method getNoArgumentsDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ array or NULL $parameters ] + } + - Return [ bool ] + } + + Method [ abstract public method isComponent ] { + + - Parameters [1] { + Parameter #0 [ string $componentName ] + } + - Return [ bool ] + } + + Method [ abstract public method isRole ] { + + - Parameters [1] { + Parameter #0 [ string $roleName ] + } + - Return [ bool ] + } + + Method [ abstract public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Crypt\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\Di\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\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_default ] + } + + - 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 [3] { + Property [ protected $services ] + Property [ protected $sharedInstances ] + Property [ protected $eventsManager ] + } + + - 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 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ public method getInternalEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] + } + - Return [ void ] + } + + Method [ public method loadFromPhp ] { + + - Parameters [1] { + 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 [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + 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 set ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method setService ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Checkbox extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $label ] + Property [ protected $type ] + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ public method __toString ] { + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\Checkbox ] + } + + Method [ private method processChecked ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ private method processUnchecked ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Ol extends Phalcon\Html\Helper\AbstractList ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $elementTag ] + Property [ protected $store ] + } + + - Methods [14] { + Method [ public method add ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] + Parameter #2 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Style extends Phalcon\Html\Helper\AbstractSeries ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + } + + - Methods [15] { + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] + } + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getAttributes ] { + + - Parameters [2] { + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Link\Link implements Psr\Link\LinkInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $href ] + Property [ protected $rels ] + Property [ protected $templated ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $rel ] + Parameter #1 [ string $href ] + Parameter #2 [ array $attributes ] + } + } + + Method [ public method getAttributes ] { + } + + Method [ public method getHref ] { + } + + Method [ public method getRels ] { + } + + Method [ public method isTemplated ] { + } + + Method [ protected method hrefIsTemplated ] { + + - Parameters [1] { + Parameter #0 [ string $href ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Html\Link\LinkProvider implements Psr\Link\LinkProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $links ] + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $links ] + } + } + + Method [ public method getLinks ] { + } + + Method [ public method getLinksByRel ] { + + - Parameters [1] { + Parameter #0 [ $rel ] + } + } + + Method [ protected method getKey ] { + + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Transaction\Exception 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 [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 extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [2] { + Constant [ public int POSITION_FIRST ] { 0 } + Constant [ public int POSITION_LAST ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [20] { + 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 $wasMatched ] + } + + - Methods [44] { + 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 [ bool $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 handle ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ void ] + } + + Method [ public method isExactControllerName ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ bool $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 [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\View\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 [ abstract class Phalcon\Security\JWT\Signer\AbstractSigner implements Phalcon\Security\JWT\Signer\SignerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $algorithm ] + } + + - Methods [4] { + Method [ public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ abstract public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $connection ] + Property [ protected $options ] + Property [ protected $prefix ] + Property [ protected $ttl ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] + } + + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ protected method getPrefixedName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + 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 __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ private method setSerializer ] { + + - Parameters [1] { + Parameter #0 [ Memcached $connection ] + } + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + 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 __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ private method setSerializer ] { + + - Parameters [1] { + Parameter #0 [ Redis $connection ] + } + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $storageDir ] + Property [ protected $options ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ private method getDir ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + + Method [ private method getFilepath ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ string ] + } + + Method [ private method getIterator ] { + + - Parameters [1] { + Parameter #0 [ string $dir ] + } + - Return [ Iterator ] + } + + Method [ private method getPayload ] { + + - Parameters [1] { + Parameter #0 [ string $filepath ] + } + - Return [ array ] + } + + Method [ private method isExpired ] { + + - Parameters [1] { + Parameter #0 [ array $payload ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ abstract class Phalcon\Validation\AbstractCombinedFieldsValidator extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [27] { + Method [ public method getActiveFunction ] { + } + + Method [ public method getActiveFunctionCustomArgumentsCount ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getActiveKey ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method __construct ] { + } + + Method [ public method addComponent ] { + + - Parameters [2] { + Parameter #0 [ $componentValue ] + Parameter #1 [ $accessList ] + } + - Return [ bool ] + } + + Method [ public method addComponentAccess ] { + + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] + } + - Return [ bool ] + } + + Method [ public method addInherit ] { + + - Parameters [2] { + Parameter #0 [ string $roleName ] + Parameter #1 [ $roleToInherits ] + } + - Return [ bool ] + } + + Method [ public method addRole ] { + + - Parameters [2] { + Parameter #0 [ $role ] + Parameter #1 [ $accessInherits ] + } + - Return [ bool ] + } + + Method [ public method allow ] { + + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] + } + - Return [ void ] + } + + Method [ public method deny ] { + + - Parameters [4] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $func ] + } + - Return [ void ] + } + + Method [ public method dropComponentAccess ] { + + - Parameters [2] { + Parameter #0 [ string $componentName ] + Parameter #1 [ $accessList ] + } + - Return [ void ] + } + + Method [ public method getNoArgumentsDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getRoles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getComponents ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isAllowed ] { + + - Parameters [4] { + Parameter #0 [ $roleName ] + Parameter #1 [ $componentName ] + Parameter #2 [ string $access ] + Parameter #3 [ array or NULL $parameters ] + } + - Return [ bool ] + } + + Method [ public method isRole ] { + + - Parameters [1] { + Parameter #0 [ string $roleName ] + } + - Return [ bool ] + } + + Method [ public method isComponent ] { + + - Parameters [1] { + Parameter #0 [ string $componentName ] + } + - Return [ bool ] + } + + Method [ public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] + } + - Return [ void ] + } + + Method [ private method allowOrDeny ] { + + - Parameters [5] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ $access ] + Parameter #3 [ $action ] + Parameter #4 [ $func ] + } + - Return [ void ] + } + + Method [ private method canAccess ] { + + - Parameters [3] { + Parameter #0 [ string $roleName ] + Parameter #1 [ string $componentName ] + Parameter #2 [ string $access ] + } + } + + Method [ public method getActiveAccess ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getActiveRole ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getActiveComponent ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getDefaultAction ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ int $defaultAccess ] + } + - Return [ void ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Acl\Component implements Phalcon\Acl\ComponentInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $description ] + Property [ private $name ] + } + + - Methods [4] { + Method [ public method getDescription ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $description ] + } + } + } + } + + Class [ class Phalcon\Acl\Enum ] { + + - Constants [2] { + Constant [ public int ALLOW ] { 1 } + Constant [ public int DENY ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Acl\Exception extends 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\Acl\Role implements Phalcon\Acl\RoleInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $name ] + Property [ private $description ] + } + + - Methods [4] { + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDescription ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $description ] + } + } + } + } + + Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $annotations ] + Property [ protected $reader ] + Property [ protected $prefix ] + Property [ protected $ttl ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + - Return [ Phalcon\Annotations\Reflection ] + } + + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getProperties ] { + + - Parameters [1] { + 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\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $annotations ] + Property [ protected $reader ] + Property [ protected $data ] + } + + - Methods [9] { + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] + } + - Return [ void ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + - Return [ Phalcon\Annotations\Reflection ] + } + + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getProperties ] { + + - Parameters [1] { + 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\Annotations\Adapter\Stream extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $annotations ] + Property [ protected $reader ] + Property [ protected $annotationsDir ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ Phalcon\Annotations\Reflection $data ] + } + - Return [ void ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + - Return [ Phalcon\Annotations\Reflection ] + } + + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $propertyName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getProperties ] { + + - Parameters [1] { + 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\Annotations\Annotation ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $arguments ] + Property [ protected $exprArguments ] + Property [ protected $name ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $reflectionData ] + } + } + + Method [ public method getArgument ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method getArguments ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getExprArguments ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getExpression ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getNamedArgument ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getNamedParameter ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method hasArgument ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + - Return [ bool ] + } + + Method [ public method numberArguments ] { + + - Parameters [0] { + } + - Return [ int ] + } + } + } + + Class [ class Phalcon\Annotations\AnnotationsFactory 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 ] + } + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Annotations\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $annotations ] + Property [ protected $position ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $reflectionData ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method current ] { + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Annotations\Annotation ] + } + + Method [ public method getAll ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ array ] + } + + Method [ public method getAnnotations ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Annotations\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\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method parseDocBlock ] { + + - Parameters [3] { + Parameter #0 [ string $docBlock ] + Parameter #1 [ $file ] + Parameter #2 [ $line ] + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method parse ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Annotations\Reflection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $classAnnotations ] + Property [ protected $methodAnnotations ] + Property [ protected $propertyAnnotations ] + Property [ protected $reflectionData ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $reflectionData ] + } + } + + Method [ public method getClassAnnotations ] { + } + + Method [ public method getMethodsAnnotations ] { + } + + Method [ public method getPropertiesAnnotations ] { + } + + Method [ public method getReflectionData ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [ bool $local ] + Parameter #2 [ bool $filter ] + Parameter #3 [ array $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ bool $autoVersion ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method setAutoVersion ] { + + - Parameters [1] { + Parameter #0 [ bool $autoVersion ] + } + } + + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getLocal ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSourcePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setVersion ] { + + - Parameters [1] { + Parameter #0 [ string $version ] + } + } + + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getContent ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isAutoVersion ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ bool $local ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string $sourcePath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ string $targetUri ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + } + } + + Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $attributes ] + 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 [ bool $local ] + Parameter #2 [ bool $filter ] + Parameter #3 [ array $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ bool $autoVersion ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method setAutoVersion ] { + + - Parameters [1] { + Parameter #0 [ bool $autoVersion ] + } + } + + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getLocal ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSourcePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setVersion ] { + + - Parameters [1] { + Parameter #0 [ string $version ] + } + } + + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getContent ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $basePath ] + } + - Return [ string ] + } + + Method [ public method getRealTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isAutoVersion ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ bool $local ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string $sourcePath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ string $targetUri ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + } + } + + Class [ class Phalcon\Assets\Collection implements Countable, Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [42] { + Method [ public method getAssets ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setAutoVersion ] { + + - Parameters [1] { + Parameter #0 [ bool $autoVersion ] + } + } + + Method [ public method getCodes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFilters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getJoin ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getLocal ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPosition ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getSourcePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetLocal ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getTargetPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setVersion ] { + + - Parameters [1] { + Parameter #0 [ string $version ] + } + } + + Method [ public method __construct ] { + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method addCss ] { + + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $local ] + Parameter #2 [ bool $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ bool $autoVersion ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method addInline ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\Inline $code ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method addInlineCss ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter ] + Parameter #2 [ $attributes ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method addInlineJs ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter ] + Parameter #2 [ $attributes ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method addJs ] { + + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $local ] + Parameter #2 [ bool $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ bool $autoVersion ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method current ] { + + - Parameters [0] { + } + - Return [ Phalcon\Assets\Asset ] + } + + Method [ public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ string ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] + } + - Return [ bool ] + } + + Method [ public method isAutoVersion ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method join ] { + + - Parameters [1] { + Parameter #0 [ bool $join ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ array $filters ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ bool $local ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method setTargetLocal ] { + + - Parameters [1] { + Parameter #0 [ bool $targetLocal ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ string $targetUri ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string $sourcePath ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ final protected method addAsset ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] + } + - Return [ bool ] + } + } + } + + 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 [ 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\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $content ] + Property [ protected $filter ] + Property [ protected $type ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter ] + Parameter #2 [ $attributes ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + } + } + + Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $content ] + Property [ protected $filter ] + Property [ protected $type ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ bool $filter ] + Parameter #2 [ $attributes ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + } + } + + Class [ class Phalcon\Assets\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $container ] + Property [ protected $collections ] + Property [ protected $options ] + Property [ protected $implicitOutput ] + } + + - Methods [29] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method addAsset ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\Asset $asset ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addAssetByType ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Assets\Asset $asset ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addCss ] { + + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ $local ] + Parameter #2 [ bool $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ bool $autoVersion ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addInlineCode ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\Inline $code ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addInlineCodeByType ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ Phalcon\Assets\Inline $code ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addInlineCss ] { + + - Parameters [3] { + Parameter #0 [ string $content ] + Parameter #1 [ $filter ] + Parameter #2 [ $attributes ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method addInlineJs ] { + + - 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 [ bool $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ string or NULL $version ] + Parameter #5 [ bool $autoVersion ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method collection ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method collectionAssetsByType ] { + + - Parameters [2] { + Parameter #0 [ array $assets ] + Parameter #1 [ string $type ] + } + - Return [ array ] + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method getCollections ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCss ] { + + - Parameters [0] { + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method getJs ] { + + - Parameters [0] { + } + - Return [ Phalcon\Assets\Collection ] + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method output ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ $callback ] + Parameter #2 [ $type ] + } + - Return [ string or NULL ] + } + + Method [ public method outputCss ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $collectionName ] + } + - Return [ string ] + } + + Method [ public method outputInline ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ $type ] + } + - Return [ string ] + } + + Method [ public method outputInlineCss ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $collectionName ] + } + - Return [ string ] + } + + Method [ public method outputInlineJs ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $collectionName ] + } + - Return [ string ] + } + + Method [ public method outputJs ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $collectionName ] + } + - Return [ string ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ Phalcon\Assets\Collection $collection ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ public method useImplicitOutput ] { + + - Parameters [1] { + Parameter #0 [ bool $implicitOutput ] + } + - Return [ Phalcon\Assets\Manager ] + } + + Method [ private method getPrefixedPath ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Assets\Collection $collection ] + Parameter #1 [ string $path ] + } + - 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\Cache implements Psr\SimpleCache\CacheInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapter ] + } + + - Methods [12] { + Method [ public method getAdapter ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ bool ] + } + + Method [ public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ bool ] + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method setMultiple ] { + + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl ] + } + - Return [ bool ] + } + + Method [ protected method checkKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ void ] + } + + Method [ protected method checkKeys ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + + - 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 newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $options ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $adapter ] + Property [ protected $defaultSerializer ] + Property [ protected $lifetime ] + Property [ protected $prefix ] + Property [ protected $serializer ] + Property [ protected $serializerFactory ] + Property [ protected $storageDir ] + Property [ protected $options ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\SerializerFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAdapter ] { + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ int $value ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl ] + } + - Return [ bool ] + } + + Method [ public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultSerializer ] { + + - Parameters [1] { + Parameter #0 [ string $defaultSerializer ] + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getFilteredKeys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ string $prefix ] + } + - Return [ array ] + } + + Method [ protected method getPrefixedKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + - Return [ string ] + } + + Method [ protected method getSerializedData ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ protected method getTtl ] { + + - Parameters [1] { + Parameter #0 [ $ttl ] + } + - Return [ int ] + } + + Method [ protected method getUnserializedData ] { + + - Parameters [2] { + Parameter #0 [ $content ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method initSerializer ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cache\CacheFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapterFactory ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] + } + } + + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Psr\SimpleCache\CacheInterface ] + } + } + } + + Class [ class Phalcon\Cache\Exception\Exception extends Phalcon\Exception implements Throwable, Psr\SimpleCache\CacheException ] { + + - 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\Cache\Exception\InvalidArgumentException extends Phalcon\Exception implements Throwable, Psr\SimpleCache\InvalidArgumentException, Psr\SimpleCache\CacheException ] { + + - 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\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $container ] + Property [ protected $defaultModule ] + Property [ protected $eventsManager ] + Property [ protected $modules ] + Property [ protected $arguments ] + Property [ protected $options ] + } + + - Methods [14] { + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $arguments ] + } + } + + Method [ public method setArgument ] { + + - Parameters [3] { + Parameter #0 [ array or NULL $arguments ] + Parameter #1 [ bool $str ] + Parameter #2 [ bool $shift ] + } + - Return [ Phalcon\Cli\Console ] + } + + 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 [ bool $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 __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Cli\Console\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 [ 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 [0] { + } + + - Static methods [0] { + } + + - 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 [49] { + Method [ public method callActionMethod ] { + + - Parameters [3] { + Parameter #0 [ $handler ] + Parameter #1 [ string $actionMethod ] + Parameter #2 [ array $params ] + } + } + + Method [ public method getActiveTask ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\TaskInterface ] + } + + Method [ public method getLastTask ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\TaskInterface ] + } + + Method [ public method getOption ] { + + - Parameters [3] { + Parameter #0 [ $option ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + } + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getTaskName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTaskSuffix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + - Return [ bool ] + } + + Method [ public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ public method setTaskName ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ public method setTaskSuffix ] { + + - Parameters [1] { + Parameter #0 [ string $taskSuffix ] + } + - Return [ void ] + } + + Method [ protected method handleException ] { + + - Parameters [1] { + Parameter #0 [ Exception $exception ] + } + } + + Method [ protected method throwDispatchException ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ int $exceptionCode ] + } + } + + Method [ public method dispatch ] { + } + + Method [ public method forward ] { + + - Parameters [1] { + Parameter #0 [ array $forward ] + } + - Return [ void ] + } + + 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 [ bool ] + } + + Method [ public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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\DispatcherInterface ] + } + + 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 [ bool ] + } + + 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\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable ] { + + - Constants [6] { + Constant [ public int EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public int EXCEPTION_NO_DI ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [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\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 ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ bool $defaultRoutes ] + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMatchedRoute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ public method getMatches ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getModuleName ] { + + - 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 getTaskName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ $arguments ] + } + } + + Method [ public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ string $actionName ] + } + } + + Method [ public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ string $moduleName ] + } + } + + Method [ public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ array $defaults ] + } + - Return [ Phalcon\Cli\Router ] + } + + Method [ public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ string $taskName ] + } + - Return [ void ] + } + + Method [ public method wasMatched ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\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 ] + } + } + + - 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\Cli\Router\Route implements Phalcon\Cli\Router\RouteInterface ] { + + - Constants [1] { + Constant [ public string DEFAULT_DELIMITER ] { } + } + + - Static properties [2] { + Property [ protected static $delimiterPath ] + Property [ protected static $uniqueId ] + } + + - Static methods [3] { + Method [ static public method delimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ void ] + } + + Method [ static public method getDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + + - 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 ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + } + + Method [ public method beforeMatch ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ public method compilePattern ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + - Return [ string ] + } + + Method [ public method convert ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ public method extractNamedParams ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + } + + Method [ public method getBeforeMatch ] { + } + + Method [ public method getCompiledPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getConverters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDescription ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getReversedPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getRouteId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ void ] + } + + Method [ public method setDescription ] { + + - Parameters [1] { + Parameter #0 [ string $description ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Cli\Router\RouteInterface ] + } + } + } + + Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $container ] + Property [ protected $eventsManager ] + } + + - Methods [7] { + Method [ final public method __construct ] { + } + + 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 ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Collection\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\Collection\ReadOnly extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + } + + - Methods [25] { + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ bool $insensitive ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $arrayConfig ] + Parameter #1 [ string $defaultAdapter ] + } + } + + Method [ public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method internalMerge ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] + } + - Return [ array ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } + + - Methods [32] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ $mode ] + } + } + + Method [ protected method cast ] { + + - Parameters [1] { + Parameter #0 [ $ini ] + } + } + + Method [ protected method parseIniString ] { + + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ $value ] + } + - Return [ array ] + } + + Method [ public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method internalMerge ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] + } + - Return [ array ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $filePath ] + } + } + + Method [ public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method internalMerge ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] + } + - Return [ array ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $filePath ] + } + } + + Method [ public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method internalMerge ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] + } + - Return [ array ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements Phalcon\Config\ConfigInterface, ArrayAccess, Phalcon\Collection\CollectionInterface, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ protected $pathDelimiter ] + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $filePath ] + Parameter #1 [ array or NULL $callbacks ] + } + } + + Method [ public method getPathDelimiter ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ $toMerge ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method internalMerge ] { + + - Parameters [2] { + Parameter #0 [ array $source ] + Parameter #1 [ array $target ] + } + - Return [ array ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Config\ConfigFactory 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\Config\ConfigInterface ] + } + + Method [ public method newInstance ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string $fileName ] + Parameter #2 [ $params ] + } + - Return [ Phalcon\Config\ConfigInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Config\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\Container implements Psr\Container\ContainerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $container ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Crypt implements Phalcon\Crypt\CryptInterface ] { + + - Constants [7] { + Constant [ public int PADDING_ANSI_X_923 ] { 1 } + Constant [ public int PADDING_DEFAULT ] { 0 } + Constant [ public int PADDING_ISO_10126 ] { 3 } + Constant [ public int PADDING_ISO_IEC_7816_4 ] { 4 } + Constant [ public int PADDING_PKCS7 ] { 2 } + Constant [ public int PADDING_SPACE ] { 6 } + Constant [ public int PADDING_ZERO ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [27] { + Method [ public method getAuthTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAuthData ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAuthTagLength ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $cipher ] + Parameter #1 [ bool $useSigning ] + } + } + + Method [ public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] + } + - Return [ string ] + } + + Method [ public method decryptBase64 ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ $key ] + Parameter #2 [ bool $safe ] + } + - Return [ string ] + } + + Method [ public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $key ] + } + - Return [ string ] + } + + Method [ public method encryptBase64 ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ $key ] + Parameter #2 [ bool $safe ] + } + - Return [ string ] + } + + Method [ public method getAvailableCiphers ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getAvailableHashAlgos ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCipher ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getHashAlgo ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAuthTag ] { + + - Parameters [1] { + Parameter #0 [ string $tag ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ public method setAuthData ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ public method setAuthTagLength ] { + + - Parameters [1] { + Parameter #0 [ int $length ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ public method setCipher ] { + + - Parameters [1] { + Parameter #0 [ string $cipher ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ public method setHashAlgo ] { + + - Parameters [1] { + Parameter #0 [ string $hashAlgo ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ public method setKey ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ public method setPadding ] { + + - Parameters [1] { + Parameter #0 [ int $scheme ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ public method useSigning ] { + + - Parameters [1] { + Parameter #0 [ bool $useSigning ] + } + - Return [ Phalcon\Crypt\CryptInterface ] + } + + Method [ protected method assertCipherIsAvailable ] { + + - Parameters [1] { + Parameter #0 [ string $cipher ] + } + - Return [ void ] + } + + Method [ protected method assertHashAlgorithmAvailable ] { + + - Parameters [1] { + Parameter #0 [ string $hashAlgo ] + } + - Return [ void ] + } + + Method [ protected method getIvLength ] { + + - Parameters [1] { + Parameter #0 [ string $cipher ] + } + - Return [ int ] + } + + Method [ protected method initializeAvailableCiphers ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ protected method cryptPadText ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $mode ] + Parameter #2 [ int $blockSize ] + Parameter #3 [ int $paddingType ] + } + - Return [ string ] + } + + Method [ protected method cryptUnpadText ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $mode ] + Parameter #2 [ int $blockSize ] + Parameter #3 [ int $paddingType ] + } + } + } + } + + Class [ class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\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\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [3] { + Property [ protected $pdo ] + Property [ protected $profiler ] + Property [ protected $arguments ] + } + + - Methods [37] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ string $dsn ] + Parameter #1 [ string or NULL $username ] + Parameter #2 [ string or NULL $password ] + Parameter #3 [ array $options ] + Parameter #4 [ array $queries ] + Parameter #5 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface or NULL $profiler ] + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method connect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method disconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ public method fetchAffected ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } + + Method [ public method fetchAll ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchAssoc ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] + } + - Return [ array ] + } + + Method [ public method fetchGroup ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] + } + - Return [ array ] + } + + Method [ public method fetchObject ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ NULL ] + } + + Method [ public method fetchObjects ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ array ] + } + + Method [ public method fetchOne ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchPairs ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchValue ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ public method getDriverName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getProfiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method getQuoteNames ] { + + - Parameters [1] { + Parameter #0 [ string $driver ] + } + - Return [ array ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isConnected ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method perform ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ PDOStatement ] + } + + Method [ public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method setProfiler ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + } + } + + Method [ protected method performBind ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] + } + - Return [ void ] + } + + Method [ protected method fetchData ] { + + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\DataMapper\Pdo\ConnectionLocator implements Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $master ] + Property [ protected $read ] + Property [ protected $write ] + Property [ private $instances ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $master ] + Parameter #1 [ array $read ] + Parameter #2 [ array $write ] + } + } + + Method [ public method getMaster ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ public method getRead ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ public method getWrite ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + + Method [ public method setMaster ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + + Method [ public method setRead ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + + Method [ public method setWrite ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $callableObject ] + } + - Return [ Phalcon\DataMapper\Pdo\ConnectionLocatorInterface ] + } + + Method [ protected method getConnection ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $name ] + } + - Return [ Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] + } + } + } + + Class [ class Phalcon\DataMapper\Pdo\Connection\Decorated extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + + - Properties [2] { + Property [ protected $pdo ] + Property [ protected $profiler ] + } + + - Methods [36] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ PDO $pdo ] + Parameter #1 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface or NULL $profiler ] + } + } + + Method [ public method connect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method disconnect ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method beginTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method errorCode ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method errorInfo ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + - Return [ int ] + } + + Method [ public method fetchAffected ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ int ] + } + + Method [ public method fetchAll ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchAssoc ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $column ] + } + - Return [ array ] + } + + Method [ public method fetchGroup ] { + + - Parameters [3] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ int $flags ] + } + - Return [ array ] + } + + Method [ public method fetchObject ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ NULL ] + } + + Method [ public method fetchObjects ] { + + - Parameters [4] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + Parameter #2 [ string $className ] + Parameter #3 [ array $arguments ] + } + - Return [ array ] + } + + Method [ public method fetchOne ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchPairs ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ array ] + } + + Method [ public method fetchValue ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ public method getDriverName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getProfiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method getQuoteNames ] { + + - Parameters [1] { + Parameter #0 [ string $driver ] + } + - Return [ array ] + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isConnected ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method perform ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $values ] + } + - Return [ PDOStatement ] + } + + Method [ public method prepare ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $options ] + } + } + + Method [ public method query ] { + + - Parameters [1] { + Parameter #0 [ string $statement ] + } + } + + Method [ public method quote ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method rollBack ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ public method setProfiler ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface $profiler ] + } + } + + Method [ protected method performBind ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ $name ] + Parameter #2 [ $arguments ] + } + - Return [ void ] + } + + Method [ protected method fetchData ] { + + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ array $arguments ] + Parameter #2 [ string $statement ] + Parameter #3 [ array $values ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\DataMapper\Pdo\Exception\CannotDisconnect extends Phalcon\DataMapper\Pdo\Exception\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 ] { + + - 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\DataMapper\Pdo\Exception\ConnectionNotFound extends Phalcon\DataMapper\Pdo\Exception\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 ] { + + - 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\DataMapper\Pdo\Profiler\MemoryLogger extends Psr\Log\AbstractLogger implements Psr\Log\LoggerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $messages ] + } + + - Methods [10] { + Method [ public method getMessages ] { + } + + Method [ public method log ] { + + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ $message ] + Parameter #2 [ array $context ] + } + } + + Method [ public method emergency ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + + Method [ public method alert ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + + Method [ public method critical ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + + Method [ public method error ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + + Method [ public method warning ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + + Method [ public method notice ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + + Method [ public method info ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + + Method [ public method debug ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array $context ] + } + } + } + } + + Class [ class Phalcon\DataMapper\Pdo\Profiler\Profiler implements Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $active ] + Property [ protected $context ] + Property [ protected $logFormat ] + Property [ protected $logLevel ] + Property [ protected $logger ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Psr\Log\LoggerInterface or NULL $logger ] + } + } + + Method [ public method finish ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $statement ] + Parameter #1 [ array $values ] + } + - Return [ void ] + } + + Method [ public method getLogFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getLogger ] { + + - Parameters [0] { + } + - Return [ Psr\Log\LoggerInterface ] + } + + Method [ public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isActive ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setActive ] { + + - Parameters [1] { + Parameter #0 [ bool $active ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method setLogFormat ] { + + - Parameters [1] { + Parameter #0 [ string $logFormat ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ string $logLevel ] + } + - Return [ Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface ] + } + + Method [ public method start ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\DataMapper\Query\Bind ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $inlineCount ] + Property [ protected $store ] + } + + - Methods [7] { + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ public method setValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ void ] + } + + Method [ public method setValues ] { + + - Parameters [2] { + Parameter #0 [ array $values ] + Parameter #1 [ int $type ] + } + - Return [ void ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method getType ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ int ] + } + + Method [ protected method inlineArray ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\DataMapper\Query\Delete extends Phalcon\DataMapper\Query\AbstractConditions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [32] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method from ] { + + - Parameters [1] { + Parameter #0 [ string $table ] + } + - Return [ Phalcon\DataMapper\Query\Delete ] + } + + Method [ public method returning ] { + + - Parameters [1] { + Parameter #0 [ array $columns ] + } + - Return [ Phalcon\DataMapper\Query\Delete ] + } + + Method [ public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ int $limit ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method appendWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ $orderBy ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method where ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method whereEquals ] { + + - Parameters [1] { + Parameter #0 [ array $columnsValues ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ protected method addCondition ] { + + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method buildBy ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildCondition ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildLimitEarly ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimit ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitCommon ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitSqlsrv ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method appendCondition ] { + + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method processValue ] { + + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] + } + - Return [ void ] + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\DataMapper\Query\Insert extends Phalcon\DataMapper\Query\AbstractQuery ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method column ] { + + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Insert ] + } + + Method [ public method columns ] { + + - Parameters [1] { + Parameter #0 [ array $columns ] + } + - Return [ Phalcon\DataMapper\Query\Insert ] + } + + Method [ public method into ] { + + - Parameters [1] { + Parameter #0 [ string $table ] + } + - Return [ Phalcon\DataMapper\Query\Insert ] + } + + Method [ public method getLastInsertId ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method returning ] { + + - Parameters [1] { + Parameter #0 [ array $columns ] + } + - Return [ Phalcon\DataMapper\Query\Insert ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\DataMapper\Query\Insert ] + } + + Method [ private method buildColumns ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\DataMapper\Query\QueryFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $selectClass ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $selectClass ] + } + } + + Method [ public method newBind ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Query\Bind ] + } + + Method [ public method newDelete ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + } + - Return [ Phalcon\DataMapper\Query\Delete ] + } + + Method [ public method newInsert ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + } + - Return [ Phalcon\DataMapper\Query\Insert ] + } + + Method [ public method newSelect ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method newUpdate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + } + - Return [ Phalcon\DataMapper\Query\Update ] + } + } + } + + Class [ class Phalcon\DataMapper\Query\Select extends Phalcon\DataMapper\Query\AbstractConditions ] { + + - Constants [4] { + Constant [ public string JOIN_INNER ] { INNER } + Constant [ public string JOIN_LEFT ] { LEFT } + Constant [ public string JOIN_NATURAL ] { NATURAL } + Constant [ public string JOIN_RIGHT ] { RIGHT } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + Property [ protected $asAlias ] + Property [ protected $forUpdate ] + } + + - Methods [50] { + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ string $method ] + Parameter #1 [ array $params ] + } + } + + Method [ public method andHaving ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method asAlias ] { + + - Parameters [1] { + Parameter #0 [ string $asAlias ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method appendHaving ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method appendJoin ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method columns ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method distinct ] { + + - Parameters [1] { + Parameter #0 [ bool $enable ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method from ] { + + - Parameters [1] { + Parameter #0 [ string $table ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ bool $enable ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $groupBy ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method hasColumns ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method having ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method join ] { + + - Parameters [5] { + Parameter #0 [ string $join ] + Parameter #1 [ string $table ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method orHaving ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method subSelect ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method union ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ public method unionAll ] { + + - Parameters [0] { + } + - Return [ Phalcon\DataMapper\Query\Select ] + } + + Method [ protected method getCurrentStatement ] { + + - Parameters [1] { + Parameter #0 [ string $suffix ] + } + - Return [ string ] + } + + Method [ private method buildColumns ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method buildFrom ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ int $limit ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method appendWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ $orderBy ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method where ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method whereEquals ] { + + - Parameters [1] { + Parameter #0 [ array $columnsValues ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ protected method addCondition ] { + + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method buildBy ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildCondition ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildLimitEarly ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimit ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitCommon ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitSqlsrv ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method appendCondition ] { + + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method processValue ] { + + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\DataMapper\Query\Update extends Phalcon\DataMapper\Query\AbstractConditions ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $bind ] + Property [ protected $connection ] + Property [ protected $store ] + } + + - Methods [37] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\DataMapper\Pdo\Connection $connection ] + Parameter #1 [ Phalcon\DataMapper\Query\Bind $bind ] + } + } + + Method [ public method column ] { + + - Parameters [3] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\Update ] + } + + Method [ public method columns ] { + + - Parameters [1] { + Parameter #0 [ array $columns ] + } + - Return [ Phalcon\DataMapper\Query\Update ] + } + + Method [ public method from ] { + + - Parameters [1] { + Parameter #0 [ string $table ] + } + - Return [ Phalcon\DataMapper\Query\Update ] + } + + Method [ public method getStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hasColumns ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method returning ] { + + - Parameters [1] { + Parameter #0 [ array $columns ] + } + - Return [ Phalcon\DataMapper\Query\Update ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $column ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\DataMapper\Query\Update ] + } + + Method [ private method buildColumns ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ int $limit ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method appendWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ $orderBy ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method where ] { + + - Parameters [3] { + Parameter #0 [ string $condition ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ public method whereEquals ] { + + - Parameters [1] { + Parameter #0 [ array $columnsValues ] + } + - Return [ Phalcon\DataMapper\Query\AbstractConditions ] + } + + Method [ protected method addCondition ] { + + - Parameters [5] { + Parameter #0 [ string $store ] + Parameter #1 [ string $andor ] + Parameter #2 [ string $condition ] + Parameter #3 [ $value ] + Parameter #4 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method buildBy ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildCondition ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method buildLimitEarly ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimit ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitCommon ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method buildLimitSqlsrv ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method appendCondition ] { + + - Parameters [4] { + Parameter #0 [ string $store ] + Parameter #1 [ string $condition ] + Parameter #2 [ $value ] + Parameter #3 [ int $type ] + } + - Return [ void ] + } + + Method [ protected method processValue ] { + + - Parameters [2] { + Parameter #0 [ string $store ] + Parameter #1 [ $data ] + } + - Return [ void ] + } + + Method [ public method bindInline ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ int $type ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method bindValues ] { + + - Parameters [1] { + Parameter #0 [ array $values ] + } + - Return [ Phalcon\DataMapper\Query\AbstractQuery ] + } + + Method [ public method getBindValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method perform ] { + } + + Method [ public method setFlag ] { + + - Parameters [2] { + Parameter #0 [ string $flag ] + Parameter #1 [ bool $enable ] + } + - Return [ void ] + } + + Method [ public method quoteIdentifier ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + } + - Return [ string ] + } + + Method [ protected method buildFlags ] { + } + + Method [ protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $glue ] + } + - Return [ string ] + } + } + } + + Class [ 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] { + } + + - 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\Db\Adapter\AdapterInterface ] + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + 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 [78] { + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ protected method getDsnDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method begin ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ bool ] + } + + Method [ public method convertBoundParams ] { + + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] + } + - Return [ array ] + } + + Method [ public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ bool ] + } + + Method [ public method executePrepared ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] + } + - Return [ PDOStatement ] + } + + Method [ public method getErrorInfo ] { + } + + Method [ public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getTransactionLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + - Return [ PDOStatement ] + } + + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + } + + Method [ public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ protected method prepareRealSql ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] + } + - Return [ void ] + } + + Method [ public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSqlVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ bool ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ bool ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] + } + - Return [ bool ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] + } + } + + Method [ public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] + } + + Method [ public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method insert ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + 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 [ bool ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method supportSequences ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + } + } + + 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 [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + 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 [78] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ bool ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ bool ] + } + + Method [ public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + 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 [ bool ] + } + + Method [ public method supportSequences ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getDsnDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method begin ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method convertBoundParams ] { + + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] + } + - Return [ array ] + } + + Method [ public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ bool ] + } + + Method [ public method executePrepared ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] + } + - Return [ PDOStatement ] + } + + Method [ public method getErrorInfo ] { + } + + Method [ public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getTransactionLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + - Return [ PDOStatement ] + } + + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + } + + Method [ public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ protected method prepareRealSql ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] + } + - Return [ void ] + } + + Method [ public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSqlVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ bool ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] + } + - Return [ bool ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] + } + } + + Method [ public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] + } + + Method [ public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method insert ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $connectionId ] + Property [ protected $descriptor ] + Property [ protected $dialect ] + Property [ protected $eventsManager ] + Property [ protected $realSqlStatement ] + 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 [78] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $descriptor ] + } + } + + Method [ public method connect ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $descriptor ] + } + - Return [ bool ] + } + + Method [ public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ array ] + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method useExplicitIdValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsDefaultValue ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getDsnDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method affectedRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method begin ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method convertBoundParams ] { + + - Parameters [2] { + Parameter #0 [ string $sql ] + Parameter #1 [ array $params ] + } + - Return [ array ] + } + + Method [ public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method execute ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ bool ] + } + + Method [ public method executePrepared ] { + + - Parameters [3] { + Parameter #0 [ PDOStatement $statement ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $dataTypes ] + } + - Return [ PDOStatement ] + } + + Method [ public method getErrorInfo ] { + } + + Method [ public method getInternalHandler ] { + + - Parameters [0] { + } + - Return [ PDO ] + } + + Method [ public method getTransactionLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method isUnderTransaction ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $sequenceName ] + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + - Return [ PDOStatement ] + } + + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + } + + Method [ public method rollback ] { + + - Parameters [1] { + Parameter #0 [ bool $nesting ] + } + - Return [ bool ] + } + + Method [ protected method prepareRealSql ] { + + - Parameters [2] { + Parameter #0 [ string $statement ] + Parameter #1 [ array $parameters ] + } + - Return [ void ] + } + + Method [ public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSqlVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ bool ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ bool ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ bool ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ bool ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $whereCondition ] + Parameter #2 [ $placeholders ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ bool ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ bool ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ $indexName ] + } + - Return [ bool ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ bool ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ bool ] + } + + Method [ public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ $identifier ] + } + - Return [ string ] + } + + Method [ public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ array $placeholders ] + Parameter #2 [ $column ] + } + } + + Method [ public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $fetchMode ] + Parameter #2 [ $bindParams ] + Parameter #3 [ $bindTypes ] + } + - Return [ array ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ $columnList ] + } + - Return [ string ] + } + + Method [ public method getConnectionId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDefaultIdValue ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\RawValue ] + } + + Method [ public method getDescriptor ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDialect ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\DialectInterface ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface ] + } + + Method [ public method getNestedTransactionSavepointName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSQLBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getSQLStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method insert ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ array $values ] + Parameter #2 [ $fields ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method isNestedTransactionsWithSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ int $number ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + 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 [ bool ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ bool $nestedTransactionsWithSavepoints ] + } + - Return [ Phalcon\Db\Adapter\AdapterInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method supportSequences ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [5] { + Parameter #0 [ string $table ] + Parameter #1 [ $fields ] + Parameter #2 [ $values ] + Parameter #3 [ $whereCondition ] + Parameter #4 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ string $table ] + Parameter #1 [ $data ] + Parameter #2 [ $whereCondition ] + Parameter #3 [ $dataTypes ] + } + - Return [ bool ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { + + - Constants [34] { + Constant [ public int BIND_PARAM_BLOB ] { 3 } + Constant [ public int BIND_PARAM_BOOL ] { 5 } + Constant [ public int BIND_PARAM_DECIMAL ] { 32 } + Constant [ public int BIND_PARAM_INT ] { 1 } + Constant [ public int BIND_PARAM_NULL ] { 0 } + Constant [ public int BIND_PARAM_STR ] { 2 } + Constant [ public int BIND_SKIP ] { 1024 } + Constant [ public int TYPE_BIGINTEGER ] { 14 } + Constant [ public int TYPE_BIT ] { 19 } + Constant [ public int TYPE_BLOB ] { 11 } + Constant [ public int TYPE_BOOLEAN ] { 8 } + Constant [ public int TYPE_CHAR ] { 5 } + Constant [ public int TYPE_DATE ] { 1 } + Constant [ public int TYPE_DATETIME ] { 4 } + Constant [ public int TYPE_DECIMAL ] { 3 } + Constant [ public int TYPE_DOUBLE ] { 9 } + Constant [ public int TYPE_ENUM ] { 18 } + Constant [ public int TYPE_FLOAT ] { 7 } + Constant [ public int TYPE_INTEGER ] { 0 } + Constant [ public int TYPE_JSON ] { 15 } + Constant [ public int TYPE_JSONB ] { 16 } + Constant [ public int TYPE_LONGBLOB ] { 13 } + Constant [ public int TYPE_LONGTEXT ] { 24 } + Constant [ public int TYPE_MEDIUMBLOB ] { 12 } + Constant [ public int TYPE_MEDIUMINTEGER ] { 21 } + Constant [ public int TYPE_MEDIUMTEXT ] { 23 } + Constant [ public int TYPE_SMALLINTEGER ] { 22 } + Constant [ public int TYPE_TEXT ] { 6 } + Constant [ public int TYPE_TIME ] { 20 } + Constant [ public int TYPE_TIMESTAMP ] { 17 } + Constant [ public int TYPE_TINYBLOB ] { 10 } + Constant [ public int TYPE_TINYINTEGER ] { 26 } + Constant [ public int TYPE_TINYTEXT ] { 25 } + Constant [ public int TYPE_VARCHAR ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [16] { + Property [ protected $after ] + Property [ protected $autoIncrement ] + Property [ protected $bindType ] + Property [ protected $_default ] + Property [ protected $first ] + Property [ protected $isNumeric ] + Property [ protected $name ] + Property [ protected $comment ] + 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 [18] { + Method [ public method getDefault ] { + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getComment ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getScale ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getSize ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getTypeReference ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getTypeValues ] { + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] + } + } + + Method [ public method getAfterPosition ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getBindType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method hasDefault ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isAutoIncrement ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isFirst ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isNotNull ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isNumeric ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isPrimary ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isUnsigned ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] + } + + - Methods [69] { + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ string ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ string ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ string ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method getForeignKeyChecks ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + 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 [ string ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method truncateTable ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ protected method getTableOptions ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } + + Method [ private method checkColumnSizeAndScale ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ private method checkColumnUnsigned ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ final public method escape ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + 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 getCustomFunctions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getSqlColumn ] { + + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ public method getSqlExpression ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final public method getSqlTable ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } + + Method [ public method registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method select ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method supportsSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReleaseSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getColumnSize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method getColumnSizeAndScale ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnType ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnTypeSql ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionAll ] { + + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionBinaryOperations ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCase ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCastValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionConvertValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionFrom ] { + + - 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\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] + } + + - Methods [67] { + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ string ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ string ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ string ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + 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 [ string ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method truncateTable ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ protected method castDefault ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method getTableOptions ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ final public method escape ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + 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 getCustomFunctions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getSqlColumn ] { + + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ public method getSqlExpression ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final public method getSqlTable ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } + + Method [ public method registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method select ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method supportsSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReleaseSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getColumnSize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method getColumnSizeAndScale ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnType ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnTypeSql ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionAll ] { + + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionBinaryOperations ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCase ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCastValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionConvertValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionFrom ] { + + - 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\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $customFunctions ] + Property [ protected $escapeChar ] + } + + - Methods [67] { + Method [ public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + - Return [ string ] + } + + Method [ public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ Phalcon\Db\IndexInterface $index ] + } + - Return [ string ] + } + + Method [ public method createTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method createView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ array $definition ] + Parameter #2 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method describeIndex ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } + + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $columnName ] + } + - Return [ string ] + } + + Method [ public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $referenceName ] + } + - Return [ string ] + } + + Method [ public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + Parameter #2 [ string $indexName ] + } + - Return [ string ] + } + + Method [ public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ public method dropView ] { + + - Parameters [3] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + Parameter #2 [ bool $ifExists ] + } + - Return [ string ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ public method listIndexesSql ] { + + - Parameters [3] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + Parameter #2 [ string or NULL $keyName ] + } + - Return [ string ] + } + + Method [ public method listTables ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method listViews ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + 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 [ string ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ string $sqlQuery ] + } + - Return [ string ] + } + + Method [ public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ string $table ] + Parameter #1 [ string or NULL $schema ] + } + - Return [ string ] + } + + Method [ public method truncateTable ] { + + - Parameters [2] { + Parameter #0 [ string $tableName ] + Parameter #1 [ string $schemaName ] + } + - Return [ string ] + } + + Method [ public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ string $viewName ] + Parameter #1 [ string or NULL $schemaName ] + } + - Return [ string ] + } + + Method [ public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ final public method escape ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ string $str ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + 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 getCustomFunctions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getSqlColumn ] { + + - Parameters [3] { + Parameter #0 [ $column ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ public method getSqlExpression ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final public method getSqlTable ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ public method limit ] { + + - Parameters [2] { + Parameter #0 [ string $sqlQuery ] + Parameter #1 [ $number ] + } + - Return [ string ] + } + + Method [ public method registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $customFunction ] + } + - Return [ Phalcon\Db\Dialect ] + } + + Method [ public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + Method [ public method select ] { + + - Parameters [1] { + Parameter #0 [ array $definition ] + } + - Return [ string ] + } + + Method [ public method supportsSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method supportsReleaseSavepoints ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getColumnSize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method getColumnSizeAndScale ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnType ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ protected method checkColumnTypeSql ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Db\ColumnInterface $column ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionAll ] { + + - Parameters [2] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionBinaryOperations ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCase ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionCastValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionConvertValue ] { + + - Parameters [3] { + Parameter #0 [ array $expression ] + Parameter #1 [ string or NULL $escapeChar ] + Parameter #2 [ $bindCounts ] + } + - Return [ string ] + } + + Method [ final protected method getSqlExpressionFrom ] { + + - 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 int FETCH_ASSOC ] { 2 } + Constant [ public int FETCH_BOTH ] { 4 } + Constant [ public int FETCH_BOUND ] { 6 } + Constant [ public int FETCH_CLASS ] { 8 } + Constant [ public int FETCH_CLASSTYPE ] { 262144 } + Constant [ public int FETCH_COLUMN ] { 7 } + Constant [ public int FETCH_FUNC ] { 10 } + Constant [ public int FETCH_GROUP ] { 65536 } + Constant [ public int FETCH_INTO ] { 9 } + Constant [ public int FETCH_KEY_PAIR ] { 12 } + Constant [ public int FETCH_LAZY ] { 1 } + Constant [ public int FETCH_NAMED ] { 11 } + Constant [ public int FETCH_NUM ] { 3 } + Constant [ public int FETCH_OBJ ] { 5 } + Constant [ public int FETCH_PROPS_LATE ] { 1048576 } + Constant [ public int FETCH_SERIALIZE ] { 524288 } + Constant [ public int FETCH_UNIQUE ] { 196608 } + } + + - Static properties [0] { + } + + - 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 ] + 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\Db\Index implements Phalcon\Db\IndexInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $columns ] + Property [ protected $name ] + Property [ protected $type ] + } + + - Methods [4] { + Method [ public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $columns ] + Parameter #2 [ string $type ] + } + } + } + } + + Class [ class Phalcon\Db\Profiler ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $activeProfile ] + Property [ protected $allProfiles ] + Property [ protected $totalSeconds ] + } + + - Methods [7] { + Method [ public method getLastProfile ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Profiler\Item ] + } + + Method [ public method getNumberTotalStatements ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getTotalElapsedSeconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method getProfiles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Profiler ] + } + + Method [ public method startProfile ] { + + - Parameters [3] { + Parameter #0 [ string $sqlStatement ] + Parameter #1 [ $sqlVariables ] + Parameter #2 [ $sqlBindTypes ] + } + - Return [ Phalcon\Db\Profiler ] + } + + Method [ public method stopProfile ] { + + - Parameters [0] { + } + - Return [ Phalcon\Db\Profiler ] + } + } + } + + Class [ class Phalcon\Db\Profiler\Item ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [ float $finalTime ] + } + } + + Method [ public method getFinalTime ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method setInitialTime ] { + + - Parameters [1] { + Parameter #0 [ float $initialTime ] + } + } + + Method [ public method getInitialTime ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ public method setSqlBindTypes ] { + + - Parameters [1] { + Parameter #0 [ array $sqlBindTypes ] + } + } + + Method [ public method getSqlBindTypes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setSqlStatement ] { + + - Parameters [1] { + Parameter #0 [ string $sqlStatement ] + } + } + + Method [ public method getSqlStatement ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setSqlVariables ] { + + - Parameters [1] { + Parameter #0 [ array $sqlVariables ] + } + } + + Method [ public method getSqlVariables ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getTotalElapsedSeconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + } + } + + Class [ class Phalcon\Db\RawValue ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $value ] + } + + - Methods [3] { + Method [ public method getValue ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + + Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [9] { + Method [ public method getColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getReferencedColumns ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getReferencedSchema ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getReferencedTable ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSchemaName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getOnDelete ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getOnUpdate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $definition ] + } + } + } + } + + Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 ] + } + + - 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 dataSeek ] { + + - Parameters [1] { + Parameter #0 [ int $number ] + } + - Return [ void ] + } + + Method [ public method execute ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method fetch ] { + + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $cursorOrientation ] + Parameter #2 [ $cursorOffset ] + } + } + + Method [ public method fetchAll ] { + + - Parameters [3] { + Parameter #0 [ $fetchStyle ] + Parameter #1 [ $fetchArgument ] + Parameter #2 [ $ctorArgs ] + } + - Return [ array ] + } + + Method [ public method fetchArray ] { + } + + Method [ public method getInternalResult ] { + + - Parameters [0] { + } + - Return [ PDOStatement ] + } + + Method [ public method numRows ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setFetchMode ] { + + - Parameters [3] { + Parameter #0 [ int $fetchMode ] + Parameter #1 [ $colNoOrClassNameOrObject ] + Parameter #2 [ $ctorargs ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Debug ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $isActive ] + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $blacklist ] + Property [ protected $data ] + Property [ protected $hideDocumentRoot ] + Property [ protected $showBackTrace ] + Property [ protected $showFileFragment ] + Property [ protected $showFiles ] + Property [ protected $uri ] + } + + - Methods [21] { + Method [ public method clearVars ] { + + - Parameters [0] { + } + - Return [ Phalcon\Debug ] + } + + Method [ public method debugVar ] { + + - Parameters [2] { + Parameter #0 [ $varz ] + Parameter #1 [ string or NULL $key ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method getCssSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getJsSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method halt ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method listen ] { + + - Parameters [2] { + Parameter #0 [ bool $exceptions ] + Parameter #1 [ bool $lowSeverity ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method listenExceptions ] { + + - Parameters [0] { + } + - Return [ Phalcon\Debug ] + } + + Method [ public method listenLowSeverity ] { + + - Parameters [0] { + } + - Return [ Phalcon\Debug ] + } + + Method [ public method onUncaughtException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ bool ] + } + + Method [ public method onUncaughtLowSeverity ] { + + - Parameters [5] { + Parameter #0 [ $severity ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + - Return [ void ] + } + + Method [ public method setBlacklist ] { + + - Parameters [1] { + Parameter #0 [ array $blacklist ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setShowBackTrace ] { + + - Parameters [1] { + Parameter #0 [ bool $showBackTrace ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setShowFileFragment ] { + + - Parameters [1] { + Parameter #0 [ bool $showFileFragment ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setShowFiles ] { + + - Parameters [1] { + Parameter #0 [ bool $showFiles ] + } + - Return [ Phalcon\Debug ] + } + + Method [ public method setUri ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ Phalcon\Debug ] + } + + Method [ protected method escapeString ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ string ] + } + + Method [ protected method getArrayDump ] { + + - Parameters [2] { + Parameter #0 [ array $argument ] + Parameter #1 [ $n ] + } + - Return [ string or NULL ] + } + + Method [ protected method getVarDump ] { + + - Parameters [1] { + Parameter #0 [ $variable ] + } + - Return [ string ] + } + + Method [ final protected method showTraceItem ] { + + - Parameters [2] { + Parameter #0 [ int $n ] + Parameter #1 [ array $trace ] + } + - Return [ string ] + } + + Method [ public method renderHtml ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Debug\Dump ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $detailed ] + Property [ protected $methods ] + Property [ protected $styles ] + } + + - Methods [11] { + Method [ public method getDetailed ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setDetailed ] { + + - Parameters [1] { + Parameter #0 [ bool $detailed ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $styles ] + Parameter #1 [ bool $detailed ] + } + } + + Method [ public method all ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method one ] { + + - Parameters [2] { + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method setStyles ] { + + - Parameters [1] { + Parameter #0 [ array $styles ] + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ $variable ] + } + - Return [ string ] + } + + Method [ public method variable ] { + + - Parameters [2] { + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] + } + - Return [ string ] + } + + Method [ public method variables ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getStyle ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ string ] + } + + Method [ protected method output ] { + + - Parameters [3] { + Parameter #0 [ $variable ] + Parameter #1 [ string or NULL $name ] + Parameter #2 [ int $tab ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Debug\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\Di\Exception\ServiceResolutionException extends Phalcon\Di\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\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_default ] + } + + - 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 [3] { + Property [ protected $services ] + Property [ protected $sharedInstances ] + Property [ protected $eventsManager ] + } + + - 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 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ public method getInternalEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $parameters ] + } + } + + Method [ protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config\ConfigInterface $config ] + } + - Return [ void ] + } + + Method [ public method loadFromPhp ] { + + - Parameters [1] { + 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 [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + 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 set ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + Parameter #2 [ bool $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method setService ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setShared ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + } + } + + Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $definition ] + Property [ protected $resolved ] + Property [ protected $shared ] + Property [ protected $sharedInstance ] + } + + - Methods [10] { + Method [ final public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $definition ] + Parameter #1 [ bool $shared ] + } + } + + Method [ public method getDefinition ] { + } + + Method [ public method getParameter ] { + + - Parameters [1] { + Parameter #0 [ int $position ] + } + } + + Method [ public method isResolved ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isShared ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method resolve ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method setDefinition ] { + + - Parameters [1] { + Parameter #0 [ $definition ] + } + - Return [ void ] + } + + Method [ public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ int $position ] + Parameter #1 [ array $parameter ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method setShared ] { + + - Parameters [1] { + Parameter #0 [ bool $shared ] + } + - Return [ void ] + } + + Method [ public method setSharedInstance ] { + + - Parameters [1] { + Parameter #0 [ $sharedInstance ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Di\Service\Builder ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method build ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $definition ] + Parameter #2 [ $parameters ] + } + } + + Method [ private method buildParameter ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ int $position ] + Parameter #2 [ array $argument ] + } + } + + Method [ private method buildParameters ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + Parameter #1 [ array $arguments ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $exception ] + Property [ protected $extras ] + Property [ protected $input ] + Property [ protected $messages ] + Property [ protected $status ] + Property [ protected $output ] + } + + - Methods [12] { + Method [ public method getExtras ] { + } + + Method [ public method getInput ] { + } + + Method [ public method getMessages ] { + } + + Method [ public method getStatus ] { + } + + Method [ public method getOutput ] { + } + + Method [ public method getException ] { + + - Parameters [0] { + } + - Return [ Throwable or NULL ] + } + + Method [ public method setException ] { + + - Parameters [1] { + Parameter #0 [ Throwable $exception ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setExtras ] { + + - Parameters [1] { + Parameter #0 [ $extras ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setInput ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ $messages ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setOutput ] { + + - Parameters [1] { + Parameter #0 [ $output ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + + Method [ public method setStatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + } + } + + Class [ class Phalcon\Domain\Payload\PayloadFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method newInstance ] { + + - Parameters [0] { + } + - Return [ Phalcon\Domain\Payload\PayloadInterface ] + } + } + } + + Class [ class Phalcon\Domain\Payload\Status ] { + + - Constants [20] { + Constant [ public string ACCEPTED ] { ACCEPTED } + Constant [ public string AUTHENTICATED ] { AUTHENTICATED } + Constant [ public string AUTHORIZED ] { AUTHORIZED } + Constant [ public string CREATED ] { CREATED } + Constant [ public string DELETED ] { DELETED } + Constant [ public string ERROR ] { ERROR } + Constant [ public string FAILURE ] { FAILURE } + Constant [ public string FOUND ] { FOUND } + Constant [ public string NOT_ACCEPTED ] { NOT_ACCEPTED } + Constant [ public string NOT_AUTHENTICATED ] { NOT_AUTHENTICATED } + Constant [ public string NOT_AUTHORIZED ] { NOT_AUTHORIZED } + Constant [ public string NOT_CREATED ] { NOT_CREATED } + Constant [ public string NOT_DELETED ] { NOT_DELETED } + Constant [ public string NOT_FOUND ] { NOT_FOUND } + Constant [ public string NOT_UPDATED ] { NOT_UPDATED } + Constant [ public string NOT_VALID ] { NOT_VALID } + Constant [ public string PROCESSING ] { PROCESSING } + Constant [ public string SUCCESS ] { SUCCESS } + Constant [ public string UPDATED ] { UPDATED } + Constant [ public string VALID ] { VALID } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final private method __construct ] { + } + } + } + + Class [ class Phalcon\Escaper implements Phalcon\Escaper\EscaperInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $doubleEncode ] + Property [ protected $encoding ] + Property [ protected $flags ] + } + + - Methods [18] { + Method [ public method attributes ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $attribute ] + } + - Return [ string ] + } + + Method [ public method css ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + + Method [ final public method detectEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string or NULL ] + } + + Method [ public method escapeCss ] { + + - Parameters [1] { + Parameter #0 [ string $css ] + } + - Return [ string ] + } + + Method [ public method escapeJs ] { + + - Parameters [1] { + Parameter #0 [ string $js ] + } + - Return [ string ] + } + + Method [ public method escapeHtml ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $text ] + } + - Return [ string ] + } + + Method [ public method escapeHtmlAttr ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $attribute ] + } + - Return [ string ] + } + + Method [ public method escapeUrl ] { + + - Parameters [1] { + Parameter #0 [ string $url ] + } + - Return [ string ] + } + + Method [ public method getEncoding ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method html ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $input ] + } + - Return [ string ] + } + + Method [ public method js ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + + Method [ final public method normalizeEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $str ] + } + - Return [ string ] + } + + Method [ public method setDoubleEncode ] { + + - Parameters [1] { + Parameter #0 [ bool $doubleEncode ] + } + - Return [ void ] + } + + Method [ public method setEncoding ] { + + - Parameters [1] { + Parameter #0 [ string $encoding ] + } + - Return [ void ] + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ int $flags ] + } + - Return [ Phalcon\Escaper ] + } + + Method [ public method setHtmlQuoteType ] { + + - Parameters [1] { + Parameter #0 [ int $flags ] + } + - Return [ void ] + } + + Method [ public method url ] { + + - Parameters [1] { + Parameter #0 [ string $url ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Escaper\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\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 ] + } + + - Methods [9] { + Method [ public method getData ] { + } + + Method [ public method getSource ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $type ] + Parameter #1 [ $source ] + Parameter #2 [ $data ] + Parameter #3 [ bool $cancelable ] + } + } + + Method [ public method isCancelable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isStopped ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ Phalcon\Events\EventInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Events\EventInterface ] + } + + Method [ public method stop ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\EventInterface ] + } + } + } + + Class [ class Phalcon\Events\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\Events\Manager implements Phalcon\Events\ManagerInterface ] { + + - Constants [1] { + Constant [ public int DEFAULT_PRIORITY ] { 100 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $collect ] + Property [ protected $enablePriorities ] + Property [ protected $events ] + Property [ protected $responses ] + } + + - Methods [13] { + Method [ public method attach ] { + + - Parameters [3] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + Parameter #2 [ int $priority ] + } + - Return [ void ] + } + + Method [ public method arePrioritiesEnabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method collectResponses ] { + + - Parameters [1] { + Parameter #0 [ bool $collect ] + } + - Return [ void ] + } + + Method [ public method detach ] { + + - Parameters [2] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $handler ] + } + - Return [ void ] + } + + Method [ public method detachAll ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $type ] + } + - Return [ void ] + } + + Method [ public method enablePriorities ] { + + - Parameters [1] { + Parameter #0 [ bool $enablePriorities ] + } + - Return [ void ] + } + + Method [ public method fire ] { + + - Parameters [4] { + Parameter #0 [ string $eventType ] + Parameter #1 [ $source ] + Parameter #2 [ $data ] + Parameter #3 [ bool $cancelable ] + } + } + + Method [ final public method fireQueue ] { + + - Parameters [2] { + Parameter #0 [ SplPriorityQueue $queue ] + Parameter #1 [ Phalcon\Events\EventInterface $event ] + } + } + + Method [ public method getListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ array ] + } + + Method [ public method getResponses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasListeners ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ bool ] + } + + Method [ public method isCollecting ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isValidHandler ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Factory\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\Filter implements Phalcon\Filter\FilterInterface ] { + + - 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 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper ] + Property [ protected $services ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $mapper ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method sanitize ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ $sanitizers ] + Parameter #2 [ bool $noRecursive ] + } + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $service ] + } + - Return [ void ] + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $mapper ] + } + - Return [ void ] + } + + Method [ private method processArrayValues ] { + + - Parameters [3] { + Parameter #0 [ array $values ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] + } + - Return [ array ] + } + + Method [ private method sanitizer ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ string $sanitizerName ] + Parameter #2 [ array $sanitizerParams ] + } + } + } + } + + Class [ class Phalcon\Filter\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\Filter\FilterFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method newInstance ] { + + - Parameters [0] { + } + - Return [ Phalcon\Filter\FilterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Filter\Sanitize\AbsInt ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Alnum ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Alpha ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\BoolVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Email ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\FloatVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\IntVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Lower ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Regex ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $pattern ] + Parameter #2 [ $replace ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Remove ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $replace ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Replace ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $from ] + Parameter #2 [ $to ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Special ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\StringVal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Striptags ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Trim ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Upper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\UpperWords ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + } + } + } + + Class [ class Phalcon\Filter\Sanitize\Url ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $input ] + } + } + } + } + + Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [21] { + Method [ public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + - Return [ string or NULL ] + } + + Method [ public method output ] { + + - Parameters [1] { + Parameter #0 [ bool $remove ] + } + - Return [ void ] + } + + Method [ public method getAutoescape ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getCssClasses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCustomTemplate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method error ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] + } + + Method [ public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setAutomaticHtml ] { + + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCssClasses ] { + + - Parameters [1] { + Parameter #0 [ array $cssClasses ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCustomTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $customTemplate ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setEscaperService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setImplicitFlush ] { + + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method outputMessage ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + } + + Method [ public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + 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\Flash\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\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [ $type ] + Parameter #1 [ bool $remove ] + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + - Return [ bool ] + } + + Method [ public method message ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method output ] { + + - Parameters [1] { + Parameter #0 [ bool $remove ] + } + - Return [ void ] + } + + Method [ protected method getSessionMessages ] { + + - Parameters [2] { + Parameter #0 [ bool $remove ] + Parameter #1 [ $type ] + } + - Return [ array ] + } + + Method [ protected method setSessionMessages ] { + + - Parameters [1] { + Parameter #0 [ array $messages ] + } + - Return [ array ] + } + + Method [ public method getSessionService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method getAutoescape ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getCssClasses ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCustomTemplate ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] + Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] + } + } + + Method [ public method error ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] + } + + Method [ public method notice ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setAutomaticHtml ] { + + - Parameters [1] { + Parameter #0 [ bool $automaticHtml ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCssClasses ] { + + - Parameters [1] { + Parameter #0 [ array $cssClasses ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setCustomTemplate ] { + + - Parameters [1] { + Parameter #0 [ string $customTemplate ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setEscaperService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method setImplicitFlush ] { + + - Parameters [1] { + Parameter #0 [ bool $implicitFlush ] + } + - Return [ Phalcon\Flash\FlashInterface ] + } + + Method [ public method success ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + Method [ public method outputMessage ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $message ] + } + } + + Method [ public method warning ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ string or NULL ] + } + + 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\Forms\Element\Check 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Date 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Email 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Hidden 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Numeric 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Password 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Radio 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - 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 addOption ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getOptions ] { + } + + Method [ public method render ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Submit 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\Text 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\Element\TextArea 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 ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ string $filter ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ array $validators ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDefault ] { + } + + Method [ public method getFilters ] { + } + + Method [ public method getForm ] { + + - Parameters [0] { + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method getLabel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + } + + Method [ public method hasMessages ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ bool $useChecked ] + } + - Return [ array ] + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ $filters ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setForm ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ string $label ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\Messages $messages ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method 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\Forms\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\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $container ] + 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 [38] { + Method [ public method setValidation ] { + + - Parameters [1] { + Parameter #0 [ $validation ] + } + } + + Method [ public method getValidation ] { + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ array $userOptions ] + } + } + + Method [ public method add ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] + Parameter #1 [ string or NULL $position ] + Parameter #2 [ bool or NULL $type ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method bind ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $entity ] + Parameter #2 [ $whitelist ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method clear ] { + + - Parameters [1] { + Parameter #0 [ $fields ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method current ] { + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Element\ElementInterface ] + } + + Method [ public method getAction ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ Phalcon\Html\Attributes ] + } + + Method [ public method getElements ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getEntity ] { + } + + Method [ public method getLabel ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ string ] + } + + 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 [ string $option ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getUserOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method hasMessagesFor ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method isValid ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $entity ] + } + - Return [ bool ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method label ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array or NULL $attributes ] + } + - Return [ string ] + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method setAction ] { + + - Parameters [1] { + Parameter #0 [ string $action ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method setEntity ] { + + - Parameters [1] { + Parameter #0 [ $entity ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Attributes $attributes ] + } + - Return [ Phalcon\Html\Attributes\AttributesInterface ] + } + + Method [ public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Forms\Manager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $forms ] + } + + - Methods [4] { + Method [ public method create ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $entity ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Forms\Form ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Forms\Form $form ] + } + - Return [ Phalcon\Forms\Manager ] + } + } + } + + Class [ class Phalcon\Helper\Arr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [22] { + Method [ final static public method blackList ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ array $blackList ] + } + - Return [ array ] + } + + Method [ final static public method chunk ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $size ] + Parameter #2 [ bool $preserveKeys ] + } + - Return [ array ] + } + + Method [ final static public method filter ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ array ] + } + + Method [ final static public method first ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + } + + Method [ final static public method firstKey ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + } + + Method [ final static public method flatten ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ bool $deep ] + } + - Return [ array ] + } + + Method [ final static public method get ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ string or NULL $cast ] + } + } + + Method [ final static public method group ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ array ] + } + + Method [ final static public method has ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + } + - Return [ bool ] + } + + Method [ final static public method isUnique ] { + + - Parameters [1] { + Parameter #0 [ array $collection ] + } + - Return [ bool ] + } + + Method [ final static public method last ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + } + + Method [ final static public method lastKey ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + } + + Method [ final static public method order ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $attribute ] + Parameter #2 [ string $order ] + } + - Return [ array ] + } + + Method [ final static public method pluck ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ string $element ] + } + - Return [ array ] + } + + Method [ final static public method set ] { + + - Parameters [3] { + Parameter #0 [ array $collection ] + Parameter #1 [ $value ] + Parameter #2 [ $index ] + } + - Return [ array ] + } + + Method [ final static public method sliceLeft ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements ] + } + - Return [ array ] + } + + Method [ final static public method sliceRight ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ int $elements ] + } + - Return [ array ] + } + + Method [ final static public method split ] { + + - Parameters [1] { + Parameter #0 [ array $collection ] + } + - Return [ array ] + } + + Method [ final static public method toObject ] { + + - Parameters [1] { + Parameter #0 [ array $collection ] + } + } + + Method [ final static public method validateAll ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ bool ] + } + + Method [ final static public method validateAny ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ $method ] + } + - Return [ bool ] + } + + Method [ final static public method whiteList ] { + + - Parameters [2] { + Parameter #0 [ array $collection ] + Parameter #1 [ array $whiteList ] + } + - Return [ array ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Base64 ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ final static public method encodeUrl ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + + Method [ final static public method decodeUrl ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ string ] + } + } + + - 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 [ 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\Helper\Fs ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ final static public method basename ] { + + - Parameters [2] { + Parameter #0 [ string $uri ] + Parameter #1 [ $suffix ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Json ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ final static public method decode ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ bool $associative ] + Parameter #2 [ int $depth ] + Parameter #3 [ int $options ] + } + } + + Method [ final static public method encode ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ int $options ] + Parameter #2 [ int $depth ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Number ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ final static public method between ] { + + - Parameters [3] { + Parameter #0 [ int $value ] + Parameter #1 [ int $from ] + Parameter #2 [ int $to ] + } + - Return [ bool ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Helper\Str ] { + + - Constants [6] { + Constant [ public int RANDOM_ALNUM ] { 0 } + Constant [ public int RANDOM_ALPHA ] { 1 } + Constant [ public int RANDOM_DISTINCT ] { 5 } + Constant [ public int RANDOM_HEXDEC ] { 2 } + Constant [ public int RANDOM_NOZERO ] { 4 } + Constant [ public int RANDOM_NUMERIC ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [25] { + Method [ final static public method camelize ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] + } + - Return [ string ] + } + + Method [ final static public method concat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final static public method countVowels ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ int ] + } + + Method [ final static public method decapitalize ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $upperRest ] + Parameter #2 [ string $encoding ] + } + - Return [ string ] + } + + Method [ final static public method decrement ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + } + - Return [ string ] + } + + Method [ final static public method dirFromFile ] { + + - Parameters [1] { + Parameter #0 [ string $file ] + } + - Return [ string ] + } + + Method [ final static public method dirSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $directory ] + } + - Return [ string ] + } + + Method [ final static public method dynamic ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $leftDelimiter ] + Parameter #2 [ string $rightDelimiter ] + Parameter #3 [ string $separator ] + } + - Return [ string ] + } + + Method [ final static public method endsWith ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $end ] + Parameter #2 [ bool $ignoreCase ] + } + - Return [ bool ] + } + + Method [ final static public method firstBetween ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ string $end ] + } + - Return [ string ] + } + + Method [ final static public method friendly ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + Parameter #2 [ bool $lowercase ] + Parameter #3 [ $replace ] + } + - Return [ string ] + } + + Method [ final static public method humanize ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + + Method [ final static public method includes ] { + + - Parameters [2] { + Parameter #0 [ string $needle ] + Parameter #1 [ string $haystack ] + } + - Return [ bool ] + } + + Method [ final static public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + } + - Return [ string ] + } + + Method [ final static public method isAnagram ] { + + - Parameters [2] { + Parameter #0 [ string $first ] + Parameter #1 [ string $second ] + } + - Return [ bool ] + } + + Method [ final static public method isLower ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] + } + - Return [ bool ] + } + + Method [ final static public method isPalindrome ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ bool ] + } + + Method [ final static public method isUpper ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] + } + - Return [ bool ] + } + + Method [ final static public method lower ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] + } + - Return [ string ] + } + + Method [ final static public method random ] { + + - Parameters [2] { + Parameter #0 [ int $type ] + Parameter #1 [ int $length ] + } + - Return [ string ] + } + + Method [ final static public method reduceSlashes ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + + Method [ final static public method startsWith ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ bool $ignoreCase ] + } + - Return [ bool ] + } + + Method [ final static public method uncamelize ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] + } + - Return [ string ] + } + + Method [ final static public method underscore ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + + Method [ final static public method upper ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Html\Attributes extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + } + + - Methods [27] { + Method [ public method render ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ bool $insensitive ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Html\Breadcrumbs ] { + + - 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 setSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $separator ] + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ string $link ] + } + - Return [ Phalcon\Html\Breadcrumbs ] + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $link ] + } + - Return [ void ] + } + + Method [ public method render ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Html\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\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [12] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $href ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method processAttributes ] { + + - Parameters [2] { + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Base extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $href ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] + Parameter #2 [ bool $raw ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string $src ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Color extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Date extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\DateTime extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\DateTimeLocal extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Email extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\File extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Hidden extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Image extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Input extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $type ] + Property [ protected $attributes ] + } + + - Methods [14] { + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Month extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Numeric extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Password extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Radio extends Phalcon\Html\Helper\Input\Checkbox ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $label ] + Property [ protected $type ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ public method __toString ] { + } + + Method [ public method label ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\Checkbox ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Range extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Search extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Select extends Phalcon\Html\Helper\AbstractList ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + Property [ protected $elementTag ] + Property [ protected $inOptGroup ] + Property [ protected $selected ] + } + + - Methods [20] { + Method [ public method add ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + + Method [ public method addPlaceholder ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ $value ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + + Method [ public method optGroup ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $label ] + Parameter #1 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + + Method [ public method selected ] { + + - Parameters [1] { + Parameter #0 [ string $selected ] + } + - Return [ Phalcon\Html\Helper\Input\Select ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method optGroupEnd ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method optGroupStart ] { + + - Parameters [2] { + Parameter #0 [ string $label ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ private method processValue ] { + + - Parameters [2] { + Parameter #0 [ array $attributes ] + Parameter #1 [ $value ] + } + - Return [ array ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Submit extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Tel extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Text extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $type ] + Property [ protected $attributes ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Textarea extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __toString ] { + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Time extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Url extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Input\Week extends Phalcon\Html\Helper\Input\AbstractInput ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $type ] + } + + - Methods [13] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ string or NULL $value ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __toString ] { + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $value ] + } + - Return [ Phalcon\Html\Helper\Input\AbstractInput ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + } + + - Methods [11] { + Method [ public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Link extends Phalcon\Html\Helper\AbstractSeries ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + } + + - Methods [14] { + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $rel ] + Parameter #1 [ string $href ] + } + - Return [ Phalcon\Html\Helper\Link ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Meta extends Phalcon\Html\Helper\AbstractSeries ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + } + + - Methods [18] { + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\Meta ] + } + + Method [ public method addHttp ] { + + - Parameters [2] { + Parameter #0 [ string $httpEquiv ] + Parameter #1 [ string $content ] + } + - Return [ Phalcon\Html\Helper\Meta ] + } + + Method [ public method addName ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] + } + - Return [ Phalcon\Html\Helper\Meta ] + } + + Method [ public method addProperty ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ string $content ] + } + - Return [ Phalcon\Html\Helper\Meta ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ private method addElement ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ string $value ] + Parameter #2 [ string $content ] + } + - Return [ Phalcon\Html\Helper\Meta ] + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Script extends Phalcon\Html\Helper\Style ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $store ] + } + + - Methods [15] { + Method [ protected method getAttributes ] { + + - Parameters [2] { + Parameter #0 [ string $src ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $href ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\AbstractSeries ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Title extends Phalcon\Html\Helper\AbstractHelper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $append ] + Property [ protected $prepend ] + Property [ protected $title ] + Property [ protected $separator ] + } + + - Methods [16] { + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string $separator ] + Parameter #1 [ string or NULL $indent ] + Parameter #2 [ string or NULL $delimiter ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + + Method [ public method __toString ] { + } + + Method [ public method append ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + + Method [ public method get ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + + Method [ public method prepend ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Helper\Ul extends Phalcon\Html\Helper\Ol ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $delimiter ] + Property [ protected $escaper ] + Property [ protected $indent ] + Property [ protected $indentLevel ] + Property [ protected $attributes ] + Property [ protected $elementTag ] + Property [ protected $store ] + } + + - Methods [14] { + Method [ protected method getTag ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method add ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ array $attributes ] + Parameter #2 [ bool $raw ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __invoke ] { + + - Parameters [3] { + Parameter #0 [ string or NULL $indent ] + Parameter #1 [ string or NULL $delimiter ] + Parameter #2 [ array $attributes ] + } + - Return [ Phalcon\Html\Helper\AbstractList ] + } + + Method [ public method __toString ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] + } + } + + Method [ protected method close ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method indent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method orderAttributes ] { + + - Parameters [2] { + Parameter #0 [ array $overrides ] + Parameter #1 [ array $attributes ] + } + - Return [ array ] + } + + Method [ protected method renderArrayElements ] { + + - Parameters [2] { + Parameter #0 [ array $elements ] + Parameter #1 [ string $delimiter ] + } + - Return [ string ] + } + + Method [ protected method renderAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderElement ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ protected method renderFullElement ] { + + - Parameters [4] { + Parameter #0 [ string $tag ] + Parameter #1 [ string $text ] + Parameter #2 [ array $attributes ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ protected method renderTag ] { + + - Parameters [3] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + Parameter #2 [ string $close ] + } + - Return [ string ] + } + + Method [ protected method selfClose ] { + + - Parameters [2] { + Parameter #0 [ string $tag ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements Psr\Link\LinkInterface, Psr\Link\EvolvableLinkInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $attributes ] + Property [ protected $href ] + Property [ protected $rels ] + Property [ protected $templated ] + } + + - Methods [11] { + Method [ public method withAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] + } + } + + Method [ public method withHref ] { + + - Parameters [1] { + Parameter #0 [ $href ] + } + } + + Method [ public method withRel ] { + + - Parameters [1] { + Parameter #0 [ $rel ] + } + } + + Method [ public method withoutAttribute ] { + + - Parameters [1] { + Parameter #0 [ $attribute ] + } + } + + Method [ public method withoutRel ] { + + - Parameters [1] { + Parameter #0 [ $rel ] + } + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $rel ] + Parameter #1 [ string $href ] + Parameter #2 [ array $attributes ] + } + } + + Method [ public method getAttributes ] { + } + + Method [ public method getHref ] { + } + + Method [ public method getRels ] { + } + + Method [ public method isTemplated ] { + } + + Method [ protected method hrefIsTemplated ] { + + - Parameters [1] { + Parameter #0 [ string $href ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements Psr\Link\LinkProviderInterface, Psr\Link\EvolvableLinkProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $links ] + } + + - Methods [6] { + Method [ public method withLink ] { + + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] + } + } + + Method [ public method withoutLink ] { + + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $links ] + } + } + + Method [ public method getLinks ] { + } + + Method [ public method getLinksByRel ] { + + - Parameters [1] { + Parameter #0 [ $rel ] + } + } + + Method [ protected method getKey ] { + + - Parameters [1] { + Parameter #0 [ Psr\Link\LinkInterface $link ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Html\Link\Serializer\Header implements Phalcon\Html\Link\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method serialize ] { + + - Parameters [1] { + Parameter #0 [ array $links ] + } + - Return [ string or NULL ] + } + } + } + + Class [ class Phalcon\Html\TagFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - 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\Escaper\EscaperInterface $escaper ] + Parameter #1 [ array $services ] + } + } + + Method [ public method newInstance ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Http\Cookie extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Cookie\CookieInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [14] { + Property [ protected $container ] + Property [ protected $domain ] + Property [ protected $expire ] + Property [ protected $filter ] + Property [ protected $httpOnly ] + Property [ protected $name ] + Property [ protected $options ] + Property [ protected $path ] + Property [ protected $read ] + Property [ protected $restored ] + Property [ protected $secure ] + Property [ protected $signKey ] + Property [ protected $useEncryption ] + Property [ protected $value ] + } + + - Methods [26] { + Method [ public method __construct ] { + + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + Parameter #2 [ int $expire ] + Parameter #3 [ string $path ] + Parameter #4 [ bool or NULL $secure ] + Parameter #5 [ string or NULL $domain ] + Parameter #6 [ bool $httpOnly ] + Parameter #7 [ array $options ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method delete ] { + } + + Method [ public method getDomain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getExpiration ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getHttpOnly ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSecure ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getValue ] { + + - Parameters [2] { + Parameter #0 [ $filters ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method isUsingEncryption ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method restore ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method send ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setDomain ] { + + - Parameters [1] { + Parameter #0 [ string $domain ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setExpiration ] { + + - Parameters [1] { + Parameter #0 [ int $expire ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setHttpOnly ] { + + - Parameters [1] { + Parameter #0 [ bool $httpOnly ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setSecure ] { + + - Parameters [1] { + Parameter #0 [ bool $secure ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setSignKey ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $signKey ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method setValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ bool $useEncryption ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ protected method assertSignKeyIsLongEnough ] { + + - Parameters [1] { + Parameter #0 [ string $signKey ] + } + - Return [ void ] + } + + 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\Cookie\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\Message\Exception\InvalidArgumentException extends InvalidArgumentException 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 ] { + + - 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 [ final class Phalcon\Http\Message\Request extends Phalcon\Http\Message\AbstractRequest implements Psr\Http\Message\RequestInterface, Psr\Http\Message\MessageInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $method ] + Property [ protected $requestTarget ] + Property [ protected $uri ] + } + + - Methods [32] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] + Parameter #2 [ $body ] + Parameter #3 [ $headers ] + } + } + + Method [ public method getMethod ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUri ] { + } + + Method [ public method getRequestTarget ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method withMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + + Method [ public method withRequestTarget ] { + + - Parameters [1] { + Parameter #0 [ $requestTarget ] + } + } + + Method [ public method withUri ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost ] + } + } + + Method [ final protected method processMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + - Return [ string ] + } + + Method [ final protected method processUri ] { + + - Parameters [1] { + Parameter #0 [ $uri ] + } + - Return [ Psr\Http\Message\UriInterface ] + } + + Method [ public method getBody ] { + } + + Method [ public method getProtocolVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] + } + + Method [ public method getHeaderLine ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ public method withAddedHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withBody ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + } + } + + Method [ public method withHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withProtocolVersion ] { + + - Parameters [1] { + Parameter #0 [ $version ] + } + } + + Method [ public method withoutHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ final protected method checkHeaderHost ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method checkHeaderName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } + + Method [ final protected method checkHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + + Method [ final protected method getHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $values ] + } + - Return [ array ] + } + + Method [ final protected method getUriHost ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + } + - Return [ string ] + } + + Method [ final protected method populateHeaderCollection ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processBody ] { + + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ final protected method processHeaders ] { + + - Parameters [1] { + Parameter #0 [ $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processProtocol ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + - Return [ string ] + } + + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + } + + 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 ] + } + } + } + } + + Class [ final class Phalcon\Http\Message\RequestFactory implements Psr\Http\Message\RequestFactoryInterface ] { + + - 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 [ final class Phalcon\Http\Message\Response extends Phalcon\Http\Message\AbstractMessage implements Psr\Http\Message\ResponseInterface, Psr\Http\Message\MessageInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $body ] + Property [ protected $headers ] + Property [ protected $protocolVersion ] + Property [ protected $uri ] + Property [ protected $reasonPhrase ] + Property [ protected $statusCode ] + } + + - Methods [32] { + Method [ public method getReasonPhrase ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getStatusCode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $body ] + Parameter #1 [ int $code ] + Parameter #2 [ array $headers ] + } + } + + Method [ public method withStatus ] { + + - Parameters [2] { + Parameter #0 [ $code ] + Parameter #1 [ $reasonPhrase ] + } + - Return [ Phalcon\Http\Message\Response ] + } + + Method [ protected method getPhrases ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method processCode ] { + + - Parameters [2] { + Parameter #0 [ $code ] + Parameter #1 [ $phrase ] + } + - Return [ void ] + } + + Method [ private method checkCodeType ] { + + - Parameters [1] { + Parameter #0 [ $code ] + } + - Return [ void ] + } + + Method [ private method checkCodeValue ] { + + - Parameters [1] { + Parameter #0 [ int $code ] + } + - Return [ void ] + } + + Method [ public method getBody ] { + } + + Method [ public method getProtocolVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUri ] { + } + + Method [ public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] + } + + Method [ public method getHeaderLine ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ public method withAddedHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withBody ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + } + } + + Method [ public method withHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withProtocolVersion ] { + + - Parameters [1] { + Parameter #0 [ $version ] + } + } + + Method [ public method withoutHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ final protected method checkHeaderHost ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method checkHeaderName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } + + Method [ final protected method checkHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + + Method [ final protected method getHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $values ] + } + - Return [ array ] + } + + Method [ final protected method getUriHost ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + } + - Return [ string ] + } + + Method [ final protected method populateHeaderCollection ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processBody ] { + + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ final protected method processHeaders ] { + + - Parameters [1] { + Parameter #0 [ $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processProtocol ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + - Return [ string ] + } + + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + } + + 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 ] + } + } + } + } + + Class [ final class Phalcon\Http\Message\ResponseFactory implements Psr\Http\Message\ResponseFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method createResponse ] { + + - Parameters [2] { + Parameter #0 [ int $code ] + Parameter #1 [ string $reasonPhrase ] + } + - Return [ Psr\Http\Message\ResponseInterface ] + } + } + } + + 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 ] { + + - 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 [ protected $attributes ] + Property [ protected $cookieParams ] + Property [ protected $parsedBody ] + Property [ protected $queryParams ] + Property [ protected $serverParams ] + Property [ protected $uploadedFiles ] + } + + - Methods [46] { + Method [ public method getCookieParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getParsedBody ] { + } + + Method [ public method getQueryParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getServerParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getUploadedFiles ] { + + - Parameters [0] { + } + - Return [ array ] + } + + 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 getAttribute ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method withAttribute ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] + } + + Method [ public method withCookieParams ] { + + - Parameters [1] { + Parameter #0 [ array $cookies ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] + } + + Method [ public method withParsedBody ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] + } + + Method [ public method withQueryParams ] { + + - Parameters [1] { + Parameter #0 [ array $query ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] + } + + Method [ public method withUploadedFiles ] { + + - Parameters [1] { + Parameter #0 [ array $uploadedFiles ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] + } + + Method [ public method withoutAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ Phalcon\Http\Message\ServerRequest ] + } + + Method [ private method checkUploadedFiles ] { + + - Parameters [1] { + Parameter #0 [ array $files ] + } + - Return [ void ] + } + + Method [ public method getMethod ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUri ] { + } + + Method [ public method getRequestTarget ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method withMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + + Method [ public method withRequestTarget ] { + + - Parameters [1] { + Parameter #0 [ $requestTarget ] + } + } + + Method [ public method withUri ] { + + - Parameters [2] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #1 [ $preserveHost ] + } + } + + Method [ final protected method processMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + - Return [ string ] + } + + Method [ final protected method processUri ] { + + - Parameters [1] { + Parameter #0 [ $uri ] + } + - Return [ Psr\Http\Message\UriInterface ] + } + + Method [ public method getBody ] { + } + + Method [ public method getProtocolVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ array ] + } + + Method [ public method getHeaderLine ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ public method withAddedHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withBody ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + } + } + + Method [ public method withHeader ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method withProtocolVersion ] { + + - Parameters [1] { + Parameter #0 [ $version ] + } + } + + Method [ public method withoutHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ final protected method checkHeaderHost ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $collection ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method checkHeaderName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ void ] + } + + Method [ final protected method checkHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + + Method [ final protected method getHeaderValue ] { + + - Parameters [1] { + Parameter #0 [ $values ] + } + - Return [ array ] + } + + Method [ final protected method getUriHost ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + } + - Return [ string ] + } + + Method [ final protected method populateHeaderCollection ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processBody ] { + + - Parameters [2] { + Parameter #0 [ $body ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ final protected method processHeaders ] { + + - Parameters [1] { + Parameter #0 [ $headers ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ final protected method processProtocol ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + - Return [ string ] + } + + Method [ final protected method cloneInstance ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ string $property ] + } + } + + 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 ] + } + } + } + } + + Class [ class Phalcon\Http\Message\ServerRequestFactory implements Psr\Http\Message\ServerRequestFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ public method createServerRequest ] { + + - Parameters [3] { + Parameter #0 [ string $method ] + Parameter #1 [ $uri ] + Parameter #2 [ array $serverParams ] + } + - Return [ Psr\Http\Message\ServerRequestInterface ] + } + + Method [ public method load ] { + + - 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 [ protected method getHeaders ] { + } + + Method [ private method calculateUriHost ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Collection\CollectionInterface $headers ] + } + - Return [ array ] + } + + Method [ private method calculateUriHostFromHeader ] { + + - Parameters [1] { + Parameter #0 [ string $host ] + } + - Return [ array ] + } + + Method [ private method calculateUriPath ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + } + - Return [ string ] + } + + Method [ private method calculateUriQuery ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + } + - Return [ string ] + } + + Method [ private method calculateUriScheme ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Collection\CollectionInterface $headers ] + } + - Return [ string ] + } + + Method [ private method checkNullArray ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ array $super ] + } + - Return [ array ] + } + + Method [ private method createUploadedFile ] { + + - Parameters [1] { + Parameter #0 [ array $file ] + } + - Return [ Phalcon\Http\Message\UploadedFile ] + } + + Method [ private method getHeader ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $headers ] + Parameter #1 [ string $name ] + Parameter #2 [ $defaultValue ] + } + } + + Method [ private method parseCookieHeader ] { + + - Parameters [1] { + Parameter #0 [ string $cookieHeader ] + } + - Return [ array ] + } + + Method [ private method parseHeaders ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ private method parseProtocol ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + } + - Return [ string ] + } + + Method [ private method parseServer ] { + + - Parameters [1] { + Parameter #0 [ array $server ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ private method parseUploadedFiles ] { + + - Parameters [1] { + Parameter #0 [ array $files ] + } + - Return [ Phalcon\Collection\CollectionInterface ] + } + + Method [ private method parseUri ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Collection\CollectionInterface $server ] + Parameter #1 [ Phalcon\Collection\CollectionInterface $headers ] + } + - Return [ Phalcon\Http\Message\Uri ] + } + } + } + + Class [ final class Phalcon\Http\Message\StreamFactory implements Psr\Http\Message\StreamFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method createStream ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ public method createStreamFromFile ] { + + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ public method createStreamFromResource ] { + + - Parameters [1] { + Parameter #0 [ $phpResource ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + } + } + + Class [ class Phalcon\Http\Message\Stream\Input extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $handle ] + Property [ protected $stream ] + Property [ private $data ] + Property [ private $eof ] + } + + - Methods [18] { + Method [ public method __construct ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getContents ] { + + - Parameters [1] { + Parameter #0 [ int $length ] + } + - Return [ string ] + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + - Return [ string ] + } + + Method [ public method __destruct ] { + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method detach ] { + } + + Method [ public method eof ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getMetadata ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isSeekable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + - Return [ void ] + } + + Method [ public method setStream ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] + } + - Return [ void ] + } + + Method [ public method tell ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ int ] + } + } + } + + Class [ class Phalcon\Http\Message\Stream\Memory extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $handle ] + Property [ protected $stream ] + } + + - Methods [18] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method __destruct ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method detach ] { + } + + Method [ public method eof ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getContents ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMetadata ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isSeekable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + - Return [ string ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + - Return [ void ] + } + + Method [ public method setStream ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] + } + - Return [ void ] + } + + Method [ public method tell ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ int ] + } + } + } + + Class [ class Phalcon\Http\Message\Stream\Temp extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $handle ] + Property [ protected $stream ] + } + + - Methods [18] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method __destruct ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method detach ] { + } + + Method [ public method eof ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getContents ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMetadata ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isSeekable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + - Return [ string ] + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + - Return [ void ] + } + + Method [ public method setStream ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ string $mode ] + } + - Return [ void ] + } + + Method [ public method tell ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ int ] + } + } + } + + Class [ final class Phalcon\Http\Message\UploadedFile implements Psr\Http\Message\UploadedFileInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [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 [11] { + Method [ public method getClientFilename ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getClientMediaType ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getError ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $stream ] + Parameter #1 [ int or NULL $size ] + Parameter #2 [ int $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 [ $targetPath ] + } + - Return [ void ] + } + + Method [ private method checkError ] { + + - Parameters [1] { + Parameter #0 [ int $error ] + } + - Return [ void ] + } + + Method [ private method checkStream ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ int $error ] + } + - Return [ void ] + } + + Method [ private method getErrorDescription ] { + + - Parameters [1] { + Parameter #0 [ int $error ] + } + - Return [ string ] + } + + Method [ private method storeFile ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ void ] + } + } + } + + Class [ final class Phalcon\Http\Message\UploadedFileFactory implements Psr\Http\Message\UploadedFileFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method createUploadedFile ] { + + - Parameters [5] { + Parameter #0 [ Psr\Http\Message\StreamInterface $stream ] + Parameter #1 [ int or NULL $size ] + Parameter #2 [ int $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 [ protected $fragment ] + Property [ protected $host ] + Property [ protected $pass ] + Property [ protected $path ] + Property [ protected $port ] + Property [ protected $query ] + Property [ protected $scheme ] + Property [ protected $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 [ int ] + } + + 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 ] + } + } + + 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 ] + } + } + } + } + + 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 [71] { + Method [ public method getHttpMethodParameterOverride ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setHttpMethodParameterOverride ] { + + - Parameters [1] { + Parameter #0 [ bool $httpMethodParameterOverride ] + } + } + + Method [ public method get ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $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 getPreferredIsoLocaleVariant ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getClientAddress ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [ bool $notAllowEmpty ] + Parameter #3 [ bool $noRecursive ] + } + } + + Method [ public method getFilteredPost ] { + + - Parameters [4] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ bool $notAllowEmpty ] + Parameter #3 [ bool $noRecursive ] + } + } + + Method [ public method getFilteredPut ] { + + - Parameters [4] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ bool $notAllowEmpty ] + Parameter #3 [ bool $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 [ bool $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 [ int ] + } + + Method [ public method getPost ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $noRecursive ] + } + } + + Method [ public method getPut ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $noRecursive ] + } + } + + Method [ public method getQuery ] { + + - Parameters [5] { + Parameter #0 [ string or NULL $name ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + Parameter #3 [ bool $notAllowEmpty ] + Parameter #4 [ bool $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 [ bool $onlySuccessful ] + Parameter #1 [ bool $namedKeys ] + } + - Return [ array ] + } + + Method [ final public method getURI ] { + + - Parameters [1] { + Parameter #0 [ bool $onlyPath ] + } + - Return [ string ] + } + + Method [ public method getUserAgent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method hasFiles ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ final public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ string $header ] + } + - Return [ bool ] + } + + Method [ public method hasPost ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method hasPut ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method hasQuery ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ final public method hasServer ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method isAjax ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isConnect ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isDelete ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isGet ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isHead ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isMethod ] { + + - Parameters [2] { + Parameter #0 [ $methods ] + Parameter #1 [ bool $strict ] + } + - Return [ bool ] + } + + Method [ public method isOptions ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isPatch ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isPost ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isPut ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isPurge ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isSecure ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isStrictHostCheck ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isSoap ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isTrace ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isValidHttpMethod ] { + + - Parameters [1] { + Parameter #0 [ string $method ] + } + - Return [ bool ] + } + + Method [ public method numFiles ] { + + - Parameters [1] { + Parameter #0 [ bool $onlySuccessful ] + } + - Return [ int ] + } + + 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 [ bool $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 [ bool $notAllowEmpty ] + Parameter #5 [ bool $noRecursive ] + } + } + + Method [ final protected method hasFileHelper ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ bool $onlySuccessful ] + } + - Return [ int ] + } + + 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 [ int ] + } + + Method [ public method getTempName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isUploadedFile ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method moveTo ] { + + - Parameters [1] { + Parameter #0 [ string $destination ] + } + - Return [ bool ] + } + } + } + + 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 [ string or NULL $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 [ int or NULL ] + } + + Method [ public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method isSent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method redirect ] { + + - Parameters [3] { + Parameter #0 [ $location ] + Parameter #1 [ bool $externalRedirect ] + Parameter #2 [ int $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 [ int $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 [ int $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 [ int $jsonOptions ] + Parameter #2 [ int $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 [ int $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 [ bool $useEncryption ] + Parameter #1 [ string or NULL $signKey ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Http\Cookie\CookieInterface ] + } + + Method [ public method getCookies ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method isUsingEncryption ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ public method send ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method set ] { + + - Parameters [8] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + Parameter #2 [ int $expire ] + Parameter #3 [ string $path ] + Parameter #4 [ bool or NULL $secure ] + Parameter #5 [ string or NULL $domain ] + Parameter #6 [ bool or NULL $httpOnly ] + Parameter #7 [ array $options ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ public method setSignKey ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $signKey ] + } + - Return [ Phalcon\Http\Response\CookiesInterface ] + } + + Method [ public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [ bool ] + } + + 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 [ bool ] + } + + 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 [ bool ] + } + + 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 [ int or NULL $width ] + Parameter #2 [ int or NULL $height ] + } + } + + Method [ public method __destruct ] { + } + + Method [ protected method processBackground ] { + + - Parameters [4] { + Parameter #0 [ int $r ] + Parameter #1 [ int $g ] + Parameter #2 [ int $b ] + Parameter #3 [ int $opacity ] + } + } + + Method [ protected method processBlur ] { + + - Parameters [1] { + Parameter #0 [ int $radius ] + } + } + + Method [ protected method processCreate ] { + + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + } + } + + Method [ protected method processCrop ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $offsetX ] + Parameter #3 [ int $offsetY ] + } + } + + Method [ protected method processFlip ] { + + - Parameters [1] { + Parameter #0 [ int $direction ] + } + } + + Method [ protected method processMask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] + } + } + + Method [ protected method processPixelate ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + } + + Method [ protected method processReflection ] { + + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] + } + } + + Method [ protected method processRender ] { + + - Parameters [2] { + Parameter #0 [ string $ext ] + Parameter #1 [ int $quality ] + } + } + + Method [ protected method processResize ] { + + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + } + } + + Method [ protected method processRotate ] { + + - Parameters [1] { + Parameter #0 [ int $degrees ] + } + } + + Method [ protected method processSave ] { + + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ int $quality ] + } + } + + Method [ protected method processSharpen ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + } + + Method [ protected method processText ] { + + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ int $r ] + Parameter #5 [ int $g ] + Parameter #6 [ int $b ] + Parameter #7 [ int $size ] + Parameter #8 [ string $fontfile ] + } + } + + Method [ protected method processWatermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + } + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getImage ] { + } + + Method [ public method getMime ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealpath ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method background ] { + + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method blur ] { + + - Parameters [1] { + Parameter #0 [ int $radius ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method crop ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int or NULL $offsetX ] + Parameter #3 [ int or NULL $offsetY ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method flip ] { + + - Parameters [1] { + Parameter #0 [ int $direction ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method liquidRescale ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX ] + Parameter #3 [ int $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 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method reflection ] { + + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ int $quality ] + } + - Return [ string ] + } + + Method [ public method resize ] { + + - Parameters [3] { + Parameter #0 [ int or NULL $width ] + Parameter #1 [ int or NULL $height ] + Parameter #2 [ int $master ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ int $degrees ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method save ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $file ] + Parameter #1 [ int $quality ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method text ] { + + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ int $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 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $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 [ bool ] + } + } + + - 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 [ int or NULL $width ] + Parameter #2 [ int or NULL $height ] + } + } + + Method [ public method __destruct ] { + } + + Method [ public method getInternalImInstance ] { + + - Parameters [0] { + } + - Return [ Imagick ] + } + + Method [ public method setResourceLimit ] { + + - Parameters [2] { + Parameter #0 [ int $type ] + Parameter #1 [ int $limit ] + } + } + + Method [ protected method processBackground ] { + + - Parameters [4] { + Parameter #0 [ int $r ] + Parameter #1 [ int $g ] + Parameter #2 [ int $b ] + Parameter #3 [ int $opacity ] + } + } + + Method [ protected method processBlur ] { + + - Parameters [1] { + Parameter #0 [ int $radius ] + } + } + + Method [ protected method processCrop ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $offsetX ] + Parameter #3 [ int $offsetY ] + } + } + + Method [ protected method processFlip ] { + + - Parameters [1] { + Parameter #0 [ int $direction ] + } + } + + Method [ protected method processLiquidRescale ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX ] + Parameter #3 [ int $rigidity ] + } + } + + Method [ protected method processMask ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + } + } + + Method [ protected method processPixelate ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + } + + Method [ protected method processReflection ] { + + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] + } + } + + Method [ protected method processRender ] { + + - Parameters [2] { + Parameter #0 [ string $extension ] + Parameter #1 [ int $quality ] + } + - Return [ string ] + } + + Method [ protected method processResize ] { + + - Parameters [2] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + } + } + + Method [ protected method processRotate ] { + + - Parameters [1] { + Parameter #0 [ int $degrees ] + } + } + + Method [ protected method processSave ] { + + - Parameters [2] { + Parameter #0 [ string $file ] + Parameter #1 [ int $quality ] + } + } + + Method [ protected method processSharpen ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + } + + Method [ protected method processText ] { + + - Parameters [9] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ int $r ] + Parameter #5 [ int $g ] + Parameter #6 [ int $b ] + Parameter #7 [ int $size ] + Parameter #8 [ string $fontfile ] + } + } + + Method [ protected method processWatermark ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] + Parameter #1 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + } + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getImage ] { + } + + Method [ public method getMime ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRealpath ] { + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method background ] { + + - Parameters [2] { + Parameter #0 [ string $color ] + Parameter #1 [ int $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method blur ] { + + - Parameters [1] { + Parameter #0 [ int $radius ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method crop ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int or NULL $offsetX ] + Parameter #3 [ int or NULL $offsetY ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method flip ] { + + - Parameters [1] { + Parameter #0 [ int $direction ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method liquidRescale ] { + + - Parameters [4] { + Parameter #0 [ int $width ] + Parameter #1 [ int $height ] + Parameter #2 [ int $deltaX ] + Parameter #3 [ int $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 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method reflection ] { + + - Parameters [3] { + Parameter #0 [ int $height ] + Parameter #1 [ int $opacity ] + Parameter #2 [ bool $fadeIn ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $ext ] + Parameter #1 [ int $quality ] + } + - Return [ string ] + } + + Method [ public method resize ] { + + - Parameters [3] { + Parameter #0 [ int or NULL $width ] + Parameter #1 [ int or NULL $height ] + Parameter #2 [ int $master ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ int $degrees ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method save ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $file ] + Parameter #1 [ int $quality ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ int $amount ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ public method text ] { + + - Parameters [7] { + Parameter #0 [ string $text ] + Parameter #1 [ $offsetX ] + Parameter #2 [ $offsetY ] + Parameter #3 [ int $opacity ] + Parameter #4 [ string $color ] + Parameter #5 [ int $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 [ int $offsetX ] + Parameter #2 [ int $offsetY ] + Parameter #3 [ int $opacity ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + } + } + + Class [ class Phalcon\Image\Enum ] { + + - Constants [9] { + Constant [ public int AUTO ] { 4 } + Constant [ public int HEIGHT ] { 3 } + Constant [ public int INVERSE ] { 5 } + Constant [ public int NONE ] { 1 } + Constant [ public int PRECISE ] { 6 } + Constant [ public int TENSILE ] { 7 } + Constant [ public int WIDTH ] { 2 } + Constant [ public int HORIZONTAL ] { 11 } + Constant [ public int VERTICAL ] { 12 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Image\Exception extends 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 [ int or NULL $width ] + Parameter #3 [ int or NULL $height ] + } + - Return [ Phalcon\Image\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + 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 [ bool ] + } + + 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 [ bool $prepend ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerClasses ] { + + - Parameters [2] { + Parameter #0 [ array $classes ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerDirs ] { + + - Parameters [2] { + Parameter #0 [ array $directories ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerFiles ] { + + - Parameters [2] { + Parameter #0 [ array $files ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Loader ] + } + + Method [ public method registerNamespaces ] { + + - Parameters [2] { + Parameter #0 [ array $namespaces ] + Parameter #1 [ bool $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 int ALERT ] { 2 } + Constant [ public int CRITICAL ] { 1 } + Constant [ public int CUSTOM ] { 8 } + Constant [ public int DEBUG ] { 7 } + Constant [ public int EMERGENCY ] { 0 } + Constant [ public int ERROR ] { 3 } + Constant [ public int INFO ] { 6 } + Constant [ public int NOTICE ] { 5 } + Constant [ public int WARNING ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $adapters ] + Property [ protected $logLevel ] + Property [ protected $name ] + Property [ protected $excluded ] + } + + - Methods [22] { + Method [ public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ int $level ] + } + - 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 [ int $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context ] + } + - Return [ bool ] + } + + Method [ protected method getLevels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ private method getLevelNumber ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + - Return [ int ] + } + } + } + + 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\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + 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 [ bool ] + } + + 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 [ bool ] + } + + 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 [ bool ] + } + + 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 [ bool ] + } + + 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 [ bool ] + } + + Method [ public method process ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\Item $item ] + } + - Return [ void ] + } + + Method [ private method logLevelToSyslog ] { + + - Parameters [1] { + Parameter #0 [ int $level ] + } + - Return [ int ] + } + + 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 [ bool ] + } + + 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 [6] { + 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 getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat ] + } + } + + Method [ public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] + } + } + + Method [ protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + 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 [8] { + 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 getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ string $dateFormat ] + } + } + + Method [ public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ $context ] + } + } + + Method [ protected method getFormattedDate ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + 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 [ int $type ] + Parameter #3 [ int $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 ] + } + - Return [ Phalcon\Logger ] + } + + 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 [ int ] + } + + 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 [ int $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 [ int $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 [ int ] + } + + 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 [ int ] + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + 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 [ bool ] + } + } + } + + Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $container ] + Property [ protected $defaultModule ] + Property [ protected $eventsManager ] + Property [ protected $modules ] + Property [ protected $implicitView ] + Property [ protected $sendCookies ] + Property [ protected $sendHeaders ] + } + + - Methods [16] { + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + } + + Method [ public method sendCookiesOnHandleRequest ] { + + - Parameters [1] { + Parameter #0 [ bool $sendCookies ] + } + - Return [ Phalcon\Mvc\Application ] + } + + Method [ public method sendHeadersOnHandleRequest ] { + + - Parameters [1] { + Parameter #0 [ bool $sendHeaders ] + } + - Return [ Phalcon\Mvc\Application ] + } + + Method [ public method useImplicitView ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [ bool $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 __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\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\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $container ] + } + + - Methods [5] { + Method [ final public method __construct ] { + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\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 [ array $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 [ int $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 [ bool ] + } + + Method [ public method isFinished ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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\DispatcherInterface ] + } + + 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 [ bool ] + } + + 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 int EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public int EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public int EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public int EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public int EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public int EXCEPTION_NO_DI ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [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\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [15] { + Property [ protected $activeHandler ] + Property [ protected $afterBindingHandlers ] + Property [ protected $afterHandlers ] + Property [ protected $beforeHandlers ] + Property [ protected $container ] + Property [ protected $errorHandler ] + Property [ protected $eventsManager ] + 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 [41] { + 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 getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + 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 [ bool ] + } + + 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 [ bool ] + } + + 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 [ bool $shared ] + } + - Return [ Phalcon\Di\ServiceInterface ] + } + + Method [ public method stop ] { + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + } + } + + 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 [ bool ] + } + + 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 [ bool $lazy ] + } + - Return [ Phalcon\Mvc\Micro\CollectionInterface ] + } + + Method [ public method setLazy ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [4] { + Method [ public method getHandler ] { + } + + 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 int DIRTY_STATE_DETACHED ] { 2 } + Constant [ public int DIRTY_STATE_PERSISTENT ] { 0 } + Constant [ public int DIRTY_STATE_TRANSIENT ] { 1 } + Constant [ public int OP_CREATE ] { 1 } + Constant [ public int OP_DELETE ] { 3 } + Constant [ public int OP_NONE ] { 0 } + Constant [ public int OP_UPDATE ] { 2 } + Constant [ public string TRANSACTION_INDEX ] { transaction } + } + + - Static properties [0] { + } + + - Static methods [18] { + 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 ] + } + } + + Method [ static public method cloneResult ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] + Parameter #1 [ array $data ] + Parameter #2 [ int $dirtyState ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ static public method cloneResultMap ] { + + - Parameters [5] { + Parameter #0 [ $base ] + Parameter #1 [ array $data ] + Parameter #2 [ $columnMap ] + Parameter #3 [ int $dirtyState ] + Parameter #4 [ bool or NULL $keepSnapshots ] + } + - Return [ Phalcon\Mvc\ModelInterface ] + } + + Method [ static public method cloneResultMapHydrate ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + Parameter #2 [ int $hydrationMode ] + } + } + + Method [ static public method count ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + } + + 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 ] + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + 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 ] + } + } + + Method [ static protected method _groupResult ] { + + - Parameters [3] { + Parameter #0 [ string $functionName ] + Parameter #1 [ string $alias ] + Parameter #2 [ $parameters ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + 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 [93] { + 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 [ bool ] + } + + 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 [ protected method collectRelatedToSave ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method create ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method delete ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method dump ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method fireEvent ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ bool ] + } + + Method [ public method fireEventCancel ] { + + - Parameters [1] { + Parameter #0 [ string $eventName ] + } + - Return [ bool ] + } + + Method [ public method getChangedFields ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getDirtyState ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + 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 [ int ] + } + + 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 [ bool ] + } + + 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 [ bool $allFields ] + } + - Return [ bool ] + } + + Method [ public method hasSnapshotData ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method hasUpdated ] { + + - Parameters [2] { + Parameter #0 [ $fieldName ] + Parameter #1 [ bool $allFields ] + } + - Return [ bool ] + } + + 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 [ bool ] + } + + 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 [ int $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 [ bool $skip ] + } + - Return [ void ] + } + + Method [ public method toArray ] { + + - Parameters [1] { + Parameter #0 [ $columns ] + } + - Return [ array ] + } + + Method [ public method update ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final protected method _checkForeignKeysRestrict ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ final protected method _checkForeignKeysReverseCascade ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ final protected method _checkForeignKeysReverseRestrict ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ bool ] + } + + 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 [ bool ] + } + + Method [ protected method _doLowUpdate ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + } + - Return [ bool ] + } + + Method [ protected method doLowUpdate ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #2 [ $table ] + } + - Return [ bool ] + } + + Method [ protected method _exists ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + } + - Return [ bool ] + } + + Method [ protected method exists ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + } + - Return [ bool ] + } + + Method [ protected method _getRelatedRecords ] { + + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] + } + } + + Method [ protected method getRelatedRecords ] { + + - Parameters [3] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $method ] + Parameter #2 [ array $arguments ] + } + } + + Method [ final protected method _possibleSetter ] { + + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $value ] + } + - Return [ bool ] + } + + Method [ protected method _preSave ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ bool $exists ] + Parameter #2 [ $identityField ] + } + - Return [ bool ] + } + + Method [ protected method preSave ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] + Parameter #1 [ bool $exists ] + Parameter #2 [ $identityField ] + } + - Return [ bool ] + } + + Method [ protected method _preSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ bool ] + } + + Method [ protected method preSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ bool ] + } + + Method [ protected method _postSave ] { + + - Parameters [2] { + Parameter #0 [ bool $success ] + Parameter #1 [ bool $exists ] + } + - Return [ bool ] + } + + Method [ protected method postSave ] { + + - Parameters [2] { + Parameter #0 [ bool $success ] + Parameter #1 [ bool $exists ] + } + - Return [ bool ] + } + + Method [ protected method _postSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ bool ] + } + + Method [ protected method postSaveRelatedRecords ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] + Parameter #1 [ $related ] + } + - Return [ bool ] + } + + Method [ protected method allowEmptyStringValues ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ void ] + } + + Method [ protected method _cancelOperation ] { + } + + 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 hasOneThrough ] { + + - 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 keepSnapshots ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [ bool $dynamicUpdate ] + } + - Return [ void ] + } + + Method [ protected method validate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Validation\ValidationInterface $validator ] + } + - Return [ bool ] + } + + Method [ public method validationHasFailed ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\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 [ bool ] + } + } + } + + 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 [ bool ] + } + } + } + + 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 andWhere ] { + + - 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 bind ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method bindTypes ] { + + - Parameters [1] { + Parameter #0 [ array $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method cache ] { + + - Parameters [1] { + Parameter #0 [ array $cache ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method columns ] { + + - Parameters [1] { + Parameter #0 [ $columns ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method conditions ] { + + - Parameters [1] { + Parameter #0 [ string $conditions ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method createBuilder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method distinct ] { + + - Parameters [1] { + Parameter #0 [ $distinct ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method execute ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ bool $forUpdate ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method getColumns ] { + } + + Method [ public method getConditions ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method getGroupBy ] { + } + + Method [ public method getHaving ] { + } + + Method [ public method getLimit ] { + } + + Method [ public method getModelName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getOrderBy ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getParams ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getWhere ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + 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 innerJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - 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 join ] { + + - Parameters [4] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + Parameter #3 [ $type ] + } + - 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 limit ] { + + - Parameters [2] { + Parameter #0 [ int $limit ] + Parameter #1 [ int $offset ] + } + - 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 notInWhere ] { + + - Parameters [2] { + Parameter #0 [ string $expr ] + Parameter #1 [ array $values ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ string $orderColumns ] + } + - 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 rightJoin ] { + + - Parameters [3] { + Parameter #0 [ string $model ] + Parameter #1 [ $conditions ] + Parameter #2 [ $alias ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setModelName ] { + + - Parameters [1] { + Parameter #0 [ string $modelName ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ bool $sharedLock ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + + Method [ public method where ] { + + - Parameters [3] { + Parameter #0 [ string $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + - Return [ Phalcon\Mvc\Model\CriteriaInterface ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [27] { + 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 $hasOneThrough ] + Property [ protected $hasOneThroughSingle ] + 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 [67] { + 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 ] + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method initialize ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ bool ] + } + + Method [ public method isInitialized ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ bool ] + } + + 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 [ bool ] + } + + 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 [ 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 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 [ bool $keepSnapshots ] + } + - Return [ void ] + } + + Method [ public method isKeepingSnapshots ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ bool ] + } + + Method [ public method useDynamicUpdate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ bool $dynamicUpdate ] + } + - Return [ void ] + } + + Method [ public method isUsingDynamicUpdate ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + - Return [ bool ] + } + + 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 addHasOneThrough ] { + + - 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 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 [ bool ] + } + + Method [ public method existsHasMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ public method existsHasOne ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ public method existsHasOneThrough ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + Method [ public method existsHasManyToMany ] { + + - Parameters [2] { + Parameter #0 [ string $modelName ] + Parameter #1 [ string $modelRelation ] + } + - Return [ bool ] + } + + 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 getHasOneThrough ] { + + - 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 ] + } + } + + 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 int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 or NULL ] + } + + 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 or NULL ] + } + + 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 or NULL ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ int $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 [ int $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\Strategy\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 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 or NULL ] + } + + 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 or NULL ] + } + + 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 or NULL ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ int $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 [ int $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\Strategy\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 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 or NULL ] + } + + 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 or NULL ] + } + + 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 or NULL ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ int $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 [ int $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\Strategy\StrategyInterface $strategy ] + } + - Return [ void ] + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 or NULL ] + } + + 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 or NULL ] + } + + 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 or NULL ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ int $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 [ int $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\Strategy\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 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ final public method getColumnMaps ] { + + - 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\Strategy\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 int MODELS_ATTRIBUTES ] { 0 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public int MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public int MODELS_COLUMN_MAP ] { 0 } + Constant [ public int MODELS_DATE_AT ] { 6 } + Constant [ public int MODELS_DATE_IN ] { 7 } + Constant [ public int MODELS_DATA_TYPES ] { 4 } + Constant [ public int MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public int MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public int MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public int MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public int MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public int MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public int MODELS_NOT_NULL ] { 3 } + Constant [ public int MODELS_PRIMARY_KEY ] { 1 } + Constant [ public int MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 or NULL ] + } + + 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 or NULL ] + } + + 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 or NULL ] + } + + Method [ public method getStrategy ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ string $attribute ] + } + - Return [ bool ] + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ int $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 [ int $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\Strategy\StrategyInterface $strategy ] + } + - Return [ void ] + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ int $index ] + Parameter #2 [ $data ] + } + - Return [ void ] + } + + Method [ final protected method initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + } + } + + Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [4] { + Constant [ public int TYPE_DELETE ] { 303 } + Constant [ public int TYPE_INSERT ] { 306 } + Constant [ public int TYPE_SELECT ] { 309 } + Constant [ public int TYPE_UPDATE ] { 300 } + } + + - Static properties [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 [50] { + 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 [ bool $uniqueRow ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getUniqueRow ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ bool $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 [ bool $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\Db\Adapter\AdapterInterface ] + } + + Method [ final protected method _executeSelect ] { + + - Parameters [4] { + Parameter #0 [ array $intermediate ] + Parameter #1 [ array $bindParams ] + Parameter #2 [ array $bindTypes ] + Parameter #3 [ bool $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 [ 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 [ int $type ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setBindParams ] { + + - Parameters [2] { + Parameter #0 [ array $bindParams ] + Parameter #1 [ bool $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 [ bool $merge ] + } + - Return [ Phalcon\Mvc\Model\QueryInterface ] + } + + Method [ public method setSharedLock ] { + + - Parameters [1] { + Parameter #0 [ bool $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\Db\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\Db\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 [ bool $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 [ bool ] + } + + 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 [ int ] + } + + 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 [ int $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 [ int $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 [ bool $merge ] + } + - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] + } + + Method [ public method setBindTypes ] { + + - Parameters [2] { + Parameter #0 [ array $bindTypes ] + Parameter #1 [ bool $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 [ array ] + } + } + + - 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 [ bool $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 [ bool ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { + + - Constants [8] { + Constant [ public int ACTION_CASCADE ] { 2 } + Constant [ public int ACTION_RESTRICT ] { 1 } + Constant [ public int BELONGS_TO ] { 0 } + Constant [ public int HAS_MANY ] { 2 } + Constant [ public int HAS_MANY_THROUGH ] { 4 } + Constant [ public int HAS_ONE ] { 1 } + Constant [ public int HAS_ONE_THROUGH ] { 3 } + Constant [ public int NO_ACTION ] { 0 } + } + + - Static properties [0] { + } + + - 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 [ int $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 [ int ] + } + + Method [ public method getReferencedFields ] { + } + + Method [ public method getReferencedModel ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isForeignKey ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isThrough ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isReusable ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [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 [ int ] + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ Closure or NULL $conditionCallback ] + } + - Return [ bool ] + } + + 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 ] { + } + + Method [ public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 [ int ] + } + + Method [ public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ int 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 [ bool ] + } + + 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 [ int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ Closure or NULL $conditionCallback ] + } + - Return [ bool ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [5] { + Constant [ public int HYDRATE_ARRAYS ] { 1 } + Constant [ public int HYDRATE_OBJECTS ] { 2 } + Constant [ public int HYDRATE_RECORDS ] { 0 } + Constant [ public int TYPE_RESULT_FULL ] { 0 } + Constant [ public int TYPE_RESULT_PARTIAL ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ protected $activeRow ] + 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 [ bool or NULL $keepSnapshots ] + } + } + + Method [ final public method current ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ModelInterface or NULL ] + } + + Method [ public method toArray ] { + + - Parameters [1] { + Parameter #0 [ bool $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 [ int ] + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ Closure or NULL $conditionCallback ] + } + - Return [ bool ] + } + + 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 ] { + } + + Method [ public method getHydrateMode ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 [ int ] + } + + Method [ public method isFresh ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method key ] { + + - Parameters [0] { + } + - Return [ int 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 [ bool ] + } + + 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 [ int $hydrateMode ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ bool $isFresh ] + } + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + } + + Method [ public method update ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ Closure or NULL $conditionCallback ] + } + - Return [ bool ] + } + + Method [ public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + 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 [ bool ] + } + + 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 [ int $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 [ bool $autoBegin ] + Parameter #2 [ string $service ] + } + } + + Method [ public method begin ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method commit ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ bool ] + } + + Method [ public method isValid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method rollback ] { + + - Parameters [2] { + Parameter #0 [ string or NULL $rollbackMessage ] + Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] + } + - Return [ bool ] + } + + Method [ public method setIsNewTransaction ] { + + - Parameters [1] { + Parameter #0 [ bool $isNew ] + } + - Return [ void ] + } + + Method [ public method setRollbackOnAbort ] { + + - Parameters [1] { + Parameter #0 [ bool $rollbackOnAbort ] + } + - Return [ void ] + } + + Method [ public method setRollbackedRecord ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] + } + - Return [ void ] + } + + Method [ public method setTransactionManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + } + - Return [ void ] + } + + Method [ public method throwRollbackException ] { + + - Parameters [1] { + Parameter #0 [ bool $status ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] + } + } + } + + Class [ class Phalcon\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 [ bool $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 [ bool $autoBegin ] + } + - Return [ Phalcon\Mvc\Model\TransactionInterface ] + } + + Method [ public method getRollbackPendent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method has ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + 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 [ bool $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 [ bool $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 int POSITION_FIRST ] { 0 } + Constant [ public int 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 $wasMatched ] + Property [ protected $actionSuffix ] + Property [ protected $actionPreformatCallback ] + Property [ protected $controllerSuffix ] + Property [ protected $handlers ] + Property [ protected $routePrefix ] + } + + - Methods [53] { + 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 setActionPreformatCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method getActionPreformatCallback ] { + } + + 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 [ bool $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 [ bool ] + } + + 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 [ bool $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 [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\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 compilePattern ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + - Return [ string ] + } + + Method [ public method convert ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $converter ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method extractNamedParams ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + } + + Method [ public method getBeforeMatch ] { + } + + Method [ public method getCompiledPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getConverters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Router\GroupInterface or NULL ] + } + + Method [ public method getHttpMethods ] { + } + + Method [ public method getHostname ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMatch ] { + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getPattern ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getReversedPaths ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getRouteId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method match ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ string $pattern ] + Parameter #1 [ $paths ] + } + - Return [ void ] + } + + Method [ public method setGroup ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method setHttpMethods ] { + + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ string $hostname ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + + Method [ public method via ] { + + - Parameters [1] { + Parameter #0 [ $httpMethods ] + } + - Return [ Phalcon\Mvc\Router\RouteInterface ] + } + } + } + + Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [6] { + Constant [ public int LEVEL_ACTION_VIEW ] { 1 } + Constant [ public int LEVEL_BEFORE_TEMPLATE ] { 2 } + Constant [ public int LEVEL_LAYOUT ] { 3 } + Constant [ public int LEVEL_MAIN_LAYOUT ] { 5 } + Constant [ public int LEVEL_NO_RENDER ] { 0 } + Constant [ public int LEVEL_AFTER_TEMPLATE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [24] { + Property [ protected $container ] + 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 $eventsManager ] + 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 ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method cleanTemplateAfter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method cleanTemplateBefore ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method disableLevel ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + - Return [ Phalcon\Mvc\ViewInterface ] + } + + Method [ public method disable ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method enable ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $view ] + } + - Return [ bool ] + } + + Method [ public method finish ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method getActionName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getActiveRenderPath ] { + } + + Method [ public method getBasePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getControllerName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method getLayout ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getLayoutsDir ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getMainView ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getParamsToView ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getPartial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + - Return [ string ] + } + + Method [ public method getPartialsDir ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRender ] { + + - Parameters [4] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + Parameter #3 [ $configCallback ] + } + - Return [ string ] + } + + Method [ public method getVar ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method getViewsDir ] { + } + + Method [ protected method getViewsDirs ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isDisabled ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + } + + Method [ public method pick ] { + + - Parameters [1] { + Parameter #0 [ $renderView ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method registerEngines ] { + + - Parameters [1] { + Parameter #0 [ array $engines ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method render ] { + + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setBasePath ] { + + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setContent ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setLayout ] { + + - Parameters [1] { + Parameter #0 [ string $layout ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setLayoutsDir ] { + + - Parameters [1] { + Parameter #0 [ string $layoutsDir ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setMainView ] { + + - Parameters [1] { + Parameter #0 [ string $viewPath ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setPartialsDir ] { + + - Parameters [1] { + Parameter #0 [ string $partialsDir ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setRenderLevel ] { + + - Parameters [1] { + Parameter #0 [ int $level ] + } + - Return [ Phalcon\Mvc\ViewInterface ] + } + + Method [ public method setTemplateAfter ] { + + - Parameters [1] { + Parameter #0 [ $templateAfter ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setTemplateBefore ] { + + - Parameters [1] { + Parameter #0 [ $templateBefore ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setVar ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setVars ] { + + - Parameters [2] { + Parameter #0 [ array $params ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ $viewsDir ] + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method start ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View ] + } + + Method [ public method toString ] { + + - Parameters [3] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + } + - Return [ string ] + } + + Method [ protected method engineRender ] { + + - Parameters [4] { + Parameter #0 [ array $engines ] + Parameter #1 [ string $viewPath ] + Parameter #2 [ bool $silence ] + Parameter #3 [ bool $mustClean ] + } + } + + Method [ final protected method isAbsolutePath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + } + + Method [ protected method loadTemplateEngines ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method processRender ] { + + - Parameters [4] { + Parameter #0 [ string $controllerName ] + Parameter #1 [ string $actionName ] + Parameter #2 [ array $params ] + Parameter #3 [ bool $fireEvents ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $container ] + Property [ protected $view ] + } + + - Methods [9] { + Method [ public method render ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getView ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $container ] + Property [ protected $view ] + Property [ protected $compiler ] + Property [ protected $eventsManager ] + Property [ protected $macros ] + Property [ protected $options ] + } + + - Methods [20] { + Method [ public method callMacro ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $arguments ] + } + } + + Method [ public method convertEncoding ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $from ] + Parameter #2 [ string $to ] + } + - Return [ string ] + } + + Method [ public method getCompiler ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isIncluded ] { + + - Parameters [2] { + Parameter #0 [ $needle ] + Parameter #1 [ $haystack ] + } + - Return [ bool ] + } + + Method [ public method length ] { + + - Parameters [1] { + Parameter #0 [ $item ] + } + - Return [ int ] + } + + Method [ public method render ] { + + - Parameters [3] { + Parameter #0 [ string $templatePath ] + Parameter #1 [ $params ] + Parameter #2 [ bool $mustClean ] + } + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method slice ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ int $start ] + Parameter #2 [ $end ] + } + } + + Method [ public method sort ] { + + - Parameters [1] { + Parameter #0 [ array $value ] + } + - Return [ array ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] + } + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getView ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\ViewBaseInterface ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - 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 [46] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ViewBaseInterface or NULL $view ] + } + } + + Method [ public method addExtension ] { + + - Parameters [1] { + Parameter #0 [ $extension ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method addFilter ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method addFunction ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $definition ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ public method attributeReader ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ string ] + } + + Method [ public method compile ] { + + - Parameters [2] { + Parameter #0 [ string $templatePath ] + Parameter #1 [ bool $extendsMode ] + } + } + + Method [ public method compileAutoEscape ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileCache ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileCall ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + } + + Method [ public method compileCase ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $caseClause ] + } + - Return [ string ] + } + + Method [ public method compileDo ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileEcho ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileElseIf ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileFile ] { + + - Parameters [3] { + Parameter #0 [ string $path ] + Parameter #1 [ string $compiledPath ] + Parameter #2 [ bool $extendsMode ] + } + } + + Method [ public method compileForeach ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileForElse ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method compileIf ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileInclude ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileMacro ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileReturn ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileSet ] { + + - Parameters [1] { + Parameter #0 [ array $statement ] + } + - Return [ string ] + } + + Method [ public method compileString ] { + + - Parameters [2] { + Parameter #0 [ string $viewCode ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ public method compileSwitch ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ final public method expression ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ string ] + } + + Method [ final public method fireExtensionEvent ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $arguments ] + } + } + + Method [ public method functionCall ] { + + - Parameters [1] { + Parameter #0 [ array $expr ] + } + - Return [ string ] + } + + Method [ public method getCompiledTemplatePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method getExtensions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFilters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getFunctions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getOption ] { + + - Parameters [1] { + Parameter #0 [ string $option ] + } + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getTemplatePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getUniquePrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method parse ] { + + - Parameters [1] { + Parameter #0 [ string $viewCode ] + } + } + + Method [ public method resolveTest ] { + + - Parameters [2] { + Parameter #0 [ array $test ] + Parameter #1 [ string $left ] + } + - Return [ string ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method setUniquePrefix ] { + + - Parameters [1] { + Parameter #0 [ string $prefix ] + } + - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] + } + + Method [ protected method compileSource ] { + + - Parameters [2] { + Parameter #0 [ string $viewCode ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ protected method getFinalPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + } + + Method [ final protected method resolveFilter ] { + + - Parameters [2] { + Parameter #0 [ array $filter ] + Parameter #1 [ string $left ] + } + - Return [ string ] + } + + Method [ final protected method statementList ] { + + - Parameters [2] { + Parameter #0 [ array $statements ] + Parameter #1 [ bool $extendsMode ] + } + - Return [ string ] + } + + Method [ final protected method statementListOrExtends ] { + + - Parameters [1] { + Parameter #0 [ $statements ] + } + } + } + } + + Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\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 $statement ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $message ] + Parameter #1 [ array $statement ] + Parameter #2 [ int $code ] + Parameter #3 [ Exception or NULL $previous ] + } + } + + Method [ public method getStatement ] { + + - 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\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $container ] + Property [ protected $activeRenderPath ] + Property [ protected $content ] + Property [ protected $engines ] + Property [ protected $eventsManager ] + Property [ protected $options ] + Property [ protected $partialsDir ] + Property [ protected $registeredEngines ] + Property [ protected $viewsDir ] + Property [ protected $viewParams ] + } + + - Methods [24] { + Method [ public method getRegisteredEngines ] { + + - Parameters [0] { + } + - Return [ array or NULL ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method getActiveRenderPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEventsManager ] { + + - Parameters [0] { + } + - Return [ Phalcon\Events\ManagerInterface or NULL ] + } + + Method [ public method getParamsToView ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getVar ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method getViewsDir ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method partial ] { + + - Parameters [2] { + Parameter #0 [ string $partialPath ] + Parameter #1 [ $params ] + } + } + + Method [ public method registerEngines ] { + + - Parameters [1] { + Parameter #0 [ array $engines ] + } + } + + Method [ public method render ] { + + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ array $params ] + } + - Return [ string ] + } + + Method [ public method setContent ] { + + - Parameters [1] { + Parameter #0 [ string $content ] + } + - Return [ Phalcon\Mvc\View\Simple ] + } + + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + - Return [ void ] + } + + Method [ public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View\Simple ] + } + + Method [ public method setVar ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Mvc\View\Simple ] + } + + Method [ public method setVars ] { + + - Parameters [2] { + Parameter #0 [ array $params ] + Parameter #1 [ bool $merge ] + } + - Return [ Phalcon\Mvc\View\Simple ] + } + + Method [ public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ string $viewsDir ] + } + } + + Method [ protected method loadTemplateEngines ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final protected method internalRender ] { + + - Parameters [2] { + Parameter #0 [ string $path ] + Parameter #1 [ $params ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] + } + + - Methods [7] { + Method [ public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $config ] + } + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ int $page ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ int $limitRows ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setRepository ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + } + } + + Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] + } + + - Methods [7] { + Method [ public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $config ] + } + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ int $page ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ int $limitRows ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setRepository ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + } + } + + Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $config ] + Property [ protected $limitRows ] + Property [ protected $page ] + Property [ protected $repository ] + Property [ protected $builder ] + Property [ protected $columns ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $config ] + } + } + + Method [ public method getCurrentPage ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getQueryBuilder ] { + + - Parameters [0] { + } + - Return [ Phalcon\Mvc\Model\Query\Builder ] + } + + Method [ public method paginate ] { + + - Parameters [0] { + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ public method setQueryBuilder ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] + } + - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ int $page ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ int $limitRows ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method setRepository ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getRepository ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + } + } + + Class [ class Phalcon\Paginator\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\Paginator\PaginatorFactory 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\Paginator\Adapter\AdapterInterface ] + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, JsonSerializable ] { + + - Constants [8] { + Constant [ public string PROPERTY_CURRENT_PAGE ] { current } + Constant [ public string PROPERTY_FIRST_PAGE ] { first } + Constant [ public string PROPERTY_ITEMS ] { items } + Constant [ public string PROPERTY_LAST_PAGE ] { last } + Constant [ public string PROPERTY_LIMIT ] { limit } + Constant [ public string PROPERTY_NEXT_PAGE ] { next } + Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } + Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $aliases ] + Property [ protected $properties ] + } + + - Methods [15] { + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $property ] + } + } + + Method [ public method getAliases ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getCurrent ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getFirst ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getItems ] { + } + + Method [ public method getLast ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getLimit ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getNext ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getPrevious ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getTotalItems ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setAliases ] { + + - Parameters [1] { + Parameter #0 [ array $aliases ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ public method setProperties ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ Phalcon\Paginator\RepositoryInterface ] + } + + Method [ protected method getProperty ] { + + - Parameters [2] { + Parameter #0 [ string $property ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ protected method getRealNameProperty ] { + + - Parameters [1] { + Parameter #0 [ string $property ] + } + - Return [ string ] + } + } + } + + Class [ final class Phalcon\Registry extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + } + + - Methods [25] { + Method [ final public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $data ] + } + } + + Method [ final public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ final public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ final public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ final public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ final public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ final public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ final public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ final public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ final public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ final public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ final public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ final public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ final public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ final public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + 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 int CRYPT_DEFAULT ] { 0 } + Constant [ public int CRYPT_BLOWFISH ] { 4 } + Constant [ public int CRYPT_BLOWFISH_A ] { 5 } + Constant [ public int CRYPT_BLOWFISH_X ] { 6 } + Constant [ public int CRYPT_BLOWFISH_Y ] { 7 } + Constant [ public int CRYPT_EXT_DES ] { 2 } + Constant [ public int CRYPT_MD5 ] { 3 } + Constant [ public int CRYPT_SHA256 ] { 8 } + Constant [ public int CRYPT_SHA512 ] { 9 } + Constant [ public int CRYPT_STD_DES ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ protected $container ] + 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 getWorkFactor ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 [ int $maxPassLength ] + } + - Return [ bool ] + } + + Method [ public method checkToken ] { + + - Parameters [3] { + Parameter #0 [ $tokenKey ] + Parameter #1 [ $tokenValue ] + Parameter #2 [ bool $destroyIfValid ] + } + - Return [ bool ] + } + + Method [ public method computeHmac ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ string $key ] + Parameter #2 [ string $algo ] + Parameter #3 [ bool $raw ] + } + - Return [ string ] + } + + Method [ public method destroyToken ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security ] + } + + Method [ public method getDefaultHash ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method getRandom ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security\Random ] + } + + Method [ public method getRandomBytes ] { + + - Parameters [0] { + } + - Return [ int ] + } + + 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 [ int $numberBytes ] + } + - Return [ string ] + } + + Method [ public method getToken ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTokenKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method hash ] { + + - Parameters [2] { + Parameter #0 [ string $password ] + Parameter #1 [ int $workFactor ] + } + - Return [ string ] + } + + Method [ public method isLegacyHash ] { + + - Parameters [1] { + Parameter #0 [ string $passwordHash ] + } + - Return [ bool ] + } + + Method [ public method setDefaultHash ] { + + - Parameters [1] { + Parameter #0 [ int $defaultHash ] + } + - Return [ Phalcon\Security ] + } + + Method [ public method setRandomBytes ] { + + - Parameters [1] { + Parameter #0 [ int $randomBytes ] + } + - Return [ Phalcon\Security ] + } + + Method [ public method setWorkFactor ] { + + - Parameters [1] { + Parameter #0 [ int $workFactor ] + } + - Return [ Phalcon\Security ] + } + + Method [ private method getLocalRequest ] { + + - Parameters [0] { + } + - Return [ Phalcon\Http\RequestInterface or NULL ] + } + + Method [ private method getLocalSession ] { + + - Parameters [0] { + } + - Return [ Phalcon\Session\ManagerInterface or NULL ] + } + + 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\Security\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\Security\JWT\Builder ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ private $claims ] + Property [ private $jose ] + Property [ private $passphrase ] + Property [ private $signer ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Security\JWT\Signer\SignerInterface $signer ] + } + } + + Method [ public method init ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method getAudience ] { + } + + Method [ public method getClaims ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getContentType ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getExpirationTime ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method getHeaders ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getId ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getIssuedAt ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method getIssuer ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getNotBefore ] { + + - Parameters [0] { + } + - Return [ int or NULL ] + } + + Method [ public method getSubject ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method getToken ] { + + - Parameters [0] { + } + - Return [ Phalcon\Security\JWT\Token\Token ] + } + + Method [ public method getPassphrase ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setAudience ] { + + - Parameters [1] { + Parameter #0 [ $audience ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setContentType ] { + + - Parameters [1] { + Parameter #0 [ string $contentType ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setExpirationTime ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setId ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setIssuedAt ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setIssuer ] { + + - Parameters [1] { + Parameter #0 [ string $issuer ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setNotBefore ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setSubject ] { + + - Parameters [1] { + Parameter #0 [ string $subject ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ public method setPassphrase ] { + + - Parameters [1] { + Parameter #0 [ string $passphrase ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + + Method [ protected method setClaim ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + - Return [ Phalcon\Security\JWT\Builder ] + } + } + } + + Class [ class Phalcon\Security\JWT\Exceptions\UnsupportedAlgorithmException extends 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 ] { + + - 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\Security\JWT\Exceptions\ValidatorException extends 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 ] { + + - 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\Security\JWT\Signer\Hmac extends Phalcon\Security\JWT\Signer\AbstractSigner implements Phalcon\Security\JWT\Signer\SignerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $algorithm ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $algo ] + } + } + + Method [ public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + + Method [ private method getHash ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Signer\None implements Phalcon\Security\JWT\Signer\SignerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method getAlgHeader ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAlgorithm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method sign ] { + + - Parameters [2] { + Parameter #0 [ string $payload ] + Parameter #1 [ string $passphrase ] + } + - Return [ string ] + } + + Method [ public method verify ] { + + - Parameters [3] { + Parameter #0 [ string $source ] + Parameter #1 [ string $payload ] + Parameter #2 [ string $passphrase ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Enum ] { + + - Constants [10] { + Constant [ public string TYPE ] { typ } + Constant [ public string ALGO ] { alg } + Constant [ public string CONTENT_TYPE ] { cty } + Constant [ public string AUDIENCE ] { aud } + Constant [ public string EXPIRATION_TIME ] { exp } + Constant [ public string ID ] { jti } + Constant [ public string ISSUED_AT ] { iat } + Constant [ public string ISSUER ] { iss } + Constant [ public string NOT_BEFORE ] { nbf } + Constant [ public string SUBJECT ] { sub } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Security\JWT\Token\Item extends Phalcon\Security\JWT\Token\AbstractItem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ array $payload ] + Parameter #1 [ string $encoded ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method getPayload ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getEncoded ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Parser ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method parse ] { + + - Parameters [1] { + Parameter #0 [ string $token ] + } + - Return [ Phalcon\Security\JWT\Token\Token ] + } + + Method [ private method decodeClaims ] { + + - Parameters [1] { + Parameter #0 [ string $claims ] + } + - Return [ Phalcon\Security\JWT\Token\Item ] + } + + Method [ private method decodeHeaders ] { + + - Parameters [1] { + Parameter #0 [ string $headers ] + } + - Return [ Phalcon\Security\JWT\Token\Item ] + } + + Method [ private method decodeSignature ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Security\JWT\Token\Item $headers ] + Parameter #1 [ string $signature ] + } + - Return [ Phalcon\Security\JWT\Token\Signature ] + } + + Method [ private method parseToken ] { + + - Parameters [1] { + Parameter #0 [ string $token ] + } + - Return [ array ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Signature extends Phalcon\Security\JWT\Token\AbstractItem ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $data ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $hash ] + Parameter #1 [ string $encoded ] + } + } + + Method [ public method getHash ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getEncoded ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Token\Token ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ private $claims ] + Property [ private $headers ] + Property [ private $signature ] + } + + - Methods [6] { + Method [ public method getClaims ] { + } + + Method [ public method getHeaders ] { + } + + Method [ public method getSignature ] { + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Security\JWT\Token\Item $headers ] + Parameter #1 [ Phalcon\Security\JWT\Token\Item $claims ] + Parameter #2 [ Phalcon\Security\JWT\Token\Signature $signature ] + } + } + + Method [ public method getPayload ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getToken ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Security\JWT\Validator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ private $timeShift ] + Property [ private $token ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Security\JWT\Token\Token $token ] + Parameter #1 [ int $timeShift ] + } + } + + Method [ public method setToken ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Security\JWT\Token\Token $token ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateAudience ] { + + - Parameters [1] { + Parameter #0 [ string $audience ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateExpiration ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateId ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateIssuedAt ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateIssuer ] { + + - Parameters [1] { + Parameter #0 [ string $issuer ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateNotBefore ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ public method validateSignature ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Security\JWT\Signer\SignerInterface $signer ] + Parameter #1 [ string $passphrase ] + } + - Return [ Phalcon\Security\JWT\Validator ] + } + + Method [ private method getTimestamp ] { + + - Parameters [1] { + Parameter #0 [ int $timestamp ] + } + - Return [ int ] + } + } + } + + 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 [ int or NULL $len ] + } + - Return [ string ] + } + + Method [ public method base62 ] { + + - Parameters [1] { + Parameter #0 [ int or NULL $len ] + } + - Return [ string ] + } + + Method [ public method base64 ] { + + - Parameters [1] { + Parameter #0 [ int or NULL $len ] + } + - Return [ string ] + } + + Method [ public method base64Safe ] { + + - Parameters [2] { + Parameter #0 [ int or NULL $len ] + Parameter #1 [ bool $padding ] + } + - Return [ string ] + } + + Method [ public method bytes ] { + + - Parameters [1] { + Parameter #0 [ int $len ] + } + - Return [ string ] + } + + Method [ public method hex ] { + + - Parameters [1] { + Parameter #0 [ int or NULL $len ] + } + - Return [ string ] + } + + Method [ public method number ] { + + - Parameters [1] { + Parameter #0 [ int $len ] + } + - Return [ int ] + } + + Method [ public method uuid ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method base ] { + + - Parameters [3] { + Parameter #0 [ string $alphabet ] + Parameter #1 [ int $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] { + } + + - 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 close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] + } + + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapter ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] + Parameter #1 [ array $options ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] + } + + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ bool ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + } + } + + Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $connection ] + Property [ protected $options ] + Property [ protected $prefix ] + Property [ protected $ttl ] + Property [ private $path ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ bool ] + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + - Return [ bool ] + } + + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $savePath ] + Parameter #1 [ $sessionName ] + } + - Return [ bool ] + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + - Return [ string ] + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $data ] + } + - Return [ bool ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method getPrefixedName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Session\Bag extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Collection\CollectionInterface, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $data ] + Property [ protected $insensitive ] + Property [ protected $lowerKeys ] + Property [ private $container ] + Property [ private $name ] + Property [ private $session ] + } + + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ public method count ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ string or NULL $cast ] + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Traversable ] + } + + Method [ public method getKeys ] { + + - Parameters [1] { + Parameter #0 [ bool $insensitive ] + } + - Return [ array ] + } + + Method [ public method getValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ public method jsonSerialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + - Return [ void ] + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method toJson ] { + + - Parameters [1] { + Parameter #0 [ int $options ] + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + - Return [ void ] + } + + Method [ protected method setData ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + } + } + + 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 [ 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\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { + + - Constants [3] { + Constant [ public int SESSION_ACTIVE ] { 2 } + Constant [ public int SESSION_DISABLED ] { 0 } + Constant [ public int SESSION_NONE ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $container ] + Property [ private $adapter ] + Property [ private $name ] + Property [ private $options ] + Property [ private $uniqueId ] + } + + - Methods [25] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ public method destroy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method exists ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ bool $remove ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ SessionHandlerInterface ] + } + + Method [ public method getId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method getOptions ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method regenerateId ] { + + - Parameters [1] { + Parameter #0 [ $deleteOldSession ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method setAdapter ] { + + - Parameters [1] { + Parameter #0 [ SessionHandlerInterface $adapter ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method setId ] { + + - Parameters [1] { + Parameter #0 [ string $id ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Session\ManagerInterface ] + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ public method start ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method status ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ private method getUniqueKey ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - 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\Storage\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { + + - 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 $factory ] + Parameter #1 [ array $services ] + } + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Storage\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\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\Storage\SerializerFactory 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 [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + 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 ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method getData ] { + } + + Method [ public method setData ] { + + - Parameters [1] { + 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 ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method getData ] { + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [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 __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method getData ] { + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Msgpack 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 ] { + + - Parameters [0] { + } + - Return [ string or NULL ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method getData ] { + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\None 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 ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method getData ] { + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [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 __construct ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method getData ] { + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Tag ] { + + - Constants [11] { + Constant [ public int HTML32 ] { 1 } + Constant [ public int HTML401_STRICT ] { 2 } + Constant [ public int HTML401_TRANSITIONAL ] { 3 } + Constant [ public int HTML401_FRAMESET ] { 4 } + Constant [ public int HTML5 ] { 5 } + Constant [ public int XHTML10_STRICT ] { 6 } + Constant [ public int XHTML10_TRANSITIONAL ] { 7 } + Constant [ public int XHTML10_FRAMESET ] { 8 } + Constant [ public int XHTML11 ] { 9 } + Constant [ public int XHTML20 ] { 10 } + Constant [ public int XHTML5 ] { 11 } + } + + - Static properties [10] { + Property [ protected static $autoEscape ] + 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 [58] { + Method [ static public method appendTitle ] { + + - Parameters [1] { + Parameter #0 [ $title ] + } + - Return [ void ] + } + + Method [ static public method checkField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method colorField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method dateField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method dateTimeField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method dateTimeLocalField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method displayTo ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ static public method emailField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method endForm ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method fileField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method form ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method friendlyTitle ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + Parameter #2 [ bool $lowercase ] + Parameter #3 [ $replace ] + } + - Return [ string ] + } + + Method [ static public method getDocType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method getEscaper ] { + + - Parameters [1] { + Parameter #0 [ array $params ] + } + - Return [ Phalcon\Escaper\EscaperInterface or NULL ] + } + + Method [ static public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ static public method getEscaperService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Escaper\EscaperInterface ] + } + + Method [ static public method getTitle ] { + + - Parameters [2] { + Parameter #0 [ bool $prepend ] + Parameter #1 [ bool $append ] + } + - Return [ string ] + } + + Method [ static public method getTitleSeparator ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method getUrlService ] { + + - Parameters [0] { + } + - Return [ Phalcon\Url\UrlInterface ] + } + + Method [ static public method getValue ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ array $params ] + } + } + + Method [ static public method hasValue ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + - Return [ bool ] + } + + Method [ static public method hiddenField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method image ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ bool $local ] + } + - Return [ string ] + } + + Method [ static public method imageInput ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method javascriptInclude ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ bool $local ] + } + - Return [ string ] + } + + Method [ static public method linkTo ] { + + - Parameters [3] { + Parameter #0 [ $parameters ] + Parameter #1 [ $text ] + Parameter #2 [ $local ] + } + - Return [ string ] + } + + Method [ static public method monthField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method numericField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method passwordField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method prependTitle ] { + + - Parameters [1] { + Parameter #0 [ $title ] + } + - Return [ void ] + } + + Method [ static public method preload ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method radioField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method rangeField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method renderAttributes ] { + + - Parameters [2] { + Parameter #0 [ string $code ] + Parameter #1 [ array $attributes ] + } + - Return [ string ] + } + + Method [ static public method renderTitle ] { + + - Parameters [2] { + Parameter #0 [ bool $prepend ] + Parameter #1 [ bool $append ] + } + - Return [ string ] + } + + Method [ static public method resetInput ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ static public method searchField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method select ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ $data ] + } + - Return [ string ] + } + + Method [ static public method selectStatic ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ $data ] + } + - Return [ string ] + } + + Method [ static public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ bool $autoescape ] + } + - Return [ void ] + } + + Method [ static public method setDefault ] { + + - Parameters [2] { + Parameter #0 [ string $id ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ static public method setDefaults ] { + + - Parameters [2] { + Parameter #0 [ array $values ] + Parameter #1 [ bool $merge ] + } + - Return [ void ] + } + + Method [ static public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + + Method [ static public method setDocType ] { + + - Parameters [1] { + Parameter #0 [ int $doctype ] + } + - Return [ void ] + } + + Method [ static public method setTitle ] { + + - Parameters [1] { + Parameter #0 [ string $title ] + } + - Return [ void ] + } + + Method [ static public method setTitleSeparator ] { + + - Parameters [1] { + Parameter #0 [ string $titleSeparator ] + } + - Return [ void ] + } + + Method [ static public method stylesheetLink ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ bool $local ] + } + - Return [ string ] + } + + Method [ static public method submitButton ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method tagHtml ] { + + - Parameters [5] { + Parameter #0 [ string $tagName ] + Parameter #1 [ $parameters ] + Parameter #2 [ bool $selfClose ] + Parameter #3 [ bool $onlyStart ] + Parameter #4 [ bool $useEol ] + } + - Return [ string ] + } + + Method [ static public method tagHtmlClose ] { + + - Parameters [2] { + Parameter #0 [ string $tagName ] + Parameter #1 [ bool $useEol ] + } + - Return [ string ] + } + + Method [ static public method telField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method textArea ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method textField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method timeField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method urlField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ static public method weekField ] { + + - Parameters [1] { + Parameter #0 [ $parameters ] + } + - Return [ string ] + } + + Method [ final static protected method inputField ] { + + - Parameters [3] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] + Parameter #2 [ bool $asValue ] + } + - Return [ string ] + } + + Method [ final static protected method inputFieldChecked ] { + + - Parameters [2] { + Parameter #0 [ string $type ] + Parameter #1 [ $parameters ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Tag\Exception extends 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 [ abstract class Phalcon\Tag\Select ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method selectField ] { + + - Parameters [2] { + Parameter #0 [ $parameters ] + Parameter #1 [ $data ] + } + - Return [ string ] + } + + Method [ static private method optionsFromArray ] { + + - Parameters [3] { + Parameter #0 [ array $data ] + Parameter #1 [ $value ] + Parameter #2 [ string $closeOption ] + } + - Return [ string ] + } + + Method [ static private method optionsFromResultset ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] + Parameter #1 [ $using ] + Parameter #2 [ $value ] + Parameter #3 [ string $closeOption ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Text ] { + + - Constants [6] { + Constant [ public int RANDOM_ALNUM ] { 0 } + Constant [ public int RANDOM_ALPHA ] { 1 } + Constant [ public int RANDOM_DISTINCT ] { 5 } + Constant [ public int RANDOM_HEXDEC ] { 2 } + Constant [ public int RANDOM_NOZERO ] { 4 } + Constant [ public int RANDOM_NUMERIC ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [13] { + Method [ static public method camelize ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] + } + - Return [ string ] + } + + Method [ static public method concat ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ static public method dynamic ] { + + - Parameters [4] { + Parameter #0 [ string $text ] + Parameter #1 [ string $leftDelimiter ] + Parameter #2 [ string $rightDelimiter ] + Parameter #3 [ string $separator ] + } + - Return [ string ] + } + + Method [ static public method endsWith ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $end ] + Parameter #2 [ bool $ignoreCase ] + } + - Return [ bool ] + } + + Method [ static public method humanize ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + + Method [ static public method increment ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $separator ] + } + - Return [ string ] + } + + Method [ static public method lower ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] + } + - Return [ string ] + } + + Method [ static public method startsWith ] { + + - Parameters [3] { + Parameter #0 [ string $text ] + Parameter #1 [ string $start ] + Parameter #2 [ bool $ignoreCase ] + } + - Return [ bool ] + } + + Method [ static public method random ] { + + - Parameters [2] { + Parameter #0 [ int $type ] + Parameter #1 [ int $length ] + } + - Return [ string ] + } + + Method [ static public method reduceSlashes ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + + Method [ static public method uncamelize ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ $delimiter ] + } + - Return [ string ] + } + + Method [ static public method underscore ] { + + - Parameters [1] { + Parameter #0 [ string $text ] + } + - Return [ string ] + } + + Method [ static public method upper ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string $encoding ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] + Property [ protected $translate ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $index ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ private method load ] { + + - Parameters [4] { + Parameter #0 [ string $file ] + Parameter #1 [ int $length ] + Parameter #2 [ string $delimiter ] + Parameter #3 [ string $enclosure ] + } + - Return [ void ] + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] + Property [ protected $category ] + Property [ protected $defaultDomain ] + Property [ protected $directory ] + Property [ protected $locale ] + } + + - Methods [22] { + Method [ public method getCategory ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getDefaultDomain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getDirectory ] { + } + + Method [ public method getLocale ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method nquery ] { + + - Parameters [5] { + Parameter #0 [ string $msgid1 ] + Parameter #1 [ string $msgid2 ] + Parameter #2 [ int $count ] + Parameter #3 [ array $placeholders ] + Parameter #4 [ string or NULL $domain ] + } + - Return [ string ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $index ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ public method resetDomain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultDomain ] { + + - Parameters [1] { + Parameter #0 [ string $domain ] + } + - Return [ void ] + } + + Method [ public method setDirectory ] { + + - Parameters [1] { + Parameter #0 [ $directory ] + } + - Return [ void ] + } + + Method [ public method setDomain ] { + + - Parameters [1] { + Parameter #0 [ $domain ] + } + - Return [ string ] + } + + Method [ public method setLocale ] { + + - Parameters [2] { + Parameter #0 [ int $category ] + Parameter #1 [ string $locale ] + } + } + + Method [ protected method getOptionsDefault ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method prepareOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $defaultInterpolator ] + Property [ protected $interpolatorFactory ] + Property [ private $translate ] + Property [ private $triggerError ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method notFound ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ string ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $index ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Exception extends 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\Translate\InterpolatorFactory 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 [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Translate\Interpolator\InterpolatorInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\TranslateFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $mapper ] + Property [ protected $services ] + Property [ private $interpolator ] + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $services ] + } + } + + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + + Method [ public method newInstance ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ array $options ] + } + - Return [ Phalcon\Translate\Adapter\AdapterInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Url\UrlInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $container ] + Property [ protected $baseUri ] + Property [ protected $basePath ] + Property [ protected $router ] + Property [ protected $staticBaseUri ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\RouterInterface or NULL $router ] + } + } + + Method [ public method get ] { + + - Parameters [4] { + Parameter #0 [ $uri ] + Parameter #1 [ $args ] + Parameter #2 [ bool or NULL $local ] + Parameter #3 [ $baseUri ] + } + - Return [ string ] + } + + Method [ public method getBasePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getBaseUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getStatic ] { + + - Parameters [1] { + Parameter #0 [ $uri ] + } + - Return [ string ] + } + + Method [ public method getStaticBaseUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setBasePath ] { + + - Parameters [1] { + Parameter #0 [ string $basePath ] + } + - Return [ Phalcon\Url\UrlInterface ] + } + + Method [ public method setBaseUri ] { + + - Parameters [1] { + Parameter #0 [ string $baseUri ] + } + - Return [ Phalcon\Url\UrlInterface ] + } + + Method [ public method setStaticBaseUri ] { + + - Parameters [1] { + Parameter #0 [ string $staticBaseUri ] + } + - Return [ Phalcon\Url\UrlInterface ] + } + + Method [ public method path ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $path ] + } + - 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\Url\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\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Validation\ValidationInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $container ] + 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 [23] { + Method [ public method getData ] { + } + + Method [ public method setValidators ] { + + - Parameters [1] { + Parameter #0 [ $validators ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $validators ] + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Messages\MessageInterface $message ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ public method bind ] { + + - Parameters [2] { + Parameter #0 [ $entity ] + Parameter #1 [ $data ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ public method getEntity ] { + } + + Method [ public method getFilters ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + } + + Method [ public method getLabel ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + - Return [ string ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ public method getValidators ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getValue ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + } + + Method [ public method rule ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ public method rules ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ array $validators ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ public method setEntity ] { + + - Parameters [1] { + Parameter #0 [ $entity ] + } + - Return [ void ] + } + + Method [ public method setFilters ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $filters ] + } + - Return [ Phalcon\Validation\ValidationInterface ] + } + + Method [ public method setLabels ] { + + - Parameters [1] { + Parameter #0 [ array $labels ] + } + - Return [ void ] + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $entity ] + } + - Return [ Phalcon\Messages\Messages ] + } + + Method [ protected method preChecking ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] + } + - Return [ bool ] + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $propertyName ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method getDI ] { + + - Parameters [0] { + } + - Return [ Phalcon\Di\DiInterface ] + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\DiInterface $container ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Validation\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\Validation\ValidatorFactory 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 [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Validation\ValidatorInterface ] + } + + Method [ protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Alpha 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Between 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Callback 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Confirmation 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 ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ final protected method compare ] { + + - Parameters [2] { + Parameter #0 [ string $a ] + Parameter #1 [ string $b ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\CreditCard 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 ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ private method verifyByLuhnAlgorithm ] { + + - Parameters [1] { + Parameter #0 [ string $number ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Date 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 ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ private method checkDate ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $format ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Digit 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Email 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\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\Validation\Validator\ExclusionIn 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $validators ] + } + + - 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 [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File\MimeType extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] + } + + - Methods [24] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File\Resolution\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File\Resolution\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File\Resolution\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File\Size\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File\Size\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\File\Size\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $messageFileEmpty ] + Property [ protected $messageIniSize ] + Property [ protected $messageValid ] + Property [ protected $template ] + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getMessageFileEmpty ] { + } + + Method [ public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ $messageFileEmpty ] + } + } + + Method [ public method getMessageIniSize ] { + } + + Method [ public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ $messageIniSize ] + } + } + + Method [ public method getMessageValid ] { + } + + Method [ public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ $messageValid ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ string $field ] + } + - Return [ bool ] + } + + Method [ public method checkUpload ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadMaxSize ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method checkUploadIsValid ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ string $size ] + } + - Return [ float ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Identical 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\InclusionIn 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Ip extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [2] { + Constant [ public int VERSION_4 ] { 1048576 } + Constant [ public int VERSION_6 ] { 2097152 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Numericality 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\PresenceOf 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Regex 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\StringLength extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $template ] + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $validators ] + } + + - 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 [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\StringLength\Max 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\StringLength\Min 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Uniqueness extends Phalcon\Validation\AbstractCombinedFieldsValidator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $templates ] + Property [ protected $options ] + Property [ protected $template ] + Property [ private $columnMap ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ protected method getColumnNameReal ] { + + - Parameters [2] { + Parameter #0 [ $record ] + Parameter #1 [ string $field ] + } + - Return [ string ] + } + + Method [ protected method isUniqueness ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ protected method isUniquenessModel ] { + + - Parameters [3] { + Parameter #0 [ $record ] + Parameter #1 [ array $field ] + Parameter #2 [ array $values ] + } + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Validation\Validator\Url 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 ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + - Return [ bool ] + } + + Method [ public method getTemplate ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $field ] + } + - Return [ string ] + } + + Method [ public method getTemplates ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method setTemplates ] { + + - Parameters [1] { + 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 [ string $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ string $field ] + } + - Return [ int or NULL ] + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + 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\Version ] { + + - Constants [5] { + Constant [ public int VERSION_MAJOR ] { 0 } + Constant [ public int VERSION_MEDIUM ] { 1 } + Constant [ public int VERSION_MINOR ] { 2 } + Constant [ public int VERSION_SPECIAL ] { 3 } + Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [7] { + Method [ static protected method _getVersion ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ static protected method getVersion ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final static protected method _getSpecial ] { + + - Parameters [1] { + Parameter #0 [ int $special ] + } + - Return [ string ] + } + + Method [ final static protected method getSpecial ] { + + - Parameters [1] { + Parameter #0 [ int $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 [ int $part ] + } + - Return [ string ] + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class phalcon\0__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + } + } + } + + Class [ final class phalcon\10__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\11__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\1__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + } + } + } + + Class [ final class phalcon\2__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + } + } + } + + 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 ] { + + - Parameters [1] { + Parameter #0 [ $element ] + } + } + } + } + + Class [ final class phalcon\5__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + } + } + + Class [ final class phalcon\6__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [1] { + Parameter #0 [ $action ] + } + } + } + } + + Class [ final class phalcon\7__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + } + } + } + + Class [ final class phalcon\8__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + } + } + } + + Class [ final class phalcon\9__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ $number ] + Parameter #1 [ $message ] + Parameter #2 [ $file ] + Parameter #3 [ $line ] + Parameter #4 [ $context ] + } + } + } + } + } +} + diff --git a/php-phalcon5.spec b/php-phalcon5.spec new file mode 100644 index 0000000..4ae9d5f --- /dev/null +++ b/php-phalcon5.spec @@ -0,0 +1,468 @@ +# remirepo spec file for php-phalcon4 +# +# Copyright (c) 2014-2020 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/4.0/ +# +# Please, preserve the changelog entries +# + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + +%if 0%{?scl:1} +%global sub_prefix %{scl_prefix} +%scl_package php-phalcon4 +%else +%global pkg_name %{name} +%endif + +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} +%global with_tests 0%{?_with_tests:1} +%global pecl_name phalcon +# after 40-json.ini, 20-pdo.ini, 40-psr.ini +%global ini_name 50-%{pecl_name}.ini +%global upstream_ver 4.1.2 +#global upstream_pre rc.3 + +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://pecl.php.net/package/phalcon +# when missing on pecl, generated from git +# git checkout v#.#.# +# ln -s build/php7/safe/* . +# pecl package +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz + +BuildRequires: %{?dtsprefix}gcc +BuildRequires: %{?scl_prefix}php-devel < 8 +BuildRequires: %{?scl_prefix}php-devel >= 7.2 +BuildRequires: %{?scl_prefix}php-pear +BuildRequires: %{?scl_prefix}php-hash +BuildRequires: %{?scl_prefix}php-json +BuildRequires: %{?scl_prefix}php-pdo +BuildRequires: %{?scl_prefix}php-psr + +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-phalcon4 = %{version}-%{release} +Provides: %{?scl_prefix}php-phalcon4%{?_isa} = %{version}-%{release} +%endif +%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 || "%{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 < 4 +Conflicts: %{?scl_prefix}php-phalcon2 < 4 +Conflicts: %{?scl_prefix}php-phalcon3 < 4 +%endif +# PECL +Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} + +# Don't provides php-composer(phalcon/cphalcon), not registered on packagist + +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 +# Filter shared private +%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} +%endif +%{?filter_setup} + + +%description +Phalcon is a web framework implemented as a C extension offering +high performance and lower resource consumption. + +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})}. + + +%prep +%setup -qc + +mv %{pecl_name}-%{version}%{?upstream_pre} NTS + +cd NTS +# Sanity check, really often broken +extver=$(sed -n '/#define PHP_PHALCON_VERSION/{s/.* "//;s/".*$//;p}' php_phalcon.h) +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 +cd .. + +%if %{with_zts} +# duplicate for ZTS build +cp -pr NTS ZTS +%endif + +# Create configuration file +cat << 'EOF' | tee %{ini_name} +; Enable '%{summary}' extension module +extension=%{pecl_name}.so + +; Configuration +;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 +;phalcon.warning.enable = On +EOF + + +%build +%{?dtsenable} + +peclconf() { +%configure \ + --enable-phalcon \ + --with-libdir=%{_lib} \ + --with-php-config=$1 +} + +: Build NTS extension +cd NTS +%{_bindir}/phpize +peclconf %{_bindir}/php-config +make %{?_smp_mflags} + +%if %{with_zts} +: Build ZTS extension +cd ../ZTS +%{_bindir}/zts-phpize +peclconf %{_bindir}/zts-php-config +make %{?_smp_mflags} +%endif + + +%install +%{?dtsenable} + +# Install XML package description +install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml + +# Install the NTS stuff +make -C NTS install INSTALL_ROOT=%{buildroot} +install -Dpm644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} + +%if %{with_zts} +# Install the ZTS stuff +make -C ZTS install INSTALL_ROOT=%{buildroot} +install -Dpm644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} +%endif + +# Documentation +for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//') +do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i +done + + +%check +# Shared needed extensions +modules="" +for mod in hash json pdo psr; do + if [ -f %{php_extdir}/${mod}.so ]; then + modules="$modules -d extension=${mod}.so" + fi +done + +: Minimal load test for NTS extension +%{__php} --no-php-ini \ + $modules \ + --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ + --modules | grep -i %{pecl_name} + +%if %{with_tests} +: Upstream test suite NTS extension +cd build/NTS +SKIP_ONLINE_TESTS=1 \ +TEST_PHP_EXECUTABLE=%{__php} \ +TEST_PHP_ARGS="-n $modules -d extension=$PWD/modules/%{pecl_name}.so" \ +NO_INTERACTION=1 \ +REPORT_EXIT_STATUS=1 \ +%{__php} -n run-tests.php --show-diff +%endif + +%if %{with_zts} +: Minimal load test for ZTS extension +%{__ztsphp} --no-php-ini \ + $modules \ + --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ + --modules | grep -i %{pecl_name} +%endif + + +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 +# when pear installed alone, after us +%triggerin -- %{?scl_prefix}php-pear +if [ -x %{__pecl} ] ; then + %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : +fi + +# posttrans as pear can be installed after us +%posttrans +if [ -x %{__pecl} ] ; then + %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : +fi + +%postun +if [ $1 -eq 0 -a -x %{__pecl} ] ; then + %{pecl_uninstall} %{pecl_name} >/dev/null || : +fi +%endif + + +%files +%{?_licensedir:%license NTS/LICENSE.txt} +%doc %{pecl_docdir}/%{pecl_name} +%{pecl_xmldir}/%{name}.xml + +%config(noreplace) %{php_inidir}/%{ini_name} +%{php_extdir}/%{pecl_name}.so +%exclude %{php_incldir}/ext/%{pecl_name}/php_phalcon.h + +%if %{with_zts} +%config(noreplace) %{php_ztsinidir}/%{ini_name} +%{php_ztsextdir}/%{pecl_name}.so +%exclude %{php_ztsincldir}/ext/%{pecl_name}/php_phalcon.h +%endif + + +%changelog +* Mon Apr 26 2021 Remi Collet - 4.1.2-1 +- update to 4.1.2 + +* Thu Apr 22 2021 Remi Collet - 4.1.1-1 +- update to 4.1.1 + +* Tue Nov 10 2020 Remi Collet - 4.1.0-1 +- update to 4.1.0 + +* Wed Jul 22 2020 Remi Collet - 4.0.6-2 +- rebuild for PHP 7.4.8 see + https://github.com/phalcon/cphalcon/issues/15107 + +* Sun May 17 2020 Remi Collet - 4.0.6-1 +- update to 4.0.6 + +* Mon Mar 9 2020 Remi Collet - 4.0.5-1 +- update to 4.0.5 + +* Mon Feb 17 2020 Remi Collet - 4.0.4-1 +- update to 4.0.4 + +* Sun Jan 26 2020 Remi Collet - 4.0.3-1 +- update to 4.0.3 + +* Mon Jan 13 2020 Remi Collet - 4.0.2-1 +- update to 4.0.2 +- sources from pecl + +* Sun Dec 22 2019 Remi Collet - 4.0.0-1 +- update to 4.0.0 + +* Mon Nov 18 2019 Remi Collet - 4.0.0~rc.3-1 +- update to 4.0.0-rc.3 + +* Mon Oct 28 2019 Remi Collet - 4.0.0~rc.2-1 +- update to 4.0.0-rc.2 + +* 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 + +* Fri Jun 28 2019 Remi Collet - 3.4.3-4 +- rebuild using zephir 0.10.16 for + https://github.com/phalcon/cphalcon/issues/14160 + +* Thu Jun 27 2019 Remi Collet - 3.4.3-3 +- test build for + https://github.com/phalcon/cphalcon/issues/14160 + +* Mon Feb 25 2019 Remi Collet - 3.4.3-2 +- drop fake minifiers + +* Mon Feb 25 2019 Remi Collet - 3.4.3-1 +- update to 3.4.3 using zephir 0.10.15 +- make minifiers return unchanged input value + backported from upstream version 4.x + +* Mon Dec 3 2018 Remi Collet - 3.4.2-1 +- update to 3.4.2 using zephir 0.10.14 + +* Sat Oct 20 2018 Remi Collet - 3.4.1-3 +- rebuild with zephir 0.10.12 for PHP 7.3 + +* Tue Aug 21 2018 Remi Collet - 3.4.1-2 +- update to 3.4.1 using zephir 0.10.10 + +* Thu Aug 16 2018 Remi Collet - 3.4.1-1 +- update to 3.4.1 using zephir 0.11.0 +- open https://github.com/phalcon/cphalcon/issues/13465 + +* Mon May 28 2018 Remi Collet - 3.4.0-1 +- update to 3.4.0 using zephir 0.10.10 + +* Wed Mar 7 2018 Remi Collet - 3.3.2-1 +- update to 3.3.2 using zephir 0.10.7 + +* Wed Jan 10 2018 Remi Collet - 3.3.1-1 +- Update to 3.3.1 using zephir 0.10.7 + +* Sun Dec 24 2017 Remi Collet - 3.3.0-1 +- Update to 3.3.0 using zephir 0.10.6 + +* Mon Oct 23 2017 Remi Collet - 3.2.4-1 +- Update to 3.2.4 using zephir 0.10.4 + +* Fri Oct 13 2017 Remi Collet - 3.2.3-1 +- Update to 3.2.3 using zephir 0.10.3 +- open https://github.com/phalcon/cphalcon/issues/13117 conflicts + +* Mon Aug 14 2017 Remi Collet - 3.2.2-1 +- Update to 3.2.2 using zephir 0.9.11 + +* Tue Jul 18 2017 Remi Collet - 3.2.1-2 +- rebuild for PHP 7.2.0beta1 new API + +* Tue Jul 11 2017 Remi Collet - 3.2.1-1 +- Update to 3.2.1 + +* Wed Jun 21 2017 Remi Collet - 3.2.0-2 +- test build with zephir 0.9.9 + +* Mon Jun 19 2017 Remi Collet - 3.2.0-1 +- Update to 3.2.0 +- open https://github.com/phalcon/cphalcon/issues/12909 - PHP 5 compat + +* Thu Apr 6 2017 Remi Collet - 3.1.2-1 +- Update to 3.1.2 + +* Sun Mar 26 2017 Remi Collet - 3.1.1-1 +- Update to 3.1.1 + +* Thu Mar 23 2017 Remi Collet - 3.1.0-1 +- Update to 3.1.0 + +* Tue Feb 21 2017 Remi Collet - 3.0.4-1 +- update to 3.0.4 + +* Sun Dec 25 2016 Remi Collet - 3.0.3-1 +- update to 3.0.3 + +* Sun Nov 27 2016 Remi Collet - 3.0.2-1 +- update to 3.0.2 + +* Fri Sep 2 2016 Remi Collet - 3.0.1-1 +- update to 3.0.1 + +* Sat Jul 30 2016 Remi Collet - 3.0.0-2 +- generate sources using zephir + +* Sat Jul 30 2016 Remi Collet - 3.0.0-1 +- update to 3.0.0 +- rename to php-phalcon3 +- PHP 7 build is broken for now + open https://github.com/phalcon/cphalcon/issues/12054 + +* Fri May 20 2016 Remi Collet - 2.0.13-1 +- update to 2.0.13 + +* Tue May 17 2016 Remi Collet - 2.0.12-1 +- update to 2.0.12 + +* Thu May 5 2016 Remi Collet - 2.0.11-1 +- update to 2.0.11 + +* Sun Feb 7 2016 Remi Collet - 2.0.10-1 +- update to 2.0.10 + +* Wed Nov 25 2015 Remi Collet - 2.0.9-1 +- update to 2.0.9 + +* Sat Sep 26 2015 Remi Collet - 2.0.8-1 +- update to 2.0.8 +- allow build against rh-php56 (as more-php56) + +* Fri Aug 21 2015 Remi Collet - 2.0.7-1 +- update to 2.0.7 + +* Wed Jul 22 2015 Remi Collet - 2.0.6-1 +- update to 2.0.6 + +* Wed Jul 15 2015 Remi Collet - 2.0.5-1 +- update to 2.0.5 + +* Mon Jul 13 2015 Remi Collet - 2.0.4-1 +- update to 2.0.4 + +* Thu Jun 11 2015 Remi Collet - 2.0.3-1 +- update to 2.0.3 + +* Tue May 26 2015 Remi Collet - 2.0.2-1 +- update to 2.0.2 + +* Thu May 14 2015 Remi Collet - 2.0.1-1 +- update to 2.0.1 + +* Tue Apr 21 2015 Remi Collet - 2.0.0-1 +- update to 2.0.0 +- rename to php-phalcon2 + +* Wed Dec 24 2014 Remi Collet - 1.3.4-1.1 +- Fedora 21 SCL mass rebuild + +* Sat Nov 15 2014 Remi Collet - 1.3.4-1 +- update to 1.3.4 + +* Mon Sep 29 2014 Remi Collet - 1.3.3-1 +- update to 1.3.3 +- drop all patches merged upstream + +* Sun Sep 7 2014 Remi Collet - 1.3.2-2 +- use striped archive, without non-free sources +- generate and use optimized sources +- open https://github.com/phalcon/cphalcon/pull/2793 + +* Thu Sep 4 2014 Remi Collet - 1.3.2-1 +- initial package, version 1.3.2 +- open https://github.com/phalcon/cphalcon/pull/2772 (merged) +- open https://github.com/phalcon/cphalcon/pull/2774 +- open https://github.com/phalcon/cphalcon/pull/2775 -- cgit