diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-23 14:02:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-23 14:02:23 +0200 |
commit | c60b391b250ffe301cd0914c32bc51379e3da925 (patch) | |
tree | be42dd3e0949ab44421f6b10d05666a28b509537 |
duplicate v3 stuff
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | PHPINFO | 26 | ||||
-rw-r--r-- | REFLECTION | 45836 | ||||
-rw-r--r-- | php-phalcon4.spec | 416 |
5 files changed, 46285 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af9f2ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.tar.xz +*.tar.gz +*.src.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 + @@ -0,0 +1,26 @@ + +phalcon + + +Web framework delivered as a C-extension for PHP +phalcon => enabled +Author => Phalcon Team and contributors +Version => 3.4.4 +Build Date => Jul 1 2019 06:53:35 +Powered by Zephir => Version 0.10.16 + +Directive => Local Value => Master Value +phalcon.db.escape_identifiers => On => On +phalcon.db.force_casting => Off => Off +phalcon.orm.events => On => On +phalcon.orm.virtual_foreign_keys => On => On +phalcon.orm.column_renaming => On => On +phalcon.orm.not_null_validations => On => On +phalcon.orm.exception_on_failed_save => Off => Off +phalcon.orm.enable_literals => On => On +phalcon.orm.late_state_binding => Off => Off +phalcon.orm.enable_implicit_joins => On => On +phalcon.orm.cast_on_hydrate => Off => Off +phalcon.orm.ignore_unknown_columns => Off => Off +phalcon.orm.update_snapshot_on_save => On => On +phalcon.orm.disable_assign_setters => Off => Off diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..5add64a --- /dev/null +++ b/REFLECTION @@ -0,0 +1,45836 @@ +Extension [ <persistent> extension #194 phalcon version 3.4.4 ] { + + - INI { + Entry [ phalcon.db.escape_identifiers <ALL> ] + Current = '1' + } + Entry [ phalcon.db.force_casting <ALL> ] + Current = '0' + } + Entry [ phalcon.orm.events <ALL> ] + Current = '1' + } + Entry [ phalcon.orm.virtual_foreign_keys <ALL> ] + Current = '1' + } + Entry [ phalcon.orm.column_renaming <ALL> ] + Current = '1' + } + Entry [ phalcon.orm.not_null_validations <ALL> ] + Current = '1' + } + Entry [ phalcon.orm.exception_on_failed_save <ALL> ] + Current = '0' + } + Entry [ phalcon.orm.enable_literals <ALL> ] + Current = '1' + } + Entry [ phalcon.orm.late_state_binding <ALL> ] + Current = '0' + } + Entry [ phalcon.orm.enable_implicit_joins <ALL> ] + Current = '1' + } + Entry [ phalcon.orm.cast_on_hydrate <ALL> ] + Current = '0' + } + Entry [ phalcon.orm.ignore_unknown_columns <ALL> ] + Current = '0' + } + Entry [ phalcon.orm.update_snapshot_on_save <ALL> ] + Current = '1' + } + Entry [ phalcon.orm.disable_assign_setters <ALL> ] + Current = '0' + } + } + + - Classes [398] { + Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon> abstract public method getDI ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon> abstract public method getEventsManager ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> abstract public method getOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Validation $validation ] + Parameter #1 [ <required> $attribute ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Forms\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [31] { + Method [ <internal:phalcon> abstract public method setForm ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Forms\Form $form ] + } + } + + Method [ <internal:phalcon> abstract public method getForm ] { + } + + Method [ <internal:phalcon> abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ <required> $filters ] + } + } + + Method [ <internal:phalcon> abstract public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon> abstract public method getFilters ] { + } + + Method [ <internal:phalcon> abstract public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ <required> array $validators ] + Parameter #1 [ <optional> $merge ] + } + } + + Method [ <internal:phalcon> abstract public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ] + } + } + + Method [ <internal:phalcon> abstract public method getValidators ] { + } + + Method [ <internal:phalcon> abstract public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ <optional> array or NULL $attributes ] + Parameter #1 [ <optional> $useChecked ] + } + } + + Method [ <internal:phalcon> abstract public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> $attribute ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> $attribute ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon> abstract public method getAttributes ] { + } + + Method [ <internal:phalcon> abstract public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon> abstract public method getUserOptions ] { + } + + Method [ <internal:phalcon> abstract public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + + Method [ <internal:phalcon> abstract public method getLabel ] { + } + + Method [ <internal:phalcon> abstract public method label ] { + } + + Method [ <internal:phalcon> abstract public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method getDefault ] { + } + + Method [ <internal:phalcon> abstract public method getValue ] { + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + } + + Method [ <internal:phalcon> abstract public method hasMessages ] { + } + + Method [ <internal:phalcon> abstract public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Validation\Message\Group $group ] + } + } + + Method [ <internal:phalcon> abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Validation\MessageInterface $message ] + } + } + + Method [ <internal:phalcon> abstract public method clear ] { + } + + Method [ <internal:phalcon> abstract public method render ] { + + - Parameters [1] { + Parameter #0 [ <optional> $attributes ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method getMessages ] { + } + + Method [ <internal:phalcon> abstract public method validate ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\EntityInterface $record ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ <internal:phalcon> abstract public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> abstract public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon> abstract public method getFrontend ] { + } + + Method [ <internal:phalcon> abstract public method getOptions ] { + } + + Method [ <internal:phalcon> abstract public method isFresh ] { + } + + Method [ <internal:phalcon> abstract public method isStarted ] { + } + + Method [ <internal:phalcon> abstract public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon> abstract public method getLastKey ] { + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> abstract public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon> abstract public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon> abstract public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\MetaDataInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [29] { + Method [ <internal:phalcon> abstract public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + } + + Method [ <internal:phalcon> abstract public method getStrategy ] { + } + + Method [ <internal:phalcon> abstract public method readMetaData ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method readMetaDataIndex ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $index ] + } + } + + Method [ <internal:phalcon> abstract public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $index ] + Parameter #2 [ <required> $data ] + } + } + + Method [ <internal:phalcon> abstract public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $index ] + } + } + + Method [ <internal:phalcon> abstract public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getNonPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getIdentityField ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getAutomaticCreateAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getAutomaticUpdateAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method setAutomaticCreateAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon> abstract public method setAutomaticUpdateAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon> abstract public method setEmptyStringAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon> abstract public method getEmptyStringAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $attribute ] + } + } + + Method [ <internal:phalcon> abstract public method isEmpty ] { + } + + Method [ <internal:phalcon> abstract public method reset ] { + } + + Method [ <internal:phalcon> abstract public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> abstract public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $data ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method getLifetime ] { + } + + Method [ <internal:phalcon> abstract public method isBuffering ] { + } + + Method [ <internal:phalcon> abstract public method start ] { + } + + Method [ <internal:phalcon> abstract public method getContent ] { + } + + Method [ <internal:phalcon> abstract public method stop ] { + } + + Method [ <internal:phalcon> abstract public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon> abstract public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ <internal:phalcon> abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionSuffix ] + } + } + + Method [ <internal:phalcon> abstract public method getActionSuffix ] { + } + + Method [ <internal:phalcon> abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultNamespace ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon> abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon> abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon> abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon> abstract public method getActionName ] { + } + + Method [ <internal:phalcon> abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ <required> $params ] + } + } + + Method [ <internal:phalcon> abstract public method getParams ] { + } + + Method [ <internal:phalcon> abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters ] + } + } + + Method [ <internal:phalcon> abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + } + + Method [ <internal:phalcon> abstract public method isFinished ] { + } + + Method [ <internal:phalcon> abstract public method getReturnedValue ] { + } + + Method [ <internal:phalcon> abstract public method dispatch ] { + } + + Method [ <internal:phalcon> abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ <required> $forward ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method setReader ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ <internal:phalcon> abstract public method getReader ] { + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon> abstract public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon> abstract public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $methodName ] + } + } + + Method [ <internal:phalcon> abstract public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon> abstract public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $propertyName ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon> abstract public method getFilter ] { + } + + Method [ <internal:phalcon> abstract public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon> abstract public method getAttributes ] { + } + + Method [ <internal:phalcon> abstract public method getResourceKey ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Logger\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ <internal:phalcon> abstract public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Logger\FormatterInterface $formatter ] + } + } + + Method [ <internal:phalcon> abstract public method getFormatter ] { + } + + Method [ <internal:phalcon> abstract public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ <required> $level ] + } + } + + Method [ <internal:phalcon> abstract public method getLogLevel ] { + } + + Method [ <internal:phalcon> abstract public method log ] { + + - Parameters [3] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <optional> $message ] + Parameter #2 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon> abstract public method begin ] { + } + + Method [ <internal:phalcon> abstract public method commit ] { + } + + Method [ <internal:phalcon> abstract public method rollback ] { + } + + Method [ <internal:phalcon> abstract public method close ] { + } + + Method [ <internal:phalcon> abstract public method debug ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon> abstract public method error ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon> abstract public method info ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon> abstract public method notice ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon> abstract public method warning ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon> abstract public method alert ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon> abstract public method emergency ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [62] { + Method [ <internal:phalcon> abstract public method fetchOne ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon> abstract public method fetchAll ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon> abstract public method insert ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> array $values ] + Parameter #2 [ <optional> $fields ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon> abstract public method update ] { + + - Parameters [5] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $values ] + Parameter #3 [ <optional> $whereCondition ] + Parameter #4 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $whereCondition ] + Parameter #2 [ <optional> $placeholders ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon> abstract public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ <required> $columnList ] + } + } + + Method [ <internal:phalcon> abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <required> $number ] + } + } + + Method [ <internal:phalcon> abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon> abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon> abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon> abstract public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon> abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon> abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon> abstract public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + } + + Method [ <internal:phalcon> abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $columnName ] + } + } + + Method [ <internal:phalcon> abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon> abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $indexName ] + } + } + + Method [ <internal:phalcon> abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon> abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + } + + Method [ <internal:phalcon> abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $referenceName ] + } + } + + Method [ <internal:phalcon> abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon> abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method listViews ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method getDescriptor ] { + } + + Method [ <internal:phalcon> abstract public method getConnectionId ] { + } + + Method [ <internal:phalcon> abstract public method getSQLStatement ] { + } + + Method [ <internal:phalcon> abstract public method getRealSQLStatement ] { + } + + Method [ <internal:phalcon> abstract public method getSQLVariables ] { + } + + Method [ <internal:phalcon> abstract public method getSQLBindTypes ] { + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method getDialectType ] { + } + + Method [ <internal:phalcon> abstract public method getDialect ] { + } + + Method [ <internal:phalcon> abstract public method connect ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $descriptor ] + } + } + + Method [ <internal:phalcon> abstract public method query ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon> abstract public method execute ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon> abstract public method affectedRows ] { + } + + Method [ <internal:phalcon> abstract public method close ] { + } + + Method [ <internal:phalcon> abstract public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ <required> $identifier ] + } + } + + Method [ <internal:phalcon> abstract public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ <required> $str ] + } + } + + Method [ <internal:phalcon> abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ <optional> $sequenceName ] + } + } + + Method [ <internal:phalcon> abstract public method begin ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon> abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon> abstract public method commit ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon> abstract public method isUnderTransaction ] { + } + + Method [ <internal:phalcon> abstract public method getInternalHandler ] { + } + + Method [ <internal:phalcon> abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon> abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon> abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method useExplicitIdValue ] { + } + + Method [ <internal:phalcon> abstract public method getDefaultIdValue ] { + } + + Method [ <internal:phalcon> abstract public method supportSequences ] { + } + + Method [ <internal:phalcon> abstract public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ <required> $nestedTransactionsWithSavepoints ] + } + } + + Method [ <internal:phalcon> abstract public method isNestedTransactionsWithSavepoints ] { + } + + Method [ <internal:phalcon> abstract public method getNestedTransactionSavepointName ] { + } + + Method [ <internal:phalcon> abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Logger\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method format ] { + + - Parameters [4] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <required> $type ] + Parameter #2 [ <required> $timestamp ] + Parameter #3 [ <optional> $context ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Session\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ <internal:phalcon> abstract public method start ] { + } + + Method [ <internal:phalcon> abstract public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon> abstract public method getOptions ] { + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon> abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon> abstract public method getId ] { + } + + Method [ <internal:phalcon> abstract public method isStarted ] { + } + + Method [ <internal:phalcon> abstract public method destroy ] { + + - Parameters [1] { + Parameter #0 [ <optional> $removeData ] + } + } + + Method [ <internal:phalcon> abstract public method regenerateId ] { + + - Parameters [1] { + Parameter #0 [ <optional> $deleteOldSession ] + } + } + + Method [ <internal:phalcon> abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method getName ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\DialectInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [31] { + Method [ <internal:phalcon> abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <required> $number ] + } + } + + Method [ <internal:phalcon> abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon> abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon> abstract public method select ] { + + - Parameters [1] { + Parameter #0 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon> abstract public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ <required> array $columnList ] + } + } + + Method [ <internal:phalcon> abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon> abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon> abstract public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + } + + Method [ <internal:phalcon> abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $columnName ] + } + } + + Method [ <internal:phalcon> abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon> abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $indexName ] + } + } + + Method [ <internal:phalcon> abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon> abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + } + + Method [ <internal:phalcon> abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $referenceName ] + } + } + + Method [ <internal:phalcon> abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon> abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method dropTable ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon> abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon> abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon> abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon> abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon> abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon> abstract public method supportsSavepoints ] { + } + + Method [ <internal:phalcon> abstract public method supportsReleaseSavepoints ] { + } + + Method [ <internal:phalcon> abstract public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\EntityInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method readAttribute ] { + + - Parameters [1] { + Parameter #0 [ <required> $attribute ] + } + } + + Method [ <internal:phalcon> abstract public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> $attribute ] + Parameter #1 [ <required> $value ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultsetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method getFirst ] { + } + + Method [ <internal:phalcon> abstract public method getLast ] { + } + + Method [ <internal:phalcon> abstract public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ <required> $isFresh ] + } + } + + Method [ <internal:phalcon> abstract public method isFresh ] { + } + + Method [ <internal:phalcon> abstract public method getCache ] { + } + + Method [ <internal:phalcon> abstract public method toArray ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Paginator\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:phalcon> abstract public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ <required> $page ] + } + } + + Method [ <internal:phalcon> abstract public method getPaginate ] { + } + + Method [ <internal:phalcon> abstract public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ <required> $limit ] + } + } + + Method [ <internal:phalcon> abstract public method getLimit ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Translate\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method t ] { + + - Parameters [2] { + Parameter #0 [ <required> $translateKey ] + Parameter #1 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon> abstract public method query ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon> abstract public method exists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\DiInterface extends ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ <internal:phalcon> abstract static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon> abstract static public method getDefault ] { + } + + Method [ <internal:phalcon> abstract static public method reset ] { + } + } + + - Properties [0] { + } + + - Methods [16] { + Method [ <internal:phalcon> abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + Parameter #2 [ <optional> $shared ] + } + } + + Method [ <internal:phalcon> abstract public method setShared ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + } + } + + Method [ <internal:phalcon> abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method attempt ] { + + - Parameters [3] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + Parameter #2 [ <optional> $shared ] + } + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract public method getShared ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract public method setRaw ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> Phalcon\Di\ServiceInterface $rawDefinition ] + } + } + + Method [ <internal:phalcon> abstract public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method getService ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method wasFreshInstance ] { + } + + Method [ <internal:phalcon> abstract public method getServices ] { + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $offset ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:Core, inherits ArrayAccess> abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\FlashInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:phalcon> abstract public method error ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon> abstract public method notice ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon> abstract public method success ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon> abstract public method warning ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon> abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> $message ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Image\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ <internal:phalcon> abstract public method resize ] { + + - Parameters [3] { + Parameter #0 [ <optional> $width ] + Parameter #1 [ <optional> $height ] + Parameter #2 [ <optional> $master ] + } + } + + Method [ <internal:phalcon> abstract public method crop ] { + + - Parameters [4] { + Parameter #0 [ <required> $width ] + Parameter #1 [ <required> $height ] + Parameter #2 [ <optional> $offsetX ] + Parameter #3 [ <optional> $offsetY ] + } + } + + Method [ <internal:phalcon> abstract public method rotate ] { + + - Parameters [1] { + Parameter #0 [ <required> $degrees ] + } + } + + Method [ <internal:phalcon> abstract public method flip ] { + + - Parameters [1] { + Parameter #0 [ <required> $direction ] + } + } + + Method [ <internal:phalcon> abstract public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ <required> $amount ] + } + } + + Method [ <internal:phalcon> abstract public method reflection ] { + + - Parameters [3] { + Parameter #0 [ <required> $height ] + Parameter #1 [ <optional> $opacity ] + Parameter #2 [ <optional> $fadeIn ] + } + } + + Method [ <internal:phalcon> abstract public method watermark ] { + + - Parameters [4] { + Parameter #0 [ <required> Phalcon\Image\Adapter $watermark ] + Parameter #1 [ <optional> $offsetX ] + Parameter #2 [ <optional> $offsetY ] + Parameter #3 [ <optional> $opacity ] + } + } + + Method [ <internal:phalcon> abstract public method text ] { + + - Parameters [7] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $offsetX ] + Parameter #2 [ <optional> $offsetY ] + Parameter #3 [ <optional> $opacity ] + Parameter #4 [ <optional> $color ] + Parameter #5 [ <optional> $size ] + Parameter #6 [ <optional> $fontfile ] + } + } + + Method [ <internal:phalcon> abstract public method mask ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Image\Adapter $watermark ] + } + } + + Method [ <internal:phalcon> abstract public method background ] { + + - Parameters [2] { + Parameter #0 [ <required> $color ] + Parameter #1 [ <optional> $opacity ] + } + } + + Method [ <internal:phalcon> abstract public method blur ] { + + - Parameters [1] { + Parameter #0 [ <required> $radius ] + } + } + + Method [ <internal:phalcon> abstract public method pixelate ] { + + - Parameters [1] { + Parameter #0 [ <required> $amount ] + } + } + + Method [ <internal:phalcon> abstract public method save ] { + + - Parameters [2] { + Parameter #0 [ <optional> $file ] + Parameter #1 [ <optional> $quality ] + } + } + + Method [ <internal:phalcon> abstract public method render ] { + + - Parameters [2] { + Parameter #0 [ <optional> $ext ] + Parameter #1 [ <optional> $quality ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Collection\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method notify ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> Phalcon\Mvc\CollectionInterface $collection ] + } + } + + Method [ <internal:phalcon> abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $collection ] + Parameter #1 [ <required> $method ] + Parameter #2 [ <optional> $arguments ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method notify ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $method ] + Parameter #2 [ <optional> $arguments ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\ViewBaseInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ <internal:phalcon> abstract public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ <required> $viewsDir ] + } + } + + Method [ <internal:phalcon> abstract public method getViewsDir ] { + } + + Method [ <internal:phalcon> abstract public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method setVar ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method getParamsToView ] { + } + + Method [ <internal:phalcon> abstract public method getCache ] { + } + + Method [ <internal:phalcon> abstract public method cache ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> abstract public method setContent ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon> abstract public method getContent ] { + } + + Method [ <internal:phalcon> abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ <required> $partialPath ] + Parameter #1 [ <optional> $params ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\View\EngineInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getContent ] { + } + + Method [ <internal:phalcon> abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ <required> $partialPath ] + Parameter #1 [ <optional> $params ] + } + } + + Method [ <internal:phalcon> abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <required> $params ] + Parameter #2 [ <optional> $mustClean ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Acl\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ <internal:phalcon> abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultAccess ] + } + } + + Method [ <internal:phalcon> abstract public method getDefaultAction ] { + } + + Method [ <internal:phalcon> abstract public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultAccess ] + } + } + + Method [ <internal:phalcon> abstract public method getNoArgumentsDefaultAction ] { + } + + Method [ <internal:phalcon> abstract public method addRole ] { + + - Parameters [2] { + Parameter #0 [ <required> $role ] + Parameter #1 [ <optional> $accessInherits ] + } + } + + Method [ <internal:phalcon> abstract public method addInherit ] { + + - Parameters [2] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $roleToInherit ] + } + } + + Method [ <internal:phalcon> abstract public method isRole ] { + + - Parameters [1] { + Parameter #0 [ <required> $roleName ] + } + } + + Method [ <internal:phalcon> abstract public method isResource ] { + + - Parameters [1] { + Parameter #0 [ <required> $resourceName ] + } + } + + Method [ <internal:phalcon> abstract public method addResource ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceObject ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon> abstract public method addResourceAccess ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceName ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon> abstract public method dropResourceAccess ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceName ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon> abstract public method allow ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> $func ] + } + } + + Method [ <internal:phalcon> abstract public method deny ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> $func ] + } + } + + Method [ <internal:phalcon> abstract public method isAllowed ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> array or NULL $parameters ] + } + } + + Method [ <internal:phalcon> abstract public method getActiveRole ] { + } + + Method [ <internal:phalcon> abstract public method getActiveResource ] { + } + + Method [ <internal:phalcon> abstract public method getActiveAccess ] { + } + + Method [ <internal:phalcon> abstract public method getRoles ] { + } + + Method [ <internal:phalcon> abstract public method getResources ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\MetaData\StrategyInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method getMetaData ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon> abstract public method getColumnMaps ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ResultInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method setDirtyState ] { + + - Parameters [1] { + Parameter #0 [ <required> $dirtyState ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\RouterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [29] { + Method [ <internal:phalcon> abstract public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ <required> $controllerName ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ <required> array $defaults ] + } + } + + Method [ <internal:phalcon> abstract public method handle ] { + + - Parameters [1] { + Parameter #0 [ <optional> $uri ] + } + } + + Method [ <internal:phalcon> abstract public method add ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $httpMethods ] + } + } + + Method [ <internal:phalcon> abstract public method addGet ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addPost ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addPut ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addPatch ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addDelete ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addHead ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addPurge ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addTrace ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addConnect ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method mount ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Router\GroupInterface $group ] + } + } + + Method [ <internal:phalcon> abstract public method clear ] { + } + + Method [ <internal:phalcon> abstract public method getModuleName ] { + } + + Method [ <internal:phalcon> abstract public method getNamespaceName ] { + } + + Method [ <internal:phalcon> abstract public method getControllerName ] { + } + + Method [ <internal:phalcon> abstract public method getActionName ] { + } + + Method [ <internal:phalcon> abstract public method getParams ] { + } + + Method [ <internal:phalcon> abstract public method getMatchedRoute ] { + } + + Method [ <internal:phalcon> abstract public method getMatches ] { + } + + Method [ <internal:phalcon> abstract public method wasMatched ] { + } + + Method [ <internal:phalcon> abstract public method getRoutes ] { + } + + Method [ <internal:phalcon> abstract public method getRouteById ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon> abstract public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Translate\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ <required> $translation ] + Parameter #1 [ <optional> $placeholders ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Acl\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getDescription ] { + } + + Method [ <internal:phalcon> abstract public method __toString ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Acl\RoleInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getDescription ] { + } + + Method [ <internal:phalcon> abstract public method __toString ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Annotations\ReaderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method parseDocBlock ] { + + - Parameters [3] { + Parameter #0 [ <required> $docBlock ] + Parameter #1 [ <optional> $file ] + Parameter #2 [ <optional> $line ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method parse ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Cli\DispatcherInterface extends Phalcon\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [23] { + Method [ <internal:phalcon> abstract public method setTaskSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskSuffix ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskName ] + } + } + + Method [ <internal:phalcon> abstract public method setTaskName ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskName ] + } + } + + Method [ <internal:phalcon> abstract public method getTaskName ] { + } + + Method [ <internal:phalcon> abstract public method getLastTask ] { + } + + Method [ <internal:phalcon> abstract public method getActiveTask ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionSuffix ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getActionSuffix ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultNamespace ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getActionName ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ <required> $params ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getParams ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method isFinished ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getReturnedValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method dispatch ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ <required> $forward ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Cli\TaskInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ <internal:phalcon> interface Phalcon\CryptInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ <internal:phalcon> abstract public method setCipher ] { + + - Parameters [1] { + Parameter #0 [ <required> $cipher ] + } + } + + Method [ <internal:phalcon> abstract public method getCipher ] { + } + + Method [ <internal:phalcon> abstract public method setKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> abstract public method getKey ] { + } + + Method [ <internal:phalcon> abstract public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + } + } + + Method [ <internal:phalcon> abstract public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + } + } + + Method [ <internal:phalcon> abstract public method encryptBase64 ] { + + - Parameters [2] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + } + } + + Method [ <internal:phalcon> abstract public method decryptBase64 ] { + + - Parameters [2] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + } + } + + Method [ <internal:phalcon> abstract public method getAvailableCiphers ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\ColumnInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + } + + - Properties [0] { + } + + - Methods [17] { + Method [ <internal:phalcon> abstract public method getSchemaName ] { + } + + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method getTypeReference ] { + } + + Method [ <internal:phalcon> abstract public method getTypeValues ] { + } + + Method [ <internal:phalcon> abstract public method getSize ] { + } + + Method [ <internal:phalcon> abstract public method getScale ] { + } + + Method [ <internal:phalcon> abstract public method isUnsigned ] { + } + + Method [ <internal:phalcon> abstract public method isNotNull ] { + } + + Method [ <internal:phalcon> abstract public method isPrimary ] { + } + + Method [ <internal:phalcon> abstract public method isAutoIncrement ] { + } + + Method [ <internal:phalcon> abstract public method isNumeric ] { + } + + Method [ <internal:phalcon> abstract public method isFirst ] { + } + + Method [ <internal:phalcon> abstract public method getAfterPosition ] { + } + + Method [ <internal:phalcon> abstract public method getBindType ] { + } + + Method [ <internal:phalcon> abstract public method getDefault ] { + } + + Method [ <internal:phalcon> abstract public method hasDefault ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\IndexInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getColumns ] { + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\ReferenceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getSchemaName ] { + } + + Method [ <internal:phalcon> abstract public method getReferencedSchema ] { + } + + Method [ <internal:phalcon> abstract public method getColumns ] { + } + + Method [ <internal:phalcon> abstract public method getReferencedTable ] { + } + + Method [ <internal:phalcon> abstract public method getReferencedColumns ] { + } + + Method [ <internal:phalcon> abstract public method getOnDelete ] { + } + + Method [ <internal:phalcon> abstract public method getOnUpdate ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Db\ResultInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method execute ] { + } + + Method [ <internal:phalcon> abstract public method fetch ] { + } + + Method [ <internal:phalcon> abstract public method fetchArray ] { + } + + Method [ <internal:phalcon> abstract public method fetchAll ] { + } + + Method [ <internal:phalcon> abstract public method numRows ] { + } + + Method [ <internal:phalcon> abstract public method dataSeek ] { + + - Parameters [1] { + Parameter #0 [ <required> $number ] + } + } + + Method [ <internal:phalcon> abstract public method setFetchMode ] { + + - Parameters [3] { + Parameter #0 [ <required> $fetchMode ] + Parameter #1 [ <optional> $colNoOrClassNameOrObject ] + Parameter #2 [ <optional> $ctorargs ] + } + } + + Method [ <internal:phalcon> abstract public method getInternalResult ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Di\ServiceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method setShared ] { + + - Parameters [1] { + Parameter #0 [ <required> $shared ] + } + } + + Method [ <internal:phalcon> abstract public method isShared ] { + } + + Method [ <internal:phalcon> abstract public method setDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> $definition ] + } + } + + Method [ <internal:phalcon> abstract public method getDefinition ] { + } + + Method [ <internal:phalcon> abstract public method resolve ] { + + - Parameters [2] { + Parameter #0 [ <optional> $parameters ] + Parameter #1 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ] + } + } + + Method [ <internal:phalcon> abstract public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ <required> $position ] + Parameter #1 [ <required> array $parameter ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\EscaperInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method setEncoding ] { + + - Parameters [1] { + Parameter #0 [ <required> $encoding ] + } + } + + Method [ <internal:phalcon> abstract public method getEncoding ] { + } + + Method [ <internal:phalcon> abstract public method setHtmlQuoteType ] { + + - Parameters [1] { + Parameter #0 [ <required> $quoteType ] + } + } + + Method [ <internal:phalcon> abstract public method escapeHtml ] { + + - Parameters [1] { + Parameter #0 [ <required> $text ] + } + } + + Method [ <internal:phalcon> abstract public method escapeHtmlAttr ] { + + - Parameters [1] { + Parameter #0 [ <required> $text ] + } + } + + Method [ <internal:phalcon> abstract public method escapeCss ] { + + - Parameters [1] { + Parameter #0 [ <required> $css ] + } + } + + Method [ <internal:phalcon> abstract public method escapeJs ] { + + - Parameters [1] { + Parameter #0 [ <required> $js ] + } + } + + Method [ <internal:phalcon> abstract public method escapeUrl ] { + + - Parameters [1] { + Parameter #0 [ <required> $url ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Events\EventInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method getData ] { + } + + Method [ <internal:phalcon> abstract public method setData ] { + + - Parameters [1] { + Parameter #0 [ <optional> $data ] + } + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon> abstract public method stop ] { + } + + Method [ <internal:phalcon> abstract public method isStopped ] { + } + + Method [ <internal:phalcon> abstract public method isCancelable ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Events\ManagerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:phalcon> abstract public method attach ] { + + - Parameters [2] { + Parameter #0 [ <required> $eventType ] + Parameter #1 [ <required> $handler ] + } + } + + Method [ <internal:phalcon> abstract public method detach ] { + + - Parameters [2] { + Parameter #0 [ <required> $eventType ] + Parameter #1 [ <required> $handler ] + } + } + + Method [ <internal:phalcon> abstract public method detachAll ] { + + - Parameters [1] { + Parameter #0 [ <optional> $type ] + } + } + + Method [ <internal:phalcon> abstract public method fire ] { + + - Parameters [3] { + Parameter #0 [ <required> $eventType ] + Parameter #1 [ <required> $source ] + Parameter #2 [ <optional> $data ] + } + } + + Method [ <internal:phalcon> abstract public method getListeners ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method add ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $handler ] + } + } + + Method [ <internal:phalcon> abstract public method sanitize ] { + + - Parameters [2] { + Parameter #0 [ <required> $value ] + Parameter #1 [ <required> $filters ] + } + } + + Method [ <internal:phalcon> abstract public method getFilters ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Http\CookieInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ <internal:phalcon> abstract public method setValue ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method getValue ] { + + - Parameters [2] { + Parameter #0 [ <optional> $filters ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method send ] { + } + + Method [ <internal:phalcon> abstract public method delete ] { + } + + Method [ <internal:phalcon> abstract public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ <required> $useEncryption ] + } + } + + Method [ <internal:phalcon> abstract public method isUsingEncryption ] { + } + + Method [ <internal:phalcon> abstract public method setExpiration ] { + + - Parameters [1] { + Parameter #0 [ <required> $expire ] + } + } + + Method [ <internal:phalcon> abstract public method getExpiration ] { + } + + Method [ <internal:phalcon> abstract public method setPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $path ] + } + } + + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getPath ] { + } + + Method [ <internal:phalcon> abstract public method setDomain ] { + + - Parameters [1] { + Parameter #0 [ <required> $domain ] + } + } + + Method [ <internal:phalcon> abstract public method getDomain ] { + } + + Method [ <internal:phalcon> abstract public method setSecure ] { + + - Parameters [1] { + Parameter #0 [ <required> $secure ] + } + } + + Method [ <internal:phalcon> abstract public method getSecure ] { + } + + Method [ <internal:phalcon> abstract public method setHttpOnly ] { + + - Parameters [1] { + Parameter #0 [ <required> $httpOnly ] + } + } + + Method [ <internal:phalcon> abstract public method getHttpOnly ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Http\RequestInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [43] { + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ <optional> $name ] + Parameter #1 [ <optional> $filters ] + Parameter #2 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method getPost ] { + + - Parameters [3] { + Parameter #0 [ <optional> $name ] + Parameter #1 [ <optional> $filters ] + Parameter #2 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method getQuery ] { + + - Parameters [3] { + Parameter #0 [ <optional> $name ] + Parameter #1 [ <optional> $filters ] + Parameter #2 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method getServer ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method hasPost ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method hasPut ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method hasQuery ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method hasServer ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method getHeader ] { + + - Parameters [1] { + Parameter #0 [ <required> $header ] + } + } + + Method [ <internal:phalcon> abstract public method getScheme ] { + } + + Method [ <internal:phalcon> abstract public method isAjax ] { + } + + Method [ <internal:phalcon> abstract public method isSoapRequested ] { + } + + Method [ <internal:phalcon> abstract public method isSecureRequest ] { + } + + Method [ <internal:phalcon> abstract public method getRawBody ] { + } + + Method [ <internal:phalcon> abstract public method getServerAddress ] { + } + + Method [ <internal:phalcon> abstract public method getServerName ] { + } + + Method [ <internal:phalcon> abstract public method getHttpHost ] { + } + + Method [ <internal:phalcon> abstract public method getPort ] { + } + + Method [ <internal:phalcon> abstract public method getClientAddress ] { + + - Parameters [1] { + Parameter #0 [ <optional> $trustForwardedHeader ] + } + } + + Method [ <internal:phalcon> abstract public method getMethod ] { + } + + Method [ <internal:phalcon> abstract public method getUserAgent ] { + } + + Method [ <internal:phalcon> abstract public method isMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $methods ] + Parameter #1 [ <optional> $strict ] + } + } + + Method [ <internal:phalcon> abstract public method isPost ] { + } + + Method [ <internal:phalcon> abstract public method isGet ] { + } + + Method [ <internal:phalcon> abstract public method isPut ] { + } + + Method [ <internal:phalcon> abstract public method isHead ] { + } + + Method [ <internal:phalcon> abstract public method isDelete ] { + } + + Method [ <internal:phalcon> abstract public method isOptions ] { + } + + Method [ <internal:phalcon> abstract public method isPurge ] { + } + + Method [ <internal:phalcon> abstract public method isTrace ] { + } + + Method [ <internal:phalcon> abstract public method isConnect ] { + } + + Method [ <internal:phalcon> abstract public method hasFiles ] { + + - Parameters [1] { + Parameter #0 [ <optional> $onlySuccessful ] + } + } + + Method [ <internal:phalcon> abstract public method getUploadedFiles ] { + + - Parameters [1] { + Parameter #0 [ <optional> $onlySuccessful ] + } + } + + Method [ <internal:phalcon> abstract public method getHTTPReferer ] { + } + + Method [ <internal:phalcon> abstract public method getAcceptableContent ] { + } + + Method [ <internal:phalcon> abstract public method getBestAccept ] { + } + + Method [ <internal:phalcon> abstract public method getClientCharsets ] { + } + + Method [ <internal:phalcon> abstract public method getBestCharset ] { + } + + Method [ <internal:phalcon> abstract public method getLanguages ] { + } + + Method [ <internal:phalcon> abstract public method getBestLanguage ] { + } + + Method [ <internal:phalcon> abstract public method getBasicAuth ] { + } + + Method [ <internal:phalcon> abstract public method getDigestAuth ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Http\Request\FileInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:phalcon> abstract public method getSize ] { + } + + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getTempName ] { + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method getRealType ] { + } + + Method [ <internal:phalcon> abstract public method moveTo ] { + + - Parameters [1] { + Parameter #0 [ <required> $destination ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Http\ResponseInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ <internal:phalcon> abstract public method setStatusCode ] { + + - Parameters [2] { + Parameter #0 [ <required> $code ] + Parameter #1 [ <optional> $message ] + } + } + + Method [ <internal:phalcon> abstract public method getHeaders ] { + } + + Method [ <internal:phalcon> abstract public method setHeader ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method setRawHeader ] { + + - Parameters [1] { + Parameter #0 [ <required> $header ] + } + } + + Method [ <internal:phalcon> abstract public method resetHeaders ] { + } + + Method [ <internal:phalcon> abstract public method setExpires ] { + + - Parameters [1] { + Parameter #0 [ <required> DateTime $datetime ] + } + } + + Method [ <internal:phalcon> abstract public method setNotModified ] { + } + + Method [ <internal:phalcon> abstract public method setContentType ] { + + - Parameters [2] { + Parameter #0 [ <required> $contentType ] + Parameter #1 [ <optional> $charset ] + } + } + + Method [ <internal:phalcon> abstract public method setContentLength ] { + + - Parameters [1] { + Parameter #0 [ <required> $contentLength ] + } + } + + Method [ <internal:phalcon> abstract public method redirect ] { + + - Parameters [3] { + Parameter #0 [ <optional> $location ] + Parameter #1 [ <optional> $externalRedirect ] + Parameter #2 [ <optional> $statusCode ] + } + } + + Method [ <internal:phalcon> abstract public method setContent ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon> abstract public method setJsonContent ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon> abstract public method appendContent ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon> abstract public method getContent ] { + } + + Method [ <internal:phalcon> abstract public method sendHeaders ] { + } + + Method [ <internal:phalcon> abstract public method sendCookies ] { + } + + Method [ <internal:phalcon> abstract public method send ] { + } + + Method [ <internal:phalcon> abstract public method setFileToSend ] { + + - Parameters [2] { + Parameter #0 [ <required> $filePath ] + Parameter #1 [ <optional> $attachmentName ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Http\Response\CookiesInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method useEncryption ] { + + - Parameters [1] { + Parameter #0 [ <required> $useEncryption ] + } + } + + Method [ <internal:phalcon> abstract public method isUsingEncryption ] { + } + + Method [ <internal:phalcon> abstract public method set ] { + + - Parameters [7] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $value ] + Parameter #2 [ <optional> $expire ] + Parameter #3 [ <optional> $path ] + Parameter #4 [ <optional> $secure ] + Parameter #5 [ <optional> $domain ] + Parameter #6 [ <optional> $httpOnly ] + } + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method send ] { + } + + Method [ <internal:phalcon> abstract public method reset ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Http\Response\HeadersInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:phalcon> abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method setRaw ] { + + - Parameters [1] { + Parameter #0 [ <required> $header ] + } + } + + Method [ <internal:phalcon> abstract public method send ] { + } + + Method [ <internal:phalcon> abstract public method reset ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [5] { + Method [ <internal:phalcon> abstract static public method cloneResult ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $collection ] + Parameter #1 [ <required> array $document ] + } + } + + Method [ <internal:phalcon> abstract static public method findById ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon> abstract static public method findFirst ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method find ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method count ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $parameters ] + } + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ <internal:phalcon> abstract public method setId ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon> abstract public method getId ] { + } + + Method [ <internal:phalcon> abstract public method getReservedAttributes ] { + } + + Method [ <internal:phalcon> abstract public method getSource ] { + } + + Method [ <internal:phalcon> abstract public method setConnectionService ] { + + - Parameters [1] { + Parameter #0 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method getConnection ] { + } + + Method [ <internal:phalcon> abstract public method setDirtyState ] { + + - Parameters [1] { + Parameter #0 [ <required> $dirtyState ] + } + } + + Method [ <internal:phalcon> abstract public method getDirtyState ] { + } + + Method [ <internal:phalcon> abstract public method fireEvent ] { + + - Parameters [1] { + Parameter #0 [ <required> $eventName ] + } + } + + Method [ <internal:phalcon> abstract public method fireEventCancel ] { + + - Parameters [1] { + Parameter #0 [ <required> $eventName ] + } + } + + Method [ <internal:phalcon> abstract public method validationHasFailed ] { + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + } + + Method [ <internal:phalcon> abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\MessageInterface $message ] + } + } + + Method [ <internal:phalcon> abstract public method save ] { + } + + Method [ <internal:phalcon> abstract public method delete ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\ControllerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\DispatcherInterface extends Phalcon\DispatcherInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [23] { + Method [ <internal:phalcon> abstract public method setControllerSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $controllerSuffix ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ <required> $controllerName ] + } + } + + Method [ <internal:phalcon> abstract public method setControllerName ] { + + - Parameters [1] { + Parameter #0 [ <required> $controllerName ] + } + } + + Method [ <internal:phalcon> abstract public method getControllerName ] { + } + + Method [ <internal:phalcon> abstract public method getLastController ] { + } + + Method [ <internal:phalcon> abstract public method getActiveController ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionSuffix ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getActionSuffix ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultNamespace ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getActionName ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setParams ] { + + - Parameters [1] { + Parameter #0 [ <required> $params ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getParams ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method setParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method isFinished ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method getReturnedValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method dispatch ] { + } + + Method [ <internal:phalcon, inherits Phalcon\DispatcherInterface> abstract public method forward ] { + + - Parameters [1] { + Parameter #0 [ <required> $forward ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Micro\CollectionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [15] { + Method [ <internal:phalcon> abstract public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> $prefix ] + } + } + + Method [ <internal:phalcon> abstract public method getPrefix ] { + } + + Method [ <internal:phalcon> abstract public method getHandlers ] { + } + + Method [ <internal:phalcon> abstract public method setHandler ] { + + - Parameters [2] { + Parameter #0 [ <required> $handler ] + Parameter #1 [ <optional> $lazy ] + } + } + + Method [ <internal:phalcon> abstract public method setLazy ] { + + - Parameters [1] { + Parameter #0 [ <required> $lazy ] + } + } + + Method [ <internal:phalcon> abstract public method isLazy ] { + } + + Method [ <internal:phalcon> abstract public method getHandler ] { + } + + Method [ <internal:phalcon> abstract public method map ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + + Method [ <internal:phalcon> abstract public method post ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + + Method [ <internal:phalcon> abstract public method put ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + + Method [ <internal:phalcon> abstract public method patch ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + + Method [ <internal:phalcon> abstract public method head ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + + Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + + Method [ <internal:phalcon> abstract public method options ] { + + - Parameters [3] { + Parameter #0 [ <required> $routePattern ] + Parameter #1 [ <required> $handler ] + Parameter #2 [ <optional> $name ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\ModelInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [11] { + Method [ <internal:phalcon> abstract static public method cloneResultMap ] { + + - Parameters [5] { + Parameter #0 [ <required> $base ] + Parameter #1 [ <required> array $data ] + Parameter #2 [ <required> $columnMap ] + Parameter #3 [ <optional> $dirtyState ] + Parameter #4 [ <optional> $keepSnapshots ] + } + } + + Method [ <internal:phalcon> abstract static public method cloneResult ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $base ] + Parameter #1 [ <required> array $data ] + Parameter #2 [ <optional> $dirtyState ] + } + } + + Method [ <internal:phalcon> abstract static public method cloneResultMapHydrate ] { + + - Parameters [3] { + Parameter #0 [ <required> array $data ] + Parameter #1 [ <required> $columnMap ] + Parameter #2 [ <required> $hydrationMode ] + } + } + + Method [ <internal:phalcon> abstract static public method find ] { + + - Parameters [1] { + Parameter #0 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method findFirst ] { + + - Parameters [1] { + Parameter #0 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method query ] { + + - Parameters [1] { + Parameter #0 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ] + } + } + + Method [ <internal:phalcon> abstract static public method count ] { + + - Parameters [1] { + Parameter #0 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method sum ] { + + - Parameters [1] { + Parameter #0 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method maximum ] { + + - Parameters [1] { + Parameter #0 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method minimum ] { + + - Parameters [1] { + Parameter #0 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract static public method average ] { + + - Parameters [1] { + Parameter #0 [ <optional> $parameters ] + } + } + } + + - Properties [0] { + } + + - Methods [28] { + Method [ <internal:phalcon> abstract public method setTransaction ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + } + + Method [ <internal:phalcon> abstract public method getSource ] { + } + + Method [ <internal:phalcon> abstract public method getSchema ] { + } + + Method [ <internal:phalcon> abstract public method setConnectionService ] { + + - Parameters [1] { + Parameter #0 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method setWriteConnectionService ] { + + - Parameters [1] { + Parameter #0 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method setReadConnectionService ] { + + - Parameters [1] { + Parameter #0 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method getReadConnectionService ] { + } + + Method [ <internal:phalcon> abstract public method getWriteConnectionService ] { + } + + Method [ <internal:phalcon> abstract public method getReadConnection ] { + } + + Method [ <internal:phalcon> abstract public method getWriteConnection ] { + } + + Method [ <internal:phalcon> abstract public method setDirtyState ] { + + - Parameters [1] { + Parameter #0 [ <required> $dirtyState ] + } + } + + Method [ <internal:phalcon> abstract public method getDirtyState ] { + } + + Method [ <internal:phalcon> abstract public method assign ] { + + - Parameters [3] { + Parameter #0 [ <required> array $data ] + Parameter #1 [ <optional> $dataColumnMap ] + Parameter #2 [ <optional> $whiteList ] + } + } + + Method [ <internal:phalcon> abstract public method fireEvent ] { + + - Parameters [1] { + Parameter #0 [ <required> $eventName ] + } + } + + Method [ <internal:phalcon> abstract public method fireEventCancel ] { + + - Parameters [1] { + Parameter #0 [ <required> $eventName ] + } + } + + Method [ <internal:phalcon> abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\MessageInterface $message ] + } + } + + Method [ <internal:phalcon> abstract public method validationHasFailed ] { + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + } + + Method [ <internal:phalcon> abstract public method save ] { + + - Parameters [2] { + Parameter #0 [ <optional> $data ] + Parameter #1 [ <optional> $whiteList ] + } + } + + Method [ <internal:phalcon> abstract public method create ] { + + - Parameters [2] { + Parameter #0 [ <optional> $data ] + Parameter #1 [ <optional> $whiteList ] + } + } + + Method [ <internal:phalcon> abstract public method update ] { + + - Parameters [2] { + Parameter #0 [ <optional> $data ] + Parameter #1 [ <optional> $whiteList ] + } + } + + Method [ <internal:phalcon> abstract public method delete ] { + } + + Method [ <internal:phalcon> abstract public method getOperationMade ] { + } + + Method [ <internal:phalcon> abstract public method refresh ] { + } + + Method [ <internal:phalcon> abstract public method skipOperation ] { + + - Parameters [1] { + Parameter #0 [ <required> $skip ] + } + } + + Method [ <internal:phalcon> abstract public method getRelated ] { + + - Parameters [2] { + Parameter #0 [ <required> $alias ] + Parameter #1 [ <optional> $arguments ] + } + } + + Method [ <internal:phalcon> abstract public method setSnapshotData ] { + + - Parameters [2] { + Parameter #0 [ <required> array $data ] + Parameter #1 [ <optional> $columnMap ] + } + } + + Method [ <internal:phalcon> abstract public method reset ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\BinderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:phalcon> abstract public method getBoundModels ] { + } + + Method [ <internal:phalcon> abstract public method getCache ] { + } + + Method [ <internal:phalcon> abstract public method setCache ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Cache\BackendInterface $cache ] + } + } + + Method [ <internal:phalcon> abstract public method bindToHandler ] { + + - Parameters [4] { + Parameter #0 [ <required> $handler ] + Parameter #1 [ <required> array $params ] + Parameter #2 [ <required> $cacheKey ] + Parameter #3 [ <optional> $methodName ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\CriteriaInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ <internal:phalcon> abstract public method setModelName ] { + + - Parameters [1] { + Parameter #0 [ <required> $modelName ] + } + } + + Method [ <internal:phalcon> abstract public method getModelName ] { + } + + Method [ <internal:phalcon> abstract public method bind ] { + + - Parameters [2] { + Parameter #0 [ <required> array $bindParams ] + Parameter #1 [ <optional> $merge ] + } + } + + Method [ <internal:phalcon> abstract public method bindTypes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $bindTypes ] + } + } + + Method [ <internal:phalcon> abstract public method where ] { + + - Parameters [3] { + Parameter #0 [ <required> $conditions ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon> abstract public method conditions ] { + + - Parameters [1] { + Parameter #0 [ <required> $conditions ] + } + } + + Method [ <internal:phalcon> abstract public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ <required> $orderColumns ] + } + } + + Method [ <internal:phalcon> abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $limit ] + Parameter #1 [ <optional> $offset ] + } + } + + Method [ <internal:phalcon> abstract public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ <optional> $forUpdate ] + } + } + + Method [ <internal:phalcon> abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ <optional> $sharedLock ] + } + } + + Method [ <internal:phalcon> abstract public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $conditions ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon> abstract public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $conditions ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon> abstract public method betweenWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> $minimum ] + Parameter #2 [ <required> $maximum ] + } + } + + Method [ <internal:phalcon> abstract public method notBetweenWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> $minimum ] + Parameter #2 [ <required> $maximum ] + } + } + + Method [ <internal:phalcon> abstract public method inWhere ] { + + - Parameters [2] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> array $values ] + } + } + + Method [ <internal:phalcon> abstract public method notInWhere ] { + + - Parameters [2] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> array $values ] + } + } + + Method [ <internal:phalcon> abstract public method getWhere ] { + } + + Method [ <internal:phalcon> abstract public method getConditions ] { + } + + Method [ <internal:phalcon> abstract public method getLimit ] { + } + + Method [ <internal:phalcon> abstract public method getOrderBy ] { + } + + Method [ <internal:phalcon> abstract public method getParams ] { + } + + Method [ <internal:phalcon> abstract public method execute ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\ManagerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [38] { + Method [ <internal:phalcon> abstract public method initialize ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method setModelSource ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $source ] + } + } + + Method [ <internal:phalcon> abstract public method getModelSource ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method setModelSchema ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $schema ] + } + } + + Method [ <internal:phalcon> abstract public method getModelSchema ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method setConnectionService ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method setReadConnectionService ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method getReadConnectionService ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method setWriteConnectionService ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method getWriteConnectionService ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getReadConnection ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getWriteConnection ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method isInitialized ] { + + - Parameters [1] { + Parameter #0 [ <required> $modelName ] + } + } + + Method [ <internal:phalcon> abstract public method getLastInitialized ] { + } + + Method [ <internal:phalcon> abstract public method load ] { + + - Parameters [2] { + Parameter #0 [ <required> $modelName ] + Parameter #1 [ <optional> $newInstance ] + } + } + + Method [ <internal:phalcon> abstract public method addHasOne ] { + + - Parameters [5] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $referencedModel ] + Parameter #3 [ <required> $referencedFields ] + Parameter #4 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> abstract public method addBelongsTo ] { + + - Parameters [5] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $referencedModel ] + Parameter #3 [ <required> $referencedFields ] + Parameter #4 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> abstract public method addHasMany ] { + + - Parameters [5] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $referencedModel ] + Parameter #3 [ <required> $referencedFields ] + Parameter #4 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> abstract public method existsBelongsTo ] { + + - Parameters [2] { + Parameter #0 [ <required> $modelName ] + Parameter #1 [ <required> $modelRelation ] + } + } + + Method [ <internal:phalcon> abstract public method existsHasMany ] { + + - Parameters [2] { + Parameter #0 [ <required> $modelName ] + Parameter #1 [ <required> $modelRelation ] + } + } + + Method [ <internal:phalcon> abstract public method existsHasOne ] { + + - Parameters [2] { + Parameter #0 [ <required> $modelName ] + Parameter #1 [ <required> $modelRelation ] + } + } + + Method [ <internal:phalcon> abstract public method getBelongsToRecords ] { + + - Parameters [5] { + Parameter #0 [ <required> $method ] + Parameter #1 [ <required> $modelName ] + Parameter #2 [ <required> $modelRelation ] + Parameter #3 [ <required> Phalcon\Mvc\ModelInterface $record ] + Parameter #4 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract public method getHasManyRecords ] { + + - Parameters [5] { + Parameter #0 [ <required> $method ] + Parameter #1 [ <required> $modelName ] + Parameter #2 [ <required> $modelRelation ] + Parameter #3 [ <required> Phalcon\Mvc\ModelInterface $record ] + Parameter #4 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract public method getHasOneRecords ] { + + - Parameters [5] { + Parameter #0 [ <required> $method ] + Parameter #1 [ <required> $modelName ] + Parameter #2 [ <required> $modelRelation ] + Parameter #3 [ <required> Phalcon\Mvc\ModelInterface $record ] + Parameter #4 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon> abstract public method getBelongsTo ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getHasMany ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getHasOne ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getHasOneAndHasMany ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getRelations ] { + + - Parameters [1] { + Parameter #0 [ <required> $modelName ] + } + } + + Method [ <internal:phalcon> abstract public method getRelationsBetween ] { + + - Parameters [2] { + Parameter #0 [ <required> $first ] + Parameter #1 [ <required> $second ] + } + } + + Method [ <internal:phalcon> abstract public method createQuery ] { + + - Parameters [1] { + Parameter #0 [ <required> $phql ] + } + } + + Method [ <internal:phalcon> abstract public method executeQuery ] { + + - Parameters [3] { + Parameter #0 [ <required> $phql ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $types ] + } + } + + Method [ <internal:phalcon> abstract public method createBuilder ] { + + - Parameters [1] { + Parameter #0 [ <optional> $params ] + } + } + + Method [ <internal:phalcon> abstract public method addBehavior ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> Phalcon\Mvc\Model\BehaviorInterface $behavior ] + } + } + + Method [ <internal:phalcon> abstract public method notifyEvent ] { + + - Parameters [2] { + Parameter #0 [ <required> $eventName ] + Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $eventName ] + Parameter #2 [ <required> $data ] + } + } + + Method [ <internal:phalcon> abstract public method getLastQuery ] { + } + + Method [ <internal:phalcon> abstract public method getRelationByAlias ] { + + - Parameters [2] { + Parameter #0 [ <required> $modelName ] + Parameter #1 [ <required> $alias ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\MessageInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $message ] + } + } + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method setMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon> abstract public method getMessage ] { + } + + Method [ <internal:phalcon> abstract public method setField ] { + + - Parameters [1] { + Parameter #0 [ <required> $field ] + } + } + + Method [ <internal:phalcon> abstract public method getField ] { + } + + Method [ <internal:phalcon> abstract public method __toString ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\QueryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:phalcon> abstract public method parse ] { + } + + Method [ <internal:phalcon> abstract public method cache ] { + + - Parameters [1] { + Parameter #0 [ <required> $cacheOptions ] + } + } + + Method [ <internal:phalcon> abstract public method getCacheOptions ] { + } + + Method [ <internal:phalcon> abstract public method setUniqueRow ] { + + - Parameters [1] { + Parameter #0 [ <required> $uniqueRow ] + } + } + + Method [ <internal:phalcon> abstract public method getUniqueRow ] { + } + + Method [ <internal:phalcon> abstract public method execute ] { + + - Parameters [2] { + Parameter #0 [ <optional> $bindParams ] + Parameter #1 [ <optional> $bindTypes ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\Query\BuilderInterface ] { + + - Constants [2] { + Constant [ public string OPERATOR_OR ] { or } + Constant [ public string OPERATOR_AND ] { and } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [28] { + Method [ <internal:phalcon> abstract public method columns ] { + + - Parameters [1] { + Parameter #0 [ <required> $columns ] + } + } + + Method [ <internal:phalcon> abstract public method getColumns ] { + } + + Method [ <internal:phalcon> abstract public method from ] { + + - Parameters [1] { + Parameter #0 [ <required> $models ] + } + } + + Method [ <internal:phalcon> abstract public method addFrom ] { + + - Parameters [2] { + Parameter #0 [ <required> $model ] + Parameter #1 [ <optional> $alias ] + } + } + + Method [ <internal:phalcon> abstract public method getFrom ] { + } + + Method [ <internal:phalcon> abstract public method join ] { + + - Parameters [4] { + Parameter #0 [ <required> $model ] + Parameter #1 [ <optional> $conditions ] + Parameter #2 [ <optional> $alias ] + Parameter #3 [ <optional> $type ] + } + } + + Method [ <internal:phalcon> abstract public method innerJoin ] { + + - Parameters [3] { + Parameter #0 [ <required> $model ] + Parameter #1 [ <optional> $conditions ] + Parameter #2 [ <optional> $alias ] + } + } + + Method [ <internal:phalcon> abstract public method leftJoin ] { + + - Parameters [3] { + Parameter #0 [ <required> $model ] + Parameter #1 [ <optional> $conditions ] + Parameter #2 [ <optional> $alias ] + } + } + + Method [ <internal:phalcon> abstract public method rightJoin ] { + + - Parameters [3] { + Parameter #0 [ <required> $model ] + Parameter #1 [ <optional> $conditions ] + Parameter #2 [ <optional> $alias ] + } + } + + Method [ <internal:phalcon> abstract public method getJoins ] { + } + + Method [ <internal:phalcon> abstract public method where ] { + + - Parameters [3] { + Parameter #0 [ <required> $conditions ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon> abstract public method andWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $conditions ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon> abstract public method orWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $conditions ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon> abstract public method betweenWhere ] { + + - Parameters [4] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> $minimum ] + Parameter #2 [ <required> $maximum ] + Parameter #3 [ <optional> $operator ] + } + } + + Method [ <internal:phalcon> abstract public method notBetweenWhere ] { + + - Parameters [4] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> $minimum ] + Parameter #2 [ <required> $maximum ] + Parameter #3 [ <optional> $operator ] + } + } + + Method [ <internal:phalcon> abstract public method inWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> array $values ] + Parameter #2 [ <optional> $operator ] + } + } + + Method [ <internal:phalcon> abstract public method notInWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $expr ] + Parameter #1 [ <required> array $values ] + Parameter #2 [ <optional> $operator ] + } + } + + Method [ <internal:phalcon> abstract public method getWhere ] { + } + + Method [ <internal:phalcon> abstract public method orderBy ] { + + - Parameters [1] { + Parameter #0 [ <required> $orderBy ] + } + } + + Method [ <internal:phalcon> abstract public method getOrderBy ] { + } + + Method [ <internal:phalcon> abstract public method having ] { + + - Parameters [1] { + Parameter #0 [ <required> $having ] + } + } + + Method [ <internal:phalcon> abstract public method getHaving ] { + } + + Method [ <internal:phalcon> abstract public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $limit ] + Parameter #1 [ <optional> $offset ] + } + } + + Method [ <internal:phalcon> abstract public method getLimit ] { + } + + Method [ <internal:phalcon> abstract public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ <required> $group ] + } + } + + Method [ <internal:phalcon> abstract public method getGroupBy ] { + } + + Method [ <internal:phalcon> abstract public method getPhql ] { + } + + Method [ <internal:phalcon> abstract public method getQuery ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\Query\StatusInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getModel ] { + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + } + + Method [ <internal:phalcon> abstract public method success ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\RelationInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ <internal:phalcon> abstract public method setIntermediateRelation ] { + + - Parameters [3] { + Parameter #0 [ <required> $intermediateFields ] + Parameter #1 [ <required> $intermediateModel ] + Parameter #2 [ <required> $intermediateReferencedFields ] + } + } + + Method [ <internal:phalcon> abstract public method isReusable ] { + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method getReferencedModel ] { + } + + Method [ <internal:phalcon> abstract public method getFields ] { + } + + Method [ <internal:phalcon> abstract public method getReferencedFields ] { + } + + Method [ <internal:phalcon> abstract public method getOptions ] { + } + + Method [ <internal:phalcon> abstract public method getOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method isForeignKey ] { + } + + Method [ <internal:phalcon> abstract public method getForeignKey ] { + } + + Method [ <internal:phalcon> abstract public method isThrough ] { + } + + Method [ <internal:phalcon> abstract public method getIntermediateFields ] { + } + + Method [ <internal:phalcon> abstract public method getIntermediateModel ] { + } + + Method [ <internal:phalcon> abstract public method getIntermediateReferencedFields ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\TransactionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon> abstract public method setTransactionManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] + } + } + + Method [ <internal:phalcon> abstract public method begin ] { + } + + Method [ <internal:phalcon> abstract public method commit ] { + } + + Method [ <internal:phalcon> abstract public method rollback ] { + + - Parameters [2] { + Parameter #0 [ <optional> $rollbackMessage ] + Parameter #1 [ <optional> Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] + } + } + + Method [ <internal:phalcon> abstract public method getConnection ] { + } + + Method [ <internal:phalcon> abstract public method setIsNewTransaction ] { + + - Parameters [1] { + Parameter #0 [ <required> $isNew ] + } + } + + Method [ <internal:phalcon> abstract public method setRollbackOnAbort ] { + + - Parameters [1] { + Parameter #0 [ <required> $rollbackOnAbort ] + } + } + + Method [ <internal:phalcon> abstract public method isManaged ] { + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + } + + Method [ <internal:phalcon> abstract public method isValid ] { + } + + Method [ <internal:phalcon> abstract public method setRollbackedRecord ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $record ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\Transaction\ManagerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method has ] { + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ <optional> $autoBegin ] + } + } + + Method [ <internal:phalcon> abstract public method rollbackPendent ] { + } + + Method [ <internal:phalcon> abstract public method commit ] { + } + + Method [ <internal:phalcon> abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ <optional> $collect ] + } + } + + Method [ <internal:phalcon> abstract public method notifyRollback ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + } + + Method [ <internal:phalcon> abstract public method notifyCommit ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + } + + Method [ <internal:phalcon> abstract public method collectTransactions ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Router\GroupInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ <internal:phalcon> abstract public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ <required> $hostname ] + } + } + + Method [ <internal:phalcon> abstract public method getHostname ] { + } + + Method [ <internal:phalcon> abstract public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> $prefix ] + } + } + + Method [ <internal:phalcon> abstract public method getPrefix ] { + } + + Method [ <internal:phalcon> abstract public method beforeMatch ] { + + - Parameters [1] { + Parameter #0 [ <required> $beforeMatch ] + } + } + + Method [ <internal:phalcon> abstract public method getBeforeMatch ] { + } + + Method [ <internal:phalcon> abstract public method setPaths ] { + + - Parameters [1] { + Parameter #0 [ <required> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method getPaths ] { + } + + Method [ <internal:phalcon> abstract public method getRoutes ] { + } + + Method [ <internal:phalcon> abstract public method add ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $httpMethods ] + } + } + + Method [ <internal:phalcon> abstract public method addGet ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addPost ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addPut ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addPatch ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addDelete ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method addHead ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method clear ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Router\RouteInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method reset ] { + } + } + + - Properties [0] { + } + + - Methods [14] { + Method [ <internal:phalcon> abstract public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ <required> $hostname ] + } + } + + Method [ <internal:phalcon> abstract public method getHostname ] { + } + + Method [ <internal:phalcon> abstract public method compilePattern ] { + + - Parameters [1] { + Parameter #0 [ <required> $pattern ] + } + } + + Method [ <internal:phalcon> abstract public method via ] { + + - Parameters [1] { + Parameter #0 [ <required> $httpMethods ] + } + } + + Method [ <internal:phalcon> abstract public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method setHttpMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $httpMethods ] + } + } + + Method [ <internal:phalcon> abstract public method getRouteId ] { + } + + Method [ <internal:phalcon> abstract public method getPattern ] { + } + + Method [ <internal:phalcon> abstract public method getCompiledPattern ] { + } + + Method [ <internal:phalcon> abstract public method getPaths ] { + } + + Method [ <internal:phalcon> abstract public method getReversedPaths ] { + } + + Method [ <internal:phalcon> abstract public method getHttpMethods ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\UrlInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:phalcon> abstract public method setBaseUri ] { + + - Parameters [1] { + Parameter #0 [ <required> $baseUri ] + } + } + + Method [ <internal:phalcon> abstract public method getBaseUri ] { + } + + Method [ <internal:phalcon> abstract public method setBasePath ] { + + - Parameters [1] { + Parameter #0 [ <required> $basePath ] + } + } + + Method [ <internal:phalcon> abstract public method getBasePath ] { + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [4] { + Parameter #0 [ <optional> $uri ] + Parameter #1 [ <optional> $args ] + Parameter #2 [ <optional> $local ] + Parameter #3 [ <optional> $baseUri ] + } + } + + Method [ <internal:phalcon> abstract public method path ] { + + - Parameters [1] { + Parameter #0 [ <optional> $path ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [38] { + Method [ <internal:phalcon> abstract public method setLayoutsDir ] { + + - Parameters [1] { + Parameter #0 [ <required> $layoutsDir ] + } + } + + Method [ <internal:phalcon> abstract public method getLayoutsDir ] { + } + + Method [ <internal:phalcon> abstract public method setPartialsDir ] { + + - Parameters [1] { + Parameter #0 [ <required> $partialsDir ] + } + } + + Method [ <internal:phalcon> abstract public method getPartialsDir ] { + } + + Method [ <internal:phalcon> abstract public method setBasePath ] { + + - Parameters [1] { + Parameter #0 [ <required> $basePath ] + } + } + + Method [ <internal:phalcon> abstract public method getBasePath ] { + } + + Method [ <internal:phalcon> abstract public method setRenderLevel ] { + + - Parameters [1] { + Parameter #0 [ <required> $level ] + } + } + + Method [ <internal:phalcon> abstract public method setMainView ] { + + - Parameters [1] { + Parameter #0 [ <required> $viewPath ] + } + } + + Method [ <internal:phalcon> abstract public method getMainView ] { + } + + Method [ <internal:phalcon> abstract public method setLayout ] { + + - Parameters [1] { + Parameter #0 [ <required> $layout ] + } + } + + Method [ <internal:phalcon> abstract public method getLayout ] { + } + + Method [ <internal:phalcon> abstract public method setTemplateBefore ] { + + - Parameters [1] { + Parameter #0 [ <required> $templateBefore ] + } + } + + Method [ <internal:phalcon> abstract public method cleanTemplateBefore ] { + } + + Method [ <internal:phalcon> abstract public method setTemplateAfter ] { + + - Parameters [1] { + Parameter #0 [ <required> $templateAfter ] + } + } + + Method [ <internal:phalcon> abstract public method cleanTemplateAfter ] { + } + + Method [ <internal:phalcon> abstract public method getControllerName ] { + } + + Method [ <internal:phalcon> abstract public method getActionName ] { + } + + Method [ <internal:phalcon> abstract public method getParams ] { + } + + Method [ <internal:phalcon> abstract public method start ] { + } + + Method [ <internal:phalcon> abstract public method registerEngines ] { + + - Parameters [1] { + Parameter #0 [ <required> array $engines ] + } + } + + Method [ <internal:phalcon> abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ <required> $controllerName ] + Parameter #1 [ <required> $actionName ] + Parameter #2 [ <optional> $params ] + } + } + + Method [ <internal:phalcon> abstract public method pick ] { + + - Parameters [1] { + Parameter #0 [ <required> $renderView ] + } + } + + Method [ <internal:phalcon> abstract public method finish ] { + } + + Method [ <internal:phalcon> abstract public method getActiveRenderPath ] { + } + + Method [ <internal:phalcon> abstract public method disable ] { + } + + Method [ <internal:phalcon> abstract public method enable ] { + } + + Method [ <internal:phalcon> abstract public method reset ] { + } + + Method [ <internal:phalcon> abstract public method isDisabled ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method setViewsDir ] { + + - Parameters [1] { + Parameter #0 [ <required> $viewsDir ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method getViewsDir ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method setParamToView ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method setVar ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method getParamsToView ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method getCache ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method cache ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method setContent ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method getContent ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method partial ] { + + - Parameters [2] { + Parameter #0 [ <required> $partialPath ] + Parameter #1 [ <optional> $params ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Session\BagInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ <internal:phalcon> abstract public method initialize ] { + } + + Method [ <internal:phalcon> abstract public method destroy ] { + } + + Method [ <internal:phalcon> abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> $property ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $property ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $property ] + } + } + + Method [ <internal:phalcon> abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ <required> $property ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $property ] + } + } + + Method [ <internal:phalcon> abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ <required> $property ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\ValidationInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ <internal:phalcon> abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ <optional> $data ] + Parameter #1 [ <optional> $entity ] + } + } + + Method [ <internal:phalcon> abstract public method add ] { + + - Parameters [2] { + Parameter #0 [ <required> $field ] + Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ] + } + } + + Method [ <internal:phalcon> abstract public method rule ] { + + - Parameters [2] { + Parameter #0 [ <required> $field ] + Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ] + } + } + + Method [ <internal:phalcon> abstract public method rules ] { + + - Parameters [2] { + Parameter #0 [ <required> $field ] + Parameter #1 [ <required> array $validators ] + } + } + + Method [ <internal:phalcon> abstract public method setFilters ] { + + - Parameters [2] { + Parameter #0 [ <required> $field ] + Parameter #1 [ <required> $filters ] + } + } + + Method [ <internal:phalcon> abstract public method getFilters ] { + + - Parameters [1] { + Parameter #0 [ <optional> $field ] + } + } + + Method [ <internal:phalcon> abstract public method getValidators ] { + } + + Method [ <internal:phalcon> abstract public method getEntity ] { + } + + Method [ <internal:phalcon> abstract public method setDefaultMessages ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $messages ] + } + } + + Method [ <internal:phalcon> abstract public method getDefaultMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon> abstract public method getMessages ] { + } + + Method [ <internal:phalcon> abstract public method setLabels ] { + + - Parameters [1] { + Parameter #0 [ <required> array $labels ] + } + } + + Method [ <internal:phalcon> abstract public method getLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $field ] + } + } + + Method [ <internal:phalcon> abstract public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Validation\MessageInterface $message ] + } + } + + Method [ <internal:phalcon> abstract public method bind ] { + + - Parameters [2] { + Parameter #0 [ <required> $entity ] + Parameter #1 [ <required> $data ] + } + } + + Method [ <internal:phalcon> abstract public method getValue ] { + + - Parameters [1] { + Parameter #0 [ <required> $field ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Validation\MessageInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $message ] + } + } + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon> abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon> abstract public method getType ] { + } + + Method [ <internal:phalcon> abstract public method setMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon> abstract public method getMessage ] { + } + + Method [ <internal:phalcon> abstract public method setField ] { + + - Parameters [1] { + Parameter #0 [ <required> $field ] + } + } + + Method [ <internal:phalcon> abstract public method getField ] { + } + + Method [ <internal:phalcon> abstract public method __toString ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Acl\ResourceAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method getResourceName ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Acl\RoleAware ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method getRoleName ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Cli\RouterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ <internal:phalcon> abstract public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskName ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon> abstract public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ <required> array $defaults ] + } + } + + Method [ <internal:phalcon> abstract public method handle ] { + + - Parameters [1] { + Parameter #0 [ <optional> $arguments ] + } + } + + Method [ <internal:phalcon> abstract public method add ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method getModuleName ] { + } + + Method [ <internal:phalcon> abstract public method getTaskName ] { + } + + Method [ <internal:phalcon> abstract public method getActionName ] { + } + + Method [ <internal:phalcon> abstract public method getParams ] { + } + + Method [ <internal:phalcon> abstract public method getMatchedRoute ] { + } + + Method [ <internal:phalcon> abstract public method getMatches ] { + } + + Method [ <internal:phalcon> abstract public method wasMatched ] { + } + + Method [ <internal:phalcon> abstract public method getRoutes ] { + } + + Method [ <internal:phalcon> abstract public method getRouteById ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon> abstract public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Cli\Router\RouteInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method reset ] { + } + } + + - Properties [0] { + } + + - Methods [9] { + Method [ <internal:phalcon> abstract public method compilePattern ] { + + - Parameters [1] { + Parameter #0 [ <required> $pattern ] + } + } + + Method [ <internal:phalcon> abstract public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> abstract public method getRouteId ] { + } + + Method [ <internal:phalcon> abstract public method getPattern ] { + } + + Method [ <internal:phalcon> abstract public method getCompiledPattern ] { + } + + Method [ <internal:phalcon> abstract public method getPaths ] { + } + + Method [ <internal:phalcon> abstract public method getReversedPaths ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Di\ServiceProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method register ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $di ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Filter\UserFilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Collection\ManagerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon> abstract public method setCustomEventsManager ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + Parameter #1 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon> abstract public method getCustomEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method initialize ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method isInitialized ] { + + - Parameters [1] { + Parameter #0 [ <required> $modelName ] + } + } + + Method [ <internal:phalcon> abstract public method getLastInitialized ] { + } + + Method [ <internal:phalcon> abstract public method setConnectionService ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + Parameter #1 [ <required> $connectionService ] + } + } + + Method [ <internal:phalcon> abstract public method useImplicitObjectIds ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + Parameter #1 [ <required> $useImplicitObjectIds ] + } + } + + Method [ <internal:phalcon> abstract public method isUsingImplicitObjectIds ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method getConnection ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method notifyEvent ] { + + - Parameters [2] { + Parameter #0 [ <required> $eventName ] + Parameter #1 [ <required> Phalcon\Mvc\CollectionInterface $model ] + } + } + + Method [ <internal:phalcon> abstract public method addBehavior ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + Parameter #1 [ <required> Phalcon\Mvc\Collection\BehaviorInterface $behavior ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Controller\BindModelInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> abstract static public method getModelName ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Micro\MiddlewareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method call ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Micro $application ] + } + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\Binder\BindableInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> abstract public method getModelName ] { + } + } + } + + Interface [ <internal:phalcon> interface Phalcon\Mvc\ModuleDefinitionInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:phalcon> abstract public method registerAutoloaders ] { + + - Parameters [1] { + Parameter #0 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ] + } + } + + Method [ <internal:phalcon> abstract public method registerServices ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_options ] + } + + - Methods [9] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $options ] + } + } + + Method [ <internal, deprecated:phalcon> public method isSetOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> public method setOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Validation\ValidatorInterface> abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Validation $validation ] + Parameter #1 [ <required> $attribute ] + } + } + + Method [ <internal:phalcon> protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Validation $validation ] + Parameter #1 [ <required> $field ] + } + } + + Method [ <internal:phalcon> protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ <required> Phalcon\Validation $validation ] + Parameter #1 [ <required> $field ] + Parameter #2 [ <required> $type ] + Parameter #3 [ <optional> $option ] + } + } + + Method [ <internal:phalcon> protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ <required> $field ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_eventsManager ] + } + + - Methods [5] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon> public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ <default> protected $_form ] + Property [ <default> protected $_name ] + Property [ <default> protected $_value ] + Property [ <default> protected $_label ] + Property [ <default> protected $_attributes ] + Property [ <default> protected $_validators ] + Property [ <default> protected $_filters ] + Property [ <default> protected $_options ] + Property [ <default> protected $_messages ] + } + + - Methods [33] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setForm ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Forms\Form $form ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getForm ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ <required> $filters ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getFilters ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method addValidators ] { + + - Parameters [2] { + Parameter #0 [ <required> array $validators ] + Parameter #1 [ <optional> $merge ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method addValidator ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Validation\ValidatorInterface $validator ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getValidators ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method prepareAttributes ] { + + - Parameters [2] { + Parameter #0 [ <optional> array or NULL $attributes ] + Parameter #1 [ <optional> $useChecked ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> $attribute ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> $attribute ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getAttributes ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getUserOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setUserOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getUserOptions ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getLabel ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method label ] { + + - Parameters [1] { + Parameter #0 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getDefault ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getValue ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method getMessages ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method hasMessages ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method setMessages ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Validation\Message\Group $group ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method appendMessage ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Validation\MessageInterface $message ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Forms\ElementInterface> public method clear ] { + } + + Method [ <internal:phalcon> public method __toString ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Forms\ElementInterface> abstract public method render ] { + + - Parameters [1] { + Parameter #0 [ <optional> $attributes ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon> static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ <required> $namespace ] + Parameter #1 [ <required> $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\FactoryInterface> abstract static public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_options ] + Property [ <default> protected $_messages ] + } + + - Methods [7] { + Method [ <internal, deprecated:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon> protected method appendMessage ] { + + - Parameters [3] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> $field ] + Parameter #2 [ <optional> $type ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ValidatorInterface> public method getMessages ] { + } + + Method [ <internal:phalcon> public method getOptions ] { + } + + Method [ <internal:phalcon> public method getOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> public method isSetOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $option ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\ValidatorInterface> abstract public method validate ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\EntityInterface $record ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + } + + - Methods [17] { + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon> public method getLifetime ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\BackendInterface> abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\BackendInterface> abstract public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\BackendInterface> abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\BackendInterface> abstract public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\BackendInterface> abstract public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_strategy ] + Property [ <default> protected $_metaData ] + Property [ <default> protected $_columnMap ] + } + + - Methods [32] { + Method [ <internal:phalcon> final protected method _initialize ] { + + - Parameters [4] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $key ] + Parameter #2 [ <required> $table ] + Parameter #3 [ <required> $schema ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readMetaData ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readMetaDataIndex ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $index ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $index ] + Parameter #2 [ <required> $data ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $index ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getNonPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getIdentityField ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getAutomaticCreateAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getAutomaticUpdateAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setAutomaticCreateAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setAutomaticUpdateAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $attribute ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method isEmpty ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method reset ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaDataInterface> abstract public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaDataInterface> abstract public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_reader ] + Property [ <default> protected $_annotations ] + } + + - Methods [7] { + Method [ <internal:phalcon, prototype Phalcon\Annotations\AdapterInterface> public method setReader ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Annotations\AdapterInterface> public method getReader ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Annotations\AdapterInterface> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Annotations\AdapterInterface> public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Annotations\AdapterInterface> public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $methodName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Annotations\AdapterInterface> public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Annotations\AdapterInterface> public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config implements ArrayAccess, Countable ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [1] { + Property [ protected static $_pathDelimiter ] + } + + - Static methods [3] { + Method [ <internal:phalcon> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + + Method [ <internal:phalcon> static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon> static public method getPathDelimiter ] { + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $arrayConfig ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon> public method path ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $defaultValue ] + Parameter #2 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon> public method merge ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + + Method [ <internal:phalcon> public method toArray ] { + } + + Method [ <internal:phalcon, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon> final protected method _merge ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Config $config ] + Parameter #1 [ <optional> $instance ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_transaction ] + Property [ <default> protected $_queue ] + Property [ <default> protected $_formatter ] + Property [ <default> protected $_logLevel ] + } + + - Methods [18] { + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ <required> $level ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method getLogLevel ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Logger\FormatterInterface $formatter ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method begin ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method commit ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method rollback ] { + } + + Method [ <internal:phalcon> public method isTransaction ] { + } + + Method [ <internal:phalcon> public method critical ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method emergency ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method debug ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method error ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method info ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method notice ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method warning ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method alert ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method log ] { + + - Parameters [3] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <optional> $message ] + Parameter #2 [ <optional> array or NULL $context ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Logger\AdapterInterface> abstract public method getFormatter ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Logger\AdapterInterface> abstract public method close ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [11] { + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_descriptor ] + Property [ <default> protected $_dialectType ] + Property [ <default> protected $_type ] + Property [ <default> protected $_dialect ] + Property [ <default> protected $_connectionId ] + Property [ <default> protected $_sqlStatement ] + Property [ <default> protected $_sqlVariables ] + Property [ <default> protected $_sqlBindTypes ] + Property [ <default> protected $_transactionLevel ] + Property [ <default> protected $_transactionsWithSavepoints ] + } + + - Methods [70] { + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getDialectType ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getType ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getSqlVariables ] { + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $descriptor ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon> public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getDialect ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $bindParams ] + Parameter #3 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $bindParams ] + Parameter #3 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon> public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $column ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method insert ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> array $values ] + Parameter #2 [ <optional> $fields ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon> public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method update ] { + + - Parameters [5] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $values ] + Parameter #3 [ <optional> $whereCondition ] + Parameter #4 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon> public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $whereCondition ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method delete ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $whereCondition ] + Parameter #2 [ <optional> $placeholders ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ <required> $identifier ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ <required> $columnList ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <required> $number ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $columnName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $indexName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $referenceName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method listViews ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ <required> $nestedTransactionsWithSavepoints ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getNestedTransactionSavepointName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getDefaultIdValue ] { + } + + Method [ <internal:phalcon> public method getDefaultValue ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method supportSequences ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method useExplicitIdValue ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getDescriptor ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getConnectionId ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getSQLStatement ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getRealSQLStatement ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\AdapterInterface> public method getSQLBindTypes ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method connect ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $descriptor ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method query ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method execute ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method affectedRows ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method close ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ <required> $str ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ <optional> $sequenceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method begin ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method rollback ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method commit ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method isUnderTransaction ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method getInternalHandler ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> public method getTypeString ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon> public method interpolate ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> $context ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Logger\FormatterInterface> abstract public method format ] { + + - Parameters [4] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <required> $type ] + Parameter #2 [ <required> $timestamp ] + Parameter #3 [ <optional> $context ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { + + - Constants [3] { + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_NONE ] { 1 } + Constant [ public integer SESSION_DISABLED ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $_uniqueId ] + Property [ <default> protected $_started ] + Property [ <default> protected $_options ] + } + + - Methods [22] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method start ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method getName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method regenerateId ] { + + - Parameters [1] { + Parameter #0 [ <optional> $deleteOldSession ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method get ] { + + - Parameters [3] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + Parameter #2 [ <optional> $remove ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method getId ] { + } + + Method [ <internal:phalcon> public method setId ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Session\AdapterInterface> public method destroy ] { + + - Parameters [1] { + Parameter #0 [ <optional> $removeData ] + } + } + + Method [ <internal:phalcon> public method status ] { + } + + Method [ <internal:phalcon> public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon> public method __set ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> public method __isset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon> public method __unset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, dtor> public method __destruct ] { + } + + Method [ <internal:phalcon> protected method removeSessionData ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter\Pdo extends Phalcon\Db\Adapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_descriptor ] + Property [ <default> protected $_dialectType ] + Property [ <default> protected $_type ] + Property [ <default> protected $_dialect ] + Property [ <default> protected $_connectionId ] + Property [ <default> protected $_sqlStatement ] + Property [ <default> protected $_sqlVariables ] + Property [ <default> protected $_sqlBindTypes ] + Property [ <default> protected $_transactionLevel ] + Property [ <default> protected $_transactionsWithSavepoints ] + Property [ <default> protected $_pdo ] + Property [ <default> protected $_affectedRows ] + } + + - Methods [75] { + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $descriptor ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method connect ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $descriptor ] + } + } + + Method [ <internal:phalcon> public method prepare ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlStatement ] + } + } + + Method [ <internal:phalcon> public method executePrepared ] { + + - Parameters [3] { + Parameter #0 [ <required> PDOStatement $statement ] + Parameter #1 [ <required> array $placeholders ] + Parameter #2 [ <required> $dataTypes ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method query ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method execute ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method affectedRows ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method close ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ <required> $str ] + } + } + + Method [ <internal:phalcon> public method convertBoundParams ] { + + - Parameters [2] { + Parameter #0 [ <required> $sql ] + Parameter #1 [ <optional> array or NULL $params ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ <optional> $sequenceName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method begin ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method rollback ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method commit ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon> public method getTransactionLevel ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method isUnderTransaction ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method getInternalHandler ] { + } + + Method [ <internal:phalcon> public method getErrorInfo ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDialectType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getSqlVariables ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDialect ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $bindParams ] + Parameter #3 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $bindParams ] + Parameter #3 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method insert ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> array $values ] + Parameter #2 [ <optional> $fields ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method update ] { + + - Parameters [5] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $values ] + Parameter #3 [ <optional> $whereCondition ] + Parameter #4 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $whereCondition ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method delete ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $whereCondition ] + Parameter #2 [ <optional> $placeholders ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ <required> $identifier ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ <required> $columnList ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <required> $number ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $columnName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $indexName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $referenceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method listViews ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ <required> $nestedTransactionsWithSavepoints ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getNestedTransactionSavepointName ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDefaultIdValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method getDefaultValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method supportSequences ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method useExplicitIdValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDescriptor ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getConnectionId ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getSQLStatement ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getRealSQLStatement ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getSQLBindTypes ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\AdapterInterface> abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_escapeChar ] + Property [ <default> protected $_customFunctions ] + } + + - Methods [59] { + Method [ <internal:phalcon> public method registerCustomFunction ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $customFunction ] + } + } + + Method [ <internal:phalcon> public method getCustomFunctions ] { + } + + Method [ <internal:phalcon> final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ <required> $str ] + Parameter #1 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon> final public method escape ] { + + - Parameters [2] { + Parameter #0 [ <required> $str ] + Parameter #1 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <required> $number ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> final public method getColumnList ] { + + - Parameters [3] { + Parameter #0 [ <required> array $columnList ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final public method getSqlColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $column ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> public method getSqlExpression ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final public method getSqlTable ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method select ] { + + - Parameters [1] { + Parameter #0 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method supportsSavepoints ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method supportsReleaseSavepoints ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Db\DialectInterface> public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionScalar ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionObject ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionQualified ] { + + - Parameters [2] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionBinaryOperations ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionUnaryOperations ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionFunctionCall ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <required> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionList ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionAll ] { + + - Parameters [2] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionCastValue ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionConvertValue ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionCase ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionFrom ] { + + - Parameters [2] { + Parameter #0 [ <required> $expression ] + Parameter #1 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionJoins ] { + + - Parameters [3] { + Parameter #0 [ <required> $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionWhere ] { + + - Parameters [3] { + Parameter #0 [ <required> $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionGroupBy ] { + + - Parameters [3] { + Parameter #0 [ <required> $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionHaving ] { + + - Parameters [3] { + Parameter #0 [ <required> array $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionOrderBy ] { + + - Parameters [3] { + Parameter #0 [ <required> $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> final protected method getSqlExpressionLimit ] { + + - Parameters [3] { + Parameter #0 [ <required> $expression ] + Parameter #1 [ <optional> $escapeChar ] + Parameter #2 [ <optional> $bindCounts ] + } + } + + Method [ <internal:phalcon> protected method prepareColumnAlias ] { + + - Parameters [3] { + Parameter #0 [ <required> $qualified ] + Parameter #1 [ <optional> $alias ] + Parameter #2 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon> protected method prepareTable ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + Parameter #2 [ <optional> $alias ] + Parameter #3 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon> protected method prepareQualified ] { + + - Parameters [3] { + Parameter #0 [ <required> $column ] + Parameter #1 [ <optional> $domain ] + Parameter #2 [ <optional> $escapeChar ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $columnName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $indexName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $referenceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropTable ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\DialectInterface> abstract public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_limitRows ] + Property [ <default> protected $_page ] + } + + - Methods [4] { + Method [ <internal:phalcon, prototype Phalcon\Paginator\AdapterInterface> public method getLimit ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Paginator\AdapterInterface> public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ <required> $page ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Paginator\AdapterInterface> public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ <required> $limitRows ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Paginator\AdapterInterface> abstract public method getPaginate ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_interpolator ] + } + + - Methods [11] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon> public method setInterpolator ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Translate\InterpolatorInterface $interpolator ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Translate\AdapterInterface> public method t ] { + + - Parameters [2] { + Parameter #0 [ <required> $translateKey ] + Parameter #1 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon> public method _ ] { + + - Parameters [2] { + Parameter #0 [ <required> $translateKey ] + Parameter #1 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $offset ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $translateKey ] + } + } + + Method [ <internal:phalcon> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + + Method [ <internal:phalcon> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $translateKey ] + } + } + + Method [ <internal:phalcon> protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ <required> $translation ] + Parameter #1 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Translate\AdapterInterface> abstract public method query ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $placeholders ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Translate\AdapterInterface> abstract public method exists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Application extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_defaultModule ] + Property [ <default> protected $_modules ] + } + + - Methods [12] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Di\Injectable, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Di\Injectable, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon> public method registerModules ] { + + - Parameters [2] { + Parameter #0 [ <required> array $modules ] + Parameter #1 [ <optional> $merge ] + } + } + + Method [ <internal:phalcon> public method getModules ] { + } + + Method [ <internal:phalcon> public method getModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultModule ] + } + } + + Method [ <internal:phalcon> public method getDefaultModule ] { + } + + Method [ <internal:phalcon> abstract public method handle ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Application\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_type ] + Property [ <default> protected $_content ] + Property [ <default> protected $_filter ] + Property [ <default> protected $_attributes ] + } + + - Methods [9] { + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getType ] { + } + + Method [ <internal:phalcon> public method getContent ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getFilter ] { + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> $content ] + Parameter #2 [ <optional> $filter ] + Parameter #3 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getAttributes ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getResourceKey ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_type ] + Property [ <default> protected $_path ] + Property [ <default> protected $_local ] + Property [ <default> protected $_filter ] + Property [ <default> protected $_attributes ] + Property [ <default> protected $_sourcePath ] + Property [ <default> protected $_targetPath ] + Property [ <default> protected $_targetUri ] + } + + - Methods [22] { + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getType ] { + } + + Method [ <internal:phalcon> public method getPath ] { + } + + Method [ <internal:phalcon> public method getLocal ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getFilter ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getAttributes ] { + } + + Method [ <internal:phalcon> public method getSourcePath ] { + } + + Method [ <internal:phalcon> public method getTargetPath ] { + } + + Method [ <internal:phalcon> public method getTargetUri ] { + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [5] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> $path ] + Parameter #2 [ <optional> $local ] + Parameter #3 [ <optional> $filter ] + Parameter #4 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon> public method setPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $path ] + } + } + + Method [ <internal:phalcon> public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ <required> $local ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon> public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetUri ] + } + } + + Method [ <internal:phalcon> public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <required> $sourcePath ] + } + } + + Method [ <internal:phalcon> public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetPath ] + } + } + + Method [ <internal:phalcon> public method getContent ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon> public method getRealTargetUri ] { + } + + Method [ <internal:phalcon> public method getRealSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon> public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Assets\ResourceInterface> public method getResourceKey ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_frontendOptions ] + } + + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $frontendOptions ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getLifetime ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method isBuffering ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method start ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getContent ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method stop ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Di implements Phalcon\DiInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_default ] + } + + - Static methods [3] { + Method [ <internal:phalcon, prototype Phalcon\DiInterface> static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> static public method getDefault ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> static public method reset ] { + } + } + + - Properties [4] { + Property [ <default> protected $_services ] + Property [ <default> protected $_sharedInstances ] + Property [ <default> protected $_freshInstance ] + Property [ <default> protected $_eventsManager ] + } + + - Methods [24] { + Method [ <internal:phalcon, ctor> public method __construct ] { + } + + Method [ <internal:phalcon> public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon> public method getInternalEventsManager ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + Parameter #2 [ <optional> $shared ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method setShared ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method attempt ] { + + - Parameters [3] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + Parameter #2 [ <optional> $shared ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method setRaw ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> Phalcon\Di\ServiceInterface $rawDefinition ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method getService ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method getShared ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method wasFreshInstance ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DiInterface> public method getServices ] { + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method __call ] { + + - Parameters [2] { + Parameter #0 [ <required> $method ] + Parameter #1 [ <optional> $arguments ] + } + } + + Method [ <internal:phalcon> public method register ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Di\ServiceProviderInterface $provider ] + } + } + + Method [ <internal:phalcon> public method loadFromYaml ] { + + - Parameters [2] { + Parameter #0 [ <required> $filePath ] + Parameter #1 [ <optional> array or NULL $callbacks ] + } + } + + Method [ <internal:phalcon> public method loadFromPhp ] { + + - Parameters [1] { + Parameter #0 [ <required> $filePath ] + } + } + + Method [ <internal:phalcon> protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Dispatcher implements Phalcon\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [6] { + Constant [ public integer EXCEPTION_NO_DI ] { 0 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [23] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_activeHandler ] + Property [ <default> protected $_finished ] + Property [ <default> protected $_forwarded ] + Property [ <default> protected $_moduleName ] + Property [ <default> protected $_namespaceName ] + Property [ <default> protected $_handlerName ] + Property [ <default> protected $_actionName ] + Property [ <default> protected $_params ] + Property [ <default> protected $_returnedValue ] + Property [ <default> protected $_lastHandler ] + Property [ <default> protected $_defaultNamespace ] + Property [ <default> protected $_defaultHandler ] + Property [ <default> protected $_defaultAction ] + Property [ <default> protected $_handlerSuffix ] + Property [ <default> protected $_actionSuffix ] + Property [ <default> protected $_previousNamespaceName ] + Property [ <default> protected $_previousHandlerName ] + Property [ <default> protected $_previousActionName ] + Property [ <default> protected $_modelBinding ] + Property [ <default> protected $_modelBinder ] + Property [ <default> protected $_isControllerInitialize ] + } + + - Methods [34] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionSuffix ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method getActionSuffix ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon> public method getModuleName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon> public method getNamespaceName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon> public method getDefaultNamespace ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method getActionName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setParams ] { + + - Parameters [1] { + Parameter #0 [ <required> $params ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method getParams ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method setParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method getParam ] { + + - Parameters [3] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters ] + Parameter #2 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + } + + Method [ <internal:phalcon> public method getActiveMethod ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method isFinished ] { + } + + Method [ <internal:phalcon> public method setReturnedValue ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method getReturnedValue ] { + } + + Method [ <internal, deprecated:phalcon> public method setModelBinding ] { + + - Parameters [2] { + Parameter #0 [ <required> $value ] + Parameter #1 [ <optional> $cache ] + } + } + + Method [ <internal:phalcon> public method setModelBinder ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ <optional> $cache ] + } + } + + Method [ <internal:phalcon> public method getModelBinder ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method dispatch ] { + } + + Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method forward ] { + + - Parameters [1] { + Parameter #0 [ <required> $forward ] + } + } + + Method [ <internal:phalcon> public method wasForwarded ] { + } + + Method [ <internal:phalcon> public method getHandlerClass ] { + } + + Method [ <internal:phalcon> public method callActionMethod ] { + + - Parameters [3] { + Parameter #0 [ <required> $handler ] + Parameter #1 [ <required> $actionMethod ] + Parameter #2 [ <optional> array or NULL $params ] + } + } + + Method [ <internal:phalcon> public method getBoundModels ] { + } + + Method [ <internal:phalcon> protected method _resolveEmptyProperties ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Flash implements Phalcon\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $_cssClasses ] + Property [ <default> protected $_implicitFlush ] + Property [ <default> protected $_automaticHtml ] + Property [ <default> protected $_escaperService ] + Property [ <default> protected $_autoescape ] + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_messages ] + } + + - Methods [17] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $cssClasses ] + } + } + + Method [ <internal:phalcon> public method getAutoescape ] { + } + + Method [ <internal:phalcon> public method setAutoescape ] { + + - Parameters [1] { + Parameter #0 [ <required> $autoescape ] + } + } + + Method [ <internal:phalcon> public method getEscaperService ] { + } + + Method [ <internal:phalcon> public method setEscaperService ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\EscaperInterface $escaperService ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon> public method setImplicitFlush ] { + + - Parameters [1] { + Parameter #0 [ <required> $implicitFlush ] + } + } + + Method [ <internal:phalcon> public method setAutomaticHtml ] { + + - Parameters [1] { + Parameter #0 [ <required> $automaticHtml ] + } + } + + Method [ <internal:phalcon> public method setCssClasses ] { + + - Parameters [1] { + Parameter #0 [ <required> array $cssClasses ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\FlashInterface> public method error ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\FlashInterface> public method notice ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\FlashInterface> public method success ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\FlashInterface> public method warning ] { + + - Parameters [1] { + Parameter #0 [ <required> $message ] + } + } + + Method [ <internal:phalcon> public method outputMessage ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> $message ] + } + } + + Method [ <internal:phalcon> public method clear ] { + } + + Method [ <internal:phalcon, inherits Phalcon\FlashInterface> abstract public method message ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> $message ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_checked ] + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $_image ] + Property [ <default> protected $_file ] + Property [ <default> protected $_realpath ] + Property [ <default> protected $_width ] + Property [ <default> protected $_height ] + Property [ <default> protected $_type ] + Property [ <default> protected $_mime ] + } + + - Methods [21] { + Method [ <internal:phalcon> public method getImage ] { + } + + Method [ <internal:phalcon> public method getRealpath ] { + } + + Method [ <internal:phalcon> public method getWidth ] { + } + + Method [ <internal:phalcon> public method getHeight ] { + } + + Method [ <internal:phalcon> public method getType ] { + } + + Method [ <internal:phalcon> public method getMime ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method resize ] { + + - Parameters [3] { + Parameter #0 [ <optional> $width ] + Parameter #1 [ <optional> $height ] + Parameter #2 [ <optional> $master ] + } + } + + Method [ <internal:phalcon> public method liquidRescale ] { + + - Parameters [4] { + Parameter #0 [ <required> $width ] + Parameter #1 [ <required> $height ] + Parameter #2 [ <optional> $deltaX ] + Parameter #3 [ <optional> $rigidity ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method crop ] { + + - Parameters [4] { + Parameter #0 [ <required> $width ] + Parameter #1 [ <required> $height ] + Parameter #2 [ <optional> $offsetX ] + Parameter #3 [ <optional> $offsetY ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method rotate ] { + + - Parameters [1] { + Parameter #0 [ <required> $degrees ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method flip ] { + + - Parameters [1] { + Parameter #0 [ <required> $direction ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method sharpen ] { + + - Parameters [1] { + Parameter #0 [ <required> $amount ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method reflection ] { + + - Parameters [3] { + Parameter #0 [ <required> $height ] + Parameter #1 [ <optional> $opacity ] + Parameter #2 [ <optional> $fadeIn ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method watermark ] { + + - Parameters [4] { + Parameter #0 [ <required> Phalcon\Image\Adapter $watermark ] + Parameter #1 [ <optional> $offsetX ] + Parameter #2 [ <optional> $offsetY ] + Parameter #3 [ <optional> $opacity ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method text ] { + + - Parameters [7] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $offsetX ] + Parameter #2 [ <optional> $offsetY ] + Parameter #3 [ <optional> $opacity ] + Parameter #4 [ <optional> $color ] + Parameter #5 [ <optional> $size ] + Parameter #6 [ <optional> $fontfile ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method mask ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Image\Adapter $watermark ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method background ] { + + - Parameters [2] { + Parameter #0 [ <required> $color ] + Parameter #1 [ <optional> $opacity ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method blur ] { + + - Parameters [1] { + Parameter #0 [ <required> $radius ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method pixelate ] { + + - Parameters [1] { + Parameter #0 [ <required> $amount ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method save ] { + + - Parameters [2] { + Parameter #0 [ <optional> $file ] + Parameter #1 [ <optional> $quality ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Image\AdapterInterface> public method render ] { + + - Parameters [2] { + Parameter #0 [ <optional> $ext ] + Parameter #1 [ <optional> $quality ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_options ] + } + + - Methods [5] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> protected method mustTakeAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $eventName ] + } + } + + Method [ <internal:phalcon> protected method getOptions ] { + + - Parameters [1] { + Parameter #0 [ <optional> $eventName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Collection\BehaviorInterface> public method notify ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> Phalcon\Mvc\CollectionInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Collection\BehaviorInterface> public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\CollectionInterface $model ] + Parameter #1 [ <required> $method ] + Parameter #2 [ <optional> $arguments ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_options ] + } + + - Methods [5] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> protected method mustTakeAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $eventName ] + } + } + + Method [ <internal:phalcon> protected method getOptions ] { + + - Parameters [1] { + Parameter #0 [ <optional> $eventName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BehaviorInterface> public method notify ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BehaviorInterface> public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $method ] + Parameter #2 [ <optional> $arguments ] + } + } + } + } + + Class [ <internal:phalcon> <iterateable> abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { + + - Constants [5] { + Constant [ public integer TYPE_RESULT_FULL ] { 0 } + Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } + Constant [ public integer HYDRATE_RECORDS ] { 0 } + Constant [ public integer HYDRATE_OBJECTS ] { 2 } + Constant [ public integer HYDRATE_ARRAYS ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ <default> protected $_result ] + Property [ <default> protected $_cache ] + Property [ <default> protected $_isFresh ] + Property [ <default> protected $_pointer ] + Property [ <default> protected $_count ] + Property [ <default> protected $_activeRow ] + Property [ <default> protected $_rows ] + Property [ <default> protected $_row ] + Property [ <default> protected $_errorMessages ] + Property [ <default> protected $_hydrateMode ] + } + + - Methods [28] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $result ] + Parameter #1 [ <optional> Phalcon\Cache\BackendInterface or NULL $cache ] + } + } + + Method [ <internal:phalcon, prototype Iterator> public method next ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method valid ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method key ] { + } + + Method [ <internal:phalcon, prototype Iterator> final public method rewind ] { + } + + Method [ <internal:phalcon, prototype SeekableIterator> final public method seek ] { + + - Parameters [1] { + Parameter #0 [ <required> $position ] + } + } + + Method [ <internal:phalcon, prototype Countable> final public method count ] { + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getType ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getFirst ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getLast ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method setIsFresh ] { + + - Parameters [1] { + Parameter #0 [ <required> $isFresh ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method isFresh ] { + } + + Method [ <internal:phalcon> public method setHydrateMode ] { + + - Parameters [1] { + Parameter #0 [ <required> $hydrateMode ] + } + } + + Method [ <internal:phalcon> public method getHydrateMode ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getCache ] { + } + + Method [ <internal:phalcon> public method getMessages ] { + } + + Method [ <internal:phalcon> public method update ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <optional> Closure or NULL $conditionCallback ] + } + } + + Method [ <internal:phalcon> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <optional> Closure or NULL $conditionCallback ] + } + } + + Method [ <internal:phalcon> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, prototype JsonSerializable> public method jsonSerialize ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\ResultsetInterface> abstract public method toArray ] { + } + + Method [ <internal:Core, inherits Iterator, prototype Iterator> abstract public method current ] { + } + + Method [ <internal:Core, inherits Serializable> abstract public method serialize ] { + } + + Method [ <internal:Core, inherits Serializable, ctor> abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Mvc\View\Engine extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\EngineInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_view ] + } + + - Methods [10] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ViewBaseInterface $view ] + Parameter #1 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\View\EngineInterface> public method getContent ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\View\EngineInterface> public method partial ] { + + - Parameters [2] { + Parameter #0 [ <required> $partialPath ] + Parameter #1 [ <optional> $params ] + } + } + + Method [ <internal:phalcon> public method getView ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $propertyName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\View\EngineInterface> abstract public method render ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <required> $params ] + Parameter #2 [ <optional> $mustClean ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Acl\Adapter implements Phalcon\Acl\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_defaultAccess ] + Property [ <default> protected $_accessGranted ] + Property [ <default> protected $_activeRole ] + Property [ <default> protected $_activeResource ] + Property [ <default> protected $_activeAccess ] + } + + - Methods [21] { + Method [ <internal:phalcon, prototype Phalcon\Acl\AdapterInterface> public method getActiveRole ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\AdapterInterface> public method getActiveResource ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\AdapterInterface> public method getActiveAccess ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\AdapterInterface> public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultAccess ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\AdapterInterface> public method getDefaultAction ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultAccess ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method getNoArgumentsDefaultAction ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method addRole ] { + + - Parameters [2] { + Parameter #0 [ <required> $role ] + Parameter #1 [ <optional> $accessInherits ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method addInherit ] { + + - Parameters [2] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $roleToInherit ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method isRole ] { + + - Parameters [1] { + Parameter #0 [ <required> $roleName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method isResource ] { + + - Parameters [1] { + Parameter #0 [ <required> $resourceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method addResource ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceObject ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method addResourceAccess ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceName ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method dropResourceAccess ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceName ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method allow ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> $func ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method deny ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> $func ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method isAllowed ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> array or NULL $parameters ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method getRoles ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\AdapterInterface> abstract public method getResources ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\DiInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_default ] + } + + - Static methods [3] { + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> static public method getDefault ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> static public method reset ] { + } + } + + - Properties [4] { + Property [ <default> protected $_services ] + Property [ <default> protected $_sharedInstances ] + Property [ <default> protected $_freshInstance ] + Property [ <default> protected $_eventsManager ] + } + + - Methods [24] { + Method [ <internal:phalcon, overwrites Phalcon\Di, ctor> public method __construct ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di> public method setInternalEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di> public method getInternalEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method set ] { + + - Parameters [3] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + Parameter #2 [ <optional> $shared ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method setShared ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method remove ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method attempt ] { + + - Parameters [3] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + Parameter #2 [ <optional> $shared ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method setRaw ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> Phalcon\Di\ServiceInterface $rawDefinition ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method getRaw ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method getService ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method getShared ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $parameters ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method wasFreshInstance ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\DiInterface> public method getServices ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $definition ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di> public method __call ] { + + - Parameters [2] { + Parameter #0 [ <required> $method ] + Parameter #1 [ <optional> $arguments ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di> public method register ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Di\ServiceProviderInterface $provider ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di> public method loadFromYaml ] { + + - Parameters [2] { + Parameter #0 [ <required> $filePath ] + Parameter #1 [ <optional> array or NULL $callbacks ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di> public method loadFromPhp ] { + + - Parameters [1] { + Parameter #0 [ <required> $filePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di> protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Mvc\Router implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [4] { + Constant [ public integer URI_SOURCE_GET_URL ] { 0 } + Constant [ public integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } + Constant [ public integer POSITION_FIRST ] { 0 } + Constant [ public integer POSITION_LAST ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [21] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_uriSource ] + Property [ <default> protected $_namespace ] + Property [ <default> protected $_module ] + Property [ <default> protected $_controller ] + Property [ <default> protected $_action ] + Property [ <default> protected $_params ] + Property [ <default> protected $_routes ] + Property [ <default> protected $_matchedRoute ] + Property [ <default> protected $_matches ] + Property [ <default> protected $_wasMatched ] + Property [ <default> protected $_defaultNamespace ] + Property [ <default> protected $_defaultModule ] + Property [ <default> protected $_defaultController ] + Property [ <default> protected $_defaultAction ] + Property [ <default> protected $_defaultParams ] + Property [ <default> protected $_removeExtraSlashes ] + Property [ <default> protected $_notFoundPaths ] + Property [ <default> protected $_keyRouteNames ] + Property [ <default> protected $_keyRouteIds ] + } + + - Methods [46] { + Method [ <internal:phalcon> public method getKeyRouteNames ] { + } + + Method [ <internal:phalcon> public method setKeyRouteNames ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyRouteNames ] + } + } + + Method [ <internal:phalcon> public method getKeyRouteIds ] { + } + + Method [ <internal:phalcon> public method setKeyRouteIds ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyRouteIds ] + } + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $defaultRoutes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon> public method getRewriteUri ] { + } + + Method [ <internal:phalcon> public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ <required> $uriSource ] + } + } + + Method [ <internal:phalcon> public method removeExtraSlashes ] { + + - Parameters [1] { + Parameter #0 [ <required> $remove ] + } + } + + Method [ <internal:phalcon> public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaultController ] { + + - Parameters [1] { + Parameter #0 [ <required> $controllerName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ <required> array $defaults ] + } + } + + Method [ <internal:phalcon> public method getDefaults ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method handle ] { + + - Parameters [1] { + Parameter #0 [ <optional> $uri ] + } + } + + Method [ <internal:phalcon> public method attach ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ] + Parameter #1 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method add ] { + + - Parameters [4] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $httpMethods ] + Parameter #3 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addGet ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addPost ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addPut ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addPatch ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addDelete ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addOptions ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addHead ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addPurge ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addTrace ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method addConnect ] { + + - Parameters [3] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + Parameter #2 [ <optional> $position ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method mount ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Router\GroupInterface $group ] + } + } + + Method [ <internal:phalcon> public method notFound ] { + + - Parameters [1] { + Parameter #0 [ <required> $paths ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method clear ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getNamespaceName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getModuleName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getControllerName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getActionName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getParams ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getMatchedRoute ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getMatches ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRoutes ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method isExactControllerName ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Mvc\View\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Validation\CombinedFieldsValidator extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_options ] + } + + - Methods [9] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $options ] + } + } + + Method [ <internal, deprecated:phalcon, inherits Phalcon\Validation\Validator> public method isSetOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator, prototype Phalcon\Validation\ValidatorInterface> public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator, prototype Phalcon\Validation\ValidatorInterface> public method getOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator> public method setOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator, prototype Phalcon\Validation\ValidatorInterface> abstract public method validate ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Validation $validation ] + Parameter #1 [ <required> $attribute ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator> protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Validation $validation ] + Parameter #1 [ <required> $field ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator> protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ <required> Phalcon\Validation $validation ] + Parameter #1 [ <required> $field ] + Parameter #2 [ <required> $type ] + Parameter #3 [ <optional> $option ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator> protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ <required> $field ] + } + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Acl ] { + + - Constants [2] { + Constant [ public integer ALLOW ] { 1 } + Constant [ public integer DENY ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [15] { + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_defaultAccess ] + Property [ <default> protected $_accessGranted ] + Property [ <default> protected $_activeRole ] + Property [ <default> protected $_activeResource ] + Property [ <default> protected $_activeAccess ] + Property [ <default> protected $_rolesNames ] + Property [ <default> protected $_roles ] + Property [ <default> protected $_resourcesNames ] + Property [ <default> protected $_resources ] + Property [ <default> protected $_access ] + Property [ <default> protected $_roleInherits ] + Property [ <default> protected $_accessList ] + Property [ <default> protected $_func ] + Property [ <default> protected $_noArgumentsDefaultAction ] + } + + - Methods [23] { + Method [ <internal:phalcon, ctor> public method __construct ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method addRole ] { + + - Parameters [2] { + Parameter #0 [ <required> $role ] + Parameter #1 [ <optional> $accessInherits ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method addInherit ] { + + - Parameters [2] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $roleToInherit ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method isRole ] { + + - Parameters [1] { + Parameter #0 [ <required> $roleName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method isResource ] { + + - Parameters [1] { + Parameter #0 [ <required> $resourceName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method addResource ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceValue ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method addResourceAccess ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceName ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method dropResourceAccess ] { + + - Parameters [2] { + Parameter #0 [ <required> $resourceName ] + Parameter #1 [ <required> $accessList ] + } + } + + Method [ <internal:phalcon> protected method _allowOrDeny ] { + + - Parameters [5] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <required> $action ] + Parameter #4 [ <optional> $func ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method allow ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> $func ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method deny ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> $func ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method isAllowed ] { + + - Parameters [4] { + Parameter #0 [ <required> $roleName ] + Parameter #1 [ <required> $resourceName ] + Parameter #2 [ <required> $access ] + Parameter #3 [ <optional> array or NULL $parameters ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method setNoArgumentsDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultAccess ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method getNoArgumentsDefaultAction ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method getRoles ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Acl\AdapterInterface, prototype Phalcon\Acl\AdapterInterface> public method getResources ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter, prototype Phalcon\Acl\AdapterInterface> public method getActiveRole ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter, prototype Phalcon\Acl\AdapterInterface> public method getActiveResource ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter, prototype Phalcon\Acl\AdapterInterface> public method getActiveAccess ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter, prototype Phalcon\Acl\AdapterInterface> public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultAccess ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter, prototype Phalcon\Acl\AdapterInterface> public method getDefaultAction ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Acl\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Acl\Resource implements Phalcon\Acl\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_name ] + Property [ <default> protected $_description ] + } + + - Methods [4] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ResourceInterface> public method getName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\ResourceInterface> public method __toString ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\ResourceInterface> public method getDescription ] { + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $description ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Acl\Role implements Phalcon\Acl\RoleInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_name ] + Property [ <default> protected $_description ] + } + + - Methods [4] { + Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method getName ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method __toString ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method getDescription ] { + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <optional> $description ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Adapter\Apc extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_reader ] + Property [ <default> protected $_annotations ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_ttl ] + } + + - Methods [10] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> Phalcon\Annotations\Reflection $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method setReader ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getReader ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $methodName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_reader ] + Property [ <default> protected $_annotations ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_ttl ] + } + + - Methods [10] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> Phalcon\Annotations\Reflection $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method setReader ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getReader ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $methodName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Adapter\Files extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $_reader ] + Property [ <default> protected $_annotations ] + Property [ <default> protected $_annotationsDir ] + } + + - Methods [10] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> Phalcon\Annotations\Reflection $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method setReader ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getReader ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $methodName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $_reader ] + Property [ <default> protected $_annotations ] + Property [ <default> protected $_data ] + } + + - Methods [9] { + Method [ <internal:phalcon> public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> Phalcon\Annotations\Reflection $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method setReader ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getReader ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $methodName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Adapter\Xcache extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_reader ] + Property [ <default> protected $_annotations ] + } + + - Methods [9] { + Method [ <internal:phalcon> public method read ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $key ] + Parameter #1 [ <required> Phalcon\Annotations\Reflection $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method setReader ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getReader ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $methodName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Annotations\Adapter, prototype Phalcon\Annotations\AdapterInterface> public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> $className ] + Parameter #1 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Annotation ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $_name ] + Property [ <default> protected $_arguments ] + Property [ <default> protected $_exprArguments ] + } + + - Methods [10] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $reflectionData ] + } + } + + Method [ <internal:phalcon> public method getName ] { + } + + Method [ <internal:phalcon> public method getExpression ] { + + - Parameters [1] { + Parameter #0 [ <required> array $expr ] + } + } + + Method [ <internal:phalcon> public method getExprArguments ] { + } + + Method [ <internal:phalcon> public method getArguments ] { + } + + Method [ <internal:phalcon> public method numberArguments ] { + } + + Method [ <internal:phalcon> public method getArgument ] { + + - Parameters [1] { + Parameter #0 [ <required> $position ] + } + } + + Method [ <internal:phalcon> public method hasArgument ] { + + - Parameters [1] { + Parameter #0 [ <required> $position ] + } + } + + Method [ <internal:phalcon> public method getNamedArgument ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method getNamedParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + } + } + + Class [ <internal:phalcon> <iterateable> class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_position ] + Property [ <default> protected $_annotations ] + } + + - Methods [11] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $reflectionData ] + } + } + + Method [ <internal:phalcon, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method rewind ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method current ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method key ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method next ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method valid ] { + } + + Method [ <internal:phalcon> public method getAnnotations ] { + } + + Method [ <internal:phalcon> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method getAll ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon, overwrites Phalcon\FactoryInterface, prototype Phalcon\FactoryInterface> static public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Factory> static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ <required> $namespace ] + Parameter #1 [ <required> $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon, prototype Phalcon\Annotations\ReaderInterface> static public method parseDocBlock ] { + + - Parameters [3] { + Parameter #0 [ <required> $docBlock ] + Parameter #1 [ <optional> $file ] + Parameter #2 [ <optional> $line ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon, prototype Phalcon\Annotations\ReaderInterface> public method parse ] { + + - Parameters [1] { + Parameter #0 [ <required> $className ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Annotations\Reflection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + + - Properties [4] { + Property [ <default> protected $_reflectionData ] + Property [ <default> protected $_classAnnotations ] + Property [ <default> protected $_methodAnnotations ] + Property [ <default> protected $_propertyAnnotations ] + } + + - Methods [5] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $reflectionData ] + } + } + + Method [ <internal:phalcon> public method getClassAnnotations ] { + } + + Method [ <internal:phalcon> public method getMethodsAnnotations ] { + } + + Method [ <internal:phalcon> public method getPropertiesAnnotations ] { + } + + Method [ <internal:phalcon> public method getReflectionData ] { + } + } + } + + Class [ <internal:phalcon> <iterateable> class Phalcon\Assets\Collection implements Countable, Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ <default> protected $_prefix ] + Property [ <default> protected $_local ] + Property [ <default> protected $_resources ] + Property [ <default> protected $_codes ] + Property [ <default> protected $_position ] + Property [ <default> protected $_filters ] + Property [ <default> protected $_attributes ] + Property [ <default> protected $_join ] + Property [ <default> protected $_targetUri ] + Property [ <default> protected $_targetPath ] + Property [ <default> protected $_targetLocal ] + Property [ <default> protected $_sourcePath ] + Property [ <default> protected $_includedResources ] + } + + - Methods [38] { + Method [ <internal:phalcon> public method getPrefix ] { + } + + Method [ <internal:phalcon> public method getLocal ] { + } + + Method [ <internal:phalcon> public method getResources ] { + } + + Method [ <internal:phalcon> public method getCodes ] { + } + + Method [ <internal:phalcon> public method getPosition ] { + } + + Method [ <internal:phalcon> public method getFilters ] { + } + + Method [ <internal:phalcon> public method getAttributes ] { + } + + Method [ <internal:phalcon> public method getJoin ] { + } + + Method [ <internal:phalcon> public method getTargetUri ] { + } + + Method [ <internal:phalcon> public method getTargetPath ] { + } + + Method [ <internal:phalcon> public method getTargetLocal ] { + } + + Method [ <internal:phalcon> public method getSourcePath ] { + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + } + + Method [ <internal:phalcon> public method add ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Assets\Resource $resource ] + } + } + + Method [ <internal:phalcon> public method addInline ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Assets\Inline $code ] + } + } + + Method [ <internal:phalcon> public method has ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Assets\ResourceInterface $resource ] + } + } + + Method [ <internal:phalcon> public method addCss ] { + + - Parameters [4] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $local ] + Parameter #2 [ <optional> $filter ] + Parameter #3 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon> public method addInlineCss ] { + + - Parameters [3] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $filter ] + Parameter #2 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon> public method addJs ] { + + - Parameters [4] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $local ] + Parameter #2 [ <optional> $filter ] + Parameter #3 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon> public method addInlineJs ] { + + - Parameters [3] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $filter ] + Parameter #2 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method rewind ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method current ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method key ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method next ] { + } + + Method [ <internal:phalcon, prototype Iterator> public method valid ] { + } + + Method [ <internal:phalcon> public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetPath ] + } + } + + Method [ <internal:phalcon> public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <required> $sourcePath ] + } + } + + Method [ <internal:phalcon> public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetUri ] + } + } + + Method [ <internal:phalcon> public method setPrefix ] { + + - Parameters [1] { + Parameter #0 [ <required> $prefix ] + } + } + + Method [ <internal:phalcon> public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ <required> $local ] + } + } + + Method [ <internal:phalcon> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon> public method setFilters ] { + + - Parameters [1] { + Parameter #0 [ <required> array $filters ] + } + } + + Method [ <internal:phalcon> public method setTargetLocal ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetLocal ] + } + } + + Method [ <internal:phalcon> public method join ] { + + - Parameters [1] { + Parameter #0 [ <required> $join ] + } + } + + Method [ <internal:phalcon> public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $basePath ] + } + } + + Method [ <internal:phalcon> public method addFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Assets\FilterInterface $filter ] + } + } + + Method [ <internal:phalcon> final protected method addResource ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Assets\ResourceInterface $resource ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon, prototype Phalcon\Assets\FilterInterface> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon, prototype Phalcon\Assets\FilterInterface> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon, prototype Phalcon\Assets\FilterInterface> public method filter ] { + + - Parameters [1] { + Parameter #0 [ <required> $content ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_type ] + Property [ <default> protected $_content ] + Property [ <default> protected $_filter ] + Property [ <default> protected $_attributes ] + } + + - Methods [9] { + Method [ <internal:phalcon, overwrites Phalcon\Assets\Inline, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $filter ] + Parameter #2 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline> public method getContent ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getFilter ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getAttributes ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getResourceKey ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $_type ] + Property [ <default> protected $_content ] + Property [ <default> protected $_filter ] + Property [ <default> protected $_attributes ] + } + + - Methods [9] { + Method [ <internal:phalcon, overwrites Phalcon\Assets\Inline, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $filter ] + Parameter #2 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline> public method getContent ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getFilter ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getAttributes ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\ResourceInterface> public method getResourceKey ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Manager ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $_options ] + Property [ <default> protected $_collections ] + Property [ <default> protected $_implicitOutput ] + } + + - Methods [26] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon> public method getOptions ] { + } + + Method [ <internal:phalcon> public method useImplicitOutput ] { + + - Parameters [1] { + Parameter #0 [ <required> $implicitOutput ] + } + } + + Method [ <internal:phalcon> public method addCss ] { + + - Parameters [4] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $local ] + Parameter #2 [ <optional> $filter ] + Parameter #3 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon> public method addInlineCss ] { + + - Parameters [3] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $filter ] + Parameter #2 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon> public method addJs ] { + + - Parameters [4] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $local ] + Parameter #2 [ <optional> $filter ] + Parameter #3 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon> public method addInlineJs ] { + + - Parameters [3] { + Parameter #0 [ <required> $content ] + Parameter #1 [ <optional> $filter ] + Parameter #2 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon> public method addResourceByType ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> Phalcon\Assets\Resource $resource ] + } + } + + Method [ <internal:phalcon> public method addInlineCodeByType ] { + + - Parameters [2] { + Parameter #0 [ <required> $type ] + Parameter #1 [ <required> Phalcon\Assets\Inline $code ] + } + } + + Method [ <internal:phalcon> public method addResource ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Assets\Resource $resource ] + } + } + + Method [ <internal:phalcon> public method addInlineCode ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Assets\Inline $code ] + } + } + + Method [ <internal:phalcon> public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> Phalcon\Assets\Collection $collection ] + } + } + + Method [ <internal:phalcon> public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon> public method getCss ] { + } + + Method [ <internal:phalcon> public method getJs ] { + } + + Method [ <internal:phalcon> public method collection ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method collectionResourcesByType ] { + + - Parameters [2] { + Parameter #0 [ <required> array $resources ] + Parameter #1 [ <required> $type ] + } + } + + Method [ <internal:phalcon> public method output ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Assets\Collection $collection ] + Parameter #1 [ <required> $callback ] + Parameter #2 [ <required> $type ] + } + } + + Method [ <internal:phalcon> public method outputInline ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Assets\Collection $collection ] + Parameter #1 [ <required> $type ] + } + } + + Method [ <internal:phalcon> public method outputCss ] { + + - Parameters [1] { + Parameter #0 [ <optional> $collectionName ] + } + } + + Method [ <internal:phalcon> public method outputInlineCss ] { + + - Parameters [1] { + Parameter #0 [ <optional> $collectionName ] + } + } + + Method [ <internal:phalcon> public method outputJs ] { + + - Parameters [1] { + Parameter #0 [ <optional> $collectionName ] + } + } + + Method [ <internal:phalcon> public method outputInlineJs ] { + + - Parameters [1] { + Parameter #0 [ <optional> $collectionName ] + } + } + + Method [ <internal:phalcon> public method getCollections ] { + } + + Method [ <internal:phalcon> public method exists ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Resource\Css extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_type ] + Property [ <default> protected $_path ] + Property [ <default> protected $_local ] + Property [ <default> protected $_filter ] + Property [ <default> protected $_attributes ] + Property [ <default> protected $_sourcePath ] + Property [ <default> protected $_targetPath ] + Property [ <default> protected $_targetUri ] + } + + - Methods [22] { + Method [ <internal:phalcon, overwrites Phalcon\Assets\Resource, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $local ] + Parameter #2 [ <optional> $filter ] + Parameter #3 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getPath ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getLocal ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getFilter ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getAttributes ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getSourcePath ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getTargetPath ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getTargetUri ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $path ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ <required> $local ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetUri ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <required> $sourcePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetPath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getContent ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getRealTargetUri ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getRealSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getResourceKey ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Assets\Resource\Js extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_type ] + Property [ <default> protected $_path ] + Property [ <default> protected $_local ] + Property [ <default> protected $_filter ] + Property [ <default> protected $_attributes ] + Property [ <default> protected $_sourcePath ] + Property [ <default> protected $_targetPath ] + Property [ <default> protected $_targetUri ] + } + + - Methods [22] { + Method [ <internal:phalcon, overwrites Phalcon\Assets\Resource, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $local ] + Parameter #2 [ <optional> $filter ] + Parameter #3 [ <optional> $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getPath ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getLocal ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getFilter ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getAttributes ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getSourcePath ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getTargetPath ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getTargetUri ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method setType ] { + + - Parameters [1] { + Parameter #0 [ <required> $type ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $path ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setLocal ] { + + - Parameters [1] { + Parameter #0 [ <required> $local ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ <required> $filter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ <required> array $attributes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetUri ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <required> $sourcePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $targetPath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getContent ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getRealTargetUri ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getRealSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource> public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ <optional> $basePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Assets\Resource, prototype Phalcon\Assets\ResourceInterface> public method getResourceKey ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Apc extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + } + + - Methods [20] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Apcu extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + } + + - Methods [20] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon, overwrites Phalcon\FactoryInterface, prototype Phalcon\FactoryInterface> static public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Factory, prototype Phalcon\Factory> static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ <required> $namespace ] + Parameter #1 [ <required> $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\File extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + Property [ <default> private $_useSafeKey ] + } + + - Methods [22] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <required> array $options ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon> public method getKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon> public method useSafeKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $useSafeKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Libmemcached extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + Property [ <default> protected $_memcache ] + } + + - Methods [21] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> public method _connect ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Memcache extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + Property [ <default> protected $_memcache ] + } + + - Methods [22] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> public method _connect ] { + } + + Method [ <internal:phalcon> public method addServers ] { + + - Parameters [3] { + Parameter #0 [ <required> $host ] + Parameter #1 [ <required> $port ] + Parameter #2 [ <optional> $persistent ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Memory extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + Property [ <default> protected $_data ] + } + + - Methods [22] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, prototype Serializable> public method serialize ] { + } + + Method [ <internal:phalcon, prototype Serializable> public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Mongo extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + Property [ <default> protected $_collection ] + } + + - Methods [22] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> final protected method _getCollection ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method gc ] { + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Redis extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + Property [ <default> protected $_redis ] + } + + - Methods [21] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon> public method _connect ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Backend\Xcache extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $_frontend ] + Property [ <default> protected $_options ] + Property [ <default> protected $_prefix ] + Property [ <default> protected $_lastKey ] + Property [ <default> protected $_lastLifetime ] + Property [ <default> protected $_fresh ] + Property [ <default> protected $_started ] + } + + - Methods [20] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Backend, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ <optional> $options ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ <optional> $prefix ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\BackendInterface, prototype Phalcon\Cache\BackendInterface> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method increment ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method decrement ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $value ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getFrontend ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ <required> $frontend ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getOptions ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> $options ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method getLastKey ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $lastKey ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method stop ] { + + - Parameters [1] { + Parameter #0 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isFresh ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend, prototype Phalcon\Cache\BackendInterface> public method isStarted ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Cache\Backend> public method getLifetime ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\Base64 implements Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_frontendOptions ] + } + + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $frontendOptions ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getLifetime ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method isBuffering ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method start ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getContent ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method stop ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon, overwrites Phalcon\FactoryInterface, prototype Phalcon\FactoryInterface> static public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Factory, prototype Phalcon\Factory> static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ <required> $namespace ] + Parameter #1 [ <required> $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\Igbinary extends Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_frontendOptions ] + } + + - Methods [8] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $frontendOptions ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method getLifetime ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method isBuffering ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method start ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method getContent ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method stop ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\Json implements Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_frontendOptions ] + } + + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $frontendOptions ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getLifetime ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method isBuffering ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method start ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getContent ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method stop ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\Msgpack extends Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_frontendOptions ] + } + + - Methods [8] { + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $frontendOptions ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method getLifetime ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method isBuffering ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method start ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method getContent ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method stop ] { + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Cache\Frontend\Data, prototype Phalcon\Cache\FrontendInterface> public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\None implements Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getLifetime ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method isBuffering ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method start ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getContent ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method stop ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Frontend\Output implements Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_buffering ] + Property [ <default> protected $_frontendOptions ] + } + + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $frontendOptions ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getLifetime ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method isBuffering ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method start ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method getContent ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method stop ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cache\FrontendInterface> public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cache\Multiple ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> protected $_backends ] + } + + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $backends ] + } + } + + Method [ <internal:phalcon> public method push ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Cache\BackendInterface $backend ] + } + } + + Method [ <internal:phalcon> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method start ] { + + - Parameters [2] { + Parameter #0 [ <required> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method save ] { + + - Parameters [4] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $content ] + Parameter #2 [ <optional> $lifetime ] + Parameter #3 [ <optional> $stopBuffer ] + } + } + + Method [ <internal:phalcon> public method delete ] { + + - Parameters [1] { + Parameter #0 [ <required> $keyName ] + } + } + + Method [ <internal:phalcon> public method exists ] { + + - Parameters [2] { + Parameter #0 [ <optional> $keyName ] + Parameter #1 [ <optional> $lifetime ] + } + } + + Method [ <internal:phalcon> public method flush ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Console extends Phalcon\Application implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_defaultModule ] + Property [ <default> protected $_modules ] + Property [ <default> protected $_arguments ] + Property [ <default> protected $_options ] + } + + - Methods [14] { + Method [ <internal, deprecated:phalcon> public method addModules ] { + + - Parameters [1] { + Parameter #0 [ <required> array $modules ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Application, prototype Phalcon\Application> public method handle ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $arguments ] + } + } + + Method [ <internal:phalcon> public method setArgument ] { + + - Parameters [3] { + Parameter #0 [ <optional> array or NULL $arguments ] + Parameter #1 [ <optional> $str ] + Parameter #2 [ <optional> $shift ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Application, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> Phalcon\DiInterface or NULL $dependencyInjector ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Application, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Application, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Application> public method registerModules ] { + + - Parameters [2] { + Parameter #0 [ <required> array $modules ] + Parameter #1 [ <optional> $merge ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Application> public method getModules ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Application> public method getModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Application> public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $defaultModule ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Application> public method getDefaultModule ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Cli\DispatcherInterface ] { + + - Constants [6] { + Constant [ public integer EXCEPTION_NO_DI ] { 0 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [24] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_activeHandler ] + Property [ <default> protected $_finished ] + Property [ <default> protected $_forwarded ] + Property [ <default> protected $_moduleName ] + Property [ <default> protected $_namespaceName ] + Property [ <default> protected $_handlerName ] + Property [ <default> protected $_actionName ] + Property [ <default> protected $_params ] + Property [ <default> protected $_returnedValue ] + Property [ <default> protected $_lastHandler ] + Property [ <default> protected $_defaultNamespace ] + Property [ <default> protected $_actionSuffix ] + Property [ <default> protected $_previousNamespaceName ] + Property [ <default> protected $_previousHandlerName ] + Property [ <default> protected $_previousActionName ] + Property [ <default> protected $_modelBinding ] + Property [ <default> protected $_modelBinder ] + Property [ <default> protected $_isControllerInitialize ] + Property [ <default> protected $_handlerSuffix ] + Property [ <default> protected $_defaultHandler ] + Property [ <default> protected $_defaultAction ] + Property [ <default> protected $_options ] + } + + - Methods [46] { + Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setTaskSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskSuffix ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setTaskName ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskName ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getTaskName ] { + } + + Method [ <internal:phalcon> protected method _throwDispatchException ] { + + - Parameters [2] { + Parameter #0 [ <required> $message ] + Parameter #1 [ <optional> $exceptionCode ] + } + } + + Method [ <internal:phalcon> protected method _handleException ] { + + - Parameters [1] { + Parameter #0 [ <required> Exception $exception ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getLastTask ] { + } + + Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method getActiveTask ] { + } + + Method [ <internal:phalcon> public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + + Method [ <internal:phalcon> public method getOptions ] { + } + + Method [ <internal:phalcon> public method getOption ] { + + - Parameters [3] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <optional> $filters ] + Parameter #2 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon> public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ <required> $option ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Dispatcher, prototype Phalcon\Dispatcher> public method callActionMethod ] { + + - Parameters [3] { + Parameter #0 [ <required> $handler ] + Parameter #1 [ <required> $actionMethod ] + Parameter #2 [ <optional> array or NULL $params ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setActionSuffix ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionSuffix ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method getActionSuffix ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setModuleName ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method getModuleName ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setNamespaceName ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method getNamespaceName ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ <required> $namespaceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method getDefaultNamespace ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setActionName ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method getActionName ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setParams ] { + + - Parameters [1] { + Parameter #0 [ <required> $params ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method getParams ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method setParam ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method getParam ] { + + - Parameters [3] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters ] + Parameter #2 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method hasParam ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method getActiveMethod ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method isFinished ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method setReturnedValue ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method getReturnedValue ] { + } + + Method [ <internal, deprecated:phalcon, inherits Phalcon\Dispatcher> public method setModelBinding ] { + + - Parameters [2] { + Parameter #0 [ <required> $value ] + Parameter #1 [ <optional> $cache ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method setModelBinder ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\Model\BinderInterface $modelBinder ] + Parameter #1 [ <optional> $cache ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method getModelBinder ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method dispatch ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method forward ] { + + - Parameters [1] { + Parameter #0 [ <required> $forward ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method wasForwarded ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method getHandlerClass ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method getBoundModels ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Dispatcher> protected method _resolveEmptyProperties ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Router implements Phalcon\Di\InjectionAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_module ] + Property [ <default> protected $_task ] + Property [ <default> protected $_action ] + Property [ <default> protected $_params ] + Property [ <default> protected $_defaultModule ] + Property [ <default> protected $_defaultTask ] + Property [ <default> protected $_defaultAction ] + Property [ <default> protected $_defaultParams ] + Property [ <default> protected $_routes ] + Property [ <default> protected $_matchedRoute ] + Property [ <default> protected $_matches ] + Property [ <default> protected $_wasMatched ] + } + + - Methods [19] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $defaultRoutes ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon> public method setDefaultModule ] { + + - Parameters [1] { + Parameter #0 [ <required> $moduleName ] + } + } + + Method [ <internal:phalcon> public method setDefaultTask ] { + + - Parameters [1] { + Parameter #0 [ <required> $taskName ] + } + } + + Method [ <internal:phalcon> public method setDefaultAction ] { + + - Parameters [1] { + Parameter #0 [ <required> $actionName ] + } + } + + Method [ <internal:phalcon> public method setDefaults ] { + + - Parameters [1] { + Parameter #0 [ <required> array $defaults ] + } + } + + Method [ <internal:phalcon> public method handle ] { + + - Parameters [1] { + Parameter #0 [ <optional> $arguments ] + } + } + + Method [ <internal:phalcon> public method add ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> public method getModuleName ] { + } + + Method [ <internal:phalcon> public method getTaskName ] { + } + + Method [ <internal:phalcon> public method getActionName ] { + } + + Method [ <internal:phalcon> public method getParams ] { + } + + Method [ <internal:phalcon> public method getMatchedRoute ] { + } + + Method [ <internal:phalcon> public method getMatches ] { + } + + Method [ <internal:phalcon> public method wasMatched ] { + } + + Method [ <internal:phalcon> public method getRoutes ] { + } + + Method [ <internal:phalcon> public method getRouteById ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:phalcon> public method getRouteByName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Router\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Router\Route ] { + + - Constants [1] { + Constant [ public string DEFAULT_DELIMITER ] { } + } + + - Static properties [2] { + Property [ protected static $_uniqueId ] + Property [ protected static $_delimiterPath ] + } + + - Static methods [3] { + Method [ <internal:phalcon> static public method reset ] { + } + + Method [ <internal:phalcon> static public method delimiter ] { + + - Parameters [1] { + Parameter #0 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon> static public method getDelimiter ] { + } + } + + - Properties [8] { + Property [ <default> protected $_pattern ] + Property [ <default> protected $_compiledPattern ] + Property [ <default> protected $_paths ] + Property [ <default> protected $_converters ] + Property [ <default> protected $_id ] + Property [ <default> protected $_name ] + Property [ <default> protected $_beforeMatch ] + Property [ <default> protected $_delimiter ] + } + + - Methods [15] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> public method compilePattern ] { + + - Parameters [1] { + Parameter #0 [ <required> $pattern ] + } + } + + Method [ <internal:phalcon> public method extractNamedParams ] { + + - Parameters [1] { + Parameter #0 [ <required> $pattern ] + } + } + + Method [ <internal:phalcon> public method reConfigure ] { + + - Parameters [2] { + Parameter #0 [ <required> $pattern ] + Parameter #1 [ <optional> $paths ] + } + } + + Method [ <internal:phalcon> public method getName ] { + } + + Method [ <internal:phalcon> public method setName ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon> public method beforeMatch ] { + + - Parameters [1] { + Parameter #0 [ <required> $callback ] + } + } + + Method [ <internal:phalcon> public method getBeforeMatch ] { + } + + Method [ <internal:phalcon> public method getRouteId ] { + } + + Method [ <internal:phalcon> public method getPattern ] { + } + + Method [ <internal:phalcon> public method getCompiledPattern ] { + } + + Method [ <internal:phalcon> public method getPaths ] { + } + + Method [ <internal:phalcon> public method getReversedPaths ] { + } + + Method [ <internal:phalcon> public method convert ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $converter ] + } + } + + Method [ <internal:phalcon> public method getConverters ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> protected $_dependencyInjector ] + Property [ <default> protected $_eventsManager ] + } + + - Methods [6] { + Method [ <internal:phalcon, ctor> final public method __construct ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] { + + - Parameters [1] { + Parameter #0 [ <required> $propertyName ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements Countable, ArrayAccess ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [1] { + Property [ protected static $_pathDelimiter ] + } + + - Static methods [3] { + Method [ <internal:phalcon, inherits Phalcon\Config> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method getPathDelimiter ] { + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon, overwrites Phalcon\Config, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $arrayConfig ] + Parameter #1 [ <optional> $defaultAdapter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $defaultValue ] + Parameter #2 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method toArray ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config> final protected method _merge ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Config $config ] + Parameter #1 [ <optional> $instance ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements Countable, ArrayAccess ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [1] { + Property [ protected static $_pathDelimiter ] + } + + - Static methods [3] { + Method [ <internal:phalcon, inherits Phalcon\Config> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method getPathDelimiter ] { + } + } + + - Properties [0] { + } + + - Methods [13] { + Method [ <internal:phalcon, overwrites Phalcon\Config, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $filePath ] + Parameter #1 [ <optional> $mode ] + } + } + + Method [ <internal:phalcon> protected method _parseIniString ] { + + - Parameters [2] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon> protected method _cast ] { + + - Parameters [1] { + Parameter #0 [ <required> $ini ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $defaultValue ] + Parameter #2 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method toArray ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config> final protected method _merge ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Config $config ] + Parameter #1 [ <optional> $instance ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Adapter\Json extends Phalcon\Config implements Countable, ArrayAccess ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [1] { + Property [ protected static $_pathDelimiter ] + } + + - Static methods [3] { + Method [ <internal:phalcon, inherits Phalcon\Config> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method getPathDelimiter ] { + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon, overwrites Phalcon\Config, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> $filePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $defaultValue ] + Parameter #2 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method toArray ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config> final protected method _merge ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Config $config ] + Parameter #1 [ <optional> $instance ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Adapter\Php extends Phalcon\Config implements Countable, ArrayAccess ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [1] { + Property [ protected static $_pathDelimiter ] + } + + - Static methods [3] { + Method [ <internal:phalcon, inherits Phalcon\Config> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method getPathDelimiter ] { + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon, overwrites Phalcon\Config, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> $filePath ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $defaultValue ] + Parameter #2 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method toArray ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config> final protected method _merge ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Config $config ] + Parameter #1 [ <optional> $instance ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements Countable, ArrayAccess ] { + + - Constants [1] { + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [1] { + Property [ protected static $_pathDelimiter ] + } + + - Static methods [3] { + Method [ <internal:phalcon, inherits Phalcon\Config> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> static public method getPathDelimiter ] { + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:phalcon, overwrites Phalcon\Config, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $filePath ] + Parameter #1 [ <optional> array or NULL $callbacks ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method path ] { + + - Parameters [3] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $defaultValue ] + Parameter #2 [ <optional> $delimiter ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method get ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <optional> $defaultValue ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method merge ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Config $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Config> public method toArray ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config, prototype Countable> public method count ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Config> final protected method _merge ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Config $config ] + Parameter #1 [ <optional> $instance ] + } + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Config\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon, overwrites Phalcon\FactoryInterface, prototype Phalcon\FactoryInterface> static public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Factory, prototype Phalcon\Factory> static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ <required> $namespace ] + Parameter #1 [ <required> $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> class Phalcon\Crypt implements Phalcon\CryptInterface ] { + + - Constants [7] { + Constant [ public integer PADDING_DEFAULT ] { 0 } + Constant [ public integer PADDING_ANSI_X_923 ] { 1 } + Constant [ public integer PADDING_PKCS7 ] { 2 } + Constant [ public integer PADDING_ISO_10126 ] { 3 } + Constant [ public integer PADDING_ISO_IEC_7816_4 ] { 4 } + Constant [ public integer PADDING_ZERO ] { 5 } + Constant [ public integer PADDING_SPACE ] { 6 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $_key ] + Property [ <default> protected $_padding ] + Property [ <default> protected $_cipher ] + Property [ <default> protected $availableCiphers ] + Property [ <default> protected $ivLength ] + Property [ <default> protected $hashAlgo ] + Property [ <default> protected $useSigning ] + } + + - Methods [21] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $cipher ] + Parameter #1 [ <optional> $useSigning ] + } + } + + Method [ <internal:phalcon> public method setPadding ] { + + - Parameters [1] { + Parameter #0 [ <required> $scheme ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method setCipher ] { + + - Parameters [1] { + Parameter #0 [ <required> $cipher ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method getCipher ] { + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method setKey ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method getKey ] { + } + + Method [ <internal:phalcon> public method setHashAlgo ] { + + - Parameters [1] { + Parameter #0 [ <required> $hashAlgo ] + } + } + + Method [ <internal:phalcon> public method getHashAlgo ] { + } + + Method [ <internal:phalcon> public method useSigning ] { + + - Parameters [1] { + Parameter #0 [ <required> $useSigning ] + } + } + + Method [ <internal:phalcon> protected method _cryptPadText ] { + + - Parameters [4] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <required> $mode ] + Parameter #2 [ <required> $blockSize ] + Parameter #3 [ <required> $paddingType ] + } + } + + Method [ <internal:phalcon> protected method _cryptUnpadText ] { + + - Parameters [4] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <required> $mode ] + Parameter #2 [ <required> $blockSize ] + Parameter #3 [ <required> $paddingType ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method encryptBase64 ] { + + - Parameters [3] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + Parameter #2 [ <optional> $safe ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method decryptBase64 ] { + + - Parameters [3] { + Parameter #0 [ <required> $text ] + Parameter #1 [ <optional> $key ] + Parameter #2 [ <optional> $safe ] + } + } + + Method [ <internal:phalcon, prototype Phalcon\CryptInterface> public method getAvailableCiphers ] { + } + + Method [ <internal:phalcon> public method getAvailableHashAlgos ] { + } + + Method [ <internal:phalcon> protected method assertCipherIsAvailable ] { + + - Parameters [1] { + Parameter #0 [ <required> $cipher ] + } + } + + Method [ <internal:phalcon> protected method assertHashAlgorithmAvailable ] { + + - Parameters [1] { + Parameter #0 [ <required> $hashAlgo ] + } + } + + Method [ <internal:phalcon> protected method getIvLength ] { + + - Parameters [1] { + Parameter #0 [ <required> $cipher ] + } + } + + Method [ <internal:phalcon> protected method initializeAvailableCiphers ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> abstract class Phalcon\Db ] { + + - Constants [17] { + Constant [ public integer FETCH_LAZY ] { 1 } + Constant [ public integer FETCH_ASSOC ] { 2 } + Constant [ public integer FETCH_NAMED ] { 11 } + Constant [ public integer FETCH_NUM ] { 3 } + Constant [ public integer FETCH_BOTH ] { 4 } + Constant [ public integer FETCH_OBJ ] { 5 } + Constant [ public integer FETCH_BOUND ] { 6 } + Constant [ public integer FETCH_COLUMN ] { 7 } + Constant [ public integer FETCH_CLASS ] { 8 } + Constant [ public integer FETCH_INTO ] { 9 } + Constant [ public integer FETCH_FUNC ] { 10 } + Constant [ public integer FETCH_GROUP ] { 65536 } + Constant [ public integer FETCH_UNIQUE ] { 196608 } + Constant [ public integer FETCH_KEY_PAIR ] { 12 } + Constant [ public integer FETCH_CLASSTYPE ] { 262144 } + Constant [ public integer FETCH_SERIALIZE ] { 524288 } + Constant [ public integer FETCH_PROPS_LATE ] { 1048576 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon> static public method setup ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:phalcon, overwrites Phalcon\FactoryInterface, prototype Phalcon\FactoryInterface> static public method load ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Factory> static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ <required> $namespace ] + Parameter #1 [ <required> $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phalcon> class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $_connectionConsecutive ] + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ <default> protected $_eventsManager ] + Property [ <default> protected $_descriptor ] + Property [ <default> protected $_dialect ] + Property [ <default> protected $_connectionId ] + Property [ <default> protected $_sqlStatement ] + Property [ <default> protected $_sqlVariables ] + Property [ <default> protected $_sqlBindTypes ] + Property [ <default> protected $_transactionLevel ] + Property [ <default> protected $_transactionsWithSavepoints ] + Property [ <default> protected $_pdo ] + Property [ <default> protected $_affectedRows ] + Property [ <default> protected $_type ] + Property [ <default> protected $_dialectType ] + } + + - Methods [75] { + Method [ <internal:phalcon, overwrites Phalcon\Db\AdapterInterface, prototype Phalcon\Db\AdapterInterface> public method describeColumns ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $schema ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $descriptor ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method connect ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $descriptor ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo> public method prepare ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlStatement ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo> public method executePrepared ] { + + - Parameters [3] { + Parameter #0 [ <required> PDOStatement $statement ] + Parameter #1 [ <required> array $placeholders ] + Parameter #2 [ <required> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method query ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method execute ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlStatement ] + Parameter #1 [ <optional> $bindParams ] + Parameter #2 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method affectedRows ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method close ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ <required> $str ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo> public method convertBoundParams ] { + + - Parameters [2] { + Parameter #0 [ <required> $sql ] + Parameter #1 [ <optional> array or NULL $params ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ <optional> $sequenceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method begin ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method rollback ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method commit ] { + + - Parameters [1] { + Parameter #0 [ <optional> $nesting ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo> public method getTransactionLevel ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method isUnderTransaction ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, prototype Phalcon\Db\AdapterInterface> public method getInternalHandler ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo> public method getErrorInfo ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDialectType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getType ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getSqlVariables ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method setDialect ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\DialectInterface $dialect ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDialect ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method fetchOne ] { + + - Parameters [4] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $bindParams ] + Parameter #3 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method fetchAll ] { + + - Parameters [4] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $fetchMode ] + Parameter #2 [ <optional> $bindParams ] + Parameter #3 [ <optional> $bindTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method fetchColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <optional> $placeholders ] + Parameter #2 [ <optional> $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method insert ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> array $values ] + Parameter #2 [ <optional> $fields ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method insertAsDict ] { + + - Parameters [3] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method update ] { + + - Parameters [5] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $fields ] + Parameter #2 [ <required> $values ] + Parameter #3 [ <optional> $whereCondition ] + Parameter #4 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method updateAsDict ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <required> $data ] + Parameter #2 [ <optional> $whereCondition ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method delete ] { + + - Parameters [4] { + Parameter #0 [ <required> $table ] + Parameter #1 [ <optional> $whereCondition ] + Parameter #2 [ <optional> $placeholders ] + Parameter #3 [ <optional> $dataTypes ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method escapeIdentifier ] { + + - Parameters [1] { + Parameter #0 [ <required> $identifier ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getColumnList ] { + + - Parameters [1] { + Parameter #0 [ <required> $columnList ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method limit ] { + + - Parameters [2] { + Parameter #0 [ <required> $sqlQuery ] + Parameter #1 [ <required> $number ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method tableExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method viewExists ] { + + - Parameters [2] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method sharedLock ] { + + - Parameters [1] { + Parameter #0 [ <required> $sqlQuery ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method createTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> array $definition ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropTable ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method createView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <required> array $definition ] + Parameter #2 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropView ] { + + - Parameters [3] { + Parameter #0 [ <required> $viewName ] + Parameter #1 [ <optional> $schemaName ] + Parameter #2 [ <optional> $ifExists ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method modifyColumn ] { + + - Parameters [4] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ColumnInterface $column ] + Parameter #3 [ <optional> Phalcon\Db\ColumnInterface or NULL $currentColumn ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropColumn ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $columnName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropIndex ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $indexName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addPrimaryKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\IndexInterface $index ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropPrimaryKey ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> $referenceName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getColumnDefinition ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Db\ColumnInterface $column ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method listTables ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method listViews ] { + + - Parameters [1] { + Parameter #0 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method tableOptions ] { + + - Parameters [2] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <optional> $schemaName ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method createSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method releaseSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method rollbackSavepoint ] { + + - Parameters [1] { + Parameter #0 [ <required> $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method setNestedTransactionsWithSavepoints ] { + + - Parameters [1] { + Parameter #0 [ <required> $nestedTransactionsWithSavepoints ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method isNestedTransactionsWithSavepoints ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getNestedTransactionSavepointName ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDefaultIdValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter> public method getDefaultValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method supportSequences ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method useExplicitIdValue ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getDescriptor ] { + } + + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method getConnectionId ] { + } + + Met |