Extension [ extension #194 phalcon version 3.4.4 ] { - INI { Entry [ phalcon.db.escape_identifiers ] Current = '1' } Entry [ phalcon.db.force_casting ] Current = '0' } Entry [ phalcon.orm.events ] Current = '1' } Entry [ phalcon.orm.virtual_foreign_keys ] Current = '1' } Entry [ phalcon.orm.column_renaming ] Current = '1' } Entry [ phalcon.orm.not_null_validations ] Current = '1' } Entry [ phalcon.orm.exception_on_failed_save ] Current = '0' } Entry [ phalcon.orm.enable_literals ] Current = '1' } Entry [ phalcon.orm.late_state_binding ] Current = '0' } Entry [ phalcon.orm.enable_implicit_joins ] Current = '1' } Entry [ phalcon.orm.cast_on_hydrate ] Current = '0' } Entry [ phalcon.orm.ignore_unknown_columns ] Current = '0' } Entry [ phalcon.orm.update_snapshot_on_save ] Current = '1' } Entry [ phalcon.orm.disable_assign_setters ] Current = '0' } } - Classes [398] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ abstract public method getDI ] { } } } Interface [ interface Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ abstract public method getEventsManager ] { } } } Interface [ interface Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ abstract public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $attribute ] } } } } Interface [ interface Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [31] { Method [ abstract public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ abstract public method getForm ] { } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method getName ] { } Method [ abstract public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ abstract public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ abstract public method getFilters ] { } Method [ abstract public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ abstract public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ abstract public method getValidators ] { } Method [ abstract public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ abstract public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ abstract public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ abstract public method getAttributes ] { } Method [ abstract public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ abstract public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ abstract public method getUserOptions ] { } Method [ abstract public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ abstract public method getLabel ] { } Method [ abstract public method label ] { } Method [ abstract public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ abstract public method getDefault ] { } Method [ abstract public method getValue ] { } Method [ abstract public method getMessages ] { } Method [ abstract public method hasMessages ] { } Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ abstract public method clear ] { } Method [ abstract public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } } } Interface [ interface Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getMessages ] { } Method [ abstract public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } } } Interface [ interface Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ abstract public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ abstract public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ abstract public method getFrontend ] { } Method [ abstract public method getOptions ] { } Method [ abstract public method isFresh ] { } Method [ abstract public method isStarted ] { } Method [ abstract public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ abstract public method getLastKey ] { } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ abstract public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ abstract public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ abstract public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } } } Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [29] { Method [ abstract public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ abstract public method getStrategy ] { } Method [ abstract public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ abstract public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ abstract public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ abstract public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ abstract public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ abstract public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ abstract public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ abstract public method isEmpty ] { } Method [ abstract public method reset ] { } Method [ abstract public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ abstract public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } } } Interface [ interface Phalcon\Cache\FrontendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getLifetime ] { } Method [ abstract public method isBuffering ] { } Method [ abstract public method start ] { } Method [ abstract public method getContent ] { } Method [ abstract public method stop ] { } Method [ abstract public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ abstract public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Interface [ interface Phalcon\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [17] { Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ $actionSuffix ] } } Method [ abstract public method getActionSuffix ] { } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $defaultNamespace ] } } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method getActionName ] { } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ abstract public method getParams ] { } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } } Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $filters ] } } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } } Method [ abstract public method isFinished ] { } Method [ abstract public method getReturnedValue ] { } Method [ abstract public method dispatch ] { } Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ $forward ] } } } } Interface [ interface Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } Method [ abstract public method getReader ] { } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ abstract public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ abstract public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $methodName ] } } Method [ abstract public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ abstract public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $propertyName ] } } } } Interface [ interface Phalcon\Assets\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ abstract public method getType ] { } Method [ abstract public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ abstract public method getFilter ] { } Method [ abstract public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ abstract public method getAttributes ] { } Method [ abstract public method getResourceKey ] { } } } Interface [ interface Phalcon\Logger\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ abstract public method getFormatter ] { } Method [ abstract public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ abstract public method getLogLevel ] { } Method [ abstract public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } Method [ abstract public method begin ] { } Method [ abstract public method commit ] { } Method [ abstract public method rollback ] { } Method [ abstract public method close ] { } Method [ abstract public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ abstract public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ abstract public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ abstract public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ abstract public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ abstract public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ abstract public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } } } Interface [ interface Phalcon\Db\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [62] { Method [ abstract public method fetchOne ] { - Parameters [3] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $placeholders ] } } Method [ abstract public method fetchAll ] { - Parameters [3] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $placeholders ] } } Method [ abstract public method insert ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } } Method [ abstract public method update ] { - Parameters [5] { Parameter #0 [ $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } } Method [ abstract public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } } Method [ abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ abstract public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ abstract public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ abstract public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ abstract public method getDescriptor ] { } Method [ abstract public method getConnectionId ] { } Method [ abstract public method getSQLStatement ] { } Method [ abstract public method getRealSQLStatement ] { } Method [ abstract public method getSQLVariables ] { } Method [ abstract public method getSQLBindTypes ] { } Method [ abstract public method getType ] { } Method [ abstract public method getDialectType ] { } Method [ abstract public method getDialect ] { } Method [ abstract public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } } Method [ abstract public method query ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ abstract public method execute ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ abstract public method affectedRows ] { } Method [ abstract public method close ] { } Method [ abstract public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } } Method [ abstract public method escapeString ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ abstract public method begin ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ abstract public method commit ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ abstract public method isUnderTransaction ] { } Method [ abstract public method getInternalHandler ] { } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method useExplicitIdValue ] { } Method [ abstract public method getDefaultIdValue ] { } Method [ abstract public method supportSequences ] { } Method [ abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } Method [ abstract public method isNestedTransactionsWithSavepoints ] { } Method [ abstract public method getNestedTransactionSavepointName ] { } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } } } Interface [ interface Phalcon\Logger\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method format ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $timestamp ] Parameter #3 [ $context ] } } } } Interface [ interface Phalcon\Session\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ abstract public method start ] { } Method [ abstract public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ abstract public method getOptions ] { } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ abstract public method getId ] { } Method [ abstract public method isStarted ] { } Method [ abstract public method destroy ] { - Parameters [1] { Parameter #0 [ $removeData ] } } Method [ abstract public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method getName ] { } } } Interface [ interface Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [31] { Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ abstract public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } } Method [ abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ array $columnList ] } } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ abstract public method dropTable ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method supportsSavepoints ] { } Method [ abstract public method supportsReleaseSavepoints ] { } Method [ abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } } } Interface [ interface Phalcon\Mvc\EntityInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } Method [ abstract public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } } } Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getType ] { } Method [ abstract public method getFirst ] { } Method [ abstract public method getLast ] { } Method [ abstract public method setIsFresh ] { - Parameters [1] { Parameter #0 [ $isFresh ] } } Method [ abstract public method isFresh ] { } Method [ abstract public method getCache ] { } Method [ abstract public method toArray ] { } } } Interface [ interface Phalcon\Paginator\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ $page ] } } Method [ abstract public method getPaginate ] { } Method [ abstract public method setLimit ] { - Parameters [1] { Parameter #0 [ $limit ] } } Method [ abstract public method getLimit ] { } } } Interface [ interface Phalcon\Translate\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method t ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ abstract public method query ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $placeholders ] } } Method [ abstract public method exists ] { - Parameters [1] { Parameter #0 [ $index ] } } } } Interface [ interface Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method filter ] { - Parameters [1] { Parameter #0 [ $content ] } } } } Interface [ interface Phalcon\DiInterface extends ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ abstract static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ abstract static public method getDefault ] { } Method [ abstract static public method reset ] { } } - Properties [0] { } - Methods [16] { Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ abstract public method setShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method attempt ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ abstract public method getShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ abstract public method setRaw ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } } Method [ abstract public method getRaw ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method getService ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method wasFreshInstance ] { } Method [ abstract public method getServices ] { } Method [ abstract public method offsetExists ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ abstract public method offsetGet ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ abstract public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ abstract public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } } } Interface [ interface Phalcon\FlashInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ abstract public method error ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ abstract public method notice ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ abstract public method success ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ abstract public method warning ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ abstract public method message ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $message ] } } } } Interface [ interface Phalcon\Image\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [14] { Method [ abstract public method resize ] { - Parameters [3] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $master ] } } Method [ abstract public method crop ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $offsetX ] Parameter #3 [ $offsetY ] } } Method [ abstract public method rotate ] { - Parameters [1] { Parameter #0 [ $degrees ] } } Method [ abstract public method flip ] { - Parameters [1] { Parameter #0 [ $direction ] } } Method [ abstract public method sharpen ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ abstract public method reflection ] { - Parameters [3] { Parameter #0 [ $height ] Parameter #1 [ $opacity ] Parameter #2 [ $fadeIn ] } } Method [ abstract public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] } } Method [ abstract public method text ] { - Parameters [7] { Parameter #0 [ $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] Parameter #4 [ $color ] Parameter #5 [ $size ] Parameter #6 [ $fontfile ] } } Method [ abstract public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] } } Method [ abstract public method background ] { - Parameters [2] { Parameter #0 [ $color ] Parameter #1 [ $opacity ] } } Method [ abstract public method blur ] { - Parameters [1] { Parameter #0 [ $radius ] } } Method [ abstract public method pixelate ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ abstract public method save ] { - Parameters [2] { Parameter #0 [ $file ] Parameter #1 [ $quality ] } } Method [ abstract public method render ] { - Parameters [2] { Parameter #0 [ $ext ] Parameter #1 [ $quality ] } } } } Interface [ interface Phalcon\Mvc\Collection\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] } } Method [ abstract public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [10] { Method [ abstract public method setViewsDir ] { - Parameters [1] { Parameter #0 [ $viewsDir ] } } Method [ abstract public method getViewsDir ] { } Method [ abstract public method setParamToView ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ abstract public method setVar ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ abstract public method getParamsToView ] { } Method [ abstract public method getCache ] { } Method [ abstract public method cache ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ abstract public method getContent ] { } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } } } Interface [ interface Phalcon\Mvc\View\EngineInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getContent ] { } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $params ] Parameter #2 [ $mustClean ] } } } } Interface [ interface Phalcon\Acl\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [19] { Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $defaultAccess ] } } Method [ abstract public method getDefaultAction ] { } Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ $defaultAccess ] } } Method [ abstract public method getNoArgumentsDefaultAction ] { } Method [ abstract public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits ] } } Method [ abstract public method addInherit ] { - Parameters [2] { Parameter #0 [ $roleName ] Parameter #1 [ $roleToInherit ] } } Method [ abstract public method isRole ] { - Parameters [1] { Parameter #0 [ $roleName ] } } Method [ abstract public method isResource ] { - Parameters [1] { Parameter #0 [ $resourceName ] } } Method [ abstract public method addResource ] { - Parameters [2] { Parameter #0 [ $resourceObject ] Parameter #1 [ $accessList ] } } Method [ abstract public method addResourceAccess ] { - Parameters [2] { Parameter #0 [ $resourceName ] Parameter #1 [ $accessList ] } } Method [ abstract public method dropResourceAccess ] { - Parameters [2] { Parameter #0 [ $resourceName ] Parameter #1 [ $accessList ] } } Method [ abstract public method allow ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } } Method [ abstract public method deny ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } } Method [ abstract public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ array or NULL $parameters ] } } Method [ abstract public method getActiveRole ] { } Method [ abstract public method getActiveResource ] { } Method [ abstract public method getActiveAccess ] { } Method [ abstract public method getRoles ] { } Method [ abstract public method getResources ] { } } } Interface [ interface Phalcon\Mvc\Model\MetaData\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ abstract public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] } } } } Interface [ interface Phalcon\Mvc\Model\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method setDirtyState ] { - Parameters [1] { Parameter #0 [ $dirtyState ] } } } } Interface [ interface Phalcon\Mvc\RouterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [29] { Method [ abstract public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ abstract public method setDefaultController ] { - Parameters [1] { Parameter #0 [ $controllerName ] } } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } } Method [ abstract public method handle ] { - Parameters [1] { Parameter #0 [ $uri ] } } Method [ abstract public method add ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } } Method [ abstract public method addGet ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addPost ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addPut ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addPatch ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addDelete ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addOptions ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addHead ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addPurge ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addTrace ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addConnect ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } } Method [ abstract public method clear ] { } Method [ abstract public method getModuleName ] { } Method [ abstract public method getNamespaceName ] { } Method [ abstract public method getControllerName ] { } Method [ abstract public method getActionName ] { } Method [ abstract public method getParams ] { } Method [ abstract public method getMatchedRoute ] { } Method [ abstract public method getMatches ] { } Method [ abstract public method wasMatched ] { } Method [ abstract public method getRoutes ] { } Method [ abstract public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ abstract public method getRouteByName ] { - Parameters [1] { Parameter #0 [ $name ] } } } } Interface [ interface Phalcon\Translate\InterpolatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ $translation ] Parameter #1 [ $placeholders ] } } } } Interface [ interface Phalcon\Acl\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getName ] { } Method [ abstract public method getDescription ] { } Method [ abstract public method __toString ] { } } } Interface [ interface Phalcon\Acl\RoleInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getName ] { } Method [ abstract public method getDescription ] { } Method [ abstract public method __toString ] { } } } Interface [ interface Phalcon\Annotations\ReaderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method parseDocBlock ] { - Parameters [3] { Parameter #0 [ $docBlock ] Parameter #1 [ $file ] Parameter #2 [ $line ] } } } - Properties [0] { } - Methods [1] { Method [ abstract public method parse ] { - Parameters [1] { Parameter #0 [ $className ] } } } } Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ abstract public method setTaskSuffix ] { - Parameters [1] { Parameter #0 [ $taskSuffix ] } } Method [ abstract public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ $taskName ] } } Method [ abstract public method setTaskName ] { - Parameters [1] { Parameter #0 [ $taskName ] } } Method [ abstract public method getTaskName ] { } Method [ abstract public method getLastTask ] { } Method [ abstract public method getActiveTask ] { } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ $actionSuffix ] } } Method [ abstract public method getActionSuffix ] { } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $defaultNamespace ] } } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method getActionName ] { } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ abstract public method getParams ] { } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } } Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $filters ] } } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } } Method [ abstract public method isFinished ] { } Method [ abstract public method getReturnedValue ] { } Method [ abstract public method dispatch ] { } Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ $forward ] } } } } Interface [ interface Phalcon\Cli\TaskInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\CryptInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ abstract public method setCipher ] { - Parameters [1] { Parameter #0 [ $cipher ] } } Method [ abstract public method getCipher ] { } Method [ abstract public method setKey ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ abstract public method getKey ] { } Method [ abstract public method encrypt ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ $key ] } } Method [ abstract public method decrypt ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ $key ] } } Method [ abstract public method encryptBase64 ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ $key ] } } Method [ abstract public method decryptBase64 ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ $key ] } } Method [ abstract public method getAvailableCiphers ] { } } } Interface [ interface Phalcon\Db\ColumnInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [0] { } - Methods [17] { Method [ abstract public method getSchemaName ] { } Method [ abstract public method getName ] { } Method [ abstract public method getType ] { } Method [ abstract public method getTypeReference ] { } Method [ abstract public method getTypeValues ] { } Method [ abstract public method getSize ] { } Method [ abstract public method getScale ] { } Method [ abstract public method isUnsigned ] { } Method [ abstract public method isNotNull ] { } Method [ abstract public method isPrimary ] { } Method [ abstract public method isAutoIncrement ] { } Method [ abstract public method isNumeric ] { } Method [ abstract public method isFirst ] { } Method [ abstract public method getAfterPosition ] { } Method [ abstract public method getBindType ] { } Method [ abstract public method getDefault ] { } Method [ abstract public method hasDefault ] { } } } Interface [ interface Phalcon\Db\IndexInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [0] { } - Methods [3] { Method [ abstract public method getName ] { } Method [ abstract public method getColumns ] { } Method [ abstract public method getType ] { } } } Interface [ interface Phalcon\Db\ReferenceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [0] { } - Methods [8] { Method [ abstract public method getName ] { } Method [ abstract public method getSchemaName ] { } Method [ abstract public method getReferencedSchema ] { } Method [ abstract public method getColumns ] { } Method [ abstract public method getReferencedTable ] { } Method [ abstract public method getReferencedColumns ] { } Method [ abstract public method getOnDelete ] { } Method [ abstract public method getOnUpdate ] { } } } Interface [ interface Phalcon\Db\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method execute ] { } Method [ abstract public method fetch ] { } Method [ abstract public method fetchArray ] { } Method [ abstract public method fetchAll ] { } Method [ abstract public method numRows ] { } Method [ abstract public method dataSeek ] { - Parameters [1] { Parameter #0 [ $number ] } } Method [ abstract public method setFetchMode ] { - Parameters [3] { Parameter #0 [ $fetchMode ] Parameter #1 [ $colNoOrClassNameOrObject ] Parameter #2 [ $ctorargs ] } } Method [ abstract public method getInternalResult ] { } } } Interface [ interface Phalcon\Di\ServiceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } } - Properties [0] { } - Methods [7] { Method [ abstract public method getName ] { } Method [ abstract public method setShared ] { - Parameters [1] { Parameter #0 [ $shared ] } } Method [ abstract public method isShared ] { } Method [ abstract public method setDefinition ] { - Parameters [1] { Parameter #0 [ $definition ] } } Method [ abstract public method getDefinition ] { } Method [ abstract public method resolve ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ abstract public method setParameter ] { - Parameters [2] { Parameter #0 [ $position ] Parameter #1 [ array $parameter ] } } } } Interface [ interface Phalcon\EscaperInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method setEncoding ] { - Parameters [1] { Parameter #0 [ $encoding ] } } Method [ abstract public method getEncoding ] { } Method [ abstract public method setHtmlQuoteType ] { - Parameters [1] { Parameter #0 [ $quoteType ] } } Method [ abstract public method escapeHtml ] { - Parameters [1] { Parameter #0 [ $text ] } } Method [ abstract public method escapeHtmlAttr ] { - Parameters [1] { Parameter #0 [ $text ] } } Method [ abstract public method escapeCss ] { - Parameters [1] { Parameter #0 [ $css ] } } Method [ abstract public method escapeJs ] { - Parameters [1] { Parameter #0 [ $js ] } } Method [ abstract public method escapeUrl ] { - Parameters [1] { Parameter #0 [ $url ] } } } } Interface [ interface Phalcon\Events\EventInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getData ] { } Method [ abstract public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ abstract public method getType ] { } Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ abstract public method stop ] { } Method [ abstract public method isStopped ] { } Method [ abstract public method isCancelable ] { } } } Interface [ interface Phalcon\Events\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ abstract public method attach ] { - Parameters [2] { Parameter #0 [ $eventType ] Parameter #1 [ $handler ] } } Method [ abstract public method detach ] { - Parameters [2] { Parameter #0 [ $eventType ] Parameter #1 [ $handler ] } } Method [ abstract public method detachAll ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ abstract public method fire ] { - Parameters [3] { Parameter #0 [ $eventType ] Parameter #1 [ $source ] Parameter #2 [ $data ] } } Method [ abstract public method getListeners ] { - Parameters [1] { Parameter #0 [ $type ] } } } } Interface [ interface Phalcon\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method add ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $handler ] } } Method [ abstract public method sanitize ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $filters ] } } Method [ abstract public method getFilters ] { } } } Interface [ interface Phalcon\Http\CookieInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [17] { Method [ abstract public method setValue ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ abstract public method getValue ] { - Parameters [2] { Parameter #0 [ $filters ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method send ] { } Method [ abstract public method delete ] { } Method [ abstract public method useEncryption ] { - Parameters [1] { Parameter #0 [ $useEncryption ] } } Method [ abstract public method isUsingEncryption ] { } Method [ abstract public method setExpiration ] { - Parameters [1] { Parameter #0 [ $expire ] } } Method [ abstract public method getExpiration ] { } Method [ abstract public method setPath ] { - Parameters [1] { Parameter #0 [ $path ] } } Method [ abstract public method getName ] { } Method [ abstract public method getPath ] { } Method [ abstract public method setDomain ] { - Parameters [1] { Parameter #0 [ $domain ] } } Method [ abstract public method getDomain ] { } Method [ abstract public method setSecure ] { - Parameters [1] { Parameter #0 [ $secure ] } } Method [ abstract public method getSecure ] { } Method [ abstract public method setHttpOnly ] { - Parameters [1] { Parameter #0 [ $httpOnly ] } } Method [ abstract public method getHttpOnly ] { } } } Interface [ interface Phalcon\Http\RequestInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [43] { Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ abstract public method getPost ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ abstract public method getQuery ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ abstract public method getServer ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method hasPost ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method hasPut ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method hasQuery ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method hasServer ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method getHeader ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ abstract public method getScheme ] { } Method [ abstract public method isAjax ] { } Method [ abstract public method isSoapRequested ] { } Method [ abstract public method isSecureRequest ] { } Method [ abstract public method getRawBody ] { } Method [ abstract public method getServerAddress ] { } Method [ abstract public method getServerName ] { } Method [ abstract public method getHttpHost ] { } Method [ abstract public method getPort ] { } Method [ abstract public method getClientAddress ] { - Parameters [1] { Parameter #0 [ $trustForwardedHeader ] } } Method [ abstract public method getMethod ] { } Method [ abstract public method getUserAgent ] { } Method [ abstract public method isMethod ] { - Parameters [2] { Parameter #0 [ $methods ] Parameter #1 [ $strict ] } } Method [ abstract public method isPost ] { } Method [ abstract public method isGet ] { } Method [ abstract public method isPut ] { } Method [ abstract public method isHead ] { } Method [ abstract public method isDelete ] { } Method [ abstract public method isOptions ] { } Method [ abstract public method isPurge ] { } Method [ abstract public method isTrace ] { } Method [ abstract public method isConnect ] { } Method [ abstract public method hasFiles ] { - Parameters [1] { Parameter #0 [ $onlySuccessful ] } } Method [ abstract public method getUploadedFiles ] { - Parameters [1] { Parameter #0 [ $onlySuccessful ] } } Method [ abstract public method getHTTPReferer ] { } Method [ abstract public method getAcceptableContent ] { } Method [ abstract public method getBestAccept ] { } Method [ abstract public method getClientCharsets ] { } Method [ abstract public method getBestCharset ] { } Method [ abstract public method getLanguages ] { } Method [ abstract public method getBestLanguage ] { } Method [ abstract public method getBasicAuth ] { } Method [ abstract public method getDigestAuth ] { } } } Interface [ interface Phalcon\Http\Request\FileInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method getSize ] { } Method [ abstract public method getName ] { } Method [ abstract public method getTempName ] { } Method [ abstract public method getType ] { } Method [ abstract public method getRealType ] { } Method [ abstract public method moveTo ] { - Parameters [1] { Parameter #0 [ $destination ] } } } } Interface [ interface Phalcon\Http\ResponseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [18] { Method [ abstract public method setStatusCode ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ $message ] } } Method [ abstract public method getHeaders ] { } Method [ abstract public method setHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } } Method [ abstract public method setRawHeader ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ abstract public method resetHeaders ] { } Method [ abstract public method setExpires ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } } Method [ abstract public method setNotModified ] { } Method [ abstract public method setContentType ] { - Parameters [2] { Parameter #0 [ $contentType ] Parameter #1 [ $charset ] } } Method [ abstract public method setContentLength ] { - Parameters [1] { Parameter #0 [ $contentLength ] } } Method [ abstract public method redirect ] { - Parameters [3] { Parameter #0 [ $location ] Parameter #1 [ $externalRedirect ] Parameter #2 [ $statusCode ] } } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ abstract public method setJsonContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ abstract public method appendContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ abstract public method getContent ] { } Method [ abstract public method sendHeaders ] { } Method [ abstract public method sendCookies ] { } Method [ abstract public method send ] { } Method [ abstract public method setFileToSend ] { - Parameters [2] { Parameter #0 [ $filePath ] Parameter #1 [ $attachmentName ] } } } } Interface [ interface Phalcon\Http\Response\CookiesInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method useEncryption ] { - Parameters [1] { Parameter #0 [ $useEncryption ] } } Method [ abstract public method isUsingEncryption ] { } Method [ abstract public method set ] { - Parameters [7] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expire ] Parameter #3 [ $path ] Parameter #4 [ $secure ] Parameter #5 [ $domain ] Parameter #6 [ $httpOnly ] } } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method send ] { } Method [ abstract public method reset ] { } } } Interface [ interface Phalcon\Http\Response\HeadersInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [0] { } - Methods [5] { Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method setRaw ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ abstract public method send ] { } Method [ abstract public method reset ] { } } } Interface [ interface Phalcon\Mvc\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [5] { Method [ abstract static public method cloneResult ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] Parameter #1 [ array $document ] } } Method [ abstract static public method findById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ abstract static public method findFirst ] { - Parameters [1] { Parameter #0 [ array or NULL $parameters ] } } Method [ abstract static public method find ] { - Parameters [1] { Parameter #0 [ array or NULL $parameters ] } } Method [ abstract static public method count ] { - Parameters [1] { Parameter #0 [ array or NULL $parameters ] } } } - Properties [0] { } - Methods [15] { Method [ abstract public method setId ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ abstract public method getId ] { } Method [ abstract public method getReservedAttributes ] { } Method [ abstract public method getSource ] { } Method [ abstract public method setConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ abstract public method getConnection ] { } Method [ abstract public method setDirtyState ] { - Parameters [1] { Parameter #0 [ $dirtyState ] } } Method [ abstract public method getDirtyState ] { } Method [ abstract public method fireEvent ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ abstract public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ abstract public method validationHasFailed ] { } Method [ abstract public method getMessages ] { } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] } } Method [ abstract public method save ] { } Method [ abstract public method delete ] { } } } Interface [ interface Phalcon\Mvc\ControllerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [23] { Method [ abstract public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ $controllerSuffix ] } } Method [ abstract public method setDefaultController ] { - Parameters [1] { Parameter #0 [ $controllerName ] } } Method [ abstract public method setControllerName ] { - Parameters [1] { Parameter #0 [ $controllerName ] } } Method [ abstract public method getControllerName ] { } Method [ abstract public method getLastController ] { } Method [ abstract public method getActiveController ] { } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ $actionSuffix ] } } Method [ abstract public method getActionSuffix ] { } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $defaultNamespace ] } } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method getActionName ] { } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ abstract public method getParams ] { } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } } Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $filters ] } } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } } Method [ abstract public method isFinished ] { } Method [ abstract public method getReturnedValue ] { } Method [ abstract public method dispatch ] { } Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ $forward ] } } } } Interface [ interface Phalcon\Mvc\Micro\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [15] { Method [ abstract public method setPrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ abstract public method getPrefix ] { } Method [ abstract public method getHandlers ] { } Method [ abstract public method setHandler ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ $lazy ] } } Method [ abstract public method setLazy ] { - Parameters [1] { Parameter #0 [ $lazy ] } } Method [ abstract public method isLazy ] { } Method [ abstract public method getHandler ] { } Method [ abstract public method map ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ abstract public method post ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ abstract public method put ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ abstract public method patch ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ abstract public method head ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ abstract public method delete ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ abstract public method options ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } } } Interface [ interface Phalcon\Mvc\ModelInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [11] { Method [ abstract static public method cloneResultMap ] { - Parameters [5] { Parameter #0 [ $base ] Parameter #1 [ array $data ] Parameter #2 [ $columnMap ] Parameter #3 [ $dirtyState ] Parameter #4 [ $keepSnapshots ] } } Method [ abstract static public method cloneResult ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ array $data ] Parameter #2 [ $dirtyState ] } } Method [ abstract static public method cloneResultMapHydrate ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] Parameter #2 [ $hydrationMode ] } } Method [ abstract static public method find ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method findFirst ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method query ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ abstract static public method count ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method sum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method maximum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method minimum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method average ] { - Parameters [1] { Parameter #0 [ $parameters ] } } } - Properties [0] { } - Methods [28] { Method [ abstract public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } Method [ abstract public method getSource ] { } Method [ abstract public method getSchema ] { } Method [ abstract public method setConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ abstract public method setWriteConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ abstract public method setReadConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ abstract public method getReadConnectionService ] { } Method [ abstract public method getWriteConnectionService ] { } Method [ abstract public method getReadConnection ] { } Method [ abstract public method getWriteConnection ] { } Method [ abstract public method setDirtyState ] { - Parameters [1] { Parameter #0 [ $dirtyState ] } } Method [ abstract public method getDirtyState ] { } Method [ abstract public method assign ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $dataColumnMap ] Parameter #2 [ $whiteList ] } } Method [ abstract public method fireEvent ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ abstract public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] } } Method [ abstract public method validationHasFailed ] { } Method [ abstract public method getMessages ] { } Method [ abstract public method save ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $whiteList ] } } Method [ abstract public method create ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $whiteList ] } } Method [ abstract public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $whiteList ] } } Method [ abstract public method delete ] { } Method [ abstract public method getOperationMade ] { } Method [ abstract public method refresh ] { } Method [ abstract public method skipOperation ] { - Parameters [1] { Parameter #0 [ $skip ] } } Method [ abstract public method getRelated ] { - Parameters [2] { Parameter #0 [ $alias ] Parameter #1 [ $arguments ] } } Method [ abstract public method setSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] } } Method [ abstract public method reset ] { } } } Interface [ interface Phalcon\Mvc\Model\BinderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method getBoundModels ] { } Method [ abstract public method getCache ] { } Method [ abstract public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\BackendInterface $cache ] } } Method [ abstract public method bindToHandler ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ $cacheKey ] Parameter #3 [ $methodName ] } } } } Interface [ interface Phalcon\Mvc\Model\CriteriaInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [22] { Method [ abstract public method setModelName ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ abstract public method getModelName ] { } Method [ abstract public method bind ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ $merge ] } } Method [ abstract public method bindTypes ] { - Parameters [1] { Parameter #0 [ array $bindTypes ] } } Method [ abstract public method where ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ abstract public method conditions ] { - Parameters [1] { Parameter #0 [ $conditions ] } } Method [ abstract public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderColumns ] } } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ $limit ] Parameter #1 [ $offset ] } } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ $forUpdate ] } } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sharedLock ] } } Method [ abstract public method andWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ abstract public method orWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ abstract public method betweenWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } } Method [ abstract public method notBetweenWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } } Method [ abstract public method inWhere ] { - Parameters [2] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] } } Method [ abstract public method notInWhere ] { - Parameters [2] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] } } Method [ abstract public method getWhere ] { } Method [ abstract public method getConditions ] { } Method [ abstract public method getLimit ] { } Method [ abstract public method getOrderBy ] { } Method [ abstract public method getParams ] { } Method [ abstract public method execute ] { } } } Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [38] { Method [ abstract public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method setModelSource ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $source ] } } Method [ abstract public method getModelSource ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method setModelSchema ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $schema ] } } Method [ abstract public method getModelSchema ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionService ] } } Method [ abstract public method setReadConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionService ] } } Method [ abstract public method getReadConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method setWriteConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionService ] } } Method [ abstract public method getWriteConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getReadConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getWriteConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method isInitialized ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ abstract public method getLastInitialized ] { } Method [ abstract public method load ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $newInstance ] } } Method [ abstract public method addHasOne ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } } Method [ abstract public method addBelongsTo ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } } Method [ abstract public method addHasMany ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } } Method [ abstract public method existsBelongsTo ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $modelRelation ] } } Method [ abstract public method existsHasMany ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $modelRelation ] } } Method [ abstract public method existsHasOne ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $modelRelation ] } } Method [ abstract public method getBelongsToRecords ] { - Parameters [5] { Parameter #0 [ $method ] Parameter #1 [ $modelName ] Parameter #2 [ $modelRelation ] Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] Parameter #4 [ $parameters ] } } Method [ abstract public method getHasManyRecords ] { - Parameters [5] { Parameter #0 [ $method ] Parameter #1 [ $modelName ] Parameter #2 [ $modelRelation ] Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] Parameter #4 [ $parameters ] } } Method [ abstract public method getHasOneRecords ] { - Parameters [5] { Parameter #0 [ $method ] Parameter #1 [ $modelName ] Parameter #2 [ $modelRelation ] Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] Parameter #4 [ $parameters ] } } Method [ abstract public method getBelongsTo ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getHasOne ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getHasOneAndHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method getRelations ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ abstract public method getRelationsBetween ] { - Parameters [2] { Parameter #0 [ $first ] Parameter #1 [ $second ] } } Method [ abstract public method createQuery ] { - Parameters [1] { Parameter #0 [ $phql ] } } Method [ abstract public method executeQuery ] { - Parameters [3] { Parameter #0 [ $phql ] Parameter #1 [ $placeholders ] Parameter #2 [ $types ] } } Method [ abstract public method createBuilder ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ abstract public method addBehavior ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } } Method [ abstract public method notifyEvent ] { - Parameters [2] { Parameter #0 [ $eventName ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $eventName ] Parameter #2 [ $data ] } } Method [ abstract public method getLastQuery ] { } Method [ abstract public method getRelationByAlias ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $alias ] } } } } Interface [ interface Phalcon\Mvc\Model\MessageInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $message ] } } } - Properties [0] { } - Methods [7] { Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ abstract public method getType ] { } Method [ abstract public method setMessage ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ abstract public method getMessage ] { } Method [ abstract public method setField ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ abstract public method getField ] { } Method [ abstract public method __toString ] { } } } Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method parse ] { } Method [ abstract public method cache ] { - Parameters [1] { Parameter #0 [ $cacheOptions ] } } Method [ abstract public method getCacheOptions ] { } Method [ abstract public method setUniqueRow ] { - Parameters [1] { Parameter #0 [ $uniqueRow ] } } Method [ abstract public method getUniqueRow ] { } Method [ abstract public method execute ] { - Parameters [2] { Parameter #0 [ $bindParams ] Parameter #1 [ $bindTypes ] } } } } Interface [ 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 [ abstract public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } } Method [ abstract public method getColumns ] { } Method [ abstract public method from ] { - Parameters [1] { Parameter #0 [ $models ] } } Method [ abstract public method addFrom ] { - Parameters [2] { Parameter #0 [ $model ] Parameter #1 [ $alias ] } } Method [ abstract public method getFrom ] { } Method [ abstract public method join ] { - Parameters [4] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] Parameter #3 [ $type ] } } Method [ abstract public method innerJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ abstract public method leftJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ abstract public method rightJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ abstract public method getJoins ] { } Method [ abstract public method where ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ abstract public method andWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ abstract public method orWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ abstract public method betweenWhere ] { - Parameters [4] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ $operator ] } } Method [ abstract public method notBetweenWhere ] { - Parameters [4] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ $operator ] } } Method [ abstract public method inWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] Parameter #2 [ $operator ] } } Method [ abstract public method notInWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] Parameter #2 [ $operator ] } } Method [ abstract public method getWhere ] { } Method [ abstract public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } } Method [ abstract public method getOrderBy ] { } Method [ abstract public method having ] { - Parameters [1] { Parameter #0 [ $having ] } } Method [ abstract public method getHaving ] { } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ $limit ] Parameter #1 [ $offset ] } } Method [ abstract public method getLimit ] { } Method [ abstract public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } } Method [ abstract public method getGroupBy ] { } Method [ abstract public method getPhql ] { } Method [ abstract public method getQuery ] { } } } Interface [ interface Phalcon\Mvc\Model\Query\StatusInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getModel ] { } Method [ abstract public method getMessages ] { } Method [ abstract public method success ] { } } } Interface [ interface Phalcon\Mvc\Model\RelationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [14] { Method [ abstract public method setIntermediateRelation ] { - Parameters [3] { Parameter #0 [ $intermediateFields ] Parameter #1 [ $intermediateModel ] Parameter #2 [ $intermediateReferencedFields ] } } Method [ abstract public method isReusable ] { } Method [ abstract public method getType ] { } Method [ abstract public method getReferencedModel ] { } Method [ abstract public method getFields ] { } Method [ abstract public method getReferencedFields ] { } Method [ abstract public method getOptions ] { } Method [ abstract public method getOption ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method isForeignKey ] { } Method [ abstract public method getForeignKey ] { } Method [ abstract public method isThrough ] { } Method [ abstract public method getIntermediateFields ] { } Method [ abstract public method getIntermediateModel ] { } Method [ abstract public method getIntermediateReferencedFields ] { } } } Interface [ interface Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ abstract public method setTransactionManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } } Method [ abstract public method begin ] { } Method [ abstract public method commit ] { } Method [ abstract public method rollback ] { - Parameters [2] { Parameter #0 [ $rollbackMessage ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] } } Method [ abstract public method getConnection ] { } Method [ abstract public method setIsNewTransaction ] { - Parameters [1] { Parameter #0 [ $isNew ] } } Method [ abstract public method setRollbackOnAbort ] { - Parameters [1] { Parameter #0 [ $rollbackOnAbort ] } } Method [ abstract public method isManaged ] { } Method [ abstract public method getMessages ] { } Method [ abstract public method isValid ] { } Method [ abstract public method setRollbackedRecord ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } } } } Interface [ interface Phalcon\Mvc\Model\Transaction\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method has ] { } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ $autoBegin ] } } Method [ abstract public method rollbackPendent ] { } Method [ abstract public method commit ] { } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ $collect ] } } Method [ abstract public method notifyRollback ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } Method [ abstract public method notifyCommit ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } Method [ abstract public method collectTransactions ] { } } } Interface [ interface Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [18] { Method [ abstract public method setHostname ] { - Parameters [1] { Parameter #0 [ $hostname ] } } Method [ abstract public method getHostname ] { } Method [ abstract public method setPrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ abstract public method getPrefix ] { } Method [ abstract public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $beforeMatch ] } } Method [ abstract public method getBeforeMatch ] { } Method [ abstract public method setPaths ] { - Parameters [1] { Parameter #0 [ $paths ] } } Method [ abstract public method getPaths ] { } Method [ abstract public method getRoutes ] { } Method [ abstract public method add ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } } Method [ abstract public method addGet ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addPost ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addPut ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addPatch ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addDelete ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addOptions ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method addHead ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method clear ] { } } } Interface [ interface Phalcon\Mvc\Router\RouteInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method reset ] { } } - Properties [0] { } - Methods [14] { Method [ abstract public method setHostname ] { - Parameters [1] { Parameter #0 [ $hostname ] } } Method [ abstract public method getHostname ] { } Method [ abstract public method compilePattern ] { - Parameters [1] { Parameter #0 [ $pattern ] } } Method [ abstract public method via ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } } Method [ abstract public method reConfigure ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method getName ] { } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method setHttpMethods ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } } Method [ abstract public method getRouteId ] { } Method [ abstract public method getPattern ] { } Method [ abstract public method getCompiledPattern ] { } Method [ abstract public method getPaths ] { } Method [ abstract public method getReversedPaths ] { } Method [ abstract public method getHttpMethods ] { } } } Interface [ interface Phalcon\Mvc\UrlInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method setBaseUri ] { - Parameters [1] { Parameter #0 [ $baseUri ] } } Method [ abstract public method getBaseUri ] { } Method [ abstract public method setBasePath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ abstract public method getBasePath ] { } Method [ abstract public method get ] { - Parameters [4] { Parameter #0 [ $uri ] Parameter #1 [ $args ] Parameter #2 [ $local ] Parameter #3 [ $baseUri ] } } Method [ abstract public method path ] { - Parameters [1] { Parameter #0 [ $path ] } } } } Interface [ interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [38] { Method [ abstract public method setLayoutsDir ] { - Parameters [1] { Parameter #0 [ $layoutsDir ] } } Method [ abstract public method getLayoutsDir ] { } Method [ abstract public method setPartialsDir ] { - Parameters [1] { Parameter #0 [ $partialsDir ] } } Method [ abstract public method getPartialsDir ] { } Method [ abstract public method setBasePath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ abstract public method getBasePath ] { } Method [ abstract public method setRenderLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ abstract public method setMainView ] { - Parameters [1] { Parameter #0 [ $viewPath ] } } Method [ abstract public method getMainView ] { } Method [ abstract public method setLayout ] { - Parameters [1] { Parameter #0 [ $layout ] } } Method [ abstract public method getLayout ] { } Method [ abstract public method setTemplateBefore ] { - Parameters [1] { Parameter #0 [ $templateBefore ] } } Method [ abstract public method cleanTemplateBefore ] { } Method [ abstract public method setTemplateAfter ] { - Parameters [1] { Parameter #0 [ $templateAfter ] } } Method [ abstract public method cleanTemplateAfter ] { } Method [ abstract public method getControllerName ] { } Method [ abstract public method getActionName ] { } Method [ abstract public method getParams ] { } Method [ abstract public method start ] { } Method [ abstract public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ $controllerName ] Parameter #1 [ $actionName ] Parameter #2 [ $params ] } } Method [ abstract public method pick ] { - Parameters [1] { Parameter #0 [ $renderView ] } } Method [ abstract public method finish ] { } Method [ abstract public method getActiveRenderPath ] { } Method [ abstract public method disable ] { } Method [ abstract public method enable ] { } Method [ abstract public method reset ] { } Method [ abstract public method isDisabled ] { } Method [ abstract public method setViewsDir ] { - Parameters [1] { Parameter #0 [ $viewsDir ] } } Method [ abstract public method getViewsDir ] { } Method [ abstract public method setParamToView ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ abstract public method setVar ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ abstract public method getParamsToView ] { } Method [ abstract public method getCache ] { } Method [ abstract public method cache ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ abstract public method getContent ] { } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } } } Interface [ interface Phalcon\Session\BagInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method initialize ] { } Method [ abstract public method destroy ] { } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $value ] } } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ abstract public method __set ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $value ] } } Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ abstract public method __isset ] { - Parameters [1] { Parameter #0 [ $property ] } } } } Interface [ interface Phalcon\ValidationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $entity ] } } Method [ abstract public method add ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ abstract public method rule ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ abstract public method rules ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ array $validators ] } } Method [ abstract public method setFilters ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $filters ] } } Method [ abstract public method getFilters ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ abstract public method getValidators ] { } Method [ abstract public method getEntity ] { } Method [ abstract public method setDefaultMessages ] { - Parameters [1] { Parameter #0 [ array or NULL $messages ] } } Method [ abstract public method getDefaultMessage ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ abstract public method getMessages ] { } Method [ abstract public method setLabels ] { - Parameters [1] { Parameter #0 [ array $labels ] } } Method [ abstract public method getLabel ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ abstract public method bind ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ $data ] } } Method [ abstract public method getValue ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Interface [ interface Phalcon\Validation\MessageInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $message ] } } } - Properties [0] { } - Methods [7] { Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ abstract public method getType ] { } Method [ abstract public method setMessage ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ abstract public method getMessage ] { } Method [ abstract public method setField ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ abstract public method getField ] { } Method [ abstract public method __toString ] { } } } Interface [ interface Phalcon\Acl\ResourceAware ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getResourceName ] { } } } Interface [ interface Phalcon\Acl\RoleAware ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getRoleName ] { } } } Interface [ interface Phalcon\Cli\RouterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ abstract public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ $taskName ] } } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ abstract public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } } Method [ abstract public method handle ] { - Parameters [1] { Parameter #0 [ $arguments ] } } Method [ abstract public method add ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method getModuleName ] { } Method [ abstract public method getTaskName ] { } Method [ abstract public method getActionName ] { } Method [ abstract public method getParams ] { } Method [ abstract public method getMatchedRoute ] { } Method [ abstract public method getMatches ] { } Method [ abstract public method wasMatched ] { } Method [ abstract public method getRoutes ] { } Method [ abstract public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ abstract public method getRouteByName ] { - Parameters [1] { Parameter #0 [ $name ] } } } } Interface [ interface Phalcon\Cli\Router\RouteInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method reset ] { } } - Properties [0] { } - Methods [9] { Method [ abstract public method compilePattern ] { - Parameters [1] { Parameter #0 [ $pattern ] } } Method [ abstract public method reConfigure ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ abstract public method getName ] { } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ abstract public method getRouteId ] { } Method [ abstract public method getPattern ] { } Method [ abstract public method getCompiledPattern ] { } Method [ abstract public method getPaths ] { } Method [ abstract public method getReversedPaths ] { } } } Interface [ interface Phalcon\Di\ServiceProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $di ] } } } } Interface [ interface Phalcon\Filter\UserFilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method filter ] { - Parameters [1] { Parameter #0 [ $value ] } } } } Interface [ interface Phalcon\Mvc\Collection\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ abstract public method setCustomEventsManager ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ abstract public method getCustomEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ abstract public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ abstract public method isInitialized ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ abstract public method getLastInitialized ] { } Method [ abstract public method setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $connectionService ] } } Method [ abstract public method useImplicitObjectIds ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $useImplicitObjectIds ] } } Method [ abstract public method isUsingImplicitObjectIds ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ abstract public method getConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ abstract public method notifyEvent ] { - Parameters [2] { Parameter #0 [ $eventName ] Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ abstract public method addBehavior ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] } } } } Interface [ interface Phalcon\Mvc\Controller\BindModelInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method getModelName ] { } } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Mvc\Micro\MiddlewareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method call ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Micro $application ] } } } } Interface [ interface Phalcon\Mvc\Model\Binder\BindableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getModelName ] { } } } Interface [ interface Phalcon\Mvc\ModuleDefinitionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method registerAutoloaders ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ abstract public method registerServices ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } } } Class [ class Phalcon\Exception extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $attribute ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] } - Methods [5] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ abstract class Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } Method [ abstract public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } } } Class [ abstract class Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } Method [ abstract static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } Method [ abstract public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } } } Class [ abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] } - Methods [17] { Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ abstract public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ abstract public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ abstract public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } } } Class [ 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 [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_metaData ] Property [ protected $_columnMap ] } - Methods [32] { Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } Method [ public method reset ] { } Method [ abstract public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ abstract public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } } } Class [ abstract class Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_reader ] Property [ protected $_annotations ] } - Methods [7] { Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } Method [ public method getReader ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $methodName ] } } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $propertyName ] } } } } Class [ 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 [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } Method [ static public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ $delimiter ] } } Method [ static public method getPathDelimiter ] { } } - Properties [0] { } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $arrayConfig ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method path ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } Method [ public method toArray ] { } Method [ public method count ] { } Method [ final protected method _merge ] { - Parameters [2] { Parameter #0 [ Phalcon\Config $config ] Parameter #1 [ $instance ] } } } } Class [ abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_transaction ] Property [ protected $_queue ] Property [ protected $_formatter ] Property [ protected $_logLevel ] } - Methods [18] { Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method getLogLevel ] { } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ public method begin ] { } Method [ public method commit ] { } Method [ public method rollback ] { } Method [ public method isTransaction ] { } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } Method [ abstract public method getFormatter ] { } Method [ abstract public method close ] { } } } Class [ 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 [ protected $_eventsManager ] Property [ protected $_descriptor ] Property [ protected $_dialectType ] Property [ protected $_type ] Property [ protected $_dialect ] Property [ protected $_connectionId ] Property [ protected $_sqlStatement ] Property [ protected $_sqlVariables ] Property [ protected $_sqlBindTypes ] Property [ protected $_transactionLevel ] Property [ protected $_transactionsWithSavepoints ] } - Methods [70] { Method [ public method getDialectType ] { } Method [ public method getType ] { } Method [ public method getSqlVariables ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method getDialect ] { } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $placeholders ] Parameter #2 [ $column ] } } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } } Method [ public method update ] { - Parameters [5] { Parameter #0 [ $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } Method [ public method isNestedTransactionsWithSavepoints ] { } Method [ public method getNestedTransactionSavepointName ] { } Method [ public method getDefaultIdValue ] { } Method [ public method getDefaultValue ] { } Method [ public method supportSequences ] { } Method [ public method useExplicitIdValue ] { } Method [ public method getDescriptor ] { } Method [ public method getConnectionId ] { } Method [ public method getSQLStatement ] { } Method [ public method getRealSQLStatement ] { } Method [ public method getSQLBindTypes ] { } Method [ abstract public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } } Method [ abstract public method query ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ abstract public method execute ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ abstract public method affectedRows ] { } Method [ abstract public method close ] { } Method [ abstract public method escapeString ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ abstract public method begin ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ abstract public method commit ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ abstract public method isUnderTransaction ] { } Method [ abstract public method getInternalHandler ] { } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } } } Class [ abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method getTypeString ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ $context ] } } Method [ abstract public method format ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $timestamp ] Parameter #3 [ $context ] } } } } Class [ 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 [ protected $_uniqueId ] Property [ protected $_started ] Property [ protected $_options ] } - Methods [22] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method start ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] Parameter #2 [ $remove ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method getId ] { } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method isStarted ] { } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $removeData ] } } Method [ public method status ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __destruct ] { } Method [ protected method removeSessionData ] { } } } Class [ 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 [ protected $_eventsManager ] Property [ protected $_descriptor ] Property [ protected $_dialectType ] Property [ protected $_type ] Property [ protected $_dialect ] Property [ protected $_connectionId ] Property [ protected $_sqlStatement ] Property [ protected $_sqlVariables ] Property [ protected $_sqlBindTypes ] Property [ protected $_transactionLevel ] Property [ protected $_transactionsWithSavepoints ] Property [ protected $_pdo ] Property [ protected $_affectedRows ] } - Methods [75] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ $sqlStatement ] } } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ public method query ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method affectedRows ] { } Method [ public method close ] { } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ $sql ] Parameter #1 [ array or NULL $params ] } } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method getTransactionLevel ] { } Method [ public method isUnderTransaction ] { } Method [ public method getInternalHandler ] { } Method [ public method getErrorInfo ] { } Method [ public method getDialectType ] { } Method [ public method getType ] { } Method [ public method getSqlVariables ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method getDialect ] { } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $placeholders ] Parameter #2 [ $column ] } } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } } Method [ public method update ] { - Parameters [5] { Parameter #0 [ $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } Method [ public method isNestedTransactionsWithSavepoints ] { } Method [ public method getNestedTransactionSavepointName ] { } Method [ public method getDefaultIdValue ] { } Method [ public method getDefaultValue ] { } Method [ public method supportSequences ] { } Method [ public method useExplicitIdValue ] { } Method [ public method getDescriptor ] { } Method [ public method getConnectionId ] { } Method [ public method getSQLStatement ] { } Method [ public method getRealSQLStatement ] { } Method [ public method getSQLBindTypes ] { } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } } } Class [ abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_escapeChar ] Property [ protected $_customFunctions ] } - Methods [59] { Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $customFunction ] } } Method [ public method getCustomFunctions ] { } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $escapeChar ] } } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } } Method [ public method supportsSavepoints ] { } Method [ public method supportsReleaseSavepoints ] { } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ $qualified ] Parameter #1 [ $alias ] Parameter #2 [ $escapeChar ] } } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $schema ] Parameter #2 [ $alias ] Parameter #3 [ $escapeChar ] } } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $domain ] Parameter #2 [ $escapeChar ] } } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ abstract public method dropTable ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } } } Class [ class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_limitRows ] Property [ protected $_page ] } - Methods [4] { Method [ public method getLimit ] { } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ $page ] } } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ $limitRows ] } } Method [ abstract public method getPaginate ] { } } } Class [ abstract class Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_interpolator ] } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method setInterpolator ] { - Parameters [1] { Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] } } Method [ public method t ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ $translation ] Parameter #1 [ $placeholders ] } } Method [ abstract public method query ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $placeholders ] } } Method [ abstract public method exists ] { - Parameters [1] { Parameter #0 [ $index ] } } } } Class [ 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 [ protected $_eventsManager ] Property [ protected $_dependencyInjector ] Property [ protected $_defaultModule ] Property [ protected $_modules ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ $merge ] } } Method [ public method getModules ] { } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $defaultModule ] } } Method [ public method getDefaultModule ] { } Method [ abstract public method handle ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Application\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_type ] Property [ protected $_content ] Property [ protected $_filter ] Property [ protected $_attributes ] } - Methods [9] { Method [ public method getType ] { } Method [ public method getContent ] { } Method [ public method getFilter ] { } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $type ] Parameter #1 [ $content ] Parameter #2 [ $filter ] Parameter #3 [ $attributes ] } } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method getResourceKey ] { } } } Class [ class Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_type ] Property [ protected $_path ] Property [ protected $_local ] Property [ protected $_filter ] Property [ protected $_attributes ] Property [ protected $_sourcePath ] Property [ protected $_targetPath ] Property [ protected $_targetUri ] } - Methods [22] { Method [ public method getType ] { } Method [ public method getPath ] { } Method [ public method getLocal ] { } Method [ public method getFilter ] { } Method [ public method getAttributes ] { } Method [ public method getSourcePath ] { } Method [ public method getTargetPath ] { } Method [ public method getTargetUri ] { } Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $type ] Parameter #1 [ $path ] Parameter #2 [ $local ] Parameter #3 [ $filter ] Parameter #4 [ $attributes ] } } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ $path ] } } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ $local ] } } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ $targetUri ] } } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ $sourcePath ] } } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ $targetPath ] } } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getRealTargetUri ] { } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getResourceKey ] { } } } Class [ class Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_frontendOptions ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $frontendOptions ] } } Method [ public method getLifetime ] { } Method [ public method isBuffering ] { } Method [ public method start ] { } Method [ public method getContent ] { } Method [ public method stop ] { } Method [ public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ class Phalcon\Di implements Phalcon\DiInterface, ArrayAccess ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_default ] } - Static methods [3] { Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ static public method getDefault ] { } Method [ static public method reset ] { } } - Properties [4] { Property [ protected $_services ] Property [ protected $_sharedInstances ] Property [ protected $_freshInstance ] Property [ protected $_eventsManager ] } - Methods [24] { Method [ public method __construct ] { } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getInternalEventsManager ] { } Method [ public method set ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method setRaw ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method wasFreshInstance ] { } Method [ public method getServices ] { } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] } } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ $filePath ] Parameter #1 [ array or NULL $callbacks ] } } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ $filePath ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } } } Class [ 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 [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_activeHandler ] Property [ protected $_finished ] Property [ protected $_forwarded ] Property [ protected $_moduleName ] Property [ protected $_namespaceName ] Property [ protected $_handlerName ] Property [ protected $_actionName ] Property [ protected $_params ] Property [ protected $_returnedValue ] Property [ protected $_lastHandler ] Property [ protected $_defaultNamespace ] Property [ protected $_defaultHandler ] Property [ protected $_defaultAction ] Property [ protected $_handlerSuffix ] Property [ protected $_actionSuffix ] Property [ protected $_previousNamespaceName ] Property [ protected $_previousHandlerName ] Property [ protected $_previousActionName ] Property [ protected $_modelBinding ] Property [ protected $_modelBinder ] Property [ protected $_isControllerInitialize ] } - Methods [34] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ $actionSuffix ] } } Method [ public method getActionSuffix ] { } Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ public method getModuleName ] { } Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method getNamespaceName ] { } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method getDefaultNamespace ] { } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method getActionName ] { } Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ public method getParams ] { } Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } } Method [ public method getActiveMethod ] { } Method [ public method isFinished ] { } Method [ public method setReturnedValue ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getReturnedValue ] { } Method [ public method setModelBinding ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $cache ] } } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } } Method [ public method getModelBinder ] { } Method [ public method dispatch ] { } Method [ public method forward ] { - Parameters [1] { Parameter #0 [ $forward ] } } Method [ public method wasForwarded ] { } Method [ public method getHandlerClass ] { } Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ $actionMethod ] Parameter #2 [ array or NULL $params ] } } Method [ public method getBoundModels ] { } Method [ protected method _resolveEmptyProperties ] { } } } Class [ abstract class Phalcon\Flash implements Phalcon\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_cssClasses ] Property [ protected $_implicitFlush ] Property [ protected $_automaticHtml ] Property [ protected $_escaperService ] Property [ protected $_autoescape ] Property [ protected $_dependencyInjector ] Property [ protected $_messages ] } - Methods [17] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $cssClasses ] } } Method [ public method getAutoescape ] { } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ $autoescape ] } } Method [ public method getEscaperService ] { } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\EscaperInterface $escaperService ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ $implicitFlush ] } } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ $automaticHtml ] } } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } } Method [ public method error ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method success ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method warning ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method outputMessage ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $message ] } } Method [ public method clear ] { } Method [ abstract public method message ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $message ] } } } } Class [ abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_checked ] } - Static methods [0] { } - Properties [7] { Property [ protected $_image ] Property [ protected $_file ] Property [ protected $_realpath ] Property [ protected $_width ] Property [ protected $_height ] Property [ protected $_type ] Property [ protected $_mime ] } - Methods [21] { Method [ public method getImage ] { } Method [ public method getRealpath ] { } Method [ public method getWidth ] { } Method [ public method getHeight ] { } Method [ public method getType ] { } Method [ public method getMime ] { } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $master ] } } Method [ public method liquidRescale ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $deltaX ] Parameter #3 [ $rigidity ] } } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $offsetX ] Parameter #3 [ $offsetY ] } } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ $degrees ] } } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ $direction ] } } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ $height ] Parameter #1 [ $opacity ] Parameter #2 [ $fadeIn ] } } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] } } Method [ public method text ] { - Parameters [7] { Parameter #0 [ $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] Parameter #4 [ $color ] Parameter #5 [ $size ] Parameter #6 [ $fontfile ] } } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] } } Method [ public method background ] { - Parameters [2] { Parameter #0 [ $color ] Parameter #1 [ $opacity ] } } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ $radius ] } } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ public method save ] { - Parameters [2] { Parameter #0 [ $file ] Parameter #1 [ $quality ] } } Method [ public method render ] { - Parameters [2] { Parameter #0 [ $ext ] Parameter #1 [ $quality ] } } } } Class [ abstract class Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [5] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Class [ abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [5] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Class [ 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 [ protected $_result ] Property [ protected $_cache ] Property [ protected $_isFresh ] Property [ protected $_pointer ] Property [ protected $_count ] Property [ protected $_activeRow ] Property [ protected $_rows ] Property [ protected $_row ] Property [ protected $_errorMessages ] Property [ protected $_hydrateMode ] } - Methods [28] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $result ] Parameter #1 [ Phalcon\Cache\BackendInterface or NULL $cache ] } } Method [ public method next ] { } Method [ public method valid ] { } Method [ public method key ] { } Method [ final public method rewind ] { } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } } Method [ final public method count ] { } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method getType ] { } Method [ public method getFirst ] { } Method [ public method getLast ] { } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ $isFresh ] } } Method [ public method isFresh ] { } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ $hydrateMode ] } } Method [ public method getHydrateMode ] { } Method [ public method getCache ] { } Method [ public method getMessages ] { } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ Closure or NULL $conditionCallback ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ Closure or NULL $conditionCallback ] } } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method jsonSerialize ] { } Method [ abstract public method toArray ] { } Method [ abstract public method current ] { } Method [ abstract public method serialize ] { } Method [ abstract public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } } } } Class [ abstract class Phalcon\Mvc\View\Engine 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 [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_view ] } - Methods [10] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method getContent ] { } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } Method [ public method getView ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $params ] Parameter #2 [ $mustClean ] } } } } Class [ abstract class Phalcon\Acl\Adapter implements Phalcon\Acl\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $_eventsManager ] Property [ protected $_defaultAccess ] Property [ protected $_accessGranted ] Property [ protected $_activeRole ] Property [ protected $_activeResource ] Property [ protected $_activeAccess ] } - Methods [21] { Method [ public method getActiveRole ] { } Method [ public method getActiveResource ] { } Method [ public method getActiveAccess ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $defaultAccess ] } } Method [ public method getDefaultAction ] { } Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ $defaultAccess ] } } Method [ abstract public method getNoArgumentsDefaultAction ] { } Method [ abstract public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits ] } } Method [ abstract public method addInherit ] { - Parameters [2] { Parameter #0 [ $roleName ] Parameter #1 [ $roleToInherit ] } } Method [ abstract public method isRole ] { - Parameters [1] { Parameter #0 [ $roleName ] } } Method [ abstract public method isResource ] { - Parameters [1] { Parameter #0 [ $resourceName ] } } Method [ abstract public method addResource ] { - Parameters [2] { Parameter #0 [ $resourceObject ] Parameter #1 [ $accessList ] } } Method [ abstract public method addResourceAccess ] { - Parameters [2] { Parameter #0 [ $resourceName ] Parameter #1 [ $accessList ] } } Method [ abstract public method dropResourceAccess ] { - Parameters [2] { Parameter #0 [ $resourceName ] Parameter #1 [ $accessList ] } } Method [ abstract public method allow ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } } Method [ abstract public method deny ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } } Method [ abstract public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ array or NULL $parameters ] } } Method [ abstract public method getRoles ] { } Method [ abstract public method getResources ] { } } } Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\DiInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_default ] } - Static methods [3] { Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ static public method getDefault ] { } Method [ static public method reset ] { } } - Properties [4] { Property [ protected $_services ] Property [ protected $_sharedInstances ] Property [ protected $_freshInstance ] Property [ protected $_eventsManager ] } - Methods [24] { Method [ public method __construct ] { } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getInternalEventsManager ] { } Method [ public method set ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method setRaw ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method wasFreshInstance ] { } Method [ public method getServices ] { } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] } } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ $filePath ] Parameter #1 [ array or NULL $callbacks ] } } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ $filePath ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } } } Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\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 [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_uriSource ] Property [ protected $_namespace ] Property [ protected $_module ] Property [ protected $_controller ] Property [ protected $_action ] Property [ protected $_params ] Property [ protected $_routes ] Property [ protected $_matchedRoute ] Property [ protected $_matches ] Property [ protected $_wasMatched ] Property [ protected $_defaultNamespace ] Property [ protected $_defaultModule ] Property [ protected $_defaultController ] Property [ protected $_defaultAction ] Property [ protected $_defaultParams ] Property [ protected $_removeExtraSlashes ] Property [ protected $_notFoundPaths ] Property [ protected $_keyRouteNames ] Property [ protected $_keyRouteIds ] } - Methods [46] { Method [ public method getKeyRouteNames ] { } Method [ public method setKeyRouteNames ] { - Parameters [1] { Parameter #0 [ $keyRouteNames ] } } Method [ public method getKeyRouteIds ] { } Method [ public method setKeyRouteIds ] { - Parameters [1] { Parameter #0 [ $keyRouteIds ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $defaultRoutes ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method getRewriteUri ] { } Method [ public method setUriSource ] { - Parameters [1] { Parameter #0 [ $uriSource ] } } Method [ public method removeExtraSlashes ] { - Parameters [1] { Parameter #0 [ $remove ] } } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ $controllerName ] } } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } } Method [ public method getDefaults ] { } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ $uri ] } } Method [ public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ $position ] } } Method [ public method add ] { - Parameters [4] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] Parameter #3 [ $position ] } } Method [ public method addGet ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPost ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPut ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPatch ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addDelete ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addOptions ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addHead ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPurge ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addTrace ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addConnect ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $paths ] } } Method [ public method clear ] { } Method [ public method getNamespaceName ] { } Method [ public method getModuleName ] { } Method [ public method getControllerName ] { } Method [ public method getActionName ] { } Method [ public method getParams ] { } Method [ public method getMatchedRoute ] { } Method [ public method getMatches ] { } Method [ public method wasMatched ] { } Method [ public method getRoutes ] { } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method isExactControllerName ] { } } } Class [ class Phalcon\Mvc\View\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Validation\CombinedFieldsValidator extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $attribute ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ abstract class Phalcon\Acl ] { - Constants [2] { Constant [ public integer ALLOW ] { 1 } Constant [ public integer DENY ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [15] { Property [ protected $_eventsManager ] Property [ protected $_defaultAccess ] Property [ protected $_accessGranted ] Property [ protected $_activeRole ] Property [ protected $_activeResource ] Property [ protected $_activeAccess ] Property [ protected $_rolesNames ] Property [ protected $_roles ] Property [ protected $_resourcesNames ] Property [ protected $_resources ] Property [ protected $_access ] Property [ protected $_roleInherits ] Property [ protected $_accessList ] Property [ protected $_func ] Property [ protected $_noArgumentsDefaultAction ] } - Methods [23] { Method [ public method __construct ] { } Method [ public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits ] } } Method [ public method addInherit ] { - Parameters [2] { Parameter #0 [ $roleName ] Parameter #1 [ $roleToInherit ] } } Method [ public method isRole ] { - Parameters [1] { Parameter #0 [ $roleName ] } } Method [ public method isResource ] { - Parameters [1] { Parameter #0 [ $resourceName ] } } Method [ public method addResource ] { - Parameters [2] { Parameter #0 [ $resourceValue ] Parameter #1 [ $accessList ] } } Method [ public method addResourceAccess ] { - Parameters [2] { Parameter #0 [ $resourceName ] Parameter #1 [ $accessList ] } } Method [ public method dropResourceAccess ] { - Parameters [2] { Parameter #0 [ $resourceName ] Parameter #1 [ $accessList ] } } Method [ protected method _allowOrDeny ] { - Parameters [5] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ $action ] Parameter #4 [ $func ] } } Method [ public method allow ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } } Method [ public method deny ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } } Method [ public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $resourceName ] Parameter #2 [ $access ] Parameter #3 [ array or NULL $parameters ] } } Method [ public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ $defaultAccess ] } } Method [ public method getNoArgumentsDefaultAction ] { } Method [ public method getRoles ] { } Method [ public method getResources ] { } Method [ public method getActiveRole ] { } Method [ public method getActiveResource ] { } Method [ public method getActiveAccess ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $defaultAccess ] } } Method [ public method getDefaultAction ] { } } } Class [ class Phalcon\Acl\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Acl\Resource implements Phalcon\Acl\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_name ] Property [ protected $_description ] } - Methods [4] { Method [ public method getName ] { } Method [ public method __toString ] { } Method [ public method getDescription ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $description ] } } } } Class [ class Phalcon\Acl\Role implements Phalcon\Acl\RoleInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_name ] Property [ protected $_description ] } - Methods [4] { Method [ public method getName ] { } Method [ public method __toString ] { } Method [ public method getDescription ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $description ] } } } } Class [ class Phalcon\Annotations\Adapter\Apc extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_reader ] Property [ protected $_annotations ] Property [ protected $_prefix ] Property [ protected $_ttl ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } Method [ public method getReader ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $methodName ] } } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $propertyName ] } } } } Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_reader ] Property [ protected $_annotations ] Property [ protected $_prefix ] Property [ protected $_ttl ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } Method [ public method getReader ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $methodName ] } } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $propertyName ] } } } } Class [ class Phalcon\Annotations\Adapter\Files extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_reader ] Property [ protected $_annotations ] Property [ protected $_annotationsDir ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } Method [ public method getReader ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $methodName ] } } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $propertyName ] } } } } Class [ class Phalcon\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_reader ] Property [ protected $_annotations ] Property [ protected $_data ] } - Methods [9] { Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } Method [ public method getReader ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $methodName ] } } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $propertyName ] } } } } Class [ class Phalcon\Annotations\Adapter\Xcache extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_reader ] Property [ protected $_annotations ] } - Methods [9] { Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } Method [ public method getReader ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $methodName ] } } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] Parameter #1 [ $propertyName ] } } } } Class [ class Phalcon\Annotations\Annotation ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_name ] Property [ protected $_arguments ] Property [ protected $_exprArguments ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $reflectionData ] } } Method [ public method getName ] { } Method [ public method getExpression ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ public method getExprArguments ] { } Method [ public method getArguments ] { } Method [ public method numberArguments ] { } Method [ public method getArgument ] { - Parameters [1] { Parameter #0 [ $position ] } } Method [ public method hasArgument ] { - Parameters [1] { Parameter #0 [ $position ] } } Method [ public method getNamedArgument ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getNamedParameter ] { - Parameters [1] { Parameter #0 [ $name ] } } } } Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_position ] Property [ protected $_annotations ] } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $reflectionData ] } } Method [ public method count ] { } Method [ public method rewind ] { } Method [ public method current ] { } Method [ public method key ] { } Method [ public method next ] { } Method [ public method valid ] { } Method [ public method getAnnotations ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getAll ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } } } Class [ class Phalcon\Annotations\Exception extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Annotations\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method parseDocBlock ] { - Parameters [3] { Parameter #0 [ $docBlock ] Parameter #1 [ $file ] Parameter #2 [ $line ] } } } - Properties [0] { } - Methods [1] { Method [ public method parse ] { - Parameters [1] { Parameter #0 [ $className ] } } } } Class [ class Phalcon\Annotations\Reflection ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ $data ] } } } - Properties [4] { Property [ protected $_reflectionData ] Property [ protected $_classAnnotations ] Property [ protected $_methodAnnotations ] Property [ protected $_propertyAnnotations ] } - Methods [5] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $reflectionData ] } } Method [ public method getClassAnnotations ] { } Method [ public method getMethodsAnnotations ] { } Method [ public method getPropertiesAnnotations ] { } Method [ public method getReflectionData ] { } } } Class [ class Phalcon\Assets\Collection implements Countable, Iterator, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $_prefix ] Property [ protected $_local ] Property [ protected $_resources ] Property [ protected $_codes ] Property [ protected $_position ] Property [ protected $_filters ] Property [ protected $_attributes ] Property [ protected $_join ] Property [ protected $_targetUri ] Property [ protected $_targetPath ] Property [ protected $_targetLocal ] Property [ protected $_sourcePath ] Property [ protected $_includedResources ] } - Methods [38] { Method [ public method getPrefix ] { } Method [ public method getLocal ] { } Method [ public method getResources ] { } Method [ public method getCodes ] { } Method [ public method getPosition ] { } Method [ public method getFilters ] { } Method [ public method getAttributes ] { } Method [ public method getJoin ] { } Method [ public method getTargetUri ] { } Method [ public method getTargetPath ] { } Method [ public method getTargetLocal ] { } Method [ public method getSourcePath ] { } Method [ public method __construct ] { } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Resource $resource ] } } Method [ public method addInline ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Inline $code ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\ResourceInterface $resource ] } } Method [ public method addCss ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $local ] Parameter #2 [ $filter ] Parameter #3 [ $attributes ] } } Method [ public method addInlineCss ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } } Method [ public method addJs ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $local ] Parameter #2 [ $filter ] Parameter #3 [ $attributes ] } } Method [ public method addInlineJs ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } } Method [ public method count ] { } Method [ public method rewind ] { } Method [ public method current ] { } Method [ public method key ] { } Method [ public method next ] { } Method [ public method valid ] { } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ $targetPath ] } } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ $sourcePath ] } } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ $targetUri ] } } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ $local ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ array $filters ] } } Method [ public method setTargetLocal ] { - Parameters [1] { Parameter #0 [ $targetLocal ] } } Method [ public method join ] { - Parameters [1] { Parameter #0 [ $join ] } } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] } } Method [ final protected method addResource ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\ResourceInterface $resource ] } } } } Class [ class Phalcon\Assets\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $content ] } } } } Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $content ] } } } } Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $content ] } } } } Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_type ] Property [ protected $_content ] Property [ protected $_filter ] Property [ protected $_attributes ] } - Methods [9] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } } Method [ public method getType ] { } Method [ public method getContent ] { } Method [ public method getFilter ] { } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method getResourceKey ] { } } } Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_type ] Property [ protected $_content ] Property [ protected $_filter ] Property [ protected $_attributes ] } - Methods [9] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } } Method [ public method getType ] { } Method [ public method getContent ] { } Method [ public method getFilter ] { } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method getResourceKey ] { } } } Class [ class Phalcon\Assets\Manager ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_options ] Property [ protected $_collections ] Property [ protected $_implicitOutput ] } - Methods [26] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method useImplicitOutput ] { - Parameters [1] { Parameter #0 [ $implicitOutput ] } } Method [ public method addCss ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $local ] Parameter #2 [ $filter ] Parameter #3 [ $attributes ] } } Method [ public method addInlineCss ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } } Method [ public method addJs ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $local ] Parameter #2 [ $filter ] Parameter #3 [ $attributes ] } } Method [ public method addInlineJs ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } } Method [ public method addResourceByType ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Assets\Resource $resource ] } } Method [ public method addInlineCodeByType ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Assets\Inline $code ] } } Method [ public method addResource ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Resource $resource ] } } Method [ public method addInlineCode ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Inline $code ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ Phalcon\Assets\Collection $collection ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getCss ] { } Method [ public method getJs ] { } Method [ public method collection ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method collectionResourcesByType ] { - Parameters [2] { Parameter #0 [ array $resources ] Parameter #1 [ $type ] } } Method [ public method output ] { - Parameters [3] { Parameter #0 [ Phalcon\Assets\Collection $collection ] Parameter #1 [ $callback ] Parameter #2 [ $type ] } } Method [ public method outputInline ] { - Parameters [2] { Parameter #0 [ Phalcon\Assets\Collection $collection ] Parameter #1 [ $type ] } } Method [ public method outputCss ] { - Parameters [1] { Parameter #0 [ $collectionName ] } } Method [ public method outputInlineCss ] { - Parameters [1] { Parameter #0 [ $collectionName ] } } Method [ public method outputJs ] { - Parameters [1] { Parameter #0 [ $collectionName ] } } Method [ public method outputInlineJs ] { - Parameters [1] { Parameter #0 [ $collectionName ] } } Method [ public method getCollections ] { } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $id ] } } } } Class [ class Phalcon\Assets\Resource\Css extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_type ] Property [ protected $_path ] Property [ protected $_local ] Property [ protected $_filter ] Property [ protected $_attributes ] Property [ protected $_sourcePath ] Property [ protected $_targetPath ] Property [ protected $_targetUri ] } - Methods [22] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $local ] Parameter #2 [ $filter ] Parameter #3 [ $attributes ] } } Method [ public method getType ] { } Method [ public method getPath ] { } Method [ public method getLocal ] { } Method [ public method getFilter ] { } Method [ public method getAttributes ] { } Method [ public method getSourcePath ] { } Method [ public method getTargetPath ] { } Method [ public method getTargetUri ] { } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ $path ] } } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ $local ] } } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ $targetUri ] } } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ $sourcePath ] } } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ $targetPath ] } } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getRealTargetUri ] { } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getResourceKey ] { } } } Class [ class Phalcon\Assets\Resource\Js extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_type ] Property [ protected $_path ] Property [ protected $_local ] Property [ protected $_filter ] Property [ protected $_attributes ] Property [ protected $_sourcePath ] Property [ protected $_targetPath ] Property [ protected $_targetUri ] } - Methods [22] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $local ] Parameter #2 [ $filter ] Parameter #3 [ $attributes ] } } Method [ public method getType ] { } Method [ public method getPath ] { } Method [ public method getLocal ] { } Method [ public method getFilter ] { } Method [ public method getAttributes ] { } Method [ public method getSourcePath ] { } Method [ public method getTargetPath ] { } Method [ public method getTargetUri ] { } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ $path ] } } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ $local ] } } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ $targetUri ] } } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ $sourcePath ] } } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ $targetPath ] } } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getRealTargetUri ] { } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getResourceKey ] { } } } Class [ class Phalcon\Cache\Backend\Apc extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] } - Methods [20] { Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method flush ] { } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Backend\Apcu extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] } - Methods [20] { Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method flush ] { } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Backend\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Cache\Backend\File extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] Property [ private $_useSafeKey ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ array $options ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method flush ] { } Method [ public method getKey ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method useSafeKey ] { - Parameters [1] { Parameter #0 [ $useSafeKey ] } } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Backend\Libmemcached extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] Property [ protected $_memcache ] } - Methods [21] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method _connect ] { } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method flush ] { } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Backend\Memcache extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] Property [ protected $_memcache ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method _connect ] { } Method [ public method addServers ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $persistent ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method flush ] { } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ 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 [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] Property [ protected $_data ] } - Methods [22] { Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method flush ] { } Method [ public method serialize ] { } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Backend\Mongo extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] Property [ protected $_collection ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ final protected method _getCollection ] { } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method gc ] { } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method flush ] { } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Backend\Redis extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] Property [ protected $_redis ] } - Methods [21] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method _connect ] { } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method flush ] { } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Backend\Xcache extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] Property [ protected $_lastKey ] Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] } - Methods [20] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] Parameter #1 [ $options ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method queryKeys ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $value ] } } Method [ public method flush ] { } Method [ public method getFrontend ] { } Method [ public method setFrontend ] { - Parameters [1] { Parameter #0 [ $frontend ] } } Method [ public method getOptions ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getLastKey ] { } Method [ public method setLastKey ] { - Parameters [1] { Parameter #0 [ $lastKey ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $stopBuffer ] } } Method [ public method isFresh ] { } Method [ public method isStarted ] { } Method [ public method getLifetime ] { } } } Class [ class Phalcon\Cache\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cache\Frontend\Base64 implements Phalcon\Cache\FrontendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_frontendOptions ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $frontendOptions ] } } Method [ public method getLifetime ] { } Method [ public method isBuffering ] { } Method [ public method start ] { } Method [ public method getContent ] { } Method [ public method stop ] { } Method [ public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ class Phalcon\Cache\Frontend\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ 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 [ protected $_frontendOptions ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $frontendOptions ] } } Method [ public method getLifetime ] { } Method [ public method isBuffering ] { } Method [ public method start ] { } Method [ public method getContent ] { } Method [ public method stop ] { } Method [ public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ class Phalcon\Cache\Frontend\Json implements Phalcon\Cache\FrontendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_frontendOptions ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $frontendOptions ] } } Method [ public method getLifetime ] { } Method [ public method isBuffering ] { } Method [ public method start ] { } Method [ public method getContent ] { } Method [ public method stop ] { } Method [ public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ 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 [ protected $_frontendOptions ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $frontendOptions ] } } Method [ public method getLifetime ] { } Method [ public method isBuffering ] { } Method [ public method start ] { } Method [ public method getContent ] { } Method [ public method stop ] { } Method [ public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ class Phalcon\Cache\Frontend\None implements Phalcon\Cache\FrontendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method getLifetime ] { } Method [ public method isBuffering ] { } Method [ public method start ] { } Method [ public method getContent ] { } Method [ public method stop ] { } Method [ public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ class Phalcon\Cache\Frontend\Output implements Phalcon\Cache\FrontendInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_buffering ] Property [ protected $_frontendOptions ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $frontendOptions ] } } Method [ public method getLifetime ] { } Method [ public method isBuffering ] { } Method [ public method start ] { } Method [ public method getContent ] { } Method [ public method stop ] { } Method [ public method beforeStore ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method afterRetrieve ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ class Phalcon\Cache\Multiple ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_backends ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $backends ] } } Method [ public method push ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\BackendInterface $backend ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method start ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method save ] { - Parameters [4] { Parameter #0 [ $keyName ] Parameter #1 [ $content ] Parameter #2 [ $lifetime ] Parameter #3 [ $stopBuffer ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $keyName ] } } Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $keyName ] Parameter #1 [ $lifetime ] } } Method [ public method flush ] { } } } Class [ 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 [ protected $_eventsManager ] Property [ protected $_dependencyInjector ] Property [ protected $_defaultModule ] Property [ protected $_modules ] Property [ protected $_arguments ] Property [ protected $_options ] } - Methods [14] { Method [ public method addModules ] { - Parameters [1] { Parameter #0 [ array $modules ] } } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ array or NULL $arguments ] } } Method [ public method setArgument ] { - Parameters [3] { Parameter #0 [ array or NULL $arguments ] Parameter #1 [ $str ] Parameter #2 [ $shift ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ $merge ] } } Method [ public method getModules ] { } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $defaultModule ] } } Method [ public method getDefaultModule ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\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 [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_activeHandler ] Property [ protected $_finished ] Property [ protected $_forwarded ] Property [ protected $_moduleName ] Property [ protected $_namespaceName ] Property [ protected $_handlerName ] Property [ protected $_actionName ] Property [ protected $_params ] Property [ protected $_returnedValue ] Property [ protected $_lastHandler ] Property [ protected $_defaultNamespace ] Property [ protected $_actionSuffix ] Property [ protected $_previousNamespaceName ] Property [ protected $_previousHandlerName ] Property [ protected $_previousActionName ] Property [ protected $_modelBinding ] Property [ protected $_modelBinder ] Property [ protected $_isControllerInitialize ] Property [ protected $_handlerSuffix ] Property [ protected $_defaultHandler ] Property [ protected $_defaultAction ] Property [ protected $_options ] } - Methods [46] { Method [ public method setTaskSuffix ] { - Parameters [1] { Parameter #0 [ $taskSuffix ] } } Method [ public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ $taskName ] } } Method [ public method setTaskName ] { - Parameters [1] { Parameter #0 [ $taskName ] } } Method [ public method getTaskName ] { } Method [ protected method _throwDispatchException ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ $exceptionCode ] } } Method [ protected method _handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ public method getLastTask ] { } Method [ public method getActiveTask ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [3] { Parameter #0 [ $option ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $option ] } } Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ $actionMethod ] Parameter #2 [ array or NULL $params ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ $actionSuffix ] } } Method [ public method getActionSuffix ] { } Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ public method getModuleName ] { } Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method getNamespaceName ] { } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method getDefaultNamespace ] { } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method getActionName ] { } Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ public method getParams ] { } Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } } Method [ public method getActiveMethod ] { } Method [ public method isFinished ] { } Method [ public method setReturnedValue ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getReturnedValue ] { } Method [ public method setModelBinding ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $cache ] } } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } } Method [ public method getModelBinder ] { } Method [ public method dispatch ] { } Method [ public method forward ] { - Parameters [1] { Parameter #0 [ $forward ] } } Method [ public method wasForwarded ] { } Method [ public method getHandlerClass ] { } Method [ public method getBoundModels ] { } Method [ protected method _resolveEmptyProperties ] { } } } Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cli\Router implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $_dependencyInjector ] Property [ protected $_module ] Property [ protected $_task ] Property [ protected $_action ] Property [ protected $_params ] Property [ protected $_defaultModule ] Property [ protected $_defaultTask ] Property [ protected $_defaultAction ] Property [ protected $_defaultParams ] Property [ protected $_routes ] Property [ protected $_matchedRoute ] Property [ protected $_matches ] Property [ protected $_wasMatched ] } - Methods [19] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $defaultRoutes ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ $taskName ] } } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ $arguments ] } } Method [ public method add ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method getModuleName ] { } Method [ public method getTaskName ] { } Method [ public method getActionName ] { } Method [ public method getParams ] { } Method [ public method getMatchedRoute ] { } Method [ public method getMatches ] { } Method [ public method wasMatched ] { } Method [ public method getRoutes ] { } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ $name ] } } } } Class [ class Phalcon\Cli\Router\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cli\Router\Route ] { - Constants [1] { Constant [ public string DEFAULT_DELIMITER ] { } } - Static properties [2] { Property [ protected static $_uniqueId ] Property [ protected static $_delimiterPath ] } - Static methods [3] { Method [ static public method reset ] { } Method [ static public method delimiter ] { - Parameters [1] { Parameter #0 [ $delimiter ] } } Method [ static public method getDelimiter ] { } } - Properties [8] { Property [ protected $_pattern ] Property [ protected $_compiledPattern ] Property [ protected $_paths ] Property [ protected $_converters ] Property [ protected $_id ] Property [ protected $_name ] Property [ protected $_beforeMatch ] Property [ protected $_delimiter ] } - Methods [15] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method compilePattern ] { - Parameters [1] { Parameter #0 [ $pattern ] } } Method [ public method extractNamedParams ] { - Parameters [1] { Parameter #0 [ $pattern ] } } Method [ public method reConfigure ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method getName ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $callback ] } } Method [ public method getBeforeMatch ] { } Method [ public method getRouteId ] { } Method [ public method getPattern ] { } Method [ public method getCompiledPattern ] { } Method [ public method getPaths ] { } Method [ public method getReversedPaths ] { } Method [ public method convert ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $converter ] } } Method [ public method getConverters ] { } } } Class [ 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 [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] } - Methods [6] { Method [ final public method __construct ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ 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 [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } Method [ static public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ $delimiter ] } } Method [ static public method getPathDelimiter ] { } } - Properties [0] { } - Methods [11] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $arrayConfig ] Parameter #1 [ $defaultAdapter ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method path ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } Method [ public method toArray ] { } Method [ public method count ] { } Method [ final protected method _merge ] { - Parameters [2] { Parameter #0 [ Phalcon\Config $config ] Parameter #1 [ $instance ] } } } } Class [ 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 [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } Method [ static public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ $delimiter ] } } Method [ static public method getPathDelimiter ] { } } - Properties [0] { } - Methods [13] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $filePath ] Parameter #1 [ $mode ] } } Method [ protected method _parseIniString ] { - Parameters [2] { Parameter #0 [ $path ] Parameter #1 [ $value ] } } Method [ protected method _cast ] { - Parameters [1] { Parameter #0 [ $ini ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method path ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } Method [ public method toArray ] { } Method [ public method count ] { } Method [ final protected method _merge ] { - Parameters [2] { Parameter #0 [ Phalcon\Config $config ] Parameter #1 [ $instance ] } } } } Class [ 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 [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } Method [ static public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ $delimiter ] } } Method [ static public method getPathDelimiter ] { } } - Properties [0] { } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $filePath ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method path ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } Method [ public method toArray ] { } Method [ public method count ] { } Method [ final protected method _merge ] { - Parameters [2] { Parameter #0 [ Phalcon\Config $config ] Parameter #1 [ $instance ] } } } } Class [ 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 [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } Method [ static public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ $delimiter ] } } Method [ static public method getPathDelimiter ] { } } - Properties [0] { } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $filePath ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method path ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } Method [ public method toArray ] { } Method [ public method count ] { } Method [ final protected method _merge ] { - Parameters [2] { Parameter #0 [ Phalcon\Config $config ] Parameter #1 [ $instance ] } } } } Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements Countable, ArrayAccess ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [1] { Property [ protected static $_pathDelimiter ] } - Static methods [3] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } Method [ static public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ $delimiter ] } } Method [ static public method getPathDelimiter ] { } } - Properties [0] { } - Methods [11] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $filePath ] Parameter #1 [ array or NULL $callbacks ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method path ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } Method [ public method toArray ] { } Method [ public method count ] { } Method [ final protected method _merge ] { - Parameters [2] { Parameter #0 [ Phalcon\Config $config ] Parameter #1 [ $instance ] } } } } Class [ class Phalcon\Config\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Config\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ 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 [ protected $_key ] Property [ protected $_padding ] Property [ protected $_cipher ] Property [ protected $availableCiphers ] Property [ protected $ivLength ] Property [ protected $hashAlgo ] Property [ protected $useSigning ] } - Methods [21] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $cipher ] Parameter #1 [ $useSigning ] } } Method [ public method setPadding ] { - Parameters [1] { Parameter #0 [ $scheme ] } } Method [ public method setCipher ] { - Parameters [1] { Parameter #0 [ $cipher ] } } Method [ public method getCipher ] { } Method [ public method setKey ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getKey ] { } Method [ public method setHashAlgo ] { - Parameters [1] { Parameter #0 [ $hashAlgo ] } } Method [ public method getHashAlgo ] { } Method [ public method useSigning ] { - Parameters [1] { Parameter #0 [ $useSigning ] } } Method [ protected method _cryptPadText ] { - Parameters [4] { Parameter #0 [ $text ] Parameter #1 [ $mode ] Parameter #2 [ $blockSize ] Parameter #3 [ $paddingType ] } } Method [ protected method _cryptUnpadText ] { - Parameters [4] { Parameter #0 [ $text ] Parameter #1 [ $mode ] Parameter #2 [ $blockSize ] Parameter #3 [ $paddingType ] } } Method [ public method encrypt ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ $key ] } } Method [ public method decrypt ] { - Parameters [2] { Parameter #0 [ $text ] Parameter #1 [ $key ] } } Method [ public method encryptBase64 ] { - Parameters [3] { Parameter #0 [ $text ] Parameter #1 [ $key ] Parameter #2 [ $safe ] } } Method [ public method decryptBase64 ] { - Parameters [3] { Parameter #0 [ $text ] Parameter #1 [ $key ] Parameter #2 [ $safe ] } } Method [ public method getAvailableCiphers ] { } Method [ public method getAvailableHashAlgos ] { } Method [ protected method assertCipherIsAvailable ] { - Parameters [1] { Parameter #0 [ $cipher ] } } Method [ protected method assertHashAlgorithmAvailable ] { - Parameters [1] { Parameter #0 [ $hashAlgo ] } } Method [ protected method getIvLength ] { - Parameters [1] { Parameter #0 [ $cipher ] } } Method [ protected method initializeAvailableCiphers ] { } } } Class [ class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Db ] { - Constants [17] { Constant [ public integer FETCH_LAZY ] { 1 } Constant [ public integer FETCH_ASSOC ] { 2 } Constant [ public integer FETCH_NAMED ] { 11 } Constant [ public integer FETCH_NUM ] { 3 } Constant [ public integer FETCH_BOTH ] { 4 } Constant [ public integer FETCH_OBJ ] { 5 } Constant [ public integer FETCH_BOUND ] { 6 } Constant [ public integer FETCH_COLUMN ] { 7 } Constant [ public integer FETCH_CLASS ] { 8 } Constant [ public integer FETCH_INTO ] { 9 } Constant [ public integer FETCH_FUNC ] { 10 } Constant [ public integer FETCH_GROUP ] { 65536 } Constant [ public integer FETCH_UNIQUE ] { 196608 } Constant [ public integer FETCH_KEY_PAIR ] { 12 } Constant [ public integer FETCH_CLASSTYPE ] { 262144 } Constant [ public integer FETCH_SERIALIZE ] { 524288 } Constant [ public integer FETCH_PROPS_LATE ] { 1048576 } } - Static properties [0] { } - Static methods [1] { Method [ static public method setup ] { - Parameters [1] { Parameter #0 [ array $options ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Db\Adapter\Pdo\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ 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 [ protected $_eventsManager ] Property [ protected $_descriptor ] Property [ protected $_dialect ] Property [ protected $_connectionId ] Property [ protected $_sqlStatement ] Property [ protected $_sqlVariables ] Property [ protected $_sqlBindTypes ] Property [ protected $_transactionLevel ] Property [ protected $_transactionsWithSavepoints ] Property [ protected $_pdo ] Property [ protected $_affectedRows ] Property [ protected $_type ] Property [ protected $_dialectType ] } - Methods [75] { Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ $sqlStatement ] } } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ public method query ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method affectedRows ] { } Method [ public method close ] { } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ $sql ] Parameter #1 [ array or NULL $params ] } } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method getTransactionLevel ] { } Method [ public method isUnderTransaction ] { } Method [ public method getInternalHandler ] { } Method [ public method getErrorInfo ] { } Method [ public method getDialectType ] { } Method [ public method getType ] { } Method [ public method getSqlVariables ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method getDialect ] { } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $placeholders ] Parameter #2 [ $column ] } } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } } Method [ public method update ] { - Parameters [5] { Parameter #0 [ $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } Method [ public method isNestedTransactionsWithSavepoints ] { } Method [ public method getNestedTransactionSavepointName ] { } Method [ public method getDefaultIdValue ] { } Method [ public method getDefaultValue ] { } Method [ public method supportSequences ] { } Method [ public method useExplicitIdValue ] { } Method [ public method getDescriptor ] { } Method [ public method getConnectionId ] { } Method [ public method getSQLStatement ] { } Method [ public method getRealSQLStatement ] { } Method [ public method getSQLBindTypes ] { } } } Class [ class Phalcon\Db\Adapter\Pdo\Postgresql 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 [ protected $_eventsManager ] Property [ protected $_descriptor ] Property [ protected $_dialect ] Property [ protected $_connectionId ] Property [ protected $_sqlStatement ] Property [ protected $_sqlVariables ] Property [ protected $_sqlBindTypes ] Property [ protected $_transactionLevel ] Property [ protected $_transactionsWithSavepoints ] Property [ protected $_pdo ] Property [ protected $_affectedRows ] Property [ protected $_type ] Property [ protected $_dialectType ] } - Methods [75] { Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method useExplicitIdValue ] { } Method [ public method getDefaultIdValue ] { } Method [ public method supportSequences ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ $sqlStatement ] } } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ public method query ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method affectedRows ] { } Method [ public method close ] { } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ $sql ] Parameter #1 [ array or NULL $params ] } } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method getTransactionLevel ] { } Method [ public method isUnderTransaction ] { } Method [ public method getInternalHandler ] { } Method [ public method getErrorInfo ] { } Method [ public method getDialectType ] { } Method [ public method getType ] { } Method [ public method getSqlVariables ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method getDialect ] { } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $placeholders ] Parameter #2 [ $column ] } } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } } Method [ public method update ] { - Parameters [5] { Parameter #0 [ $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } Method [ public method isNestedTransactionsWithSavepoints ] { } Method [ public method getNestedTransactionSavepointName ] { } Method [ public method getDefaultValue ] { } Method [ public method getDescriptor ] { } Method [ public method getConnectionId ] { } Method [ public method getSQLStatement ] { } Method [ public method getRealSQLStatement ] { } Method [ public method getSQLBindTypes ] { } } } Class [ class Phalcon\Db\Adapter\Pdo\Sqlite 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 [ protected $_eventsManager ] Property [ protected $_descriptor ] Property [ protected $_dialect ] Property [ protected $_connectionId ] Property [ protected $_sqlStatement ] Property [ protected $_sqlVariables ] Property [ protected $_sqlBindTypes ] Property [ protected $_transactionLevel ] Property [ protected $_transactionsWithSavepoints ] Property [ protected $_pdo ] Property [ protected $_affectedRows ] Property [ protected $_type ] Property [ protected $_dialectType ] } - Methods [75] { Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method useExplicitIdValue ] { } Method [ public method getDefaultValue ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ $sqlStatement ] } } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ public method query ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method affectedRows ] { } Method [ public method close ] { } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ $sql ] Parameter #1 [ array or NULL $params ] } } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ $nesting ] } } Method [ public method getTransactionLevel ] { } Method [ public method isUnderTransaction ] { } Method [ public method getInternalHandler ] { } Method [ public method getErrorInfo ] { } Method [ public method getDialectType ] { } Method [ public method getType ] { } Method [ public method getSqlVariables ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method getDialect ] { } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $placeholders ] Parameter #2 [ $column ] } } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } } Method [ public method update ] { - Parameters [5] { Parameter #0 [ $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ $nestedTransactionsWithSavepoints ] } } Method [ public method isNestedTransactionsWithSavepoints ] { } Method [ public method getNestedTransactionSavepointName ] { } Method [ public method getDefaultIdValue ] { } Method [ public method supportSequences ] { } Method [ public method getDescriptor ] { } Method [ public method getConnectionId ] { } Method [ public method getSQLStatement ] { } Method [ public method getRealSQLStatement ] { } Method [ public method getSQLBindTypes ] { } } } Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - Constants [25] { Constant [ public integer TYPE_INTEGER ] { 0 } Constant [ public integer TYPE_DATE ] { 1 } Constant [ public integer TYPE_VARCHAR ] { 2 } Constant [ public integer TYPE_DECIMAL ] { 3 } Constant [ public integer TYPE_DATETIME ] { 4 } Constant [ public integer TYPE_CHAR ] { 5 } Constant [ public integer TYPE_TEXT ] { 6 } Constant [ public integer TYPE_FLOAT ] { 7 } Constant [ public integer TYPE_BOOLEAN ] { 8 } Constant [ public integer TYPE_DOUBLE ] { 9 } Constant [ public integer TYPE_TINYBLOB ] { 10 } Constant [ public integer TYPE_BLOB ] { 11 } Constant [ public integer TYPE_MEDIUMBLOB ] { 12 } Constant [ public integer TYPE_LONGBLOB ] { 13 } Constant [ public integer TYPE_BIGINTEGER ] { 14 } Constant [ public integer TYPE_JSON ] { 15 } Constant [ public integer TYPE_JSONB ] { 16 } Constant [ public integer TYPE_TIMESTAMP ] { 17 } Constant [ public integer BIND_PARAM_NULL ] { 0 } Constant [ public integer BIND_PARAM_INT ] { 1 } Constant [ public integer BIND_PARAM_STR ] { 2 } Constant [ public integer BIND_PARAM_BLOB ] { 3 } Constant [ public integer BIND_PARAM_BOOL ] { 5 } Constant [ public integer BIND_PARAM_DECIMAL ] { 32 } Constant [ public integer BIND_SKIP ] { 1024 } } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [16] { Property [ protected $_name ] Property [ protected $_schemaName ] Property [ protected $_type ] Property [ protected $_typeReference ] Property [ protected $_typeValues ] Property [ protected $_isNumeric ] Property [ protected $_size ] Property [ protected $_scale ] Property [ protected $_default ] Property [ protected $_unsigned ] Property [ protected $_notNull ] Property [ protected $_primary ] Property [ protected $_autoIncrement ] Property [ protected $_first ] Property [ protected $_after ] Property [ protected $_bindType ] } - Methods [18] { Method [ public method getName ] { } Method [ public method getSchemaName ] { } Method [ public method getType ] { } Method [ public method getTypeReference ] { } Method [ public method getTypeValues ] { } Method [ public method getSize ] { } Method [ public method getScale ] { } Method [ public method getDefault ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array $definition ] } } Method [ public method isUnsigned ] { } Method [ public method isNotNull ] { } Method [ public method isPrimary ] { } Method [ public method isAutoIncrement ] { } Method [ public method isNumeric ] { } Method [ public method isFirst ] { } Method [ public method getAfterPosition ] { } Method [ public method getBindType ] { } Method [ public method hasDefault ] { } } } Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_customFunctions ] Property [ protected $_escapeChar ] } - Methods [63] { Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method truncateTable ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ protected method _getTableOptions ] { - Parameters [1] { Parameter #0 [ array $definition ] } } Method [ public method getForeignKeyChecks ] { } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $customFunction ] } } Method [ public method getCustomFunctions ] { } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $escapeChar ] } } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } } Method [ public method supportsSavepoints ] { } Method [ public method supportsReleaseSavepoints ] { } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ $qualified ] Parameter #1 [ $alias ] Parameter #2 [ $escapeChar ] } } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $schema ] Parameter #2 [ $alias ] Parameter #3 [ $escapeChar ] } } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $domain ] Parameter #2 [ $escapeChar ] } } } } Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_customFunctions ] Property [ protected $_escapeChar ] } - Methods [63] { Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method truncateTable ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ protected method _castDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ protected method _getTableOptions ] { - Parameters [1] { Parameter #0 [ array $definition ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $customFunction ] } } Method [ public method getCustomFunctions ] { } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $escapeChar ] } } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } } Method [ public method supportsSavepoints ] { } Method [ public method supportsReleaseSavepoints ] { } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ $qualified ] Parameter #1 [ $alias ] Parameter #2 [ $escapeChar ] } } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $schema ] Parameter #2 [ $alias ] Parameter #3 [ $escapeChar ] } } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $domain ] Parameter #2 [ $escapeChar ] } } } } Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_customFunctions ] Property [ protected $_escapeChar ] } - Methods [63] { Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $columnName ] } } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $indexName ] } } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $referenceName ] } } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ array $definition ] } } Method [ public method truncateTable ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ $schemaName ] } } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] Parameter #2 [ $ifExists ] } } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ $tableName ] Parameter #1 [ $schemaName ] } } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ $viewName ] Parameter #1 [ $schemaName ] } } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ $schemaName ] } } Method [ public method listIndexesSql ] { - Parameters [3] { Parameter #0 [ $table ] Parameter #1 [ $schema ] Parameter #2 [ $keyName ] } } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method describeIndex ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $schema ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $customFunction ] } } Method [ public method getCustomFunctions ] { } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $escapeChar ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $sqlQuery ] Parameter #1 [ $number ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $sqlQuery ] } } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ $escapeChar ] } } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } } Method [ public method supportsSavepoints ] { } Method [ public method supportsReleaseSavepoints ] { } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] } } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ $qualified ] Parameter #1 [ $alias ] Parameter #2 [ $escapeChar ] } } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $schema ] Parameter #2 [ $alias ] Parameter #3 [ $escapeChar ] } } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ $domain ] Parameter #2 [ $escapeChar ] } } } } Class [ class Phalcon\Db\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [3] { Property [ protected $_name ] Property [ protected $_columns ] Property [ protected $_type ] } - Methods [4] { Method [ public method getName ] { } Method [ public method getColumns ] { } Method [ public method getType ] { } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ array $columns ] Parameter #2 [ $type ] } } } } Class [ class Phalcon\Db\Profiler ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_allProfiles ] Property [ protected $_activeProfile ] Property [ protected $_totalSeconds ] } - Methods [7] { Method [ public method startProfile ] { - Parameters [3] { Parameter #0 [ $sqlStatement ] Parameter #1 [ $sqlVariables ] Parameter #2 [ $sqlBindTypes ] } } Method [ public method stopProfile ] { } Method [ public method getNumberTotalStatements ] { } Method [ public method getTotalElapsedSeconds ] { } Method [ public method getProfiles ] { } Method [ public method reset ] { } Method [ public method getLastProfile ] { } } } Class [ class Phalcon\Db\Profiler\Item ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_sqlStatement ] Property [ protected $_sqlVariables ] Property [ protected $_sqlBindTypes ] Property [ protected $_initialTime ] Property [ protected $_finalTime ] } - Methods [11] { Method [ public method setSqlStatement ] { - Parameters [1] { Parameter #0 [ $sqlStatement ] } } Method [ public method getSqlStatement ] { } Method [ public method setSqlVariables ] { - Parameters [1] { Parameter #0 [ array $sqlVariables ] } } Method [ public method getSqlVariables ] { } Method [ public method setSqlBindTypes ] { - Parameters [1] { Parameter #0 [ array $sqlBindTypes ] } } Method [ public method getSqlBindTypes ] { } Method [ public method setInitialTime ] { - Parameters [1] { Parameter #0 [ $initialTime ] } } Method [ public method getInitialTime ] { } Method [ public method setFinalTime ] { - Parameters [1] { Parameter #0 [ $finalTime ] } } Method [ public method getFinalTime ] { } Method [ public method getTotalElapsedSeconds ] { } } } Class [ class Phalcon\Db\RawValue ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_value ] } - Methods [3] { Method [ public method getValue ] { } Method [ public method __toString ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $value ] } } } } Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [8] { Property [ protected $_name ] Property [ protected $_schemaName ] Property [ protected $_referencedSchema ] Property [ protected $_referencedTable ] Property [ protected $_columns ] Property [ protected $_referencedColumns ] Property [ protected $_onDelete ] Property [ protected $_onUpdate ] } - Methods [9] { Method [ public method getName ] { } Method [ public method getSchemaName ] { } Method [ public method getReferencedSchema ] { } Method [ public method getReferencedTable ] { } Method [ public method getColumns ] { } Method [ public method getReferencedColumns ] { } Method [ public method getOnDelete ] { } Method [ public method getOnUpdate ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array $definition ] } } } } Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_connection ] Property [ protected $_result ] Property [ protected $_fetchMode ] Property [ protected $_pdoStatement ] Property [ protected $_sqlStatement ] Property [ protected $_bindParams ] Property [ protected $_bindTypes ] Property [ protected $_rowCount ] } - Methods [9] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ Phalcon\Db\AdapterInterface $connection ] Parameter #1 [ PDOStatement $result ] Parameter #2 [ $sqlStatement ] Parameter #3 [ $bindParams ] Parameter #4 [ $bindTypes ] } } Method [ public method execute ] { } Method [ public method fetch ] { - Parameters [3] { Parameter #0 [ $fetchStyle ] Parameter #1 [ $cursorOrientation ] Parameter #2 [ $cursorOffset ] } } Method [ public method fetchArray ] { } Method [ public method fetchAll ] { - Parameters [3] { Parameter #0 [ $fetchStyle ] Parameter #1 [ $fetchArgument ] Parameter #2 [ $ctorArgs ] } } Method [ public method numRows ] { } Method [ public method dataSeek ] { - Parameters [1] { Parameter #0 [ $number ] } } Method [ public method setFetchMode ] { - Parameters [3] { Parameter #0 [ $fetchMode ] Parameter #1 [ $colNoOrClassNameOrObject ] Parameter #2 [ $ctorargs ] } } Method [ public method getInternalResult ] { } } } Class [ class Phalcon\Debug ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_isActive ] } - Static methods [0] { } - Properties [7] { Property [ public $_uri ] Property [ public $_theme ] Property [ protected $_hideDocumentRoot ] Property [ protected $_showBackTrace ] Property [ protected $_showFiles ] Property [ protected $_showFileFragment ] Property [ protected $_data ] } - Methods [20] { Method [ public method setUri ] { - Parameters [1] { Parameter #0 [ $uri ] } } Method [ public method setShowBackTrace ] { - Parameters [1] { Parameter #0 [ $showBackTrace ] } } Method [ public method setShowFiles ] { - Parameters [1] { Parameter #0 [ $showFiles ] } } Method [ public method setShowFileFragment ] { - Parameters [1] { Parameter #0 [ $showFileFragment ] } } Method [ public method listen ] { - Parameters [2] { Parameter #0 [ $exceptions ] Parameter #1 [ $lowSeverity ] } } Method [ public method listenExceptions ] { } Method [ public method listenLowSeverity ] { } Method [ public method halt ] { } Method [ public method debugVar ] { - Parameters [2] { Parameter #0 [ $varz ] Parameter #1 [ $key ] } } Method [ public method clearVars ] { } Method [ protected method _escapeString ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ protected method _getArrayDump ] { - Parameters [2] { Parameter #0 [ array $argument ] Parameter #1 [ $n ] } } Method [ protected method _getVarDump ] { - Parameters [1] { Parameter #0 [ $variable ] } } Method [ public method getMajorVersion ] { } Method [ public method getVersion ] { } Method [ public method getCssSources ] { } Method [ public method getJsSources ] { } Method [ final protected method showTraceItem ] { - Parameters [2] { Parameter #0 [ $n ] Parameter #1 [ array $trace ] } } Method [ public method onUncaughtLowSeverity ] { - Parameters [5] { Parameter #0 [ $severity ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } } Method [ public method onUncaughtException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } } } Class [ class Phalcon\Debug\Dump ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_detailed ] Property [ protected $_methods ] Property [ protected $_styles ] } - Methods [11] { Method [ public method getDetailed ] { } Method [ public method setDetailed ] { - Parameters [1] { Parameter #0 [ $detailed ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array or NULL $styles ] Parameter #1 [ $detailed ] } } Method [ public method all ] { } Method [ protected method getStyle ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setStyles ] { - Parameters [1] { Parameter #0 [ array or NULL $styles ] } } Method [ public method one ] { - Parameters [2] { Parameter #0 [ $variable ] Parameter #1 [ $name ] } } Method [ protected method output ] { - Parameters [3] { Parameter #0 [ $variable ] Parameter #1 [ $name ] Parameter #2 [ $tab ] } } Method [ public method variable ] { - Parameters [2] { Parameter #0 [ $variable ] Parameter #1 [ $name ] } } Method [ public method variables ] { } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ $variable ] } } } } Class [ class Phalcon\Debug\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Di\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\DiInterface, ArrayAccess ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_default ] } - Static methods [3] { Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ static public method getDefault ] { } Method [ static public method reset ] { } } - Properties [4] { Property [ protected $_services ] Property [ protected $_sharedInstances ] Property [ protected $_freshInstance ] Property [ protected $_eventsManager ] } - Methods [24] { Method [ public method __construct ] { } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getInternalEventsManager ] { } Method [ public method set ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method setRaw ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $parameters ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method wasFreshInstance ] { } Method [ public method getServices ] { } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] } } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ $filePath ] Parameter #1 [ array or NULL $callbacks ] } } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ $filePath ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } } } } Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } } - Properties [5] { Property [ protected $_name ] Property [ protected $_definition ] Property [ protected $_shared ] Property [ protected $_resolved ] Property [ protected $_sharedInstance ] } - Methods [11] { Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method getName ] { } Method [ public method setShared ] { - Parameters [1] { Parameter #0 [ $shared ] } } Method [ public method isShared ] { } Method [ public method setSharedInstance ] { - Parameters [1] { Parameter #0 [ $sharedInstance ] } } Method [ public method setDefinition ] { - Parameters [1] { Parameter #0 [ $definition ] } } Method [ public method getDefinition ] { } Method [ public method resolve ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method setParameter ] { - Parameters [2] { Parameter #0 [ $position ] Parameter #1 [ array $parameter ] } } Method [ public method getParameter ] { - Parameters [1] { Parameter #0 [ $position ] } } Method [ public method isResolved ] { } } } Class [ class Phalcon\Di\Service\Builder ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ private method _buildParameter ] { - Parameters [3] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] Parameter #1 [ $position ] Parameter #2 [ array $argument ] } } Method [ private method _buildParameters ] { - Parameters [2] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] Parameter #1 [ array $arguments ] } } Method [ public method build ] { - Parameters [3] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] Parameter #1 [ array $definition ] Parameter #2 [ $parameters ] } } } } Class [ class Phalcon\Escaper implements Phalcon\EscaperInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_encoding ] Property [ protected $_htmlEscapeMap ] Property [ protected $_htmlQuoteType ] Property [ protected $_doubleEncode ] } - Methods [11] { Method [ public method setEncoding ] { - Parameters [1] { Parameter #0 [ $encoding ] } } Method [ public method getEncoding ] { } Method [ public method setHtmlQuoteType ] { - Parameters [1] { Parameter #0 [ $quoteType ] } } Method [ public method setDoubleEncode ] { - Parameters [1] { Parameter #0 [ $doubleEncode ] } } Method [ final public method detectEncoding ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ final public method normalizeEncoding ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ public method escapeHtml ] { - Parameters [1] { Parameter #0 [ $text ] } } Method [ public method escapeHtmlAttr ] { - Parameters [1] { Parameter #0 [ $attribute ] } } Method [ public method escapeCss ] { - Parameters [1] { Parameter #0 [ $css ] } } Method [ public method escapeJs ] { - Parameters [1] { Parameter #0 [ $js ] } } Method [ public method escapeUrl ] { - Parameters [1] { Parameter #0 [ $url ] } } } } Class [ class Phalcon\Escaper\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_type ] Property [ protected $_source ] Property [ protected $_data ] Property [ protected $_stopped ] Property [ protected $_cancelable ] } - Methods [9] { Method [ public method getType ] { } Method [ public method getSource ] { } Method [ public method getData ] { } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $type ] Parameter #1 [ $source ] Parameter #2 [ $data ] Parameter #3 [ $cancelable ] } } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method stop ] { } Method [ public method isStopped ] { } Method [ public method isCancelable ] { } } } Class [ class Phalcon\Events\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_events ] Property [ protected $_collect ] Property [ protected $_enablePriorities ] Property [ protected $_responses ] } - Methods [12] { Method [ public method attach ] { - Parameters [3] { Parameter #0 [ $eventType ] Parameter #1 [ $handler ] Parameter #2 [ $priority ] } } Method [ public method detach ] { - Parameters [2] { Parameter #0 [ $eventType ] Parameter #1 [ $handler ] } } Method [ public method enablePriorities ] { - Parameters [1] { Parameter #0 [ $enablePriorities ] } } Method [ public method arePrioritiesEnabled ] { } Method [ public method collectResponses ] { - Parameters [1] { Parameter #0 [ $collect ] } } Method [ public method isCollecting ] { } Method [ public method getResponses ] { } Method [ public method detachAll ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ final public method fireQueue ] { - Parameters [2] { Parameter #0 [ $queue ] Parameter #1 [ Phalcon\Events\EventInterface $event ] } } Method [ public method fire ] { - Parameters [4] { Parameter #0 [ $eventType ] Parameter #1 [ $source ] Parameter #2 [ $data ] Parameter #3 [ $cancelable ] } } Method [ public method hasListeners ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method getListeners ] { - Parameters [1] { Parameter #0 [ $type ] } } } } Class [ class Phalcon\Factory\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Filter implements Phalcon\FilterInterface ] { - Constants [14] { Constant [ public string FILTER_EMAIL ] { email } Constant [ public string FILTER_ABSINT ] { absint } Constant [ public string FILTER_INT ] { int } Constant [ public string FILTER_INT_CAST ] { int! } Constant [ public string FILTER_STRING ] { string } Constant [ public string FILTER_FLOAT ] { float } Constant [ public string FILTER_FLOAT_CAST ] { float! } Constant [ public string FILTER_ALPHANUM ] { alphanum } Constant [ public string FILTER_TRIM ] { trim } Constant [ public string FILTER_STRIPTAGS ] { striptags } Constant [ public string FILTER_LOWER ] { lower } Constant [ public string FILTER_UPPER ] { upper } Constant [ public string FILTER_URL ] { url } Constant [ public string FILTER_SPECIAL_CHARS ] { special_chars } } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_filters ] } - Methods [4] { Method [ public method add ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $handler ] } } Method [ public method sanitize ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ $filters ] Parameter #2 [ $noRecursive ] } } Method [ protected method _sanitize ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $filter ] } } Method [ public method getFilters ] { } } } Class [ class Phalcon\Filter\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Flash\Direct extends Phalcon\Flash implements Phalcon\Di\InjectionAwareInterface, Phalcon\FlashInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_cssClasses ] Property [ protected $_implicitFlush ] Property [ protected $_automaticHtml ] Property [ protected $_escaperService ] Property [ protected $_autoescape ] Property [ protected $_dependencyInjector ] Property [ protected $_messages ] } - Methods [18] { Method [ public method message ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $message ] } } Method [ public method output ] { - Parameters [1] { Parameter #0 [ $remove ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $cssClasses ] } } Method [ public method getAutoescape ] { } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ $autoescape ] } } Method [ public method getEscaperService ] { } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\EscaperInterface $escaperService ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ $implicitFlush ] } } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ $automaticHtml ] } } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } } Method [ public method error ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method success ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method warning ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method outputMessage ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $message ] } } Method [ public method clear ] { } } } Class [ class Phalcon\Flash\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Flash\Session extends Phalcon\Flash implements Phalcon\Di\InjectionAwareInterface, Phalcon\FlashInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_cssClasses ] Property [ protected $_implicitFlush ] Property [ protected $_automaticHtml ] Property [ protected $_escaperService ] Property [ protected $_autoescape ] Property [ protected $_dependencyInjector ] Property [ protected $_messages ] } - Methods [22] { Method [ protected method _getSessionMessages ] { - Parameters [2] { Parameter #0 [ $remove ] Parameter #1 [ $type ] } } Method [ protected method _setSessionMessages ] { - Parameters [1] { Parameter #0 [ array $messages ] } } Method [ public method message ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $message ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method getMessages ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $remove ] } } Method [ public method output ] { - Parameters [1] { Parameter #0 [ $remove ] } } Method [ public method clear ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $cssClasses ] } } Method [ public method getAutoescape ] { } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ $autoescape ] } } Method [ public method getEscaperService ] { } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\EscaperInterface $escaperService ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ $implicitFlush ] } } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ $automaticHtml ] } } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } } Method [ public method error ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method success ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method warning ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method outputMessage ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $message ] } } } } Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] Property [ protected $_optionsValues ] } - Methods [36] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $options ] Parameter #2 [ $attributes ] } } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method getOptions ] { } Method [ public method addOption ] { - Parameters [1] { Parameter #0 [ $option ] } } Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_form ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_label ] Property [ protected $_attributes ] Property [ protected $_validators ] Property [ protected $_filters ] Property [ protected $_options ] Property [ protected $_messages ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } } Method [ public method getForm ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method getFilters ] { } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ $merge ] } } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method getValidators ] { } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array or NULL $attributes ] Parameter #1 [ $useChecked ] } } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ $label ] } } Method [ public method getLabel ] { } Method [ public method label ] { - Parameters [1] { Parameter #0 [ $attributes ] } } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getDefault ] { } Method [ public method getValue ] { } Method [ public method getMessages ] { } Method [ public method hasMessages ] { } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\Message\Group $group ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method clear ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_position ] Property [ protected $_entity ] Property [ protected $_options ] Property [ protected $_data ] Property [ protected $_elements ] Property [ protected $_elementsIndexed ] Property [ protected $_messages ] Property [ protected $_action ] Property [ protected $_validation ] } - Methods [37] { Method [ public method setValidation ] { - Parameters [1] { Parameter #0 [ $validation ] } } Method [ public method getValidation ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ $userOptions ] } } Method [ public method setAction ] { - Parameters [1] { Parameter #0 [ $action ] } } Method [ public method getAction ] { } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getUserOptions ] { } Method [ public method setEntity ] { - Parameters [1] { Parameter #0 [ $entity ] } } Method [ public method getEntity ] { } Method [ public method getElements ] { } Method [ public method bind ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $entity ] Parameter #2 [ $whitelist ] } } Method [ public method isValid ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $entity ] } } Method [ public method getMessages ] { - Parameters [1] { Parameter #0 [ $byItemName ] } } Method [ public method getMessagesFor ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method hasMessagesFor ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method add ] { - Parameters [3] { Parameter #0 [ Phalcon\Forms\ElementInterface $element ] Parameter #1 [ $position ] Parameter #2 [ $type ] } } Method [ public method render ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $attributes ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method label ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array or NULL $attributes ] } } Method [ public method getLabel ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getValue ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method clear ] { - Parameters [1] { Parameter #0 [ $fields ] } } Method [ public method count ] { } Method [ public method rewind ] { } Method [ public method current ] { } Method [ public method key ] { } Method [ public method next ] { } Method [ public method valid ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Forms\Manager ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_forms ] } - Methods [4] { Method [ public method create ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $entity ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ Phalcon\Forms\Form $form ] } } } } Class [ class Phalcon\Http\Cookie implements Phalcon\Http\CookieInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $_readed ] Property [ protected $_restored ] Property [ protected $_useEncryption ] Property [ protected $_dependencyInjector ] Property [ protected $_filter ] Property [ protected $_name ] Property [ protected $_value ] Property [ protected $_expire ] Property [ protected $_path ] Property [ protected $_domain ] Property [ protected $_secure ] Property [ protected $_httpOnly ] Property [ protected $signKey ] } - Methods [24] { Method [ public method __construct ] { - Parameters [7] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expire ] Parameter #3 [ $path ] Parameter #4 [ $secure ] Parameter #5 [ $domain ] Parameter #6 [ $httpOnly ] } } Method [ public method setSignKey ] { - Parameters [1] { Parameter #0 [ $signKey ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getValue ] { - Parameters [2] { Parameter #0 [ $filters ] Parameter #1 [ $defaultValue ] } } Method [ public method send ] { } Method [ public method restore ] { } Method [ public method delete ] { } Method [ public method useEncryption ] { - Parameters [1] { Parameter #0 [ $useEncryption ] } } Method [ public method isUsingEncryption ] { } Method [ public method setExpiration ] { - Parameters [1] { Parameter #0 [ $expire ] } } Method [ public method getExpiration ] { } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ $path ] } } Method [ public method getName ] { } Method [ public method getPath ] { } Method [ public method setDomain ] { - Parameters [1] { Parameter #0 [ $domain ] } } Method [ public method getDomain ] { } Method [ public method setSecure ] { - Parameters [1] { Parameter #0 [ $secure ] } } Method [ public method getSecure ] { } Method [ public method setHttpOnly ] { - Parameters [1] { Parameter #0 [ $httpOnly ] } } Method [ public method getHttpOnly ] { } Method [ public method __toString ] { } Method [ protected method assertSignKeyIsLongEnough ] { - Parameters [1] { Parameter #0 [ $signKey ] } } } } Class [ class Phalcon\Http\Cookie\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Http\Request implements Phalcon\Http\RequestInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $_dependencyInjector ] Property [ protected $_rawBody ] Property [ protected $_filter ] Property [ protected $_putCache ] Property [ protected $_httpMethodParameterOverride ] Property [ protected $_strictHostCheck ] } - Methods [65] { Method [ public method getHttpMethodParameterOverride ] { } Method [ public method setHttpMethodParameterOverride ] { - Parameters [1] { Parameter #0 [ $httpMethodParameterOverride ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method get ] { - Parameters [5] { Parameter #0 [ $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ $notAllowEmpty ] Parameter #4 [ $noRecursive ] } } Method [ public method getPost ] { - Parameters [5] { Parameter #0 [ $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ $notAllowEmpty ] Parameter #4 [ $noRecursive ] } } Method [ public method getPut ] { - Parameters [5] { Parameter #0 [ $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ $notAllowEmpty ] Parameter #4 [ $noRecursive ] } } Method [ public method getQuery ] { - Parameters [5] { Parameter #0 [ $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ $notAllowEmpty ] Parameter #4 [ $noRecursive ] } } Method [ final protected method getHelper ] { - Parameters [6] { Parameter #0 [ array $source ] Parameter #1 [ $name ] Parameter #2 [ $filters ] Parameter #3 [ $defaultValue ] Parameter #4 [ $notAllowEmpty ] Parameter #5 [ $noRecursive ] } } Method [ public method getServer ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method hasPost ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method hasPut ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method hasQuery ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ final public method hasServer ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ final public method hasHeader ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ final public method getHeader ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ public method getScheme ] { } Method [ public method isAjax ] { } Method [ public method isSoap ] { } Method [ public method isSoapRequested ] { } Method [ public method isSecure ] { } Method [ public method isSecureRequest ] { } Method [ public method getRawBody ] { } Method [ public method getJsonRawBody ] { - Parameters [1] { Parameter #0 [ $associative ] } } Method [ public method getServerAddress ] { } Method [ public method getServerName ] { } Method [ public method getHttpHost ] { } Method [ public method setStrictHostCheck ] { - Parameters [1] { Parameter #0 [ $flag ] } } Method [ public method isStrictHostCheck ] { } Method [ public method getPort ] { } Method [ final public method getURI ] { } Method [ public method getClientAddress ] { - Parameters [1] { Parameter #0 [ $trustForwardedHeader ] } } Method [ final public method getMethod ] { } Method [ public method getUserAgent ] { } Method [ public method isValidHttpMethod ] { - Parameters [1] { Parameter #0 [ $method ] } } Method [ public method isMethod ] { - Parameters [2] { Parameter #0 [ $methods ] Parameter #1 [ $strict ] } } Method [ public method isPost ] { } Method [ public method isGet ] { } Method [ public method isPut ] { } Method [ public method isPatch ] { } Method [ public method isHead ] { } Method [ public method isDelete ] { } Method [ public method isOptions ] { } Method [ public method isPurge ] { } Method [ public method isTrace ] { } Method [ public method isConnect ] { } Method [ public method hasFiles ] { - Parameters [1] { Parameter #0 [ $onlySuccessful ] } } Method [ final protected method hasFileHelper ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $onlySuccessful ] } } Method [ public method getUploadedFiles ] { - Parameters [1] { Parameter #0 [ $onlySuccessful ] } } Method [ final protected method smoothFiles ] { - Parameters [6] { Parameter #0 [ array $names ] Parameter #1 [ array $types ] Parameter #2 [ array $tmp_names ] Parameter #3 [ array $sizes ] Parameter #4 [ array $errors ] Parameter #5 [ $prefix ] } } Method [ public method getHeaders ] { } Method [ protected method resolveAuthorizationHeaders ] { } Method [ public method getHTTPReferer ] { } Method [ final protected method _getBestQuality ] { - Parameters [2] { Parameter #0 [ array $qualityParts ] Parameter #1 [ $name ] } } Method [ public method getContentType ] { } Method [ public method getAcceptableContent ] { } Method [ public method getBestAccept ] { } Method [ public method getClientCharsets ] { } Method [ public method getBestCharset ] { } Method [ public method getLanguages ] { } Method [ public method getBestLanguage ] { } Method [ public method getBasicAuth ] { } Method [ public method getDigestAuth ] { } Method [ final protected method _getQualityHeader ] { - Parameters [2] { Parameter #0 [ $serverIndex ] Parameter #1 [ $name ] } } } } Class [ class Phalcon\Http\Request\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_name ] Property [ protected $_tmp ] Property [ protected $_size ] Property [ protected $_type ] Property [ protected $_realType ] Property [ protected $_error ] Property [ protected $_key ] Property [ protected $_extension ] } - Methods [11] { Method [ public method getError ] { } Method [ public method getKey ] { } Method [ public method getExtension ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $file ] Parameter #1 [ $key ] } } Method [ public method getSize ] { } Method [ public method getName ] { } Method [ public method getTempName ] { } Method [ public method getType ] { } Method [ public method getRealType ] { } Method [ public method isUploadedFile ] { } Method [ public method moveTo ] { - Parameters [1] { Parameter #0 [ $destination ] } } } } Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $_sent ] Property [ protected $_content ] Property [ protected $_headers ] Property [ protected $_cookies ] Property [ protected $_file ] Property [ protected $_dependencyInjector ] } - Methods [31] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $code ] Parameter #2 [ $status ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStatusCode ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ $message ] } } Method [ public method getStatusCode ] { } Method [ public method getReasonPhrase ] { } Method [ public method setHeaders ] { - Parameters [1] { Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] } } Method [ public method getHeaders ] { } Method [ public method setCookies ] { - Parameters [1] { Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] } } Method [ public method getCookies ] { } Method [ public method setHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } } Method [ public method setRawHeader ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ public method resetHeaders ] { } Method [ public method setExpires ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } } Method [ public method setLastModified ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ $minutes ] } } Method [ public method setNotModified ] { } Method [ public method setContentType ] { - Parameters [2] { Parameter #0 [ $contentType ] Parameter #1 [ $charset ] } } Method [ public method setContentLength ] { - Parameters [1] { Parameter #0 [ $contentLength ] } } Method [ public method setEtag ] { - Parameters [1] { Parameter #0 [ $etag ] } } Method [ public method redirect ] { - Parameters [3] { Parameter #0 [ $location ] Parameter #1 [ $externalRedirect ] Parameter #2 [ $statusCode ] } } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ public method setJsonContent ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $jsonOptions ] Parameter #2 [ $depth ] } } Method [ public method appendContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ public method getContent ] { } Method [ public method isSent ] { } Method [ public method sendHeaders ] { } Method [ public method sendCookies ] { } Method [ public method send ] { } Method [ public method setFileToSend ] { - Parameters [3] { Parameter #0 [ $filePath ] Parameter #1 [ $attachmentName ] Parameter #2 [ $attachment ] } } Method [ public method removeHeader ] { - Parameters [1] { Parameter #0 [ $name ] } } } } Class [ class Phalcon\Http\Response\Cookies implements Phalcon\Http\Response\CookiesInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_dependencyInjector ] Property [ protected $_registered ] Property [ protected $_useEncryption ] Property [ protected $_cookies ] Property [ protected $signKey ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $useEncryption ] Parameter #1 [ $signKey ] } } Method [ public method setSignKey ] { - Parameters [1] { Parameter #0 [ $signKey ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method useEncryption ] { - Parameters [1] { Parameter #0 [ $useEncryption ] } } Method [ public method isUsingEncryption ] { } Method [ public method set ] { - Parameters [7] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expire ] Parameter #3 [ $path ] Parameter #4 [ $secure ] Parameter #5 [ $domain ] Parameter #6 [ $httpOnly ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method send ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Http\Response\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } } - Properties [1] { Property [ protected $_headers ] } - Methods [7] { Method [ public method set ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setRaw ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $header ] } } Method [ public method send ] { } Method [ public method reset ] { } Method [ public method toArray ] { } } } Class [ class Phalcon\Image ] { - Constants [9] { Constant [ public integer NONE ] { 1 } Constant [ public integer WIDTH ] { 2 } Constant [ public integer HEIGHT ] { 3 } Constant [ public integer AUTO ] { 4 } Constant [ public integer INVERSE ] { 5 } Constant [ public integer PRECISE ] { 6 } Constant [ public integer TENSILE ] { 7 } Constant [ public integer HORIZONTAL ] { 11 } Constant [ public integer VERTICAL ] { 12 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_checked ] } - Static methods [1] { Method [ static public method check ] { } } - Properties [7] { Property [ protected $_image ] Property [ protected $_file ] Property [ protected $_realpath ] Property [ protected $_width ] Property [ protected $_height ] Property [ protected $_type ] Property [ protected $_mime ] } - Methods [38] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $file ] Parameter #1 [ $width ] Parameter #2 [ $height ] } } Method [ protected method _resize ] { - Parameters [2] { Parameter #0 [ $width ] Parameter #1 [ $height ] } } Method [ protected method _crop ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $offsetX ] Parameter #3 [ $offsetY ] } } Method [ protected method _rotate ] { - Parameters [1] { Parameter #0 [ $degrees ] } } Method [ protected method _flip ] { - Parameters [1] { Parameter #0 [ $direction ] } } Method [ protected method _sharpen ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ protected method _reflection ] { - Parameters [3] { Parameter #0 [ $height ] Parameter #1 [ $opacity ] Parameter #2 [ $fadeIn ] } } Method [ protected method _watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] } } Method [ protected method _text ] { - Parameters [9] { Parameter #0 [ $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] Parameter #4 [ $r ] Parameter #5 [ $g ] Parameter #6 [ $b ] Parameter #7 [ $size ] Parameter #8 [ $fontfile ] } } Method [ protected method _mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter $mask ] } } Method [ protected method _background ] { - Parameters [4] { Parameter #0 [ $r ] Parameter #1 [ $g ] Parameter #2 [ $b ] Parameter #3 [ $opacity ] } } Method [ protected method _blur ] { - Parameters [1] { Parameter #0 [ $radius ] } } Method [ protected method _pixelate ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ protected method _save ] { - Parameters [2] { Parameter #0 [ $file ] Parameter #1 [ $quality ] } } Method [ protected method _render ] { - Parameters [2] { Parameter #0 [ $ext ] Parameter #1 [ $quality ] } } Method [ protected method _create ] { - Parameters [2] { Parameter #0 [ $width ] Parameter #1 [ $height ] } } Method [ public method __destruct ] { } Method [ public method getImage ] { } Method [ public method getRealpath ] { } Method [ public method getWidth ] { } Method [ public method getHeight ] { } Method [ public method getType ] { } Method [ public method getMime ] { } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $master ] } } Method [ public method liquidRescale ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $deltaX ] Parameter #3 [ $rigidity ] } } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $offsetX ] Parameter #3 [ $offsetY ] } } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ $degrees ] } } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ $direction ] } } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ $height ] Parameter #1 [ $opacity ] Parameter #2 [ $fadeIn ] } } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] } } Method [ public method text ] { - Parameters [7] { Parameter #0 [ $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] Parameter #4 [ $color ] Parameter #5 [ $size ] Parameter #6 [ $fontfile ] } } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] } } Method [ public method background ] { - Parameters [2] { Parameter #0 [ $color ] Parameter #1 [ $opacity ] } } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ $radius ] } } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ public method save ] { - Parameters [2] { Parameter #0 [ $file ] Parameter #1 [ $quality ] } } Method [ public method render ] { - Parameters [2] { Parameter #0 [ $ext ] Parameter #1 [ $quality ] } } } } Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface ] { - Constants [0] { } - Static properties [2] { Property [ protected static $_version ] Property [ protected static $_checked ] } - Static methods [1] { Method [ static public method check ] { } } - Properties [7] { Property [ protected $_image ] Property [ protected $_file ] Property [ protected $_realpath ] Property [ protected $_width ] Property [ protected $_height ] Property [ protected $_type ] Property [ protected $_mime ] } - Methods [40] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $file ] Parameter #1 [ $width ] Parameter #2 [ $height ] } } Method [ protected method _resize ] { - Parameters [2] { Parameter #0 [ $width ] Parameter #1 [ $height ] } } Method [ protected method _liquidRescale ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $deltaX ] Parameter #3 [ $rigidity ] } } Method [ protected method _crop ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $offsetX ] Parameter #3 [ $offsetY ] } } Method [ protected method _rotate ] { - Parameters [1] { Parameter #0 [ $degrees ] } } Method [ protected method _flip ] { - Parameters [1] { Parameter #0 [ $direction ] } } Method [ protected method _sharpen ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ protected method _reflection ] { - Parameters [3] { Parameter #0 [ $height ] Parameter #1 [ $opacity ] Parameter #2 [ $fadeIn ] } } Method [ protected method _watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter $image ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] } } Method [ protected method _text ] { - Parameters [9] { Parameter #0 [ $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] Parameter #4 [ $r ] Parameter #5 [ $g ] Parameter #6 [ $b ] Parameter #7 [ $size ] Parameter #8 [ $fontfile ] } } Method [ protected method _mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter $image ] } } Method [ protected method _background ] { - Parameters [4] { Parameter #0 [ $r ] Parameter #1 [ $g ] Parameter #2 [ $b ] Parameter #3 [ $opacity ] } } Method [ protected method _blur ] { - Parameters [1] { Parameter #0 [ $radius ] } } Method [ protected method _pixelate ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ protected method _save ] { - Parameters [2] { Parameter #0 [ $file ] Parameter #1 [ $quality ] } } Method [ protected method _render ] { - Parameters [2] { Parameter #0 [ $extension ] Parameter #1 [ $quality ] } } Method [ public method __destruct ] { } Method [ public method getInternalImInstance ] { } Method [ public method setResourceLimit ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $limit ] } } Method [ public method getImage ] { } Method [ public method getRealpath ] { } Method [ public method getWidth ] { } Method [ public method getHeight ] { } Method [ public method getType ] { } Method [ public method getMime ] { } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $master ] } } Method [ public method liquidRescale ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $deltaX ] Parameter #3 [ $rigidity ] } } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $offsetX ] Parameter #3 [ $offsetY ] } } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ $degrees ] } } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ $direction ] } } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ $height ] Parameter #1 [ $opacity ] Parameter #2 [ $fadeIn ] } } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] } } Method [ public method text ] { - Parameters [7] { Parameter #0 [ $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ $opacity ] Parameter #4 [ $color ] Parameter #5 [ $size ] Parameter #6 [ $fontfile ] } } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter $watermark ] } } Method [ public method background ] { - Parameters [2] { Parameter #0 [ $color ] Parameter #1 [ $opacity ] } } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ $radius ] } } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ $amount ] } } Method [ public method save ] { - Parameters [2] { Parameter #0 [ $file ] Parameter #1 [ $quality ] } } Method [ public method render ] { - Parameters [2] { Parameter #0 [ $ext ] Parameter #1 [ $quality ] } } } } Class [ class Phalcon\Image\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Image\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Kernel ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method preComputeHashKey ] { - Parameters [1] { Parameter #0 [ $key ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $_eventsManager ] Property [ protected $_foundPath ] Property [ protected $_checkedPath ] Property [ protected $_classes ] Property [ protected $_extensions ] Property [ protected $_namespaces ] Property [ protected $_directories ] Property [ protected $_files ] Property [ protected $_registered ] Property [ protected $fileCheckingCallback ] } - Methods [20] { Method [ public method setFileCheckingCallback ] { - Parameters [1] { Parameter #0 [ $callback ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setExtensions ] { - Parameters [1] { Parameter #0 [ array $extensions ] } } Method [ public method getExtensions ] { } Method [ public method registerNamespaces ] { - Parameters [2] { Parameter #0 [ array $namespaces ] Parameter #1 [ $merge ] } } Method [ protected method prepareNamespace ] { - Parameters [1] { Parameter #0 [ array $namespace ] } } Method [ public method getNamespaces ] { } Method [ public method registerDirs ] { - Parameters [2] { Parameter #0 [ array $directories ] Parameter #1 [ $merge ] } } Method [ public method getDirs ] { } Method [ public method registerFiles ] { - Parameters [2] { Parameter #0 [ array $files ] Parameter #1 [ $merge ] } } Method [ public method getFiles ] { } Method [ public method registerClasses ] { - Parameters [2] { Parameter #0 [ array $classes ] Parameter #1 [ $merge ] } } Method [ public method getClasses ] { } Method [ public method register ] { - Parameters [1] { Parameter #0 [ $prepend ] } } Method [ public method unregister ] { } Method [ public method loadFiles ] { } Method [ public method autoLoad ] { - Parameters [1] { Parameter #0 [ $className ] } } Method [ public method getFoundPath ] { } Method [ public method getCheckedPath ] { } } } Class [ class Phalcon\Loader\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Logger ] { - Constants [11] { Constant [ public integer SPECIAL ] { 9 } Constant [ public integer CUSTOM ] { 8 } Constant [ public integer DEBUG ] { 7 } Constant [ public integer INFO ] { 6 } Constant [ public integer NOTICE ] { 5 } Constant [ public integer WARNING ] { 4 } Constant [ public integer ERROR ] { 3 } Constant [ public integer ALERT ] { 2 } Constant [ public integer CRITICAL ] { 1 } Constant [ public integer EMERGENCE ] { 0 } Constant [ public integer EMERGENCY ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Logger\Adapter\Blackhole extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_transaction ] Property [ protected $_queue ] Property [ protected $_formatter ] Property [ protected $_logLevel ] } - Methods [19] { Method [ public method getFormatter ] { } Method [ public method logInternal ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $time ] Parameter #3 [ array $context ] } } Method [ public method close ] { } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method getLogLevel ] { } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ public method begin ] { } Method [ public method commit ] { } Method [ public method rollback ] { } Method [ public method isTransaction ] { } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } } } Class [ class Phalcon\Logger\Adapter\File extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_transaction ] Property [ protected $_queue ] Property [ protected $_formatter ] Property [ protected $_logLevel ] Property [ protected $_fileHandler ] Property [ protected $_path ] Property [ protected $_options ] } - Methods [22] { Method [ public method getPath ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $options ] } } Method [ public method getFormatter ] { } Method [ public method logInternal ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $time ] Parameter #3 [ array $context ] } } Method [ public method close ] { } Method [ public method __wakeup ] { } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method getLogLevel ] { } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ public method begin ] { } Method [ public method commit ] { } Method [ public method rollback ] { } Method [ public method isTransaction ] { } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } } } Class [ class Phalcon\Logger\Adapter\Firephp extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $_transaction ] Property [ protected $_queue ] Property [ protected $_formatter ] Property [ protected $_logLevel ] Property [ private $_initialized ] Property [ private $_index ] } - Methods [19] { Method [ public method getFormatter ] { } Method [ public method logInternal ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $time ] Parameter #3 [ array $context ] } } Method [ public method close ] { } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method getLogLevel ] { } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ public method begin ] { } Method [ public method commit ] { } Method [ public method rollback ] { } Method [ public method isTransaction ] { } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } } } Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_transaction ] Property [ protected $_queue ] Property [ protected $_formatter ] Property [ protected $_logLevel ] Property [ protected $_stream ] } - Methods [20] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $options ] } } Method [ public method getFormatter ] { } Method [ public method logInternal ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $time ] Parameter #3 [ array $context ] } } Method [ public method close ] { } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method getLogLevel ] { } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ public method begin ] { } Method [ public method commit ] { } Method [ public method rollback ] { } Method [ public method isTransaction ] { } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } } } Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_transaction ] Property [ protected $_queue ] Property [ protected $_formatter ] Property [ protected $_logLevel ] Property [ protected $_opened ] } - Methods [20] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $options ] } } Method [ public method getFormatter ] { } Method [ public method logInternal ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $time ] Parameter #3 [ array $context ] } } Method [ public method close ] { } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method getLogLevel ] { } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ public method begin ] { } Method [ public method commit ] { } Method [ public method rollback ] { } Method [ public method isTransaction ] { } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } } } Class [ class Phalcon\Logger\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Logger\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Logger\Formatter\Firephp extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_showBacktrace ] Property [ protected $_enableLabels ] } - Methods [7] { Method [ public method getTypeString ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setShowBacktrace ] { - Parameters [1] { Parameter #0 [ $isShow ] } } Method [ public method getShowBacktrace ] { } Method [ public method enableLabels ] { - Parameters [1] { Parameter #0 [ $isEnable ] } } Method [ public method labelsEnabled ] { } Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $timestamp ] Parameter #3 [ $context ] } } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ $context ] } } } } Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $timestamp ] Parameter #3 [ $context ] } } Method [ public method getTypeString ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ $context ] } } } } Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_dateFormat ] Property [ protected $_format ] } - Methods [8] { Method [ public method getDateFormat ] { } Method [ public method setDateFormat ] { - Parameters [1] { Parameter #0 [ $dateFormat ] } } Method [ public method getFormat ] { } Method [ public method setFormat ] { - Parameters [1] { Parameter #0 [ $format ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $format ] Parameter #1 [ $dateFormat ] } } Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $timestamp ] Parameter #3 [ $context ] } } Method [ public method getTypeString ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ $context ] } } } } Class [ class Phalcon\Logger\Formatter\Syslog extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $timestamp ] Parameter #3 [ $context ] } } Method [ public method getTypeString ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ $context ] } } } } Class [ class Phalcon\Logger\Item ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_type ] Property [ protected $_message ] Property [ protected $_time ] Property [ protected $_context ] } - Methods [5] { Method [ public method getType ] { } Method [ public method getMessage ] { } Method [ public method getTime ] { } Method [ public method getContext ] { } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $type ] Parameter #2 [ $time ] Parameter #3 [ $context ] } } } } Class [ class Phalcon\Logger\Multiple ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_loggers ] Property [ protected $_formatter ] Property [ protected $_logLevel ] } - Methods [15] { Method [ public method getLoggers ] { } Method [ public method getFormatter ] { } Method [ public method getLogLevel ] { } Method [ public method push ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\AdapterInterface $logger ] } } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $message ] Parameter #2 [ array or NULL $context ] } } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $context ] } } } } Class [ class Phalcon\Mvc\Application extends Phalcon\Application implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_eventsManager ] Property [ protected $_dependencyInjector ] Property [ protected $_defaultModule ] Property [ protected $_modules ] Property [ protected $_implicitView ] Property [ protected $_sendHeaders ] Property [ protected $_sendCookies ] } - Methods [15] { Method [ public method sendHeadersOnHandleRequest ] { - Parameters [1] { Parameter #0 [ $sendHeaders ] } } Method [ public method sendCookiesOnHandleRequest ] { - Parameters [1] { Parameter #0 [ $sendCookies ] } } Method [ public method useImplicitView ] { - Parameters [1] { Parameter #0 [ $implicitView ] } } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ $uri ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ $merge ] } } Method [ public method getModules ] { } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $defaultModule ] } } Method [ public method getDefaultModule ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Mvc\Collection implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\CollectionInterface, Phalcon\Di\InjectionAwareInterface, Serializable ] { - Constants [7] { Constant [ public integer OP_NONE ] { 0 } Constant [ public integer OP_CREATE ] { 1 } Constant [ public integer OP_UPDATE ] { 2 } Constant [ public integer OP_DELETE ] { 3 } Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } Constant [ public integer DIRTY_STATE_DETACHED ] { 2 } } - Static properties [2] { Property [ protected static $_reserved ] Property [ protected static $_disableEvents ] } - Static methods [9] { Method [ static public method cloneResult ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] Parameter #1 [ array $document ] } } Method [ static protected method _getResultset ] { - Parameters [4] { Parameter #0 [ $params ] Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] Parameter #2 [ $connection ] Parameter #3 [ $unique ] } } Method [ static protected method _getGroupResultset ] { - Parameters [3] { Parameter #0 [ $params ] Parameter #1 [ Phalcon\Mvc\Collection $collection ] Parameter #2 [ $connection ] } } Method [ static public method findById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ static public method findFirst ] { - Parameters [1] { Parameter #0 [ array or NULL $parameters ] } } Method [ static public method find ] { - Parameters [1] { Parameter #0 [ array or NULL $parameters ] } } Method [ static public method count ] { - Parameters [1] { Parameter #0 [ array or NULL $parameters ] } } Method [ static public method aggregate ] { - Parameters [2] { Parameter #0 [ array or NULL $parameters ] Parameter #1 [ array or NULL $options ] } } Method [ static public method summatory ] { - Parameters [3] { Parameter #0 [ $field ] Parameter #1 [ $conditions ] Parameter #2 [ $finalize ] } } } - Properties [9] { Property [ public $_id ] Property [ protected $_dependencyInjector ] Property [ protected $_modelsManager ] Property [ protected $_source ] Property [ protected $_operationMade ] Property [ protected $_dirtyState ] Property [ protected $_connection ] Property [ protected $_errorMessages ] Property [ protected $_skipped ] } - Methods [40] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] Parameter #1 [ Phalcon\Mvc\Collection\ManagerInterface or NULL $modelsManager ] } } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getId ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ protected method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Collection\ManagerInterface $eventsManager ] } } Method [ protected method getEventsManager ] { } Method [ public method getCollectionManager ] { } Method [ public method getReservedAttributes ] { } Method [ protected method useImplicitObjectIds ] { - Parameters [1] { Parameter #0 [ $useImplicitObjectIds ] } } Method [ protected method setSource ] { - Parameters [1] { Parameter #0 [ $source ] } } Method [ public method getSource ] { } Method [ public method setConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ public method getConnectionService ] { } Method [ public method getConnection ] { } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ final protected method _preSave ] { - Parameters [3] { Parameter #0 [ $dependencyInjector ] Parameter #1 [ $disableEvents ] Parameter #2 [ $exists ] } } Method [ final protected method _postSave ] { - Parameters [3] { Parameter #0 [ $disableEvents ] Parameter #1 [ $success ] Parameter #2 [ $exists ] } } Method [ protected method validate ] { - Parameters [1] { Parameter #0 [ $validator ] } } Method [ public method validationHasFailed ] { } Method [ public method fireEvent ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method _cancelOperation ] { - Parameters [1] { Parameter #0 [ $disableEvents ] } } Method [ protected method _exists ] { - Parameters [1] { Parameter #0 [ $collection ] } } Method [ public method getMessages ] { } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] } } Method [ protected method prepareCU ] { } Method [ public method save ] { } Method [ public method create ] { } Method [ public method createIfNotExist ] { - Parameters [1] { Parameter #0 [ array $criteria ] } } Method [ public method update ] { } Method [ public method delete ] { } Method [ public method setDirtyState ] { - Parameters [1] { Parameter #0 [ $dirtyState ] } } Method [ public method getDirtyState ] { } Method [ protected method addBehavior ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] } } Method [ public method skipOperation ] { - Parameters [1] { Parameter #0 [ $skip ] } } Method [ public method toArray ] { } Method [ public method serialize ] { } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } } } } Class [ class Phalcon\Mvc\Collection\Behavior\SoftDelete extends Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [5] { Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Class [ class Phalcon\Mvc\Collection\Behavior\Timestampable extends Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [5] { Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Class [ class Phalcon\Mvc\Collection\Document implements Phalcon\Mvc\EntityInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method toArray ] { } } } Class [ class Phalcon\Mvc\Collection\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Collection\Manager implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_dependencyInjector ] Property [ protected $_initialized ] Property [ protected $_lastInitialized ] Property [ protected $_eventsManager ] Property [ protected $_customEventsManager ] Property [ protected $_connectionServices ] Property [ protected $_implicitObjectsIds ] Property [ protected $_behaviors ] Property [ protected $_serviceName ] } - Methods [19] { Method [ public method getServiceName ] { } Method [ public method setServiceName ] { - Parameters [1] { Parameter #0 [ $serviceName ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setCustomEventsManager ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getCustomEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method isInitialized ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ public method getLastInitialized ] { } Method [ public method setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $connectionService ] } } Method [ public method getConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method useImplicitObjectIds ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $useImplicitObjectIds ] } } Method [ public method isUsingImplicitObjectIds ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method getConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method notifyEvent ] { - Parameters [2] { Parameter #0 [ $eventName ] Parameter #1 [ Phalcon\Mvc\CollectionInterface $model ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ $eventName ] Parameter #2 [ $data ] } } Method [ public method addBehavior ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] Parameter #1 [ Phalcon\Mvc\Collection\BehaviorInterface $behavior ] } } } } Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] } - Methods [6] { Method [ final public method __construct ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Mvc\DispatcherInterface ] { - Constants [6] { Constant [ public integer EXCEPTION_NO_DI ] { 0 } Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [23] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_activeHandler ] Property [ protected $_finished ] Property [ protected $_forwarded ] Property [ protected $_moduleName ] Property [ protected $_namespaceName ] Property [ protected $_handlerName ] Property [ protected $_actionName ] Property [ protected $_params ] Property [ protected $_returnedValue ] Property [ protected $_lastHandler ] Property [ protected $_defaultNamespace ] Property [ protected $_actionSuffix ] Property [ protected $_previousNamespaceName ] Property [ protected $_previousHandlerName ] Property [ protected $_previousActionName ] Property [ protected $_modelBinding ] Property [ protected $_modelBinder ] Property [ protected $_isControllerInitialize ] Property [ protected $_handlerSuffix ] Property [ protected $_defaultHandler ] Property [ protected $_defaultAction ] } - Methods [46] { Method [ public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ $controllerSuffix ] } } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ $controllerName ] } } Method [ public method setControllerName ] { - Parameters [1] { Parameter #0 [ $controllerName ] } } Method [ public method getControllerName ] { } Method [ public method getPreviousNamespaceName ] { } Method [ public method getPreviousControllerName ] { } Method [ public method getPreviousActionName ] { } Method [ protected method _throwDispatchException ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ $exceptionCode ] } } Method [ protected method _handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ public method forward ] { - Parameters [1] { Parameter #0 [ $forward ] } } Method [ public method getControllerClass ] { } Method [ public method getLastController ] { } Method [ public method getActiveController ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ $actionSuffix ] } } Method [ public method getActionSuffix ] { } Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ public method getModuleName ] { } Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method getNamespaceName ] { } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method getDefaultNamespace ] { } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method getActionName ] { } Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ public method getParams ] { } Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } } Method [ public method getActiveMethod ] { } Method [ public method isFinished ] { } Method [ public method setReturnedValue ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ public method getReturnedValue ] { } Method [ public method setModelBinding ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $cache ] } } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } } Method [ public method getModelBinder ] { } Method [ public method dispatch ] { } Method [ public method wasForwarded ] { } Method [ public method getHandlerClass ] { } Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ $actionMethod ] Parameter #2 [ array or NULL $params ] } } Method [ public method getBoundModels ] { } Method [ protected method _resolveEmptyProperties ] { } } } Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [14] { Property [ protected $_eventsManager ] Property [ protected $_dependencyInjector ] Property [ protected $_handlers ] Property [ protected $_router ] Property [ protected $_stopped ] Property [ protected $_notFoundHandler ] Property [ protected $_errorHandler ] Property [ protected $_activeHandler ] Property [ protected $_beforeHandlers ] Property [ protected $_afterHandlers ] Property [ protected $_finishHandlers ] Property [ protected $_returnedValue ] Property [ protected $_modelBinder ] Property [ protected $_afterBindingHandlers ] } - Methods [39] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method map ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method post ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method put ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method patch ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method head ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method options ] { - Parameters [2] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] } } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] } } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $handler ] } } Method [ public method error ] { - Parameters [1] { Parameter #0 [ $handler ] } } Method [ public method getRouter ] { } Method [ public method setService ] { - Parameters [3] { Parameter #0 [ $serviceName ] Parameter #1 [ $definition ] Parameter #2 [ $shared ] } } Method [ public method hasService ] { - Parameters [1] { Parameter #0 [ $serviceName ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ $serviceName ] } } Method [ public method getSharedService ] { - Parameters [1] { Parameter #0 [ $serviceName ] } } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ $uri ] } } Method [ public method stop ] { } Method [ public method setActiveHandler ] { - Parameters [1] { Parameter #0 [ $activeHandler ] } } Method [ public method getActiveHandler ] { } Method [ public method getReturnedValue ] { } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $alias ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $alias ] Parameter #1 [ $definition ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $alias ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $alias ] } } Method [ public method before ] { - Parameters [1] { Parameter #0 [ $handler ] } } Method [ public method afterBinding ] { - Parameters [1] { Parameter #0 [ $handler ] } } Method [ public method after ] { - Parameters [1] { Parameter #0 [ $handler ] } } Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $handler ] } } Method [ public method getHandlers ] { } Method [ public method getModelBinder ] { } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } } Method [ public method getBoundModels ] { } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_prefix ] Property [ protected $_lazy ] Property [ protected $_handler ] Property [ protected $_handlers ] } - Methods [17] { Method [ protected method _addMap ] { - Parameters [4] { Parameter #0 [ $method ] Parameter #1 [ $routePattern ] Parameter #2 [ $handler ] Parameter #3 [ $name ] } } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method getPrefix ] { } Method [ public method getHandlers ] { } Method [ public method setHandler ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ $lazy ] } } Method [ public method setLazy ] { - Parameters [1] { Parameter #0 [ $lazy ] } } Method [ public method isLazy ] { } Method [ public method getHandler ] { } Method [ public method map ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ public method mapVia ] { - Parameters [4] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $method ] Parameter #3 [ $name ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ public method post ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ public method put ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ public method patch ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ public method head ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ public method delete ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } Method [ public method options ] { - Parameters [3] { Parameter #0 [ $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $name ] } } } } Class [ class Phalcon\Mvc\Micro\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Micro\LazyLoader ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_handler ] Property [ protected $_modelBinder ] Property [ protected $_definition ] } - Methods [4] { Method [ public method getDefinition ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $definition ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] } } Method [ public method callMethod ] { - Parameters [3] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] Parameter #2 [ Phalcon\Mvc\Model\BinderInterface or NULL $modelBinder ] } } } } Class [ abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Phalcon\Di\InjectionAwareInterface, Serializable, JsonSerializable ] { - Constants [8] { Constant [ public string TRANSACTION_INDEX ] { transaction } Constant [ public integer OP_NONE ] { 0 } Constant [ public integer OP_CREATE ] { 1 } Constant [ public integer OP_UPDATE ] { 2 } Constant [ public integer OP_DELETE ] { 3 } Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } Constant [ public integer DIRTY_STATE_DETACHED ] { 2 } } - Static properties [0] { } - Static methods [16] { Method [ static public method cloneResultMap ] { - Parameters [5] { Parameter #0 [ $base ] Parameter #1 [ array $data ] Parameter #2 [ $columnMap ] Parameter #3 [ $dirtyState ] Parameter #4 [ $keepSnapshots ] } } Method [ static public method cloneResultMapHydrate ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] Parameter #2 [ $hydrationMode ] } } Method [ static public method cloneResult ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ array $data ] Parameter #2 [ $dirtyState ] } } Method [ static public method find ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method findFirst ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static private method getPreparedQuery ] { - Parameters [2] { Parameter #0 [ $params ] Parameter #1 [ $limit ] } } Method [ static public method query ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ static protected method _groupResult ] { - Parameters [3] { Parameter #0 [ $functionName ] Parameter #1 [ $alias ] Parameter #2 [ $parameters ] } } Method [ static public method count ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method sum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method maximum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method minimum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method average ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ final static protected method _invokeFinder ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] } } Method [ static public method __callStatic ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] } } Method [ static public method setup ] { - Parameters [1] { Parameter #0 [ array $options ] } } } - Properties [14] { Property [ protected $_dependencyInjector ] Property [ protected $_modelsManager ] Property [ protected $_modelsMetaData ] Property [ protected $_errorMessages ] Property [ protected $_operationMade ] Property [ protected $_dirtyState ] Property [ protected $_transaction ] Property [ protected $_uniqueKey ] Property [ protected $_uniqueParams ] Property [ protected $_uniqueTypes ] Property [ protected $_skipped ] Property [ protected $_related ] Property [ protected $_snapshot ] Property [ protected $_oldSnapshot ] } - Methods [82] { Method [ public method getTransaction ] { } Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] Parameter #2 [ Phalcon\Mvc\Model\ManagerInterface or NULL $modelsManager ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ protected method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ protected method getEventsManager ] { } Method [ public method getModelsMetaData ] { } Method [ public method getModelsManager ] { } Method [ public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } Method [ protected method setSource ] { - Parameters [1] { Parameter #0 [ $source ] } } Method [ public method getSource ] { } Method [ protected method setSchema ] { - Parameters [1] { Parameter #0 [ $schema ] } } Method [ public method getSchema ] { } Method [ public method setConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ public method setReadConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ public method setWriteConnectionService ] { - Parameters [1] { Parameter #0 [ $connectionService ] } } Method [ public method getReadConnectionService ] { } Method [ public method getWriteConnectionService ] { } Method [ public method setDirtyState ] { - Parameters [1] { Parameter #0 [ $dirtyState ] } } Method [ public method getDirtyState ] { } Method [ public method getReadConnection ] { } Method [ public method getWriteConnection ] { } Method [ public method assign ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $dataColumnMap ] Parameter #2 [ $whiteList ] } } Method [ protected method _exists ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] Parameter #2 [ $table ] } } Method [ public method fireEvent ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method _cancelOperation ] { } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MessageInterface $message ] } } Method [ protected method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\ValidationInterface $validator ] } } Method [ public method validationHasFailed ] { } Method [ public method getMessages ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ final protected method _checkForeignKeysRestrict ] { } Method [ final protected method _checkForeignKeysReverseCascade ] { } Method [ final protected method _checkForeignKeysReverseRestrict ] { } Method [ protected method _preSave ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ $exists ] Parameter #2 [ $identityField ] } } Method [ protected method _postSave ] { - Parameters [2] { Parameter #0 [ $success ] Parameter #1 [ $exists ] } } Method [ protected method _doLowInsert ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] Parameter #2 [ $table ] Parameter #3 [ $identityField ] } } Method [ protected method _doLowUpdate ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] Parameter #2 [ $table ] } } Method [ protected method _preSaveRelatedRecords ] { - Parameters [2] { Parameter #0 [ Phalcon\Db\AdapterInterface $connection ] Parameter #1 [ $related ] } } Method [ protected method _postSaveRelatedRecords ] { - Parameters [2] { Parameter #0 [ Phalcon\Db\AdapterInterface $connection ] Parameter #1 [ $related ] } } Method [ public method save ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $whiteList ] } } Method [ public method create ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $whiteList ] } } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $whiteList ] } } Method [ public method delete ] { } Method [ public method getOperationMade ] { } Method [ public method refresh ] { } Method [ public method skipOperation ] { - Parameters [1] { Parameter #0 [ $skip ] } } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ protected method skipAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ protected method skipAttributesOnCreate ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ protected method skipAttributesOnUpdate ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ protected method allowEmptyStringValues ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ protected method hasOne ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ $options ] } } Method [ protected method belongsTo ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ $options ] } } Method [ protected method hasMany ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ $options ] } } Method [ protected method hasManyToMany ] { - Parameters [7] { Parameter #0 [ $fields ] Parameter #1 [ $intermediateModel ] Parameter #2 [ $intermediateFields ] Parameter #3 [ $intermediateReferencedFields ] Parameter #4 [ $referenceModel ] Parameter #5 [ $referencedFields ] Parameter #6 [ $options ] } } Method [ public method addBehavior ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } } Method [ protected method keepSnapshots ] { - Parameters [1] { Parameter #0 [ $keepSnapshot ] } } Method [ public method setSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] } } Method [ public method setOldSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] } } Method [ public method hasSnapshotData ] { } Method [ public method getSnapshotData ] { } Method [ public method getOldSnapshotData ] { } Method [ public method hasChanged ] { - Parameters [2] { Parameter #0 [ $fieldName ] Parameter #1 [ $allFields ] } } Method [ public method hasUpdated ] { - Parameters [2] { Parameter #0 [ $fieldName ] Parameter #1 [ $allFields ] } } Method [ public method getChangedFields ] { } Method [ public method getUpdatedFields ] { } Method [ protected method useDynamicUpdate ] { - Parameters [1] { Parameter #0 [ $dynamicUpdate ] } } Method [ public method getRelated ] { - Parameters [2] { Parameter #0 [ $alias ] Parameter #1 [ $arguments ] } } Method [ protected method _getRelatedRecords ] { - Parameters [3] { Parameter #0 [ $modelName ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $method ] Parameter #1 [ $arguments ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $value ] } } Method [ final protected method _possibleSetter ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $value ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ public method serialize ] { } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method dump ] { } Method [ public method toArray ] { - Parameters [1] { Parameter #0 [ $columns ] } } Method [ public method jsonSerialize ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [5] { Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [5] { Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ $eventName ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $method ] Parameter #2 [ $arguments ] } } } } Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $boundModels ] Property [ protected $cache ] Property [ protected $internalCache ] Property [ protected $originalValues ] } - Methods [9] { Method [ public method getBoundModels ] { } Method [ public method getOriginalValues ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\BackendInterface or NULL $cache ] } } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\BackendInterface $cache ] } } Method [ public method getCache ] { } Method [ public method bindToHandler ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ $cacheKey ] Parameter #3 [ $methodName ] } } Method [ protected method findBoundModel ] { - Parameters [2] { Parameter #0 [ $paramValue ] Parameter #1 [ $className ] } } Method [ protected method getParamsFromCache ] { - Parameters [1] { Parameter #0 [ $cacheKey ] } } Method [ protected method getParamsFromReflection ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ $cacheKey ] Parameter #3 [ $methodName ] } } } } Class [ class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method fromInput ] { - Parameters [4] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] Parameter #1 [ $modelName ] Parameter #2 [ array $data ] Parameter #3 [ $operator ] } } } - Properties [5] { Property [ protected $_model ] Property [ protected $_params ] Property [ protected $_bindParams ] Property [ protected $_bindTypes ] Property [ protected $_hiddenParamNumber ] } - Methods [39] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setModelName ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ public method getModelName ] { } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ $merge ] } } Method [ public method bindTypes ] { - Parameters [1] { Parameter #0 [ array $bindTypes ] } } Method [ public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } } Method [ public method join ] { - Parameters [4] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] Parameter #3 [ $type ] } } Method [ public method innerJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ public method leftJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ public method rightJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ public method where ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method addWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method betweenWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } } Method [ public method notBetweenWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } } Method [ public method inWhere ] { - Parameters [2] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] } } Method [ public method notInWhere ] { - Parameters [2] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] } } Method [ public method conditions ] { - Parameters [1] { Parameter #0 [ $conditions ] } } Method [ public method order ] { - Parameters [1] { Parameter #0 [ $orderColumns ] } } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderColumns ] } } Method [ public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } } Method [ public method having ] { - Parameters [1] { Parameter #0 [ $having ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $limit ] Parameter #1 [ $offset ] } } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $forUpdate ] } } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ $sharedLock ] } } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ array $cache ] } } Method [ public method getWhere ] { } Method [ public method getColumns ] { } Method [ public method getConditions ] { } Method [ public method getLimit ] { } Method [ public method getOrderBy ] { } Method [ public method getGroupBy ] { } Method [ public method getHaving ] { } Method [ public method getParams ] { } Method [ public method createBuilder ] { } Method [ public method execute ] { } } } Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [26] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_customEventsManager ] Property [ protected $_readConnectionServices ] Property [ protected $_writeConnectionServices ] Property [ protected $_aliases ] Property [ protected $_modelVisibility ] Property [ protected $_hasMany ] Property [ protected $_hasManySingle ] Property [ protected $_hasOne ] Property [ protected $_hasOneSingle ] Property [ protected $_belongsTo ] Property [ protected $_belongsToSingle ] Property [ protected $_hasManyToMany ] Property [ protected $_hasManyToManySingle ] Property [ protected $_initialized ] Property [ protected $_prefix ] Property [ protected $_sources ] Property [ protected $_schemas ] Property [ protected $_behaviors ] Property [ protected $_lastInitialized ] Property [ protected $_lastQuery ] Property [ protected $_reusable ] Property [ protected $_keepSnapshots ] Property [ protected $_dynamicUpdate ] Property [ protected $_namespaceAliases ] } - Methods [65] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method setCustomEventsManager ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getCustomEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method isInitialized ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ public method getLastInitialized ] { } Method [ public method load ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $newInstance ] } } Method [ public method setModelPrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method getModelPrefix ] { } Method [ public method setModelSource ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $source ] } } Method [ final public method isVisibleModelProperty ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $property ] } } Method [ public method getModelSource ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setModelSchema ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $schema ] } } Method [ public method getModelSchema ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionService ] } } Method [ public method setWriteConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionService ] } } Method [ public method setReadConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionService ] } } Method [ public method getReadConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getWriteConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ protected method _getConnection ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionServices ] } } Method [ public method getReadConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getWriteConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method _getConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionServices ] } } Method [ public method notifyEvent ] { - Parameters [2] { Parameter #0 [ $eventName ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $eventName ] Parameter #2 [ $data ] } } Method [ public method addBehavior ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } } Method [ public method keepSnapshots ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $keepSnapshots ] } } Method [ public method isKeepingSnapshots ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method useDynamicUpdate ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $dynamicUpdate ] } } Method [ public method isUsingDynamicUpdate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method addHasOne ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } } Method [ public method addBelongsTo ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } } Method [ public method addHasMany ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } } Method [ public method addHasManyToMany ] { - Parameters [8] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ $intermediateModel ] Parameter #3 [ $intermediateFields ] Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ $referencedModel ] Parameter #6 [ $referencedFields ] Parameter #7 [ $options ] } } Method [ public method existsBelongsTo ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $modelRelation ] } } Method [ public method existsHasMany ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $modelRelation ] } } Method [ public method existsHasOne ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $modelRelation ] } } Method [ public method existsHasManyToMany ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $modelRelation ] } } Method [ public method getRelationByAlias ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $alias ] } } Method [ final protected method _mergeFindParameters ] { - Parameters [2] { Parameter #0 [ $findParamsOne ] Parameter #1 [ $findParamsTwo ] } } Method [ public method getRelationRecords ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] Parameter #1 [ $method ] Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ $parameters ] } } Method [ public method getReusableRecords ] { - Parameters [2] { Parameter #0 [ $modelName ] Parameter #1 [ $key ] } } Method [ public method setReusableRecords ] { - Parameters [3] { Parameter #0 [ $modelName ] Parameter #1 [ $key ] Parameter #2 [ $records ] } } Method [ public method clearReusableObjects ] { } Method [ public method getBelongsToRecords ] { - Parameters [5] { Parameter #0 [ $method ] Parameter #1 [ $modelName ] Parameter #2 [ $modelRelation ] Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] Parameter #4 [ $parameters ] } } Method [ public method getHasManyRecords ] { - Parameters [5] { Parameter #0 [ $method ] Parameter #1 [ $modelName ] Parameter #2 [ $modelRelation ] Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] Parameter #4 [ $parameters ] } } Method [ public method getHasOneRecords ] { - Parameters [5] { Parameter #0 [ $method ] Parameter #1 [ $modelName ] Parameter #2 [ $modelRelation ] Parameter #3 [ Phalcon\Mvc\ModelInterface $record ] Parameter #4 [ $parameters ] } } Method [ public method getBelongsTo ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getHasOne ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getHasManyToMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getHasOneAndHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getRelations ] { - Parameters [1] { Parameter #0 [ $modelName ] } } Method [ public method getRelationsBetween ] { - Parameters [2] { Parameter #0 [ $first ] Parameter #1 [ $second ] } } Method [ public method createQuery ] { - Parameters [1] { Parameter #0 [ $phql ] } } Method [ public method executeQuery ] { - Parameters [3] { Parameter #0 [ $phql ] Parameter #1 [ $placeholders ] Parameter #2 [ $types ] } } Method [ public method createBuilder ] { - Parameters [1] { Parameter #0 [ $params ] } } Method [ public method getLastQuery ] { } Method [ public method registerNamespaceAlias ] { - Parameters [2] { Parameter #0 [ $alias ] Parameter #1 [ $namespaceName ] } } Method [ public method getNamespaceAlias ] { - Parameters [1] { Parameter #0 [ $alias ] } } Method [ public method getNamespaceAliases ] { } Method [ public method __destruct ] { } } } Class [ class Phalcon\Mvc\Model\Message implements Phalcon\Mvc\Model\MessageInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $message ] } } } - Properties [5] { Property [ protected $_type ] Property [ protected $_message ] Property [ protected $_field ] Property [ protected $_model ] Property [ protected $_code ] } - Methods [12] { Method [ public method getType ] { } Method [ public method getMessage ] { } Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $model ] Parameter #4 [ $code ] } } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method setMessage ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method setField ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ public method getField ] { } Method [ public method setModel ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setCode ] { - Parameters [1] { Parameter #0 [ $code ] } } Method [ public method getModel ] { } Method [ public method getCode ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Apc extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [6] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_prefix ] Property [ protected $_ttl ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [6] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_prefix ] Property [ protected $_ttl ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Files extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [5] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_metaDataDir ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [6] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_ttl ] Property [ protected $_memcache ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ public method reset ] { } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Memcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [6] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_ttl ] Property [ protected $_memcache ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ public method reset ] { } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public integer MODELS_NOT_NULL ] { 3 } Constant [ public integer MODELS_DATA_TYPES ] { 4 } Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public integer MODELS_DATE_AT ] { 6 } Constant [ public integer MODELS_DATE_IN ] { 7 } Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public integer MODELS_COLUMN_MAP ] { 0 } Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [6] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_ttl ] Property [ protected $_redis ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ public method reset ] { } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Session extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [5] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_metaData ] Property [ protected $_columnMap ] Property [ protected $_prefix ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ final public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ final public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\DiInterface $dependencyInjector ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Xcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_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 [6] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_columnMap ] Property [ protected $_prefix ] Property [ protected $_ttl ] Property [ protected $_metaData ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $data ] } } Method [ final protected method _initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } Method [ public method getStrategy ] { } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] Parameter #2 [ $data ] } } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $index ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $attribute ] } } Method [ public method isEmpty ] { } Method [ public method reset ] { } } } Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [4] { Constant [ public integer TYPE_SELECT ] { 309 } Constant [ public integer TYPE_INSERT ] { 306 } Constant [ public integer TYPE_UPDATE ] { 300 } Constant [ public integer TYPE_DELETE ] { 303 } } - Static properties [1] { Property [ protected static $_irPhqlCache ] } - Static methods [1] { Method [ static public method clean ] { } } - Properties [22] { Property [ protected $_dependencyInjector ] Property [ protected $_manager ] Property [ protected $_metaData ] Property [ protected $_type ] Property [ protected $_phql ] Property [ protected $_ast ] Property [ protected $_intermediate ] Property [ protected $_models ] Property [ protected $_sqlAliases ] Property [ protected $_sqlAliasesModels ] Property [ protected $_sqlModelsAliases ] Property [ protected $_sqlAliasesModelsInstances ] Property [ protected $_sqlColumnAliases ] Property [ protected $_modelsInstances ] Property [ protected $_cache ] Property [ protected $_cacheOptions ] Property [ protected $_uniqueRow ] Property [ protected $_bindParams ] Property [ protected $_bindTypes ] Property [ protected $_enableImplicitJoins ] Property [ protected $_sharedLock ] Property [ protected $_transaction ] } - Methods [49] { Method [ public method getTransaction ] { } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $phql ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] Parameter #2 [ $options ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setUniqueRow ] { - Parameters [1] { Parameter #0 [ $uniqueRow ] } } Method [ public method getUniqueRow ] { } Method [ final protected method _getQualified ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ final protected method _getCallArgument ] { - Parameters [1] { Parameter #0 [ array $argument ] } } Method [ final protected method _getCaseExpression ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ final protected method _getFunctionCall ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ final protected method _getExpression ] { - Parameters [2] { Parameter #0 [ $expr ] Parameter #1 [ $quoting ] } } Method [ final protected method _getSelectColumn ] { - Parameters [1] { Parameter #0 [ array $column ] } } Method [ final protected method _getTable ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] Parameter #1 [ $qualifiedName ] } } Method [ final protected method _getJoin ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] Parameter #1 [ $join ] } } Method [ final protected method _getJoinType ] { - Parameters [1] { Parameter #0 [ $join ] } } Method [ final protected method _getSingleJoin ] { - Parameters [5] { Parameter #0 [ $joinType ] Parameter #1 [ $joinSource ] Parameter #2 [ $modelAlias ] Parameter #3 [ $joinAlias ] Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] } } Method [ final protected method _getMultiJoin ] { - Parameters [5] { Parameter #0 [ $joinType ] Parameter #1 [ $joinSource ] Parameter #2 [ $modelAlias ] Parameter #3 [ $joinAlias ] Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] } } Method [ final protected method _getJoins ] { - Parameters [1] { Parameter #0 [ $select ] } } Method [ final protected method _getOrderClause ] { - Parameters [1] { Parameter #0 [ $order ] } } Method [ final protected method _getGroupClause ] { - Parameters [1] { Parameter #0 [ array $group ] } } Method [ final protected method _getLimitClause ] { - Parameters [1] { Parameter #0 [ array $limitClause ] } } Method [ final protected method _prepareSelect ] { - Parameters [2] { Parameter #0 [ $ast ] Parameter #1 [ $merge ] } } Method [ final protected method _prepareInsert ] { } Method [ final protected method _prepareUpdate ] { } Method [ final protected method _prepareDelete ] { } Method [ public method parse ] { } Method [ public method getCache ] { } Method [ final protected method _executeSelect ] { - Parameters [4] { Parameter #0 [ $intermediate ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] Parameter #3 [ $simulate ] } } Method [ final protected method _executeInsert ] { - Parameters [3] { Parameter #0 [ $intermediate ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ final protected method _executeUpdate ] { - Parameters [3] { Parameter #0 [ $intermediate ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ final protected method _executeDelete ] { - Parameters [3] { Parameter #0 [ $intermediate ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ final protected method _getRelatedRecords ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $intermediate ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } } Method [ public method execute ] { - Parameters [2] { Parameter #0 [ $bindParams ] Parameter #1 [ $bindTypes ] } } Method [ public method getSingleResult ] { - Parameters [2] { Parameter #0 [ $bindParams ] Parameter #1 [ $bindTypes ] } } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method getType ] { } Method [ public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ $merge ] } } Method [ public method getBindParams ] { } Method [ public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ $merge ] } } Method [ public method setSharedLock ] { - Parameters [1] { Parameter #0 [ $sharedLock ] } } Method [ public method getBindTypes ] { } Method [ public method setIntermediate ] { - Parameters [1] { Parameter #0 [ array $intermediate ] } } Method [ public method getIntermediate ] { } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ $cacheOptions ] } } Method [ public method getCacheOptions ] { } Method [ public method getSql ] { } Method [ protected method getReadConnection ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array or NULL $intermediate ] Parameter #2 [ array or NULL $bindParams ] Parameter #3 [ array or NULL $bindTypes ] } } Method [ protected method getWriteConnection ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array or NULL $intermediate ] Parameter #2 [ array or NULL $bindParams ] Parameter #3 [ array or NULL $bindTypes ] } } Method [ public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } } } Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [2] { Constant [ public string OPERATOR_OR ] { or } Constant [ public string OPERATOR_AND ] { and } } - Static properties [0] { } - Static methods [0] { } - Properties [17] { Property [ protected $_dependencyInjector ] Property [ protected $_columns ] Property [ protected $_models ] Property [ protected $_joins ] Property [ protected $_with ] Property [ protected $_conditions ] Property [ protected $_group ] Property [ protected $_having ] Property [ protected $_order ] Property [ protected $_limit ] Property [ protected $_offset ] Property [ protected $_forUpdate ] Property [ protected $_sharedLock ] Property [ protected $_bindParams ] Property [ protected $_bindTypes ] Property [ protected $_distinct ] Property [ protected $_hiddenParamNumber ] } - Methods [47] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $params ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } } Method [ public method getDistinct ] { } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } } Method [ public method getColumns ] { } Method [ public method from ] { - Parameters [1] { Parameter #0 [ $models ] } } Method [ public method addFrom ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $alias ] Parameter #2 [ $with ] } } Method [ public method getFrom ] { } Method [ public method join ] { - Parameters [4] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] Parameter #3 [ $type ] } } Method [ public method innerJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ public method leftJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ public method rightJoin ] { - Parameters [3] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } } Method [ public method getJoins ] { } Method [ public method where ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method betweenWhere ] { - Parameters [4] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ $operator ] } } Method [ public method notBetweenWhere ] { - Parameters [4] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ $operator ] } } Method [ public method inWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] Parameter #2 [ $operator ] } } Method [ public method notInWhere ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] Parameter #2 [ $operator ] } } Method [ public method getWhere ] { } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } } Method [ public method getOrderBy ] { } Method [ public method having ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method andHaving ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method orHaving ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method betweenHaving ] { - Parameters [4] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ $operator ] } } Method [ public method notBetweenHaving ] { - Parameters [4] { Parameter #0 [ $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ $operator ] } } Method [ public method inHaving ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] Parameter #2 [ $operator ] } } Method [ public method notInHaving ] { - Parameters [3] { Parameter #0 [ $expr ] Parameter #1 [ array $values ] Parameter #2 [ $operator ] } } Method [ public method getHaving ] { } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ $forUpdate ] } } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ $limit ] Parameter #1 [ $offset ] } } Method [ public method getLimit ] { } Method [ public method offset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method getOffset ] { } Method [ public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } } Method [ public method getGroupBy ] { } Method [ final public method getPhql ] { } Method [ public method getQuery ] { } Method [ final public method autoescape ] { - Parameters [1] { Parameter #0 [ $identifier ] } } Method [ protected method _conditionBetween ] { - Parameters [5] { Parameter #0 [ $clause ] Parameter #1 [ $operator ] Parameter #2 [ $expr ] Parameter #3 [ $minimum ] Parameter #4 [ $maximum ] } } Method [ protected method _conditionNotBetween ] { - Parameters [5] { Parameter #0 [ $clause ] Parameter #1 [ $operator ] Parameter #2 [ $expr ] Parameter #3 [ $minimum ] Parameter #4 [ $maximum ] } } Method [ protected method _conditionIn ] { - Parameters [4] { Parameter #0 [ $clause ] Parameter #1 [ $operator ] Parameter #2 [ $expr ] Parameter #3 [ array $values ] } } Method [ protected method _conditionNotIn ] { - Parameters [4] { Parameter #0 [ $clause ] Parameter #1 [ $operator ] Parameter #2 [ $expr ] Parameter #3 [ array $values ] } } } } Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method parsePHQL ] { - Parameters [1] { Parameter #0 [ $phql ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_success ] Property [ protected $_model ] } - Methods [4] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $success ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $model ] } } Method [ public method getModel ] { } Method [ public method getMessages ] { } Method [ public method success ] { } } } Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { - Constants [8] { Constant [ public integer BELONGS_TO ] { 0 } Constant [ public integer HAS_ONE ] { 1 } Constant [ public integer HAS_MANY ] { 2 } Constant [ public integer HAS_ONE_THROUGH ] { 3 } Constant [ public integer HAS_MANY_THROUGH ] { 4 } Constant [ public integer NO_ACTION ] { 0 } Constant [ public integer ACTION_RESTRICT ] { 1 } Constant [ public integer ACTION_CASCADE ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $_type ] Property [ protected $_referencedModel ] Property [ protected $_fields ] Property [ protected $_referencedFields ] Property [ protected $_intermediateModel ] Property [ protected $_intermediateFields ] Property [ protected $_intermediateReferencedFields ] Property [ protected $_options ] } - Methods [16] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $type ] Parameter #1 [ $referencedModel ] Parameter #2 [ $fields ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } } Method [ public method setIntermediateRelation ] { - Parameters [3] { Parameter #0 [ $intermediateFields ] Parameter #1 [ $intermediateModel ] Parameter #2 [ $intermediateReferencedFields ] } } Method [ public method getType ] { } Method [ public method getReferencedModel ] { } Method [ public method getFields ] { } Method [ public method getReferencedFields ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method isForeignKey ] { } Method [ public method getForeignKey ] { } Method [ public method getParams ] { } Method [ public method isThrough ] { } Method [ public method isReusable ] { } Method [ public method getIntermediateFields ] { } Method [ public method getIntermediateModel ] { } Method [ public method getIntermediateReferencedFields ] { } } } Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { Constant [ public integer 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 [12] { Property [ protected $_result ] Property [ protected $_cache ] Property [ protected $_isFresh ] Property [ protected $_pointer ] Property [ protected $_count ] Property [ protected $_activeRow ] Property [ protected $_rows ] Property [ protected $_row ] Property [ protected $_errorMessages ] Property [ protected $_hydrateMode ] Property [ protected $_columnTypes ] Property [ protected $_disableHydration ] } - Methods [28] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $columnTypes ] Parameter #1 [ Phalcon\Db\ResultInterface or NULL $result ] Parameter #2 [ Phalcon\Cache\BackendInterface or NULL $cache ] } } Method [ final public method current ] { } Method [ public method toArray ] { } Method [ public method serialize ] { } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method next ] { } Method [ public method valid ] { } Method [ public method key ] { } Method [ final public method rewind ] { } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } } Method [ final public method count ] { } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method getType ] { } Method [ public method getFirst ] { } Method [ public method getLast ] { } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ $isFresh ] } } Method [ public method isFresh ] { } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ $hydrateMode ] } } Method [ public method getHydrateMode ] { } Method [ public method getCache ] { } Method [ public method getMessages ] { } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ Closure or NULL $conditionCallback ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ Closure or NULL $conditionCallback ] } } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method jsonSerialize ] { } } } Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { Constant [ public integer 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 [13] { Property [ protected $_result ] Property [ protected $_cache ] Property [ protected $_isFresh ] Property [ protected $_pointer ] Property [ protected $_count ] Property [ protected $_activeRow ] Property [ protected $_rows ] Property [ protected $_row ] Property [ protected $_errorMessages ] Property [ protected $_hydrateMode ] Property [ protected $_model ] Property [ protected $_columnMap ] Property [ protected $_keepSnapshots ] } - Methods [28] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $columnMap ] Parameter #1 [ $model ] Parameter #2 [ $result ] Parameter #3 [ Phalcon\Cache\BackendInterface or NULL $cache ] Parameter #4 [ $keepSnapshots ] } } Method [ final public method current ] { } Method [ public method toArray ] { - Parameters [1] { Parameter #0 [ $renameColumns ] } } Method [ public method serialize ] { } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method next ] { } Method [ public method valid ] { } Method [ public method key ] { } Method [ final public method rewind ] { } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } } Method [ final public method count ] { } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method getType ] { } Method [ public method getFirst ] { } Method [ public method getLast ] { } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ $isFresh ] } } Method [ public method isFresh ] { } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ $hydrateMode ] } } Method [ public method getHydrateMode ] { } Method [ public method getCache ] { } Method [ public method getMessages ] { } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ Closure or NULL $conditionCallback ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ Closure or NULL $conditionCallback ] } } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } } Method [ public method jsonSerialize ] { } } } Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method setDirtyState ] { - Parameters [1] { Parameter #0 [ $dirtyState ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method toArray ] { } Method [ public method jsonSerialize ] { } } } Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $_connection ] Property [ protected $_activeTransaction ] Property [ protected $_isNewTransaction ] Property [ protected $_rollbackOnAbort ] Property [ protected $_manager ] Property [ protected $_messages ] Property [ protected $_rollbackRecord ] } - Methods [12] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] Parameter #1 [ $autoBegin ] Parameter #2 [ $service ] } } Method [ public method setTransactionManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } } Method [ public method begin ] { } Method [ public method commit ] { } Method [ public method rollback ] { - Parameters [2] { Parameter #0 [ $rollbackMessage ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] } } Method [ public method getConnection ] { } Method [ public method setIsNewTransaction ] { - Parameters [1] { Parameter #0 [ $isNew ] } } Method [ public method setRollbackOnAbort ] { - Parameters [1] { Parameter #0 [ $rollbackOnAbort ] } } Method [ public method isManaged ] { } Method [ public method getMessages ] { } Method [ public method isValid ] { } Method [ public method setRollbackedRecord ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } } } } Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ protected $_record ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $record ] } } Method [ public method getRecordMessages ] { } Method [ public method getRecord ] { } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Model\Transaction\Manager implements Phalcon\Mvc\Model\Transaction\ManagerInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $_dependencyInjector ] Property [ protected $_initialized ] Property [ protected $_rollbackPendent ] Property [ protected $_number ] Property [ protected $_service ] Property [ protected $_transactions ] } - Methods [17] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setDbService ] { - Parameters [1] { Parameter #0 [ $service ] } } Method [ public method getDbService ] { } Method [ public method setRollbackPendent ] { - Parameters [1] { Parameter #0 [ $rollbackPendent ] } } Method [ public method getRollbackPendent ] { } Method [ public method has ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $autoBegin ] } } Method [ public method getOrCreateTransaction ] { - Parameters [1] { Parameter #0 [ $autoBegin ] } } Method [ public method rollbackPendent ] { } Method [ public method commit ] { } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ $collect ] } } Method [ public method notifyRollback ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } Method [ public method notifyCommit ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } Method [ protected method _collectTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } } Method [ public method collectTransactions ] { } } } Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ protected $_model ] Property [ protected $_messages ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model $model ] Parameter #1 [ array $validationMessages ] } } Method [ public method getModel ] { } Method [ public method getMessages ] { } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Model\Validator\Email extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\Exclusionin extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\Inclusionin extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\Ip extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [2] { Constant [ public integer VERSION_4 ] { 1048576 } Constant [ public integer VERSION_6 ] { 2097152 } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\Numericality extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\PresenceOf extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\Regex extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\StringLength extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\Uniqueness extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Model\Validator\Url extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ protected $_messages ] } - Methods [7] { Method [ public method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\EntityInterface $record ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method appendMessage ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] } } Method [ public method getMessages ] { } Method [ public method getOptions ] { } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $defaultValue ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $option ] } } } } Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [4] { Constant [ public integer URI_SOURCE_GET_URL ] { 0 } Constant [ public integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } Constant [ public integer POSITION_FIRST ] { 0 } Constant [ public integer POSITION_LAST ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [25] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_uriSource ] Property [ protected $_namespace ] Property [ protected $_module ] Property [ protected $_controller ] Property [ protected $_action ] Property [ protected $_params ] Property [ protected $_routes ] Property [ protected $_matchedRoute ] Property [ protected $_matches ] Property [ protected $_wasMatched ] Property [ protected $_defaultNamespace ] Property [ protected $_defaultModule ] Property [ protected $_defaultController ] Property [ protected $_defaultAction ] Property [ protected $_defaultParams ] Property [ protected $_removeExtraSlashes ] Property [ protected $_notFoundPaths ] Property [ protected $_keyRouteNames ] Property [ protected $_keyRouteIds ] Property [ protected $_handlers ] Property [ protected $_controllerSuffix ] Property [ protected $_actionSuffix ] Property [ protected $_routePrefix ] } - Methods [53] { Method [ public method addResource ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ $prefix ] } } Method [ public method addModuleResource ] { - Parameters [3] { Parameter #0 [ $module ] Parameter #1 [ $handler ] Parameter #2 [ $prefix ] } } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ $uri ] } } Method [ public method processControllerAnnotation ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] } } Method [ public method processActionAnnotation ] { - Parameters [5] { Parameter #0 [ $module ] Parameter #1 [ $namespaceName ] Parameter #2 [ $controller ] Parameter #3 [ $action ] Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] } } Method [ public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ $controllerSuffix ] } } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ $actionSuffix ] } } Method [ public method getResources ] { } Method [ public method getKeyRouteNames ] { } Method [ public method setKeyRouteNames ] { - Parameters [1] { Parameter #0 [ $keyRouteNames ] } } Method [ public method getKeyRouteIds ] { } Method [ public method setKeyRouteIds ] { - Parameters [1] { Parameter #0 [ $keyRouteIds ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $defaultRoutes ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method getRewriteUri ] { } Method [ public method setUriSource ] { - Parameters [1] { Parameter #0 [ $uriSource ] } } Method [ public method removeExtraSlashes ] { - Parameters [1] { Parameter #0 [ $remove ] } } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ $namespaceName ] } } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ $moduleName ] } } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ $controllerName ] } } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ $actionName ] } } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } } Method [ public method getDefaults ] { } Method [ public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ $position ] } } Method [ public method add ] { - Parameters [4] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] Parameter #3 [ $position ] } } Method [ public method addGet ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPost ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPut ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPatch ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addDelete ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addOptions ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addHead ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addPurge ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addTrace ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method addConnect ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $paths ] } } Method [ public method clear ] { } Method [ public method getNamespaceName ] { } Method [ public method getModuleName ] { } Method [ public method getControllerName ] { } Method [ public method getActionName ] { } Method [ public method getParams ] { } Method [ public method getMatchedRoute ] { } Method [ public method getMatches ] { } Method [ public method wasMatched ] { } Method [ public method getRoutes ] { } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method isExactControllerName ] { } } } Class [ class Phalcon\Mvc\Router\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_prefix ] Property [ protected $_hostname ] Property [ protected $_paths ] Property [ protected $_routes ] Property [ protected $_beforeMatch ] } - Methods [20] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $paths ] } } Method [ public method setHostname ] { - Parameters [1] { Parameter #0 [ $hostname ] } } Method [ public method getHostname ] { } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method getPrefix ] { } Method [ public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $beforeMatch ] } } Method [ public method getBeforeMatch ] { } Method [ public method setPaths ] { - Parameters [1] { Parameter #0 [ $paths ] } } Method [ public method getPaths ] { } Method [ public method getRoutes ] { } Method [ public method add ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } } Method [ public method addGet ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method addPost ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method addPut ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method addPatch ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method addDelete ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method addOptions ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method addHead ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method clear ] { } Method [ protected method _addRoute ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } } } } Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_uniqueId ] } - Static methods [2] { Method [ static public method getRoutePaths ] { - Parameters [1] { Parameter #0 [ $paths ] } } Method [ static public method reset ] { } } - Properties [11] { Property [ protected $_pattern ] Property [ protected $_compiledPattern ] Property [ protected $_paths ] Property [ protected $_methods ] Property [ protected $_hostname ] Property [ protected $_converters ] Property [ protected $_id ] Property [ protected $_name ] Property [ protected $_beforeMatch ] Property [ protected $_match ] Property [ protected $_group ] } - Methods [25] { Method [ public method getId ] { } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } } Method [ public method compilePattern ] { - Parameters [1] { Parameter #0 [ $pattern ] } } Method [ public method via ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } } Method [ public method extractNamedParams ] { - Parameters [1] { Parameter #0 [ $pattern ] } } Method [ public method reConfigure ] { - Parameters [2] { Parameter #0 [ $pattern ] Parameter #1 [ $paths ] } } Method [ public method getName ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $callback ] } } Method [ public method getBeforeMatch ] { } Method [ public method match ] { - Parameters [1] { Parameter #0 [ $callback ] } } Method [ public method getMatch ] { } Method [ public method getRouteId ] { } Method [ public method getPattern ] { } Method [ public method getCompiledPattern ] { } Method [ public method getPaths ] { } Method [ public method getReversedPaths ] { } Method [ public method setHttpMethods ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } } Method [ public method getHttpMethods ] { } Method [ public method setHostname ] { - Parameters [1] { Parameter #0 [ $hostname ] } } Method [ public method getHostname ] { } Method [ public method setGroup ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } } Method [ public method getGroup ] { } Method [ public method convert ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $converter ] } } Method [ public method getConverters ] { } } } Class [ class Phalcon\Mvc\Url implements Phalcon\Mvc\UrlInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_dependencyInjector ] Property [ protected $_baseUri ] Property [ protected $_staticBaseUri ] Property [ protected $_basePath ] Property [ protected $_router ] } - Methods [11] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setBaseUri ] { - Parameters [1] { Parameter #0 [ $baseUri ] } } Method [ public method setStaticBaseUri ] { - Parameters [1] { Parameter #0 [ $staticBaseUri ] } } Method [ public method getBaseUri ] { } Method [ public method getStaticBaseUri ] { } Method [ public method setBasePath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getBasePath ] { } Method [ public method get ] { - Parameters [4] { Parameter #0 [ $uri ] Parameter #1 [ $args ] Parameter #2 [ $local ] Parameter #3 [ $baseUri ] } } Method [ public method getStatic ] { - Parameters [1] { Parameter #0 [ $uri ] } } Method [ public method path ] { - Parameters [1] { Parameter #0 [ $path ] } } } } Class [ class Phalcon\Mvc\Url\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\User\Component extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] } - Methods [5] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\User\Module extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] } - Methods [5] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\User\Plugin extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] } - Methods [5] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface ] { - Constants [8] { Constant [ public integer LEVEL_MAIN_LAYOUT ] { 5 } Constant [ public integer LEVEL_AFTER_TEMPLATE ] { 4 } Constant [ public integer LEVEL_LAYOUT ] { 3 } Constant [ public integer LEVEL_BEFORE_TEMPLATE ] { 2 } Constant [ public integer LEVEL_ACTION_VIEW ] { 1 } Constant [ public integer LEVEL_NO_RENDER ] { 0 } Constant [ public integer CACHE_MODE_NONE ] { 0 } Constant [ public integer CACHE_MODE_INVERSE ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [26] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_options ] Property [ protected $_basePath ] Property [ protected $_content ] Property [ protected $_renderLevel ] Property [ protected $_currentRenderLevel ] Property [ protected $_disabledLevels ] Property [ protected $_viewParams ] Property [ protected $_layout ] Property [ protected $_layoutsDir ] Property [ protected $_partialsDir ] Property [ protected $_viewsDirs ] Property [ protected $_templatesBefore ] Property [ protected $_templatesAfter ] Property [ protected $_engines ] Property [ protected $_registeredEngines ] Property [ protected $_mainView ] Property [ protected $_controllerName ] Property [ protected $_actionName ] Property [ protected $_params ] Property [ protected $_pickView ] Property [ protected $_cache ] Property [ protected $_cacheLevel ] Property [ protected $_activeRenderPaths ] Property [ protected $_disabled ] } - Methods [61] { Method [ public method getRenderLevel ] { } Method [ public method getCurrentRenderLevel ] { } Method [ public method getRegisteredEngines ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ final protected method _isAbsolutePath ] { - Parameters [1] { Parameter #0 [ $path ] } } Method [ public method setViewsDir ] { - Parameters [1] { Parameter #0 [ $viewsDir ] } } Method [ public method getViewsDir ] { } Method [ public method setLayoutsDir ] { - Parameters [1] { Parameter #0 [ $layoutsDir ] } } Method [ public method getLayoutsDir ] { } Method [ public method setPartialsDir ] { - Parameters [1] { Parameter #0 [ $partialsDir ] } } Method [ public method getPartialsDir ] { } Method [ public method setBasePath ] { - Parameters [1] { Parameter #0 [ $basePath ] } } Method [ public method getBasePath ] { } Method [ public method setRenderLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method disableLevel ] { - Parameters [1] { Parameter #0 [ $level ] } } Method [ public method setMainView ] { - Parameters [1] { Parameter #0 [ $viewPath ] } } Method [ public method getMainView ] { } Method [ public method setLayout ] { - Parameters [1] { Parameter #0 [ $layout ] } } Method [ public method getLayout ] { } Method [ public method setTemplateBefore ] { - Parameters [1] { Parameter #0 [ $templateBefore ] } } Method [ public method cleanTemplateBefore ] { } Method [ public method setTemplateAfter ] { - Parameters [1] { Parameter #0 [ $templateAfter ] } } Method [ public method cleanTemplateAfter ] { } Method [ public method setParamToView ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method setVars ] { - Parameters [2] { Parameter #0 [ array $params ] Parameter #1 [ $merge ] } } Method [ public method setVar ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method getVar ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getParamsToView ] { } Method [ public method getControllerName ] { } Method [ public method getActionName ] { } Method [ public method getParams ] { } Method [ public method start ] { } Method [ protected method _loadTemplateEngines ] { } Method [ protected method _engineRender ] { - Parameters [5] { Parameter #0 [ $engines ] Parameter #1 [ $viewPath ] Parameter #2 [ $silence ] Parameter #3 [ $mustClean ] Parameter #4 [ Phalcon\Cache\BackendInterface or NULL $cache ] } } Method [ public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $view ] } } Method [ public method render ] { - Parameters [3] { Parameter #0 [ $controllerName ] Parameter #1 [ $actionName ] Parameter #2 [ $params ] } } Method [ public method pick ] { - Parameters [1] { Parameter #0 [ $renderView ] } } Method [ public method getPartial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } Method [ public method getRender ] { - Parameters [4] { Parameter #0 [ $controllerName ] Parameter #1 [ $actionName ] Parameter #2 [ $params ] Parameter #3 [ $configCallback ] } } Method [ public method finish ] { } Method [ protected method _createCache ] { } Method [ public method isCaching ] { } Method [ public method getCache ] { } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ public method getContent ] { } Method [ public method getActiveRenderPath ] { } Method [ public method disable ] { } Method [ public method enable ] { } Method [ public method reset ] { } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method isDisabled ] { } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ protected method getViewsDirs ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } } } Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine implements Phalcon\Mvc\View\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_view ] } - Methods [10] { Method [ public method render ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $params ] Parameter #2 [ $mustClean ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method getContent ] { } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } Method [ public method getView ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine implements Phalcon\Mvc\View\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_view ] Property [ protected $_options ] Property [ protected $_compiler ] Property [ protected $_macros ] } - Methods [19] { Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method getCompiler ] { } Method [ public method render ] { - Parameters [3] { Parameter #0 [ $templatePath ] Parameter #1 [ $params ] Parameter #2 [ $mustClean ] } } Method [ public method length ] { - Parameters [1] { Parameter #0 [ $item ] } } Method [ public method isIncluded ] { - Parameters [2] { Parameter #0 [ $needle ] Parameter #1 [ $haystack ] } } Method [ public method convertEncoding ] { - Parameters [3] { Parameter #0 [ $text ] Parameter #1 [ $from ] Parameter #2 [ $to ] } } Method [ public method slice ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ $start ] Parameter #2 [ $end ] } } Method [ public method sort ] { - Parameters [1] { Parameter #0 [ array $value ] } } Method [ public method callMacro ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array or NULL $arguments ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ Phalcon\DiInterface or NULL $dependencyInjector ] } } Method [ public method getContent ] { } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } Method [ public method getView ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [22] { Property [ protected $_dependencyInjector ] Property [ protected $_view ] Property [ protected $_options ] Property [ protected $_arrayHelpers ] Property [ protected $_level ] Property [ protected $_foreachLevel ] Property [ protected $_blockLevel ] Property [ protected $_exprLevel ] Property [ protected $_extended ] Property [ protected $_autoescape ] Property [ protected $_extendedBlocks ] Property [ protected $_currentBlock ] Property [ protected $_blocks ] Property [ protected $_forElsePointers ] Property [ protected $_loopPointers ] Property [ protected $_extensions ] Property [ protected $_functions ] Property [ protected $_filters ] Property [ protected $_macros ] Property [ protected $_prefix ] Property [ protected $_currentPath ] Property [ protected $_compiledTemplatePath ] } - Methods [46] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface or NULL $view ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $option ] Parameter #1 [ $value ] } } Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ $option ] } } Method [ public method getOptions ] { } Method [ final public method fireExtensionEvent ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $arguments ] } } Method [ public method addExtension ] { - Parameters [1] { Parameter #0 [ $extension ] } } Method [ public method getExtensions ] { } Method [ public method addFunction ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method getFunctions ] { } Method [ public method addFilter ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } } Method [ public method getFilters ] { } Method [ public method setUniquePrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method getUniquePrefix ] { } Method [ public method attributeReader ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ public method functionCall ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ public method resolveTest ] { - Parameters [2] { Parameter #0 [ array $test ] Parameter #1 [ $left ] } } Method [ final protected method resolveFilter ] { - Parameters [2] { Parameter #0 [ array $filter ] Parameter #1 [ $left ] } } Method [ final public method expression ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ final protected method _statementListOrExtends ] { - Parameters [1] { Parameter #0 [ $statements ] } } Method [ public method compileForeach ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $extendsMode ] } } Method [ public method compileForElse ] { } Method [ public method compileIf ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $extendsMode ] } } Method [ public method compileSwitch ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $extendsMode ] } } Method [ public method compileCase ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $caseClause ] } } Method [ public method compileElseIf ] { - Parameters [1] { Parameter #0 [ array $statement ] } } Method [ public method compileCache ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $extendsMode ] } } Method [ public method compileSet ] { - Parameters [1] { Parameter #0 [ array $statement ] } } Method [ public method compileDo ] { - Parameters [1] { Parameter #0 [ array $statement ] } } Method [ public method compileReturn ] { - Parameters [1] { Parameter #0 [ array $statement ] } } Method [ public method compileAutoEscape ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $extendsMode ] } } Method [ public method compileEcho ] { - Parameters [1] { Parameter #0 [ array $statement ] } } Method [ public method compileInclude ] { - Parameters [1] { Parameter #0 [ array $statement ] } } Method [ public method compileMacro ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $extendsMode ] } } Method [ public method compileCall ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ $extendsMode ] } } Method [ final protected method _statementList ] { - Parameters [2] { Parameter #0 [ array $statements ] Parameter #1 [ $extendsMode ] } } Method [ protected method _compileSource ] { - Parameters [2] { Parameter #0 [ $viewCode ] Parameter #1 [ $extendsMode ] } } Method [ public method compileString ] { - Parameters [2] { Parameter #0 [ $viewCode ] Parameter #1 [ $extendsMode ] } } Method [ public method compileFile ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $compiledPath ] Parameter #2 [ $extendsMode ] } } Method [ public method compile ] { - Parameters [2] { Parameter #0 [ $templatePath ] Parameter #1 [ $extendsMode ] } } Method [ public method getTemplatePath ] { } Method [ public method getCompiledTemplatePath ] { } Method [ public method parse ] { - Parameters [1] { Parameter #0 [ $viewCode ] } } Method [ protected method getFinalPath ] { - Parameters [1] { Parameter #0 [ $path ] } } } } Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ protected $statement ] } - Methods [11] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ array or NULL $statement ] Parameter #2 [ $code ] Parameter #3 [ Exception or NULL $previous ] } } Method [ public method getStatement ] { } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_options ] Property [ protected $_viewsDir ] Property [ protected $_partialsDir ] Property [ protected $_viewParams ] Property [ protected $_engines ] Property [ protected $_registeredEngines ] Property [ protected $_activeRenderPath ] Property [ protected $_content ] Property [ protected $_cache ] Property [ protected $_cacheOptions ] } - Methods [28] { Method [ public method getRegisteredEngines ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method setViewsDir ] { - Parameters [1] { Parameter #0 [ $viewsDir ] } } Method [ public method getViewsDir ] { } Method [ public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } } Method [ protected method _loadTemplateEngines ] { } Method [ final protected method _internalRender ] { - Parameters [2] { Parameter #0 [ $path ] Parameter #1 [ $params ] } } Method [ public method render ] { - Parameters [2] { Parameter #0 [ $path ] Parameter #1 [ $params ] } } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ $partialPath ] Parameter #1 [ $params ] } } Method [ public method setCacheOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getCacheOptions ] { } Method [ protected method _createCache ] { } Method [ public method getCache ] { } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method setParamToView ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method setVars ] { - Parameters [2] { Parameter #0 [ array $params ] Parameter #1 [ $merge ] } } Method [ public method setVar ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method getVar ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getParamsToView ] { } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ public method getContent ] { } Method [ public method getActiveRenderPath ] { } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } } } Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_limitRows ] Property [ protected $_page ] Property [ protected $_config ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getPaginate ] { } Method [ public method paginate ] { } Method [ public method getLimit ] { } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ $page ] } } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ $limitRows ] } } } } Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_limitRows ] Property [ protected $_page ] Property [ protected $_config ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getPaginate ] { } Method [ public method paginate ] { } Method [ public method getLimit ] { } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ $page ] } } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ $limitRows ] } } } } Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter implements Phalcon\Paginator\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_limitRows ] Property [ protected $_page ] Property [ protected $_config ] Property [ protected $_builder ] Property [ protected $_columns ] } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getCurrentPage ] { } Method [ public method setQueryBuilder ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] } } Method [ public method getQueryBuilder ] { } Method [ public method getPaginate ] { } Method [ public method paginate ] { } Method [ public method getLimit ] { } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ $page ] } } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ $limitRows ] } } } } Class [ class Phalcon\Paginator\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Paginator\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Queue\Beanstalk ] { - Constants [6] { Constant [ public integer DEFAULT_DELAY ] { 0 } Constant [ public integer DEFAULT_PRIORITY ] { 100 } Constant [ public integer DEFAULT_TTR ] { 86400 } Constant [ public string DEFAULT_TUBE ] { default } Constant [ public string DEFAULT_HOST ] { 127.0.0.1 } Constant [ public integer DEFAULT_PORT ] { 11300 } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_connection ] Property [ protected $_parameters ] } - Methods [24] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $parameters ] } } Method [ public method connect ] { } Method [ public method put ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ array or NULL $options ] } } Method [ public method reserve ] { - Parameters [1] { Parameter #0 [ $timeout ] } } Method [ public method choose ] { - Parameters [1] { Parameter #0 [ $tube ] } } Method [ public method watch ] { - Parameters [1] { Parameter #0 [ $tube ] } } Method [ public method ignore ] { - Parameters [1] { Parameter #0 [ $tube ] } } Method [ public method pauseTube ] { - Parameters [2] { Parameter #0 [ $tube ] Parameter #1 [ $delay ] } } Method [ public method kick ] { - Parameters [1] { Parameter #0 [ $bound ] } } Method [ public method stats ] { } Method [ public method statsTube ] { - Parameters [1] { Parameter #0 [ $tube ] } } Method [ public method listTubes ] { } Method [ public method listTubeUsed ] { } Method [ public method listTubesWatched ] { } Method [ public method peekReady ] { } Method [ public method peekBuried ] { } Method [ public method peekDelayed ] { } Method [ public method jobPeek ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ final public method readStatus ] { } Method [ final public method readYaml ] { } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $length ] } } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method disconnect ] { } Method [ public method quit ] { } } } Class [ class Phalcon\Queue\Beanstalk\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Queue\Beanstalk\Job ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $_id ] Property [ protected $_body ] Property [ protected $_queue ] } - Methods [10] { Method [ public method getId ] { } Method [ public method getBody ] { } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ Phalcon\Queue\Beanstalk $queue ] Parameter #1 [ $id ] Parameter #2 [ $body ] } } Method [ public method delete ] { } Method [ public method release ] { - Parameters [2] { Parameter #0 [ $priority ] Parameter #1 [ $delay ] } } Method [ public method bury ] { - Parameters [1] { Parameter #0 [ $priority ] } } Method [ public method touch ] { } Method [ public method kick ] { } Method [ public method stats ] { } Method [ public method __wakeup ] { } } } Class [ final class Phalcon\Registry implements ArrayAccess, Countable, Iterator, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_data ] } - Methods [15] { Method [ final public method __construct ] { } Method [ final public method offsetExists ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ final public method offsetGet ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ final public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ final public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ final public method count ] { } Method [ final public method next ] { } Method [ final public method key ] { } Method [ final public method rewind ] { } Method [ public method valid ] { } Method [ public method current ] { } Method [ final public method __set ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ final public method __get ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ final public method __isset ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ final public method __unset ] { - Parameters [1] { Parameter #0 [ $key ] } } } } Class [ class Phalcon\Security implements Phalcon\Di\InjectionAwareInterface ] { - Constants [10] { Constant [ public integer CRYPT_DEFAULT ] { 0 } Constant [ public integer CRYPT_STD_DES ] { 1 } Constant [ public integer CRYPT_EXT_DES ] { 2 } Constant [ public integer CRYPT_MD5 ] { 3 } Constant [ public integer CRYPT_BLOWFISH ] { 4 } Constant [ public integer CRYPT_BLOWFISH_A ] { 5 } Constant [ public integer CRYPT_BLOWFISH_X ] { 6 } Constant [ public integer CRYPT_BLOWFISH_Y ] { 7 } Constant [ public integer CRYPT_SHA256 ] { 8 } Constant [ public integer CRYPT_SHA512 ] { 9 } } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $_dependencyInjector ] Property [ protected $_workFactor ] Property [ protected $_numberBytes ] Property [ protected $_tokenKeySessionID ] Property [ protected $_tokenValueSessionID ] Property [ protected $_token ] Property [ protected $_tokenKey ] Property [ protected $_random ] Property [ protected $_defaultHash ] } - Methods [22] { Method [ public method setWorkFactor ] { - Parameters [1] { Parameter #0 [ $workFactor ] } } Method [ public method getWorkFactor ] { } Method [ public method __construct ] { } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setRandomBytes ] { - Parameters [1] { Parameter #0 [ $randomBytes ] } } Method [ public method getRandomBytes ] { } Method [ public method getRandom ] { } Method [ public method getSaltBytes ] { - Parameters [1] { Parameter #0 [ $numberBytes ] } } Method [ public method hash ] { - Parameters [2] { Parameter #0 [ $password ] Parameter #1 [ $workFactor ] } } Method [ public method checkHash ] { - Parameters [3] { Parameter #0 [ $password ] Parameter #1 [ $passwordHash ] Parameter #2 [ $maxPassLength ] } } Method [ public method isLegacyHash ] { - Parameters [1] { Parameter #0 [ $passwordHash ] } } Method [ public method getTokenKey ] { } Method [ public method getToken ] { } Method [ public method checkToken ] { - Parameters [3] { Parameter #0 [ $tokenKey ] Parameter #1 [ $tokenValue ] Parameter #2 [ $destroyIfValid ] } } Method [ public method getSessionToken ] { } Method [ public method destroyToken ] { } Method [ public method computeHmac ] { - Parameters [4] { Parameter #0 [ $data ] Parameter #1 [ $key ] Parameter #2 [ $algo ] Parameter #3 [ $raw ] } } Method [ public method setDefaultHash ] { - Parameters [1] { Parameter #0 [ $defaultHash ] } } Method [ public method getDefaultHash ] { } Method [ public method hasLibreSsl ] { } Method [ public method getSslVersionNumber ] { } } } Class [ class Phalcon\Security\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Security\Random ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method bytes ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ public method hex ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ public method base58 ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ public method base62 ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ public method base64 ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ public method base64Safe ] { - Parameters [2] { Parameter #0 [ $len ] Parameter #1 [ $padding ] } } Method [ public method uuid ] { } Method [ public method number ] { - Parameters [1] { Parameter #0 [ $len ] } } Method [ protected method base ] { - Parameters [3] { Parameter #0 [ $alphabet ] Parameter #1 [ $base ] Parameter #2 [ $n ] } } } } Class [ class Phalcon\Session\Adapter\Files extends 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 [ protected $_uniqueId ] Property [ protected $_started ] Property [ protected $_options ] } - Methods [22] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method start ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] Parameter #2 [ $remove ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method getId ] { } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method isStarted ] { } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $removeData ] } } Method [ public method status ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __destruct ] { } Method [ protected method removeSessionData ] { } } } Class [ class Phalcon\Session\Adapter\Libmemcached extends 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 [5] { Property [ protected $_uniqueId ] Property [ protected $_started ] Property [ protected $_options ] Property [ protected $_libmemcached ] Property [ protected $_lifetime ] } - Methods [29] { Method [ public method getLibmemcached ] { } Method [ public method getLifetime ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method open ] { } Method [ public method close ] { } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } } Method [ public method gc ] { } Method [ public method start ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] Parameter #2 [ $remove ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method getId ] { } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method isStarted ] { } Method [ public method status ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __destruct ] { } Method [ protected method removeSessionData ] { } } } Class [ class Phalcon\Session\Adapter\Memcache extends 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 [5] { Property [ protected $_uniqueId ] Property [ protected $_started ] Property [ protected $_options ] Property [ protected $_memcache ] Property [ protected $_lifetime ] } - Methods [29] { Method [ public method getMemcache ] { } Method [ public method getLifetime ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method open ] { } Method [ public method close ] { } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } } Method [ public method gc ] { } Method [ public method start ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] Parameter #2 [ $remove ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method getId ] { } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method isStarted ] { } Method [ public method status ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __destruct ] { } Method [ protected method removeSessionData ] { } } } Class [ class Phalcon\Session\Adapter\Redis extends 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 [5] { Property [ protected $_uniqueId ] Property [ protected $_started ] Property [ protected $_options ] Property [ protected $_redis ] Property [ protected $_lifetime ] } - Methods [29] { Method [ public method getRedis ] { } Method [ public method getLifetime ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method open ] { } Method [ public method close ] { } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $sessionId ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $sessionId ] } } Method [ public method gc ] { } Method [ public method start ] { } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getOptions ] { } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method getName ] { } Method [ public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } } Method [ public method get ] { - Parameters [3] { Parameter #0 [ $index ] Parameter #1 [ $defaultValue ] Parameter #2 [ $remove ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method getId ] { } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method isStarted ] { } Method [ public method status ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method __destruct ] { } Method [ protected method removeSessionData ] { } } } Class [ class Phalcon\Session\Bag implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\BagInterface, IteratorAggregate, Traversable, ArrayAccess, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_dependencyInjector ] Property [ protected $_name ] Property [ protected $_data ] Property [ protected $_initialized ] Property [ protected $_session ] } - Methods [19] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method initialize ] { } Method [ public method destroy ] { } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $value ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $value ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $defaultValue ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ final public method count ] { } Method [ final public method getIterator ] { } Method [ final public method offsetSet ] { - Parameters [2] { Parameter #0 [ $property ] Parameter #1 [ $value ] } } Method [ final public method offsetExists ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ final public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $property ] } } Method [ final public method offsetGet ] { - Parameters [1] { Parameter #0 [ $property ] } } } } Class [ class Phalcon\Session\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Session\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Tag ] { - Constants [11] { Constant [ public integer HTML32 ] { 1 } Constant [ public integer HTML401_STRICT ] { 2 } Constant [ public integer HTML401_TRANSITIONAL ] { 3 } Constant [ public integer HTML401_FRAMESET ] { 4 } Constant [ public integer HTML5 ] { 5 } Constant [ public integer XHTML10_STRICT ] { 6 } Constant [ public integer XHTML10_TRANSITIONAL ] { 7 } Constant [ public integer XHTML10_FRAMESET ] { 8 } Constant [ public integer XHTML11 ] { 9 } Constant [ public integer XHTML20 ] { 10 } Constant [ public integer XHTML5 ] { 11 } } - Static properties [11] { Property [ protected static $_displayValues ] Property [ protected static $_documentTitle ] Property [ protected static $_documentAppendTitle ] Property [ protected static $_documentPrependTitle ] Property [ protected static $_documentTitleSeparator ] Property [ protected static $_documentType ] Property [ protected static $_dependencyInjector ] Property [ protected static $_urlService ] Property [ protected static $_dispatcherService ] Property [ protected static $_escaperService ] Property [ protected static $_autoEscape ] } - Static methods [56] { Method [ static public method getEscaper ] { - Parameters [1] { Parameter #0 [ array $params ] } } Method [ static public method renderAttributes ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ array $attributes ] } } Method [ static public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ static public method getDI ] { } Method [ static public method getUrlService ] { } Method [ static public method getEscaperService ] { } Method [ static public method setAutoescape ] { - Parameters [1] { Parameter #0 [ $autoescape ] } } Method [ static public method setDefault ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $value ] } } Method [ static public method setDefaults ] { - Parameters [2] { Parameter #0 [ array $values ] Parameter #1 [ $merge ] } } Method [ static public method displayTo ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $value ] } } Method [ static public method hasValue ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ static public method getValue ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $params ] } } Method [ static public method resetInput ] { } Method [ static public method linkTo ] { - Parameters [3] { Parameter #0 [ $parameters ] Parameter #1 [ $text ] Parameter #2 [ $local ] } } Method [ final static protected method _inputField ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $parameters ] Parameter #2 [ $asValue ] } } Method [ final static protected method _inputFieldChecked ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $parameters ] } } Method [ static public method colorField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method textField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method numericField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method rangeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method emailField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method dateField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method dateTimeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method dateTimeLocalField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method monthField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method timeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method weekField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method passwordField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method hiddenField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method fileField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method searchField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method telField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method urlField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method checkField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method radioField ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method imageInput ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method submitButton ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method selectStatic ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data ] } } Method [ static public method select ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data ] } } Method [ static public method textArea ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method form ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method endForm ] { } Method [ static public method setTitle ] { - Parameters [1] { Parameter #0 [ $title ] } } Method [ static public method setTitleSeparator ] { - Parameters [1] { Parameter #0 [ $titleSeparator ] } } Method [ static public method appendTitle ] { - Parameters [1] { Parameter #0 [ $title ] } } Method [ static public method prependTitle ] { - Parameters [1] { Parameter #0 [ $title ] } } Method [ static public method getTitle ] { - Parameters [1] { Parameter #0 [ $tags ] } } Method [ static public method getTitleSeparator ] { } Method [ static public method stylesheetLink ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $local ] } } Method [ static public method javascriptInclude ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $local ] } } Method [ static public method image ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $local ] } } Method [ static public method friendlyTitle ] { - Parameters [4] { Parameter #0 [ $text ] Parameter #1 [ $separator ] Parameter #2 [ $lowercase ] Parameter #3 [ $replace ] } } Method [ static public method setDocType ] { - Parameters [1] { Parameter #0 [ $doctype ] } } Method [ static public method getDocType ] { } Method [ static public method tagHtml ] { - Parameters [5] { Parameter #0 [ $tagName ] Parameter #1 [ $parameters ] Parameter #2 [ $selfClose ] Parameter #3 [ $onlyStart ] Parameter #4 [ $useEol ] } } Method [ static public method tagHtmlClose ] { - Parameters [2] { Parameter #0 [ $tagName ] Parameter #1 [ $useEol ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Tag\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Tag\Select ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ static public method selectField ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data ] } } Method [ static private method _optionsFromResultset ] { - Parameters [4] { Parameter #0 [ $resultset ] Parameter #1 [ $using ] Parameter #2 [ $value ] Parameter #3 [ $closeOption ] } } Method [ static private method _optionsFromArray ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ $value ] Parameter #2 [ $closeOption ] } } } - Properties [0] { } - Methods [0] { } } Class [ abstract class Phalcon\Text ] { - Constants [6] { Constant [ public integer RANDOM_ALNUM ] { 0 } Constant [ public integer RANDOM_ALPHA ] { 1 } Constant [ public integer RANDOM_HEXDEC ] { 2 } Constant [ public integer RANDOM_NUMERIC ] { 3 } Constant [ public integer RANDOM_NOZERO ] { 4 } Constant [ public integer RANDOM_DISTINCT ] { 5 } } - Static properties [0] { } - Static methods [13] { Method [ static public method camelize ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $delimiter ] } } Method [ static public method uncamelize ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $delimiter ] } } Method [ static public method increment ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $separator ] } } Method [ static public method random ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $length ] } } Method [ static public method startsWith ] { - Parameters [3] { Parameter #0 [ $str ] Parameter #1 [ $start ] Parameter #2 [ $ignoreCase ] } } Method [ static public method endsWith ] { - Parameters [3] { Parameter #0 [ $str ] Parameter #1 [ $end ] Parameter #2 [ $ignoreCase ] } } Method [ static public method lower ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $encoding ] } } Method [ static public method upper ] { - Parameters [2] { Parameter #0 [ $str ] Parameter #1 [ $encoding ] } } Method [ static public method reduceSlashes ] { - Parameters [1] { Parameter #0 [ $str ] } } Method [ static public method concat ] { } Method [ static public method dynamic ] { - Parameters [4] { Parameter #0 [ $text ] Parameter #1 [ $leftDelimiter ] Parameter #2 [ $rightDelimiter ] Parameter #3 [ $separator ] } } Method [ static public method underscore ] { - Parameters [1] { Parameter #0 [ $text ] } } Method [ static public method humanize ] { - Parameters [1] { Parameter #0 [ $text ] } } } - Properties [0] { } - Methods [0] { } } Class [ abstract class Phalcon\Translate ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_interpolator ] Property [ protected $_translate ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ private method _load ] { - Parameters [4] { Parameter #0 [ $file ] Parameter #1 [ $length ] Parameter #2 [ $delimiter ] Parameter #3 [ $enclosure ] } } Method [ public method query ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $placeholders ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method setInterpolator ] { - Parameters [1] { Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] } } Method [ public method t ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ $translation ] Parameter #1 [ $placeholders ] } } } } Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $_interpolator ] Property [ protected $_directory ] Property [ protected $_defaultDomain ] Property [ protected $_locale ] Property [ protected $_category ] } - Methods [23] { Method [ public method getDirectory ] { } Method [ public method getDefaultDomain ] { } Method [ public method getLocale ] { } Method [ public method getCategory ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method query ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $placeholders ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method nquery ] { - Parameters [5] { Parameter #0 [ $msgid1 ] Parameter #1 [ $msgid2 ] Parameter #2 [ $count ] Parameter #3 [ $placeholders ] Parameter #4 [ $domain ] } } Method [ public method setDomain ] { - Parameters [1] { Parameter #0 [ $domain ] } } Method [ public method resetDomain ] { } Method [ public method setDefaultDomain ] { - Parameters [1] { Parameter #0 [ $domain ] } } Method [ public method setDirectory ] { - Parameters [1] { Parameter #0 [ $directory ] } } Method [ public method setLocale ] { - Parameters [2] { Parameter #0 [ $category ] Parameter #1 [ $locale ] } } Method [ protected method prepareOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method getOptionsDefault ] { } Method [ public method setInterpolator ] { - Parameters [1] { Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] } } Method [ public method t ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ $translation ] Parameter #1 [ $placeholders ] } } } } Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_interpolator ] Property [ protected $_translate ] } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method query ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $placeholders ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method setInterpolator ] { - Parameters [1] { Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] } } Method [ public method t ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ $translateKey ] Parameter #1 [ $placeholders ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ $translation ] Parameter #1 [ $placeholders ] } } } } Class [ class Phalcon\Translate\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Translate\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ static protected method loadClass ] { - Parameters [2] { Parameter #0 [ $namespace ] Parameter #1 [ $config ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\InterpolatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ $translation ] Parameter #1 [ $placeholders ] } } } } Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\InterpolatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ $translation ] Parameter #1 [ $placeholders ] } } } } Class [ class Phalcon\Validation extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\ValidationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [11] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_data ] Property [ protected $_entity ] Property [ protected $_validators ] Property [ protected $_combinedFieldsValidators ] Property [ protected $_filters ] Property [ protected $_messages ] Property [ protected $_defaultMessages ] Property [ protected $_labels ] Property [ protected $_values ] } - Methods [26] { Method [ public method getData ] { } Method [ public method setValidators ] { - Parameters [1] { Parameter #0 [ $validators ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $validators ] } } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $entity ] } } Method [ public method add ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method rule ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method rules ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ array $validators ] } } Method [ public method setFilters ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $filters ] } } Method [ public method getFilters ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ public method getValidators ] { } Method [ public method setEntity ] { - Parameters [1] { Parameter #0 [ $entity ] } } Method [ public method getEntity ] { } Method [ public method setDefaultMessages ] { - Parameters [1] { Parameter #0 [ array or NULL $messages ] } } Method [ public method getDefaultMessage ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method getMessages ] { } Method [ public method setLabels ] { - Parameters [1] { Parameter #0 [ array $labels ] } } Method [ public method getLabel ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ $data ] } } Method [ public method getValue ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ protected method preChecking ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] } } Method [ public method getDI ] { } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method getEventsManager ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ $propertyName ] } } } } Class [ class Phalcon\Validation\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Validation\Message implements Phalcon\Validation\MessageInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $message ] } } } - Properties [4] { Property [ protected $_type ] Property [ protected $_message ] Property [ protected $_field ] Property [ protected $_code ] } - Methods [10] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $message ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $code ] } } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method getType ] { } Method [ public method setMessage ] { - Parameters [1] { Parameter #0 [ $message ] } } Method [ public method getMessage ] { } Method [ public method setField ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ public method getField ] { } Method [ public method setCode ] { - Parameters [1] { Parameter #0 [ $code ] } } Method [ public method getCode ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Validation\Message\Group implements Countable, ArrayAccess, Iterator, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ $group ] } } } - Properties [2] { Property [ protected $_position ] Property [ protected $_messages ] } - Methods [14] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $messages ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $message ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\MessageInterface $message ] } } Method [ public method appendMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $fieldName ] } } Method [ public method count ] { } Method [ public method rewind ] { } Method [ public method current ] { } Method [ public method key ] { } Method [ public method next ] { } Method [ public method valid ] { } } } Class [ class Phalcon\Validation\Validator\Alnum extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Alpha extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Between extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Callback extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Confirmation extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [10] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ final protected method compare ] { - Parameters [2] { Parameter #0 [ $a ] Parameter #1 [ $b ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\CreditCard extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [10] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ private method verifyByLuhnAlgorithm ] { - Parameters [1] { Parameter #0 [ $number ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Date extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [10] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ private method checkDate ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $format ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Digit extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Email extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Validation\Validator\ExclusionIn extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\File extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [10] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Regex extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\StringLength extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Uniqueness extends Phalcon\Validation\CombinedFieldsValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $_options ] Property [ private $columnMap ] } - Methods [13] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method isUniqueness ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method getColumnNameReal ] { - Parameters [2] { Parameter #0 [ $record ] Parameter #1 [ $field ] } } Method [ protected method isUniquenessModel ] { - Parameters [3] { Parameter #0 [ $record ] Parameter #1 [ array $field ] Parameter #2 [ array $values ] } } Method [ protected method isUniquenessCollection ] { - Parameters [3] { Parameter #0 [ $record ] Parameter #1 [ array $field ] Parameter #2 [ array $values ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Validation\Validator\Url extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $_options ] } - Methods [9] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $options ] } } Method [ public method isSetOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } } Method [ protected method prepareMessage ] { - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ $type ] Parameter #3 [ $option ] } } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ $field ] } } } } Class [ class Phalcon\Version ] { - Constants [5] { Constant [ public integer VERSION_MAJOR ] { 0 } Constant [ public integer VERSION_MEDIUM ] { 1 } Constant [ public integer VERSION_MINOR ] { 2 } Constant [ public integer VERSION_SPECIAL ] { 3 } Constant [ public integer VERSION_SPECIAL_NUMBER ] { 4 } } - Static properties [0] { } - Static methods [5] { Method [ static protected method _getVersion ] { } Method [ final static protected method _getSpecial ] { - Parameters [1] { Parameter #0 [ $special ] } } Method [ static public method get ] { } Method [ static public method getId ] { } Method [ static public method getPart ] { - Parameters [1] { Parameter #0 [ $part ] } } } - Properties [0] { } - Methods [0] { } } Class [ final class phalcon\0__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $file ] } } } } Class [ final class phalcon\1__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $element ] } } } } Class [ final class phalcon\2__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $element ] } } } } } }