Extension [ extension #200 phalcon version 4.0.0-rc.3 ] { - Dependencies { Dependency [ pdo (Required) ] Dependency [ spl (Required) ] Dependency [ standard (Required) ] Dependency [ hash (Required) ] Dependency [ json (Required) ] Dependency [ psr (Required) ] } - INI { Entry [ phalcon.db.escape_identifiers ] Current = '1' } Entry [ phalcon.db.force_casting ] Current = '0' } Entry [ phalcon.orm.case_insensitive_column_map ] Current = '0' } Entry [ phalcon.orm.cast_last_insert_id_to_int ] Current = '0' } Entry [ phalcon.orm.cast_on_hydrate ] Current = '0' } Entry [ phalcon.orm.column_renaming ] Current = '1' } Entry [ phalcon.orm.disable_assign_setters ] Current = '0' } Entry [ phalcon.orm.enable_implicit_joins ] Current = '1' } Entry [ phalcon.orm.enable_literals ] Current = '1' } Entry [ phalcon.orm.events ] Current = '1' } Entry [ phalcon.orm.exception_on_failed_metadata_save ] Current = '1' } Entry [ phalcon.orm.exception_on_failed_save ] Current = '0' } Entry [ phalcon.orm.ignore_unknown_columns ] Current = '0' } Entry [ phalcon.orm.late_state_binding ] Current = '0' } Entry [ phalcon.orm.not_null_validations ] Current = '1' } Entry [ phalcon.orm.update_snapshot_on_save ] Current = '1' } Entry [ phalcon.orm.virtual_foreign_keys ] Current = '1' } Entry [ phalcon.warning.enable ] Current = '1' } } - Classes [477] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ abstract public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } } } Interface [ interface Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ abstract public method getTemplate ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ string ] } Method [ abstract public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ abstract public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } } } Interface [ interface Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ abstract public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } } } Interface [ interface Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [10] { Method [ abstract public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ abstract public method getAdapter ] { } Method [ abstract public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [31] { Method [ abstract public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getDefault ] { } Method [ abstract public method getFilters ] { } Method [ abstract public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ abstract public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getValue ] { } Method [ abstract public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method label ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ abstract public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ abstract public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Interface [ interface Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [19] { Method [ abstract public method dispatch ] { } Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] } - Return [ void ] } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $filters ] } } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getReturnedValue ] { } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ boolean ] } Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - Return [ void ] } Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } } } Interface [ interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method getData ] { } Method [ abstract public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ abstract public method serialize ] { } Method [ abstract public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } } } } Interface [ interface Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAttributes ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ abstract public method getFilter ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ abstract public method setFilter ] { - Parameters [1] { Parameter #0 [ boolean $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [29] { Method [ abstract public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string or NULL ] } Method [ abstract public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ abstract public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ boolean ] } Method [ abstract public method isEmpty ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ array or NULL ] } Method [ abstract public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array or NULL ] } Method [ abstract public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ abstract public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ abstract public method reset ] { } Method [ abstract public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ abstract public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } } Method [ abstract public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ abstract public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] Parameter #2 [ $data ] } } Method [ abstract public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } } Method [ abstract public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } } } Interface [ interface Phalcon\Cache\Adapter\AdapterInterface extends Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [10] { Method [ abstract public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ abstract public method getAdapter ] { } Method [ abstract public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [65] { Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ boolean ] } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ boolean ] } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ abstract public method affectedRows ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method begin ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method commit ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ abstract public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } - Return [ boolean ] } Method [ abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ boolean ] } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ abstract public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ boolean ] } Method [ abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ boolean ] } Method [ abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $indexName ] } - Return [ boolean ] } Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ boolean ] } Method [ abstract public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ abstract public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ abstract public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ abstract public method escapeString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ abstract public method execute ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ abstract public method fetchAll ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $fetchMode ] Parameter #2 [ $placeholders ] } - Return [ array ] } Method [ abstract public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ array $placeholders ] Parameter #2 [ $column ] } } Method [ abstract public method fetchOne ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $fetchMode ] Parameter #2 [ $placeholders ] } - Return [ array ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } - Return [ string ] } Method [ abstract public method getConnectionId ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } Method [ abstract public method getDialectType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ abstract public method getInternalHandler ] { - Parameters [0] { } - Return [ PDO ] } Method [ abstract public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSQLVariables ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ abstract public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ abstract public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isUnderTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $number ] } - Return [ string ] } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ abstract public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ boolean ] } Method [ abstract public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method supportSequences ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ array ] } Method [ abstract public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } - Return [ boolean ] } Method [ abstract public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ abstract public method useExplicitIdValue ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ abstract public method getMethod ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $methodName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ abstract public method getMethods ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ abstract public method getProperty ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $propertyName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ abstract public method getProperties ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ abstract public method getReader ] { - Parameters [0] { } - Return [ Phalcon\Annotations\ReaderInterface ] } Method [ abstract public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } Interface [ interface Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [34] { Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ abstract public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ string ] } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ string ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ string ] } Method [ abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ string ] } Method [ abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $indexName ] } - Return [ string ] } Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ abstract public method dropTable ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ abstract public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method getColumnList ] { - Parameters [1] { Parameter #0 [ array $columnList ] } - Return [ string ] } Method [ abstract public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ string ] } Method [ abstract public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ abstract public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ abstract public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ abstract public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method supportsSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } } } Interface [ interface Phalcon\Firewall\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getDefaultAccess ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getRoleCallback ] { - Parameters [0] { } - Return [ Closure ] } Method [ abstract public method isAlwaysResolvingRole ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setAlwaysResolvingRole ] { - Parameters [1] { Parameter #0 [ boolean $alwaysResolvingRole ] } - Return [ void ] } Method [ abstract public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ abstract public method setDefaultAccess ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ abstract public method setRoleCallback ] { - Parameters [1] { Parameter #0 [ Closure $callback ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } } } Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ abstract public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ abstract public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } } } Interface [ interface Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } Method [ abstract public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ abstract public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ abstract public method getFirst ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ abstract public method getHydrateMode ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getLast ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method isFresh ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ integer $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method setIsFresh ] { - Parameters [1] { Parameter #0 [ boolean $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method getLimit ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ abstract public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ integer $page ] } } Method [ abstract public method setLimit ] { - Parameters [1] { Parameter #0 [ integer $limit ] } } } } Interface [ interface Phalcon\Translate\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ boolean ] } Method [ abstract public method query ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ abstract public method t ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Interface [ interface Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ string ] } } } Interface [ interface Phalcon\Di\DiInterface extends ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ abstract static public method getDefault ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface or NULL ] } Method [ abstract static public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ abstract static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } - Properties [0] { } - Methods [15] { Method [ abstract public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } } Method [ abstract public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ abstract public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ abstract public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method setRaw ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method offsetExists ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ abstract public method offsetGet ] { - Parameters [1] { Parameter #0 [ $offset ] } } Method [ abstract public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } } Method [ abstract public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } } } } Interface [ interface Phalcon\Flash\FlashInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ abstract public method error ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ abstract public method message ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ string $message ] } - Return [ string or NULL ] } Method [ abstract public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ abstract public method success ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ abstract public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } } } Interface [ interface Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [14] { Method [ abstract public method background ] { - Parameters [2] { Parameter #0 [ string $color ] Parameter #1 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method blur ] { - Parameters [1] { Parameter #0 [ integer $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method crop ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer or NULL $offsetX ] Parameter #3 [ integer or NULL $offsetY ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method flip ] { - Parameters [1] { Parameter #0 [ integer $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method pixelate ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method reflection ] { - Parameters [3] { Parameter #0 [ integer $height ] Parameter #1 [ integer $opacity ] Parameter #2 [ boolean $fadeIn ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method render ] { - Parameters [2] { Parameter #0 [ string or NULL $ext ] Parameter #1 [ integer $quality ] } - Return [ string ] } Method [ abstract public method resize ] { - Parameters [3] { Parameter #0 [ integer or NULL $width ] Parameter #1 [ integer or NULL $height ] Parameter #2 [ integer $master ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method rotate ] { - Parameters [1] { Parameter #0 [ integer $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method save ] { - Parameters [2] { Parameter #0 [ string or NULL $file ] Parameter #1 [ integer $quality ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method sharpen ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] Parameter #4 [ string $color ] Parameter #5 [ integer $size ] Parameter #6 [ string or NULL $fontfile ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ abstract public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } } } Interface [ interface Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } } } } Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments ] } } Method [ abstract public method notify ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } } } Interface [ interface Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParamsToView ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getViewsDir ] { } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } } Method [ abstract public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setViewsDir ] { - Parameters [1] { Parameter #0 [ string $viewsDir ] } } } } Interface [ interface Phalcon\Mvc\View\Engine\EngineInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } - Return [ void ] } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $params ] Parameter #2 [ boolean $mustClean ] } } } } Interface [ interface Phalcon\Validation\ValidatorCompositeInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [19] { Method [ abstract public method addInherit ] { - Parameters [2] { Parameter #0 [ string $roleName ] Parameter #1 [ $roleToInherit ] } - Return [ boolean ] } Method [ abstract public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits ] } - Return [ boolean ] } Method [ abstract public method addComponent ] { - Parameters [2] { Parameter #0 [ $componentObject ] Parameter #1 [ $accessList ] } - Return [ boolean ] } Method [ abstract public method addComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ boolean ] } Method [ abstract public method allow ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } - Return [ void ] } Method [ abstract public method deny ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } - Return [ void ] } Method [ abstract public method dropComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ void ] } Method [ abstract public method getActiveAccess ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getActiveRole ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getActiveComponent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getDefaultAction ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getNoArgumentsDefaultAction ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getRoles ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getComponents ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $componentName ] Parameter #2 [ string $access ] Parameter #3 [ array or NULL $parameters ] } - Return [ boolean ] } Method [ abstract public method isComponent ] { - Parameters [1] { Parameter #0 [ string $componentName ] } - Return [ boolean ] } Method [ abstract public method isRole ] { - Parameters [1] { Parameter #0 [ string $roleName ] } - Return [ boolean ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ void ] } Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ void ] } } } Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ abstract public method getStatus ] { } Method [ abstract public method getInput ] { } Method [ abstract public method getOutput ] { } Method [ abstract public method getMessages ] { } Method [ abstract public method getExtras ] { } } } Interface [ interface Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ abstract public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Interface [ interface Phalcon\Mvc\EntityInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method readAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } } Method [ abstract public method writeAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } } } } Interface [ interface Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } Method [ abstract public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } } } Interface [ interface Phalcon\Mvc\Model\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method setDirtyState ] { - Parameters [1] { Parameter #0 [ integer $dirtyState ] } } } } Interface [ interface Phalcon\Mvc\RouterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [30] { Method [ abstract public method add ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ $position ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method addConnect ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addDelete ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addHead ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addGet ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addOptions ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPatch ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPost ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPurge ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPut ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addTrace ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMatchedRoute ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ abstract public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ abstract public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ void ] } Method [ abstract public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ abstract public method wasMatched ] { - Parameters [0] { } - Return [ boolean ] } } } Interface [ interface Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Interface [ interface Phalcon\Acl\ComponentInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Acl\RoleInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Annotations\ReaderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method parseDocBlock ] { - Parameters [3] { Parameter #0 [ string $docBlock ] Parameter #1 [ $file ] Parameter #2 [ $line ] } - Return [ array ] } } - Properties [0] { } - Methods [1] { Method [ abstract public method parse ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } } } Interface [ interface Phalcon\Cli\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [28] { Method [ abstract public method getActiveTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } Method [ abstract public method getLastTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getTaskName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getTaskSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ abstract public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ abstract public method setTaskName ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ abstract public method setTaskSuffix ] { - Parameters [1] { Parameter #0 [ string $taskSuffix ] } - Return [ void ] } Method [ abstract public method dispatch ] { } Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] } - Return [ void ] } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $filters ] } } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getReturnedValue ] { } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ boolean ] } Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - Return [ void ] } Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } } } Interface [ interface Phalcon\Cli\Router\RouteInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ abstract static public method delimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } } Method [ abstract static public method getDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ abstract static public method reset ] { - Parameters [0] { } - Return [ void ] } } - Properties [0] { } - Methods [11] { Method [ abstract public method compilePattern ] { - Parameters [1] { Parameter #0 [ string $pattern ] } - Return [ string ] } Method [ abstract public method getCompiledPattern ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPaths ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPattern ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getReversedPaths ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRouteId ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method reConfigure ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ void ] } Method [ abstract public method setDescription ] { - Parameters [1] { Parameter #0 [ string $description ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } } } Interface [ interface Phalcon\Cli\TaskInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Crypt\CryptInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method decrypt ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string or NULL $key ] } - Return [ string ] } Method [ abstract public method decryptBase64 ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ $key ] } - Return [ string ] } Method [ abstract public method encrypt ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string or NULL $key ] } - Return [ string ] } Method [ abstract public method encryptBase64 ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ $key ] } - Return [ string ] } Method [ abstract public method getAvailableCiphers ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getAuthTag ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAuthData ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAuthTagLength ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getCipher ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getKey ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setAuthTag ] { - Parameters [1] { Parameter #0 [ string $tag ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ abstract public method setAuthData ] { - Parameters [1] { Parameter #0 [ string $data ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ abstract public method setAuthTagLength ] { - Parameters [1] { Parameter #0 [ integer $length ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ abstract public method setCipher ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ abstract public method setKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ abstract public method setPadding ] { - Parameters [1] { Parameter #0 [ integer $scheme ] } - Return [ Phalcon\Crypt\CryptInterface ] } } } Interface [ interface Phalcon\Db\ColumnInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method getAfterPosition ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getBindType ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getDefault ] { } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getScale ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getSize ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getTypeReference ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getTypeValues ] { } Method [ abstract public method hasDefault ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isAutoIncrement ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isFirst ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isNotNull ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isNumeric ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isPrimary ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isUnsigned ] { - Parameters [0] { } - Return [ boolean ] } } } Interface [ interface Phalcon\Db\IndexInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getColumns ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Db\ReferenceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getColumns ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOnDelete ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOnUpdate ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getReferencedColumns ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getReferencedSchema ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getReferencedTable ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSchemaName ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Db\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method dataSeek ] { - Parameters [1] { Parameter #0 [ integer $number ] } } Method [ abstract public method execute ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method fetch ] { } Method [ abstract public method fetchAll ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method fetchArray ] { } Method [ abstract public method getInternalResult ] { - Parameters [0] { } - Return [ PDOStatement ] } Method [ abstract public method numRows ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method setFetchMode ] { - Parameters [1] { Parameter #0 [ integer $fetchMode ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Di\ServiceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getDefinition ] { } Method [ abstract public method getParameter ] { - Parameters [1] { Parameter #0 [ integer $position ] } } Method [ abstract public method isResolved ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isShared ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method resolve ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ abstract public method setDefinition ] { - Parameters [1] { Parameter #0 [ $definition ] } } Method [ abstract public method setParameter ] { - Parameters [2] { Parameter #0 [ integer $position ] Parameter #1 [ array $parameter ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ abstract public method setShared ] { - Parameters [1] { Parameter #0 [ boolean $shared ] } } } } Interface [ interface Phalcon\Domain\Payload\PayloadInterface extends Phalcon\Domain\Payload\ReadableInterface, Phalcon\Domain\Payload\WriteableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [10] { Method [ abstract public method getStatus ] { } Method [ abstract public method getInput ] { } Method [ abstract public method getOutput ] { } Method [ abstract public method getMessages ] { } Method [ abstract public method getExtras ] { } Method [ abstract public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ abstract public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Interface [ interface Phalcon\Escaper\EscaperInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method escapeCss ] { - Parameters [1] { Parameter #0 [ string $css ] } - Return [ string ] } Method [ abstract public method escapeHtml ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ abstract public method escapeHtmlAttr ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ abstract public method escapeJs ] { - Parameters [1] { Parameter #0 [ string $js ] } - Return [ string ] } Method [ abstract public method escapeUrl ] { - Parameters [1] { Parameter #0 [ string $url ] } - Return [ string ] } Method [ abstract public method getEncoding ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setEncoding ] { - Parameters [1] { Parameter #0 [ string $encoding ] } - Return [ void ] } Method [ abstract public method setHtmlQuoteType ] { - Parameters [1] { Parameter #0 [ integer $quoteType ] } - Return [ void ] } } } Interface [ interface Phalcon\Events\EventInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ abstract public method getData ] { } Method [ abstract public method getType ] { } Method [ abstract public method isCancelable ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isStopped ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ Phalcon\Events\EventInterface ] } Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Events\EventInterface ] } Method [ abstract public method stop ] { - Parameters [0] { } - Return [ Phalcon\Events\EventInterface ] } } } Interface [ interface Phalcon\Events\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method attach ] { - Parameters [2] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } - Return [ void ] } Method [ abstract public method detach ] { - Parameters [2] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } - Return [ void ] } Method [ abstract public method detachAll ] { - Parameters [1] { Parameter #0 [ string or NULL $type ] } - Return [ void ] } Method [ abstract public method fire ] { - Parameters [4] { Parameter #0 [ string $eventType ] Parameter #1 [ $source ] Parameter #2 [ $data ] Parameter #3 [ boolean $cancelable ] } } Method [ abstract public method getListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ array ] } Method [ abstract public method hasListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Filter\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method sanitize ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ $sanitizers ] Parameter #2 [ boolean $noRecursive ] } } } } Interface [ interface Phalcon\Html\Attributes\AttributesInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method getAttributes ] { - Parameters [0] { } - Return [ Phalcon\Html\Attributes ] } Method [ abstract public method setAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Attributes $attributes ] } - Return [ Phalcon\Html\Attributes\AttributesInterface ] } } } Interface [ interface Phalcon\Html\Attributes\RenderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method render ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Html\Link\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method serialize ] { - Parameters [1] { Parameter #0 [ array $links ] } - Return [ string or NULL ] } } } Interface [ interface Phalcon\Http\CookieInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [17] { Method [ abstract public method delete ] { } Method [ abstract public method getDomain ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getExpiration ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHttpOnly ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSecure ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method getValue ] { - Parameters [2] { Parameter #0 [ $filters ] Parameter #1 [ $defaultValue ] } } Method [ abstract public method isUsingEncryption ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method send ] { - Parameters [0] { } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method setDomain ] { - Parameters [1] { Parameter #0 [ string $domain ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method setExpiration ] { - Parameters [1] { Parameter #0 [ integer $expire ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method setHttpOnly ] { - Parameters [1] { Parameter #0 [ boolean $httpOnly ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method setPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method setSecure ] { - Parameters [1] { Parameter #0 [ boolean $secure ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method setValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method useEncryption ] { - Parameters [1] { Parameter #0 [ boolean $useEncryption ] } - Return [ Phalcon\Http\CookieInterface ] } } } Interface [ interface Phalcon\Http\RequestInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [50] { Method [ abstract public method get ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ abstract public method getAcceptableContent ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getBasicAuth ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ abstract public method getBestAccept ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getBestCharset ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getBestLanguage ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getClientAddress ] { - Parameters [1] { Parameter #0 [ boolean $trustForwardedHeader ] } } Method [ abstract public method getClientCharsets ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getContentType ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ abstract public method getDigestAuth ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ string ] } Method [ abstract public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getHttpHost ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHTTPReferer ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getJsonRawBody ] { - Parameters [1] { Parameter #0 [ boolean $associative ] } } Method [ abstract public method getLanguages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getMethod ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPort ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getURI ] { - Parameters [1] { Parameter #0 [ boolean $onlyPath ] } - Return [ string ] } Method [ abstract public method getPost ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ abstract public method getPut ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ abstract public method getQuery ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ abstract public method getRawBody ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getScheme ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string or NULL ] } Method [ abstract public method getServerAddress ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getServerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getUploadedFiles ] { - Parameters [2] { Parameter #0 [ boolean $onlySuccessful ] Parameter #1 [ boolean $namedKeys ] } - Return [ array ] } Method [ abstract public method getUserAgent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method hasFiles ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ boolean ] } Method [ abstract public method hasQuery ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method hasPost ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method hasPut ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method hasServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method isAjax ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isConnect ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isDelete ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isGet ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isHead ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isMethod ] { - Parameters [2] { Parameter #0 [ $methods ] Parameter #1 [ boolean $strict ] } - Return [ boolean ] } Method [ abstract public method isOptions ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isPost ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isPurge ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isPut ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isSecure ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isSoap ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isTrace ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method numFiles ] { - Parameters [1] { Parameter #0 [ boolean $onlySuccessful ] } - Return [ integer ] } } } Interface [ interface Phalcon\Http\Request\FileInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRealType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSize ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getTempName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method moveTo ] { - Parameters [1] { Parameter #0 [ string $destination ] } - Return [ boolean ] } } } Interface [ interface Phalcon\Http\ResponseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [21] { Method [ abstract public method appendContent ] { - Parameters [1] { Parameter #0 [ $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getStatusCode ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ abstract public method getHeaders ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ abstract public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method isSent ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method redirect ] { - Parameters [3] { Parameter #0 [ $location ] Parameter #1 [ boolean $externalRedirect ] Parameter #2 [ integer $statusCode ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method resetHeaders ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setContentLength ] { - Parameters [1] { Parameter #0 [ integer $contentLength ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setContentType ] { - Parameters [2] { Parameter #0 [ string $contentType ] Parameter #1 [ $charset ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setExpires ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setFileToSend ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ $attachmentName ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setHeader ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $value ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setJsonContent ] { - Parameters [1] { Parameter #0 [ $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setNotModified ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setRawHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method setStatusCode ] { - Parameters [2] { Parameter #0 [ integer $code ] Parameter #1 [ string or NULL $message ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method send ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method sendCookies ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ abstract public method sendHeaders ] { } } } Interface [ interface Phalcon\Http\Response\CookiesInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method isUsingEncryption ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method reset ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ abstract public method send ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method set ] { - Parameters [7] { Parameter #0 [ string $name ] Parameter #1 [ $value ] Parameter #2 [ integer $expire ] Parameter #3 [ string $path ] Parameter #4 [ boolean or NULL $secure ] Parameter #5 [ string or NULL $domain ] Parameter #6 [ boolean or NULL $httpOnly ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ abstract public method useEncryption ] { - Parameters [1] { Parameter #0 [ boolean $useEncryption ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } } } Interface [ interface Phalcon\Http\Response\HeadersInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ abstract public method reset ] { } Method [ abstract public method send ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] } } Method [ abstract public method setRaw ] { - Parameters [1] { Parameter #0 [ string $header ] } } } } Interface [ interface Phalcon\Messages\MessageInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getCode ] { } Method [ abstract public method getField ] { } Method [ abstract public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMetaData ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setCode ] { - Parameters [1] { Parameter #0 [ integer $code ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setField ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setMessage ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setMetaData ] { - Parameters [1] { Parameter #0 [ array $metaData ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ abstract public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Messages\MessageInterface ] } } } Interface [ interface Phalcon\Mvc\ControllerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Mvc\DispatcherInterface extends Phalcon\Dispatcher\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [25] { Method [ abstract public method getActiveController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLastController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ abstract public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] } } Method [ abstract public method setControllerName ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ abstract public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ abstract public method dispatch ] { } Method [ abstract public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] } - Return [ void ] } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $filters ] } } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getReturnedValue ] { } Method [ abstract public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ boolean ] } Method [ abstract public method isFinished ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $defaultNamespace ] } - Return [ void ] } Method [ abstract public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ abstract public method setModuleName ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ abstract public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ abstract public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } } } Interface [ interface Phalcon\Mvc\Micro\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [15] { Method [ abstract public method delete ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method getHandler ] { } Method [ abstract public method getHandlers ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method head ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method isLazy ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method map ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method options ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method patch ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method post ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method put ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method setHandler ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ boolean $lazy ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method setLazy ] { - Parameters [1] { Parameter #0 [ boolean $lazy ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ abstract public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } } } Interface [ interface Phalcon\Mvc\ModelInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [11] { Method [ abstract static public method average ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ float ] } Method [ abstract static public method cloneResult ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ array $data ] Parameter #2 [ integer $dirtyState ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract static public method cloneResultMap ] { - Parameters [5] { Parameter #0 [ $base ] Parameter #1 [ array $data ] Parameter #2 [ $columnMap ] Parameter #3 [ integer $dirtyState ] Parameter #4 [ boolean or NULL $keepSnapshots ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract static public method cloneResultMapHydrate ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] Parameter #2 [ integer $hydrationMode ] } } Method [ abstract static public method count ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ integer ] } Method [ abstract static public method find ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract static public method findFirst ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method maximum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method minimum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ abstract static public method query ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract static public method sum ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ float ] } } - Properties [0] { } - Methods [28] { Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method assign ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $whiteList ] Parameter #2 [ $dataColumnMap ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method create ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method delete ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method fireEvent ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ boolean ] } Method [ abstract public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ boolean ] } Method [ abstract public method getDirtyState ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModelsMetaData ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } Method [ abstract public method getOperationMade ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getReadConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getReadConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRelated ] { - Parameters [2] { Parameter #0 [ string $alias ] Parameter #1 [ $arguments ] } } Method [ abstract public method getSchema ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getSource ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getWriteConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getWriteConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method refresh ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method save ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setDirtyState ] { - Parameters [1] { Parameter #0 [ integer $dirtyState ] } } Method [ abstract public method setReadConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] } - Return [ void ] } Method [ abstract public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method setWriteConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method skipOperation ] { - Parameters [1] { Parameter #0 [ boolean $skip ] } - Return [ void ] } Method [ abstract public method validationHasFailed ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method update ] { - Parameters [0] { } - Return [ boolean ] } } } Interface [ interface Phalcon\Mvc\Model\BinderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [4] { Method [ abstract public method bindToHandler ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ string $cacheKey ] Parameter #3 [ string or NULL $methodName ] } - Return [ array ] } Method [ abstract public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ abstract public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Mvc\Model\BinderInterface ] } } } Interface [ interface Phalcon\Mvc\Model\CriteriaInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [32] { Method [ abstract public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method betweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method bind ] { - Parameters [1] { Parameter #0 [ array $bindParams ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method bindTypes ] { - Parameters [1] { Parameter #0 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method cache ] { - Parameters [1] { Parameter #0 [ array $cache ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method conditions ] { - Parameters [1] { Parameter #0 [ string $conditions ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method execute ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ boolean $forUpdate ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method getColumns ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ abstract public method getConditions ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ abstract public method getGroupBy ] { } Method [ abstract public method getHaving ] { } Method [ abstract public method getLimit ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ abstract public method getModelName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOrderBy ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getWhere ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ abstract public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method having ] { - Parameters [1] { Parameter #0 [ $having ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method innerJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method inWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ integer $limit ] Parameter #1 [ integer $offset ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method notBetweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method notInWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method orderBy ] { - Parameters [1] { Parameter #0 [ string $orderColumns ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method orWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method rightJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method setModelName ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ boolean $sharedLock ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ abstract public method where ] { - Parameters [1] { Parameter #0 [ string $conditions ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } } } Interface [ interface Phalcon\Mvc\Model\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [50] { Method [ abstract public method addBehavior ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - Return [ void ] } Method [ abstract public method addBelongsTo ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ abstract public method addHasMany ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ abstract public method addHasOne ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ abstract public method addHasOneThrough ] { - Parameters [8] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $intermediateModel ] Parameter #3 [ $intermediateFields ] Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] Parameter #7 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ abstract public method addHasManyToMany ] { - Parameters [8] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $intermediateModel ] Parameter #3 [ $intermediateFields ] Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] Parameter #7 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ abstract public method createBuilder ] { - Parameters [1] { Parameter #0 [ $params ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method createQuery ] { - Parameters [1] { Parameter #0 [ string $phql ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method executeQuery ] { - Parameters [2] { Parameter #0 [ string $phql ] Parameter #1 [ $placeholders ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method existsBelongsTo ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ abstract public method existsHasMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ abstract public method existsHasOne ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ abstract public method existsHasOneThrough ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ abstract public method existsHasManyToMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ abstract public method getBelongsTo ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getBelongsToRecords ] { - Parameters [5] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ $parameters ] Parameter #4 [ string or NULL $method ] } } Method [ abstract public method getHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getHasManyRecords ] { - Parameters [5] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ $parameters ] Parameter #4 [ string or NULL $method ] } } Method [ abstract public method getHasManyToMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getHasOne ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getHasOneThrough ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getHasOneAndHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ abstract public method getHasOneRecords ] { - Parameters [5] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ $parameters ] Parameter #4 [ string or NULL $method ] } } Method [ abstract public method getLastInitialized ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method getLastQuery ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method getModelSchema ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ abstract public method getModelSource ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ abstract public method getReadConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getReadConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ abstract public method getRelationByAlias ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $alias ] } } Method [ abstract public method getRelationRecords ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] Parameter #2 [ $parameters ] Parameter #3 [ string or NULL $method ] } } Method [ abstract public method getRelations ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ array ] } Method [ abstract public method getRelationsBetween ] { - Parameters [2] { Parameter #0 [ string $first ] Parameter #1 [ string $second ] } } Method [ abstract public method getWriteConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getWriteConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ abstract public method load ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method isInitialized ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ boolean ] } Method [ abstract public method isKeepingSnapshots ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ boolean ] } Method [ abstract public method isUsingDynamicUpdate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ boolean ] } Method [ abstract public method isVisibleModelProperty ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $property ] } - Return [ boolean ] } Method [ abstract public method keepSnapshots ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ boolean $keepSnapshots ] } - Return [ void ] } Method [ abstract public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $eventName ] Parameter #2 [ $data ] } } Method [ abstract public method notifyEvent ] { - Parameters [2] { Parameter #0 [ string $eventName ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ abstract public method setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setReadConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ abstract public method setModelSchema ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $schema ] } - Return [ void ] } Method [ abstract public method setModelSource ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $source ] } - Return [ void ] } Method [ abstract public method setWriteConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } } Method [ abstract public method useDynamicUpdate ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ boolean $dynamicUpdate ] } - Return [ void ] } } } Interface [ interface Phalcon\Mvc\Model\QueryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ abstract public method cache ] { - Parameters [1] { Parameter #0 [ array $cacheOptions ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method execute ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ array $bindTypes ] } } Method [ abstract public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getCacheOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSql ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getSingleResult ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ array $bindTypes ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method getUniqueRow ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method parse ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method setSharedLock ] { - Parameters [1] { Parameter #0 [ boolean $sharedLock ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method setUniqueRow ] { - Parameters [1] { Parameter #0 [ boolean $uniqueRow ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } } } Interface [ interface Phalcon\Mvc\Model\Query\BuilderInterface ] { - Constants [2] { Constant [ public string OPERATOR_AND ] { and } Constant [ public string OPERATOR_OR ] { or } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [38] { Method [ abstract public method addFrom ] { - Parameters [2] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method betweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method forUpdate ] { - Parameters [1] { Parameter #0 [ boolean $forUpdate ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method from ] { - Parameters [1] { Parameter #0 [ $models ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getColumns ] { } Method [ abstract public method getDistinct ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method getFrom ] { } Method [ abstract public method getGroupBy ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getHaving ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getJoins ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getLimit ] { } Method [ abstract public method getOffset ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getOrderBy ] { } Method [ abstract public method getPhql ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getQuery ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ abstract public method getWhere ] { } Method [ abstract public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method having ] { - Parameters [1] { Parameter #0 [ string $having ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method innerJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method inWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method join ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method limit ] { - Parameters [2] { Parameter #0 [ integer $limit ] Parameter #1 [ $offset ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method getModels ] { } Method [ abstract public method notBetweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method notInWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method offset ] { - Parameters [1] { Parameter #0 [ integer $offset ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method orderBy ] { - Parameters [1] { Parameter #0 [ string $orderBy ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method orWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method rightJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ abstract public method where ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } } } Interface [ interface Phalcon\Mvc\Model\Query\StatusInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModel ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ abstract public method success ] { - Parameters [0] { } - Return [ boolean ] } } } Interface [ interface Phalcon\Mvc\Model\RelationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [15] { Method [ abstract public method getFields ] { } Method [ abstract public method getForeignKey ] { } Method [ abstract public method getIntermediateFields ] { } Method [ abstract public method getIntermediateModel ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getIntermediateReferencedFields ] { } Method [ abstract public method getOption ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getParams ] { } Method [ abstract public method getReferencedFields ] { } Method [ abstract public method getReferencedModel ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method isForeignKey ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isReusable ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isThrough ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method setIntermediateRelation ] { - Parameters [3] { Parameter #0 [ $intermediateFields ] Parameter #1 [ string $intermediateModel ] Parameter #2 [ $intermediateReferencedFields ] } } } } Interface [ interface Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ abstract public method begin ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method commit ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method getConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isManaged ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method isValid ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method rollback ] { - Parameters [2] { Parameter #0 [ string or NULL $rollbackMessage ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] } - Return [ boolean ] } Method [ abstract public method setIsNewTransaction ] { - Parameters [1] { Parameter #0 [ boolean $isNew ] } - Return [ void ] } Method [ abstract public method setRollbackOnAbort ] { - Parameters [1] { Parameter #0 [ boolean $rollbackOnAbort ] } - Return [ void ] } Method [ abstract public method setRollbackedRecord ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } - Return [ void ] } Method [ abstract public method setTransactionManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } - Return [ void ] } Method [ abstract public method throwRollbackException ] { - Parameters [1] { Parameter #0 [ boolean $status ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } Interface [ interface Phalcon\Mvc\Model\Transaction\ManagerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [12] { Method [ abstract public method collectTransactions ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method commit ] { } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ boolean $autoBegin ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } Method [ abstract public method getDbService ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRollbackPendent ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method has ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method notifyCommit ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ abstract public method notifyRollback ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $collect ] } - Return [ void ] } Method [ abstract public method rollbackPendent ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method setDbService ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } Method [ abstract public method setRollbackPendent ] { - Parameters [1] { Parameter #0 [ boolean $rollbackPendent ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } } } Interface [ interface Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [21] { Method [ abstract public method add ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addConnect ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addDelete ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addGet ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addHead ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addOptions ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPatch ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPost ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPurge ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addPut ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method addTrace ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $beforeMatch ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method getBeforeMatch ] { } Method [ abstract public method getHostname ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPaths ] { } Method [ abstract public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method setHostname ] { - Parameters [1] { Parameter #0 [ string $hostname ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ abstract public method setPaths ] { - Parameters [1] { Parameter #0 [ $paths ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ abstract public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } } } Interface [ interface Phalcon\Mvc\Router\RouteInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method reset ] { - Parameters [0] { } - Return [ void ] } } - Properties [0] { } - Methods [15] { Method [ abstract public method compilePattern ] { - Parameters [1] { Parameter #0 [ string $pattern ] } - Return [ string ] } Method [ abstract public method convert ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $converter ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method getCompiledPattern ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHostname ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getHttpMethods ] { } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPaths ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPattern ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getReversedPaths ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRouteId ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setHostname ] { - Parameters [1] { Parameter #0 [ string $hostname ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method setHttpMethods ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ abstract public method reConfigure ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ void ] } Method [ abstract public method via ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } Interface [ interface Phalcon\Mvc\ViewInterface extends Phalcon\Mvc\ViewBaseInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [35] { Method [ abstract public method cleanTemplateAfter ] { } Method [ abstract public method cleanTemplateBefore ] { } Method [ abstract public method disable ] { } Method [ abstract public method enable ] { } Method [ abstract public method finish ] { } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getActiveRenderPath ] { } Method [ abstract public method getBasePath ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLayout ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLayoutsDir ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMainView ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getPartialsDir ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method isDisabled ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method pick ] { - Parameters [1] { Parameter #0 [ string $renderView ] } } Method [ abstract public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params ] } } Method [ abstract public method reset ] { } Method [ abstract public method setBasePath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } } Method [ abstract public method setLayout ] { - Parameters [1] { Parameter #0 [ string $layout ] } } Method [ abstract public method setLayoutsDir ] { - Parameters [1] { Parameter #0 [ string $layoutsDir ] } } Method [ abstract public method setMainView ] { - Parameters [1] { Parameter #0 [ string $viewPath ] } } Method [ abstract public method setPartialsDir ] { - Parameters [1] { Parameter #0 [ string $partialsDir ] } } Method [ abstract public method setRenderLevel ] { - Parameters [1] { Parameter #0 [ integer $level ] } - Return [ Phalcon\Mvc\ViewInterface ] } Method [ abstract public method setTemplateAfter ] { - Parameters [1] { Parameter #0 [ $templateAfter ] } } Method [ abstract public method setTemplateBefore ] { - Parameters [1] { Parameter #0 [ $templateBefore ] } } Method [ abstract public method start ] { } Method [ abstract public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParamsToView ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getViewsDir ] { } Method [ abstract public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } } Method [ abstract public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } } Method [ abstract public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ abstract public method setViewsDir ] { - Parameters [1] { Parameter #0 [ string $viewsDir ] } } } } Interface [ interface Phalcon\Paginator\RepositoryInterface ] { - Constants [8] { Constant [ public string PROPERTY_CURRENT_PAGE ] { current } Constant [ public string PROPERTY_FIRST_PAGE ] { first } Constant [ public string PROPERTY_ITEMS ] { items } Constant [ public string PROPERTY_LAST_PAGE ] { last } Constant [ public string PROPERTY_LIMIT ] { limit } Constant [ public string PROPERTY_NEXT_PAGE ] { next } Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ abstract public method getAliases ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getCurrent ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getFirst ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getItems ] { } Method [ abstract public method getLast ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getLimit ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getNext ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getPrevious ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getTotalItems ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method setAliases ] { - Parameters [1] { Parameter #0 [ array $aliases ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ abstract public method setProperties ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Interface [ interface Phalcon\Session\ManagerInterface ] { - Constants [3] { Constant [ public integer SESSION_ACTIVE ] { 2 } Constant [ public integer SESSION_DISABLED ] { 0 } Constant [ public integer SESSION_NONE ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [21] { Method [ abstract public method __get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ abstract public method __isset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method __unset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ abstract public method exists ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method destroy ] { - Parameters [0] { } - Return [ void ] } Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] Parameter #2 [ boolean $remove ] } } Method [ abstract public method getId ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getAdapter ] { - Parameters [0] { } - Return [ SessionHandlerInterface ] } Method [ abstract public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method remove ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ abstract public method set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method setAdapter ] { - Parameters [1] { Parameter #0 [ SessionHandlerInterface $adapter ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ abstract public method setId ] { - Parameters [1] { Parameter #0 [ string $id ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ abstract public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ abstract public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ abstract public method status ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method start ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } - Return [ Phalcon\Session\ManagerInterface ] } } } Interface [ interface Phalcon\Url\UrlInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ abstract public method get ] { - Parameters [3] { Parameter #0 [ $uri ] Parameter #1 [ $args ] Parameter #2 [ boolean or NULL $local ] } - Return [ string ] } Method [ abstract public method getBasePath ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getBaseUri ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method setBasePath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } - Return [ Phalcon\Url\UrlInterface ] } Method [ abstract public method setBaseUri ] { - Parameters [1] { Parameter #0 [ string $baseUri ] } - Return [ Phalcon\Url\UrlInterface ] } Method [ abstract public method path ] { - Parameters [1] { Parameter #0 [ string or NULL $path ] } - Return [ string ] } } } Interface [ interface Phalcon\Validation\ValidationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [14] { Method [ abstract public method add ] { - Parameters [2] { Parameter #0 [ string $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ abstract public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ abstract public method bind ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ $data ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ abstract public method getEntity ] { - Parameters [0] { } - Return [ NULL ] } Method [ abstract public method getFilters ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } } Method [ abstract public method getLabel ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ string ] } Method [ abstract public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ abstract public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getValue ] { - Parameters [1] { Parameter #0 [ string $field ] } } Method [ abstract public method rule ] { - Parameters [2] { Parameter #0 [ string $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ abstract public method rules ] { - Parameters [2] { Parameter #0 [ string $field ] Parameter #1 [ array $validators ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ abstract public method setFilters ] { - Parameters [2] { Parameter #0 [ string $field ] Parameter #1 [ $filters ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ abstract public method setLabels ] { - Parameters [1] { Parameter #0 [ array $labels ] } - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $entity ] } - Return [ Phalcon\Messages\Messages ] } } } Interface [ interface Phalcon\Acl\ComponentAware ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getComponentName ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Acl\RoleAware ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getRoleName ] { - Parameters [0] { } - Return [ string ] } } } Interface [ interface Phalcon\Cli\RouterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ abstract public method add ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getMatchedRoute ] { - Parameters [0] { } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ abstract public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getTaskName ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method handle ] { - Parameters [1] { Parameter #0 [ $arguments ] } } Method [ abstract public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ abstract public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ abstract public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ void ] } Method [ abstract public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ abstract public method wasMatched ] { - Parameters [0] { } - Return [ boolean ] } } } Interface [ interface Phalcon\Di\ServiceProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $di ] } - Return [ void ] } } } Interface [ interface Phalcon\Mvc\Controller\BindModelInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ abstract static public method getModelName ] { - Parameters [0] { } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Interface [ interface Phalcon\Mvc\Micro\MiddlewareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method call ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Micro $application ] } } } } Interface [ interface Phalcon\Mvc\Model\Binder\BindableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method getModelName ] { } } } Interface [ interface Phalcon\Mvc\ModuleDefinitionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ abstract public method registerAutoloaders ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ abstract public method registerServices ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } } } } Class [ class Phalcon\Exception extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $template ] Property [ protected $templates ] Property [ protected $options ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ abstract class Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $container ] } - Methods [2] { Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $container ] } - Methods [4] { Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ abstract class Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [4] { Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ abstract protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ abstract class Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ abstract public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } } } Class [ abstract class Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Collection implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] } - Methods [25] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ boolean $insensitive ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } } } Class [ abstract class Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] } - Methods [18] { Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ abstract public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ abstract public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ abstract public method getAdapter ] { } Method [ abstract public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ abstract public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ abstract public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ abstract class Phalcon\Validation\Validator\File\AbstractFile extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $template ] Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] } - Methods [24] { Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ abstract class Phalcon\Http\Message\AbstractCommon ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ final protected method cloneInstance ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } Method [ final protected method checkStringParameter ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final protected method processWith ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } } } Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ boolean ] } Method [ public method getData ] { } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ abstract public method serialize ] { } Method [ abstract public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } } } } Class [ class Phalcon\Config extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] Property [ protected $pathDelimiter ] } - Methods [30] { Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - Return [ Phalcon\Config ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ boolean $insensitive ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } } } 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_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public integer MODELS_COLUMN_MAP ] { 0 } Constant [ public integer MODELS_DATE_AT ] { 6 } Constant [ public integer MODELS_DATE_IN ] { 7 } Constant [ public integer MODELS_DATA_TYPES ] { 4 } Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public integer MODELS_NOT_NULL ] { 3 } Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter ] Property [ protected $columnMap ] Property [ protected $container ] Property [ protected $metaData ] Property [ protected $strategy ] } - Methods [33] { Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ boolean ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ array or NULL ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array or NULL ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } Method [ private method throwWriteException ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ void ] } } } Class [ abstract class Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - Properties [11] { Property [ protected $connectionId ] Property [ protected $descriptor ] Property [ protected $dialect ] Property [ protected $dialectType ] Property [ protected $eventsManager ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] Property [ protected $transactionLevel ] Property [ protected $transactionsWithSavepoints ] Property [ protected $type ] } - Methods [70] { Method [ public method getDialectType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ boolean ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ boolean ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ boolean ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ boolean ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ boolean ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ boolean ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ boolean ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ array $placeholders ] Parameter #2 [ $column ] } } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } - Return [ string ] } Method [ public method getConnectionId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ boolean ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } - Return [ boolean ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ abstract public method affectedRows ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method begin ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method commit ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ abstract public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } - Return [ boolean ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ abstract public method escapeString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ abstract public method execute ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ abstract public method getInternalHandler ] { - Parameters [0] { } - Return [ PDO ] } Method [ abstract public method isUnderTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ abstract public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $placeholders ] Parameter #2 [ $dataTypes ] } } Method [ abstract public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } } } Class [ abstract class Phalcon\Http\Message\AbstractMessage extends Phalcon\Http\Message\AbstractCommon ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $body ] Property [ protected $headers ] Property [ protected $protocolVersion ] Property [ protected $uri ] } - Methods [24] { Method [ public method getBody ] { } Method [ public method getProtocolVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUri ] { } Method [ public method getHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ array ] } Method [ public method getHeaderLine ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method withAddedHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withBody ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } - Return [ NULL ] } Method [ public method withHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withProtocolVersion ] { - Parameters [1] { Parameter #0 [ $version ] } - Return [ NULL ] } Method [ public method withoutHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ NULL ] } Method [ final protected method checkHeaderHost ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $collection ] } - Return [ Phalcon\Collection ] } Method [ final protected method checkHeaderName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ final protected method checkHeaderValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ final protected method getHeaderValue ] { - Parameters [1] { Parameter #0 [ $values ] } - Return [ array ] } Method [ final protected method getUriHost ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - Return [ string ] } Method [ final protected method populateHeaderCollection ] { - Parameters [1] { Parameter #0 [ array $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processBody ] { - Parameters [2] { Parameter #0 [ $body ] Parameter #1 [ string $mode ] } - Return [ Psr\Http\Message\StreamInterface ] } Method [ final protected method processHeaders ] { - Parameters [1] { Parameter #0 [ $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processProtocol ] { - Parameters [1] { Parameter #0 [ $protocol ] } - Return [ string ] } Method [ final protected method cloneInstance ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } Method [ final protected method checkStringParameter ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final protected method processWith ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } } } Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $annotations ] Property [ protected $reader ] } - Methods [7] { Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $methodName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $propertyName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getReader ] { - Parameters [0] { } - Return [ Phalcon\Annotations\ReaderInterface ] } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } Class [ abstract class Phalcon\Db\Adapter\Pdo\AbstractPdo extends Phalcon\Db\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - Properties [13] { Property [ protected $connectionId ] Property [ protected $descriptor ] Property [ protected $dialect ] Property [ protected $dialectType ] Property [ protected $eventsManager ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] Property [ protected $transactionLevel ] Property [ protected $transactionsWithSavepoints ] Property [ protected $type ] Property [ protected $affectedRows ] Property [ protected $pdo ] } - Methods [76] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ integer ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } - Return [ boolean ] } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ string $sql ] Parameter #1 [ array $params ] } - Return [ array ] } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ boolean ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { } Method [ public method getInternalHandler ] { - Parameters [0] { } - Return [ PDO ] } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ integer ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ abstract protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDialectType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ boolean ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ boolean ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ boolean ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ boolean ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ boolean ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ boolean ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ boolean ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ array $placeholders ] Parameter #2 [ $column ] } } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } - Return [ string ] } Method [ public method getConnectionId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ boolean ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } - Return [ boolean ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } } } Class [ abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $escapeChar ] Property [ protected $customFunctions ] } - Methods [63] { Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ string or NULL $alias ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] Parameter #2 [ string or NULL $alias ] Parameter #3 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ string or NULL $domain ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ abstract public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } Method [ abstract public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ abstract public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ abstract public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ string ] } Method [ abstract public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ string ] } Method [ abstract public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ string ] } Method [ abstract public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ string ] } Method [ abstract public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $indexName ] } - Return [ string ] } Method [ abstract public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ abstract public method dropTable ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ abstract public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ abstract public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ abstract public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ abstract public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ string ] } Method [ abstract public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ abstract public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ abstract public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ abstract public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } } } Class [ abstract class Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Firewall\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $activeIdentity ] Property [ protected $activeRole ] Property [ protected $alwaysResolvingRole ] Property [ protected $cache ] Property [ protected $defaultAccess ] Property [ protected $eventsManager ] Property [ protected $internalCache ] Property [ protected $roleCallback ] } - Methods [17] { Method [ public method getActiveIdentity ] { } Method [ public method getActiveRole ] { } Method [ public method getDefaultAccess ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getRoleCallback ] { - Parameters [0] { } - Return [ Closure ] } Method [ public method isAlwaysResolvingRole ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setDefaultAccess ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setRoleCallback ] { - Parameters [1] { Parameter #0 [ Closure $callback ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setAlwaysResolvingRole ] { - Parameters [1] { Parameter #0 [ boolean $alwaysResolvingRole ] } - Return [ void ] } Method [ protected method callRoleCallback ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ protected method getAccessFromCache ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ array or NULL $originalValues ] Parameter #2 [ string or NULL $roleCacheKey ] } - Return [ boolean or NULL ] } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method fireEventOrThrowException ] { - Parameters [4] { Parameter #0 [ $role ] Parameter #1 [ string $actionName ] Parameter #2 [ string $controllerName ] Parameter #3 [ boolean $access ] } } Method [ protected method saveAccessInCache ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ boolean $access ] } - Return [ void ] } Method [ protected method throwFirewallException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ integer $exceptionCode ] } - Return [ boolean ] } } } Class [ class Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $handle ] Property [ protected $stream ] } - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ string $mode ] } } Method [ public method __destruct ] { } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } Method [ public method detach ] { } Method [ public method eof ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getContents ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMetadata ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getSize ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method isReadable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isSeekable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isWritable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $length ] } - Return [ string ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method seek ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $whence ] } - Return [ void ] } Method [ public method setStream ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ string $mode ] } - Return [ void ] } Method [ public method tell ] { - Parameters [0] { } - Return [ integer ] } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ integer ] } Method [ private method checkHandle ] { - Parameters [0] { } - Return [ void ] } Method [ private method checkReadable ] { - Parameters [0] { } - Return [ void ] } Method [ private method checkSeekable ] { - Parameters [0] { } - Return [ void ] } Method [ private method checkWritable ] { - Parameters [0] { } - Return [ void ] } } } Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $defaultFormatter ] Property [ protected $formatter ] Property [ protected $inTransaction ] Property [ protected $queue ] } - Methods [10] { Method [ public method __destruct ] { } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ abstract public method close ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Mvc\Model\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $config ] Property [ protected $limitRows ] Property [ protected $page ] Property [ protected $repository ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getLimit ] { - Parameters [0] { } - Return [ integer ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ integer $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ integer $limitRows ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setRepository ] { - Parameters [1] { Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ protected method getRepository ] { - Parameters [1] { Parameter #0 [ array or NULL $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ abstract public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Class [ abstract class Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $defaultInterpolator ] Property [ protected $interpolatorFactory ] } - Methods [10] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options ] } } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ public method t ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ abstract public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ boolean ] } Method [ abstract public method query ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Class [ abstract class Phalcon\Application\AbstractApplication extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $container ] Property [ protected $defaultModule ] Property [ protected $eventsManager ] Property [ protected $modules ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method getDefaultModule ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $defaultModule ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Application\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $attributes ] Property [ protected $autoVersion ] Property [ protected $filter ] Property [ protected $local ] Property [ protected $path ] Property [ protected $sourcePath ] Property [ protected $targetPath ] Property [ protected $targetUri ] Property [ protected $type ] Property [ protected $version ] } - Methods [26] { Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ boolean $autoVersion ] } } Method [ public method getFilter ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getLocal ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSourcePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } } Method [ public method __construct ] { - Parameters [7] { Parameter #0 [ string $type ] Parameter #1 [ string $path ] Parameter #2 [ boolean $local ] Parameter #3 [ boolean $filter ] Parameter #4 [ array $attributes ] Parameter #5 [ string or NULL $version ] Parameter #6 [ boolean $autoVersion ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAutoVersion ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ boolean $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ boolean $local ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ string $sourcePath ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ string $targetPath ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ string $targetUri ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes ] Property [ protected $content ] Property [ protected $filter ] Property [ protected $type ] } - Methods [9] { Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $type ] Parameter #1 [ string $content ] Parameter #2 [ boolean $filter ] Parameter #3 [ array $attributes ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ boolean $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Di implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_default ] } - Static methods [3] { Method [ static public method getDefault ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface or NULL ] } Method [ static public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } - Properties [3] { Property [ protected $services ] Property [ protected $sharedInstances ] Property [ protected $eventsManager ] } - Methods [23] { Method [ public method __construct ] { } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } - Return [ void ] } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] } - Return [ void ] } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ array or NULL $callbacks ] } - Return [ void ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method setRaw ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } } } Class [ abstract class Phalcon\Dispatcher\AbstractDispatcher extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [26] { Property [ protected $container ] Property [ protected $activeHandler ] Property [ protected $activeMethodMap ] Property [ protected $actionName ] Property [ protected $actionSuffix ] Property [ protected $camelCaseMap ] Property [ protected $defaultAction ] Property [ protected $defaultNamespace ] Property [ protected $defaultHandler ] Property [ protected $handlerHashes ] Property [ protected $handlerName ] Property [ protected $handlerSuffix ] Property [ protected $eventsManager ] Property [ protected $finished ] Property [ protected $forwarded ] Property [ protected $isControllerInitialize ] Property [ protected $lastHandler ] Property [ protected $modelBinder ] Property [ protected $modelBinding ] Property [ protected $moduleName ] Property [ protected $namespaceName ] Property [ protected $params ] Property [ protected $previousActionName ] Property [ protected $previousHandlerName ] Property [ protected $previousNamespaceName ] Property [ protected $returnedValue ] } - Methods [36] { Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ string $actionMethod ] Parameter #2 [ array $params ] } } Method [ public method dispatch ] { } Method [ public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] } - Return [ void ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefaultNamespace ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getModelBinder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ boolean ] } Method [ public method isFinished ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ public method getHandlerClass ] { - Parameters [0] { } - Return [ string ] } Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } Method [ public method setReturnedValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } - Return [ Phalcon\Dispatcher\DispatcherInterface ] } Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ public method getReturnedValue ] { } Method [ public method wasForwarded ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method resolveEmptyProperties ] { - Parameters [0] { } - Return [ void ] } Method [ protected method toCamelCase ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Dispatcher\Exception extends Phalcon\Exception implements Throwable ] { - Constants [6] { Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } Constant [ public integer EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Flash\AbstractFlash extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Flash\FlashInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $container ] Property [ protected $autoescape ] Property [ protected $automaticHtml ] Property [ protected $cssClasses ] Property [ protected $customTemplate ] Property [ protected $escaperService ] Property [ protected $implicitFlush ] Property [ protected $messages ] Property [ protected $sessionService ] } - Methods [23] { Method [ public method getAutoescape ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Escaper\EscaperInterface ] } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ boolean $autoescape ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ boolean $automaticHtml ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setCustomTemplate ] { - Parameters [1] { Parameter #0 [ string $customTemplate ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ boolean $implicitFlush ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method success ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method outputMessage ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $message ] } } Method [ public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ private method getTemplate ] { - Parameters [1] { Parameter #0 [ string $cssClassses ] } - Return [ string ] } Method [ private method prepareEscapedMessage ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ private method prepareHtmlMessage ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ string $message ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ abstract public method message ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ string $message ] } - Return [ string or NULL ] } } } Class [ abstract class Phalcon\Http\Message\AbstractRequest extends Phalcon\Http\Message\AbstractMessage ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $body ] Property [ protected $headers ] Property [ protected $protocolVersion ] Property [ protected $method ] Property [ protected $requestTarget ] Property [ protected $uri ] } - Methods [31] { Method [ public method getMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUri ] { } Method [ public method getRequestTarget ] { - Parameters [0] { } - Return [ string ] } Method [ public method withMethod ] { - Parameters [1] { Parameter #0 [ $method ] } - Return [ NULL ] } Method [ public method withRequestTarget ] { - Parameters [1] { Parameter #0 [ $requestTarget ] } - Return [ NULL ] } Method [ public method withUri ] { - Parameters [2] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] Parameter #1 [ $preserveHost ] } - Return [ NULL ] } Method [ final protected method processMethod ] { - Parameters [1] { Parameter #0 [ $method ] } - Return [ string ] } Method [ final protected method processUri ] { - Parameters [1] { Parameter #0 [ $uri ] } - Return [ Psr\Http\Message\UriInterface ] } Method [ public method getBody ] { } Method [ public method getProtocolVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ array ] } Method [ public method getHeaderLine ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method withAddedHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withBody ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } - Return [ NULL ] } Method [ public method withHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withProtocolVersion ] { - Parameters [1] { Parameter #0 [ $version ] } - Return [ NULL ] } Method [ public method withoutHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ NULL ] } Method [ final protected method checkHeaderHost ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $collection ] } - Return [ Phalcon\Collection ] } Method [ final protected method checkHeaderName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ final protected method checkHeaderValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ final protected method getHeaderValue ] { - Parameters [1] { Parameter #0 [ $values ] } - Return [ array ] } Method [ final protected method getUriHost ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - Return [ string ] } Method [ final protected method populateHeaderCollection ] { - Parameters [1] { Parameter #0 [ array $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processBody ] { - Parameters [2] { Parameter #0 [ $body ] Parameter #1 [ string $mode ] } - Return [ Psr\Http\Message\StreamInterface ] } Method [ final protected method processHeaders ] { - Parameters [1] { Parameter #0 [ $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processProtocol ] { - Parameters [1] { Parameter #0 [ $protocol ] } - Return [ string ] } Method [ final protected method cloneInstance ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } Method [ final protected method checkStringParameter ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final protected method processWith ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } } } Class [ abstract class Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $checked ] } - Static methods [0] { } - Properties [7] { Property [ protected $file ] Property [ protected $height ] Property [ protected $image ] Property [ protected $mime ] Property [ protected $realpath ] Property [ protected $type ] Property [ protected $width ] } - Methods [21] { Method [ public method getHeight ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getImage ] { } Method [ public method getMime ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealpath ] { } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getWidth ] { - Parameters [0] { } - Return [ integer ] } Method [ public method background ] { - Parameters [2] { Parameter #0 [ string $color ] Parameter #1 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ integer $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer or NULL $offsetX ] Parameter #3 [ integer or NULL $offsetY ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ integer $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method liquidRescale ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer $deltaX ] Parameter #3 [ integer $rigidity ] } - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ integer $height ] Parameter #1 [ integer $opacity ] Parameter #2 [ boolean $fadeIn ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ string or NULL $ext ] Parameter #1 [ integer $quality ] } - Return [ string ] } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ integer or NULL $width ] Parameter #1 [ integer or NULL $height ] Parameter #2 [ integer $master ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ integer $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method save ] { - Parameters [2] { Parameter #0 [ string or NULL $file ] Parameter #1 [ integer $quality ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ integer $opacity ] Parameter #4 [ string $color ] Parameter #5 [ integer $size ] Parameter #6 [ string or NULL $fontfile ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } } } Class [ abstract class Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ $context ] } } Method [ abstract public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } } } } Class [ abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $options ] } - Methods [5] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ string or NULL $eventName ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ boolean ] } Method [ public method notify ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } } } Class [ abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { - Constants [5] { Constant [ public integer HYDRATE_ARRAYS ] { 1 } Constant [ public integer HYDRATE_OBJECTS ] { 2 } Constant [ public integer HYDRATE_RECORDS ] { 0 } Constant [ public integer TYPE_RESULT_FULL ] { 0 } Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $activeRow ] Property [ protected $cache ] Property [ protected $count ] Property [ protected $errorMessages ] Property [ protected $hydrateMode ] Property [ protected $isFresh ] Property [ protected $pointer ] Property [ protected $row ] Property [ protected $rows ] Property [ protected $result ] } - Methods [28] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $result ] Parameter #1 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] } } Method [ final public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ public method getFirst ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ public method getHydrateMode ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getLast ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method isFresh ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ boolean ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ final public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } - Return [ void ] } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ integer $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ boolean $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } Method [ public method valid ] { - Parameters [0] { } - Return [ boolean ] } Method [ abstract public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method current ] { } Method [ abstract public method serialize ] { } Method [ abstract public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } } } } Class [ abstract class Phalcon\Mvc\View\Engine\AbstractEngine extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\View\Engine\EngineInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $container ] Property [ protected $view ] } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getView ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ViewBaseInterface ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ abstract public method render ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $params ] Parameter #2 [ boolean $mustClean ] } } } } Class [ abstract class Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapter ] } - Methods [6] { Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ boolean ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ $maxlifetime ] } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ boolean ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $data ] } - Return [ boolean ] } } } Class [ abstract class Phalcon\Validation\AbstractValidatorComposite extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface, Phalcon\Validation\ValidatorCompositeInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $template ] Property [ protected $templates ] Property [ protected $options ] Property [ protected $validators ] } - Methods [13] { Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ abstract class Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Acl\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $activeAccess ] Property [ protected $accessGranted ] Property [ protected $activeRole ] Property [ protected $activeComponent ] Property [ protected $defaultAccess ] Property [ protected $eventsManager ] } - Methods [21] { Method [ public method getActiveAccess ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveRole ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveComponent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDefaultAction ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ void ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ abstract public method addInherit ] { - Parameters [2] { Parameter #0 [ string $roleName ] Parameter #1 [ $roleToInherit ] } - Return [ boolean ] } Method [ abstract public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits ] } - Return [ boolean ] } Method [ abstract public method addComponent ] { - Parameters [2] { Parameter #0 [ $componentObject ] Parameter #1 [ $accessList ] } - Return [ boolean ] } Method [ abstract public method addComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ boolean ] } Method [ abstract public method allow ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } - Return [ void ] } Method [ abstract public method deny ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } - Return [ void ] } Method [ abstract public method dropComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ void ] } Method [ abstract public method getNoArgumentsDefaultAction ] { - Parameters [0] { } - Return [ integer ] } Method [ abstract public method getRoles ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getComponents ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $componentName ] Parameter #2 [ string $access ] Parameter #3 [ array or NULL $parameters ] } - Return [ boolean ] } Method [ abstract public method isComponent ] { - Parameters [1] { Parameter #0 [ string $componentName ] } - Return [ boolean ] } Method [ abstract public method isRole ] { - Parameters [1] { Parameter #0 [ string $roleName ] } - Return [ boolean ] } Method [ abstract public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ void ] } } } Class [ class Phalcon\Crypt\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Di\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Di\FactoryDefault extends Phalcon\Di implements ArrayAccess, Phalcon\Di\DiInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_default ] } - Static methods [3] { Method [ static public method getDefault ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface or NULL ] } Method [ static public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } - Properties [3] { Property [ protected $services ] Property [ protected $sharedInstances ] Property [ protected $eventsManager ] } - Methods [23] { Method [ public method __construct ] { } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } - Return [ void ] } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] } - Return [ void ] } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ array or NULL $callbacks ] } - Return [ void ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method setRaw ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } } } Class [ class Phalcon\Html\Link\Link implements Psr\Link\LinkInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes ] Property [ protected $href ] Property [ protected $rels ] Property [ protected $templated ] } - Methods [6] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $rel ] Parameter #1 [ string $href ] Parameter #2 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method getHref ] { } Method [ public method getRels ] { } Method [ public method isTemplated ] { } Method [ protected method hrefIsTemplated ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ boolean ] } } } Class [ class Phalcon\Html\Link\LinkProvider implements Psr\Link\LinkProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $links ] } - Methods [4] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $links ] } } Method [ public method getLinks ] { } Method [ public method getLinksByRel ] { - Parameters [1] { Parameter #0 [ $rel ] } } Method [ protected method getKey ] { - Parameters [1] { Parameter #0 [ Psr\Link\LinkInterface $link ] } - Return [ string ] } } } Class [ class Phalcon\Mvc\Model\Transaction\Exception extends Phalcon\Mvc\Model\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [2] { Constant [ public integer POSITION_FIRST ] { 0 } Constant [ public integer POSITION_LAST ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [21] { Property [ protected $container ] Property [ protected $action ] Property [ protected $controller ] Property [ protected $defaultAction ] Property [ protected $defaultController ] Property [ protected $defaultModule ] Property [ protected $defaultNamespace ] Property [ protected $defaultParams ] Property [ protected $eventsManager ] Property [ protected $keyRouteNames ] Property [ protected $keyRouteIds ] Property [ protected $matchedRoute ] Property [ protected $matches ] Property [ protected $module ] Property [ protected $namespaceName ] Property [ protected $notFoundPaths ] Property [ protected $params ] Property [ protected $removeExtraSlashes ] Property [ protected $routes ] Property [ protected $uriSource ] Property [ protected $wasMatched ] } - Methods [44] { Method [ public method getKeyRouteNames ] { } Method [ public method setKeyRouteNames ] { - Parameters [1] { Parameter #0 [ $keyRouteNames ] } } Method [ public method getKeyRouteIds ] { } Method [ public method setKeyRouteIds ] { - Parameters [1] { Parameter #0 [ $keyRouteIds ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ boolean $defaultRoutes ] } } Method [ public method add ] { - Parameters [4] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] Parameter #3 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addConnect ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addDelete ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addGet ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addHead ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addOptions ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPatch ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPost ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPurge ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPut ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addTrace ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ $position ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMatchedRoute ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ void ] } Method [ public method isExactControllerName ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $paths ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method removeExtraSlashes ] { - Parameters [1] { Parameter #0 [ boolean $remove ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method getDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method wasMatched ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\View\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $connection ] Property [ protected $options ] Property [ protected $prefix ] Property [ protected $ttl ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ boolean ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ $maxlifetime ] } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ boolean ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $data ] } - Return [ boolean ] } Method [ protected method getPrefixedName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } } } Class [ class Phalcon\Storage\Adapter\Apcu extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $options ] } - Methods [18] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Storage\Adapter\Libmemcached extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $options ] } - Methods [19] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ private method setSerializer ] { - Parameters [1] { Parameter #0 [ Memcached $connection ] } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Storage\Adapter\Memory extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $data ] Property [ protected $options ] } - Methods [18] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Storage\Adapter\Redis extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $options ] } - Methods [19] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ private method setSerializer ] { - Parameters [1] { Parameter #0 [ Redis $connection ] } } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Storage\Adapter\Stream extends Phalcon\Storage\Adapter\AbstractAdapter implements Phalcon\Storage\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $storageDir ] Property [ protected $options ] Property [ private $warning ] } - Methods [23] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ private method getDir ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ string ] } Method [ private method getFilepath ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ string ] } Method [ private method getIterator ] { - Parameters [1] { Parameter #0 [ string $dir ] } - Return [ Iterator ] } Method [ private method getPayload ] { - Parameters [1] { Parameter #0 [ string $filepath ] } - Return [ array ] } Method [ private method isExpired ] { - Parameters [1] { Parameter #0 [ array $payload ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ abstract class Phalcon\Validation\AbstractCombinedFieldsValidator extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $template ] Property [ protected $templates ] Property [ protected $options ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ abstract public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [18] { Property [ protected $activeAccess ] Property [ protected $accessGranted ] Property [ protected $activeRole ] Property [ protected $activeComponent ] Property [ protected $defaultAccess ] Property [ protected $eventsManager ] Property [ protected $access ] Property [ protected $accessList ] Property [ protected $activeFunction ] Property [ protected $activeFunctionCustomArgumentsCount ] Property [ protected $activeKey ] Property [ protected $components ] Property [ protected $componentsNames ] Property [ protected $func ] Property [ protected $noArgumentsDefaultAction ] Property [ protected $roles ] Property [ protected $roleInherits ] Property [ protected $rolesNames ] } - Methods [27] { Method [ public method getActiveFunction ] { } Method [ public method getActiveFunctionCustomArgumentsCount ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getActiveKey ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method __construct ] { } Method [ public method addComponent ] { - Parameters [2] { Parameter #0 [ $componentValue ] Parameter #1 [ $accessList ] } - Return [ boolean ] } Method [ public method addComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ boolean ] } Method [ public method addInherit ] { - Parameters [2] { Parameter #0 [ string $roleName ] Parameter #1 [ $roleToInherits ] } - Return [ boolean ] } Method [ public method addRole ] { - Parameters [2] { Parameter #0 [ $role ] Parameter #1 [ $accessInherits ] } - Return [ boolean ] } Method [ public method allow ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } - Return [ void ] } Method [ public method deny ] { - Parameters [4] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $func ] } - Return [ void ] } Method [ public method dropComponentAccess ] { - Parameters [2] { Parameter #0 [ string $componentName ] Parameter #1 [ $accessList ] } - Return [ void ] } Method [ public method getNoArgumentsDefaultAction ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getRoles ] { - Parameters [0] { } - Return [ array ] } Method [ public method getComponents ] { - Parameters [0] { } - Return [ array ] } Method [ public method isAllowed ] { - Parameters [4] { Parameter #0 [ $roleName ] Parameter #1 [ $componentName ] Parameter #2 [ string $access ] Parameter #3 [ array or NULL $parameters ] } - Return [ boolean ] } Method [ public method isRole ] { - Parameters [1] { Parameter #0 [ string $roleName ] } - Return [ boolean ] } Method [ public method isComponent ] { - Parameters [1] { Parameter #0 [ string $componentName ] } - Return [ boolean ] } Method [ public method setNoArgumentsDefaultAction ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ void ] } Method [ private method allowOrDeny ] { - Parameters [5] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ $access ] Parameter #3 [ $action ] Parameter #4 [ $func ] } - Return [ void ] } Method [ private method canAccess ] { - Parameters [3] { Parameter #0 [ string $roleName ] Parameter #1 [ string $componentName ] Parameter #2 [ string $access ] } } Method [ public method getActiveAccess ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveRole ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveComponent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDefaultAction ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ void ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } } } Class [ class Phalcon\Acl\Component implements Phalcon\Acl\ComponentInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $description ] Property [ private $name ] } - Methods [4] { Method [ public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string or NULL $description ] } } } } Class [ class Phalcon\Acl\Enum ] { - Constants [2] { Constant [ public integer ALLOW ] { 1 } Constant [ public integer DENY ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Acl\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Acl\Role implements Phalcon\Acl\RoleInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $name ] Property [ private $description ] } - Methods [4] { Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string or NULL $description ] } } } } Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $annotations ] Property [ protected $reader ] Property [ protected $prefix ] Property [ protected $ttl ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $methodName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $propertyName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getReader ] { - Parameters [0] { } - Return [ Phalcon\Annotations\ReaderInterface ] } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } Class [ class Phalcon\Annotations\Adapter\Memory extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $annotations ] Property [ protected $reader ] Property [ protected $data ] } - Methods [9] { Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } - Return [ void ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $methodName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $propertyName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getReader ] { - Parameters [0] { } - Return [ Phalcon\Annotations\ReaderInterface ] } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } Class [ class Phalcon\Annotations\Adapter\Stream extends Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $annotations ] Property [ protected $reader ] Property [ protected $annotationsDir ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ Phalcon\Annotations\Reflection $data ] } - Return [ void ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } - Return [ Phalcon\Annotations\Reflection ] } Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $methodName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ string $className ] Parameter #1 [ string $propertyName ] } - Return [ Phalcon\Annotations\Collection ] } Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } Method [ public method getReader ] { - Parameters [0] { } - Return [ Phalcon\Annotations\ReaderInterface ] } Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } } } Class [ class Phalcon\Annotations\Annotation ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $arguments ] Property [ protected $exprArguments ] Property [ protected $name ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $reflectionData ] } } Method [ public method getArgument ] { - Parameters [1] { Parameter #0 [ $position ] } } Method [ public method getArguments ] { - Parameters [0] { } - Return [ array ] } Method [ public method getExprArguments ] { - Parameters [0] { } - Return [ array ] } Method [ public method getExpression ] { - Parameters [1] { Parameter #0 [ array $expr ] } } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamedArgument ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getNamedParameter ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method hasArgument ] { - Parameters [1] { Parameter #0 [ $position ] } - Return [ boolean ] } Method [ public method numberArguments ] { - Parameters [0] { } - Return [ integer ] } } } Class [ class Phalcon\Annotations\AnnotationsFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - Return [ Phalcon\Annotations\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Annotations\Collection implements Iterator, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $annotations ] Property [ protected $position ] } - Methods [11] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $reflectionData ] } } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method current ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Annotations\Annotation ] } Method [ public method getAll ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ array ] } Method [ public method getAnnotations ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method key ] { - Parameters [0] { } - Return [ integer ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Annotations\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method parseDocBlock ] { - Parameters [3] { Parameter #0 [ string $docBlock ] Parameter #1 [ $file ] Parameter #2 [ $line ] } - Return [ array ] } } - Properties [0] { } - Methods [1] { Method [ public method parse ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ array ] } } } Class [ class Phalcon\Annotations\Reflection ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $classAnnotations ] Property [ protected $methodAnnotations ] Property [ protected $propertyAnnotations ] Property [ protected $reflectionData ] } - Methods [5] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $reflectionData ] } } Method [ public method getClassAnnotations ] { } Method [ public method getMethodsAnnotations ] { } Method [ public method getPropertiesAnnotations ] { } Method [ public method getReflectionData ] { - Parameters [0] { } - Return [ array ] } } } Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $attributes ] Property [ protected $autoVersion ] Property [ protected $filter ] Property [ protected $local ] Property [ protected $path ] Property [ protected $sourcePath ] Property [ protected $targetPath ] Property [ protected $targetUri ] Property [ protected $type ] Property [ protected $version ] } - Methods [26] { Method [ public method __construct ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ boolean $local ] Parameter #2 [ boolean $filter ] Parameter #3 [ array $attributes ] Parameter #4 [ string or NULL $version ] Parameter #5 [ boolean $autoVersion ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ boolean $autoVersion ] } } Method [ public method getFilter ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getLocal ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSourcePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAutoVersion ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ boolean $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ boolean $local ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ string $sourcePath ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ string $targetPath ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ string $targetUri ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $attributes ] Property [ protected $autoVersion ] Property [ protected $filter ] Property [ protected $local ] Property [ protected $path ] Property [ protected $sourcePath ] Property [ protected $targetPath ] Property [ protected $targetUri ] Property [ protected $type ] Property [ protected $version ] } - Methods [26] { Method [ public method __construct ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ boolean $local ] Parameter #2 [ boolean $filter ] Parameter #3 [ array $attributes ] Parameter #4 [ string or NULL $version ] Parameter #5 [ boolean $autoVersion ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ boolean $autoVersion ] } } Method [ public method getFilter ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getLocal ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSourcePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method getContent ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealSourcePath ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ string or NULL $basePath ] } - Return [ string ] } Method [ public method getRealTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method isAutoVersion ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ boolean $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ boolean $local ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ string $sourcePath ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ string $targetPath ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ string $targetUri ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Assets\Collection implements Countable, Iterator, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [15] { Property [ protected $assets ] Property [ protected $attributes ] Property [ protected $autoVersion ] Property [ protected $codes ] Property [ protected $filters ] Property [ protected $includedAssets ] Property [ protected $join ] Property [ protected $local ] Property [ protected $prefix ] Property [ protected $position ] Property [ protected $sourcePath ] Property [ protected $targetLocal ] Property [ protected $targetPath ] Property [ protected $targetUri ] Property [ protected $version ] } - Methods [42] { Method [ public method getAssets ] { - Parameters [0] { } - Return [ array ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method setAutoVersion ] { - Parameters [1] { Parameter #0 [ boolean $autoVersion ] } } Method [ public method getCodes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFilters ] { - Parameters [0] { } - Return [ array ] } Method [ public method getJoin ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getLocal ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPosition ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getSourcePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetLocal ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getTargetPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTargetUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method setVersion ] { - Parameters [1] { Parameter #0 [ string $version ] } } Method [ public method __construct ] { } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addCss ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ $local ] Parameter #2 [ boolean $filter ] Parameter #3 [ $attributes ] Parameter #4 [ string or NULL $version ] Parameter #5 [ boolean $autoVersion ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addInline ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Inline $code ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addInlineCss ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ boolean $filter ] Parameter #2 [ $attributes ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addInlineJs ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ boolean $filter ] Parameter #2 [ $attributes ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method addJs ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ $local ] Parameter #2 [ boolean $filter ] Parameter #3 [ $attributes ] Parameter #4 [ string or NULL $version ] Parameter #5 [ boolean $autoVersion ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method current ] { - Parameters [0] { } - Return [ Phalcon\Assets\Asset ] } Method [ public method getRealTargetPath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } - Return [ string ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } - Return [ boolean ] } Method [ public method isAutoVersion ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method join ] { - Parameters [1] { Parameter #0 [ boolean $join ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method key ] { - Parameters [0] { } - Return [ integer ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ array $filters ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setLocal ] { - Parameters [1] { Parameter #0 [ boolean $local ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setTargetLocal ] { - Parameters [1] { Parameter #0 [ boolean $targetLocal ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setTargetPath ] { - Parameters [1] { Parameter #0 [ string $targetPath ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setTargetUri ] { - Parameters [1] { Parameter #0 [ string $targetUri ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method setSourcePath ] { - Parameters [1] { Parameter #0 [ string $sourcePath ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method valid ] { - Parameters [0] { } - Return [ boolean ] } Method [ final protected method addAsset ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\AssetInterface $asset ] } - Return [ boolean ] } } } Class [ class Phalcon\Assets\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Assets\Filters\Cssmin implements Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ string ] } } } Class [ class Phalcon\Assets\Filters\Jsmin implements Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ string ] } } } Class [ class Phalcon\Assets\Filters\None implements Phalcon\Assets\FilterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ string ] } } } Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes ] Property [ protected $content ] Property [ protected $filter ] Property [ protected $type ] } - Methods [9] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ boolean $filter ] Parameter #2 [ $attributes ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ boolean $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes ] Property [ protected $content ] Property [ protected $filter ] Property [ protected $type ] } - Methods [9] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ boolean $filter ] Parameter #2 [ $attributes ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getFilter ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ boolean $filter ] } - Return [ Phalcon\Assets\AssetInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Assets\AssetInterface ] } } } Class [ class Phalcon\Assets\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $container ] Property [ protected $collections ] Property [ protected $options ] Property [ protected $implicitOutput ] } - Methods [29] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method addAsset ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Asset $asset ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addAssetByType ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Assets\Asset $asset ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addCss ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ $local ] Parameter #2 [ boolean $filter ] Parameter #3 [ $attributes ] Parameter #4 [ string or NULL $version ] Parameter #5 [ boolean $autoVersion ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineCode ] { - Parameters [1] { Parameter #0 [ Phalcon\Assets\Inline $code ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineCodeByType ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Assets\Inline $code ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineCss ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addInlineJs ] { - Parameters [3] { Parameter #0 [ string $content ] Parameter #1 [ $filter ] Parameter #2 [ $attributes ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method addJs ] { - Parameters [6] { Parameter #0 [ string $path ] Parameter #1 [ $local ] Parameter #2 [ boolean $filter ] Parameter #3 [ $attributes ] Parameter #4 [ string or NULL $version ] Parameter #5 [ boolean $autoVersion ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method collection ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method collectionAssetsByType ] { - Parameters [2] { Parameter #0 [ array $assets ] Parameter #1 [ string $type ] } - Return [ array ] } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $id ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $id ] } - Return [ Phalcon\Assets\Collection ] } Method [ public method getCollections ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCss ] { - Parameters [0] { } - Return [ Phalcon\Assets\Collection ] } Method [ public method getJs ] { - Parameters [0] { } - Return [ Phalcon\Assets\Collection ] } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method output ] { - Parameters [3] { Parameter #0 [ Phalcon\Assets\Collection $collection ] Parameter #1 [ $callback ] Parameter #2 [ $type ] } - Return [ string or NULL ] } Method [ public method outputCss ] { - Parameters [1] { Parameter #0 [ string or NULL $collectionName ] } - Return [ string ] } Method [ public method outputInline ] { - Parameters [2] { Parameter #0 [ Phalcon\Assets\Collection $collection ] Parameter #1 [ $type ] } - Return [ string ] } Method [ public method outputInlineCss ] { - Parameters [1] { Parameter #0 [ string or NULL $collectionName ] } - Return [ string ] } Method [ public method outputInlineJs ] { - Parameters [1] { Parameter #0 [ string or NULL $collectionName ] } - Return [ string ] } Method [ public method outputJs ] { - Parameters [1] { Parameter #0 [ string or NULL $collectionName ] } - Return [ string ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $id ] Parameter #1 [ Phalcon\Assets\Collection $collection ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Assets\Manager ] } Method [ public method useImplicitOutput ] { - Parameters [1] { Parameter #0 [ boolean $implicitOutput ] } - Return [ Phalcon\Assets\Manager ] } Method [ private method getPrefixedPath ] { - Parameters [2] { Parameter #0 [ Phalcon\Assets\Collection $collection ] Parameter #1 [ string $path ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Cache implements Psr\SimpleCache\CacheInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapter ] } - Methods [12] { Method [ public method getAdapter ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ boolean ] } Method [ public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] Parameter #1 [ $defaultValue ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ boolean ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] Parameter #1 [ $ttl ] } - Return [ boolean ] } Method [ protected method checkKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ void ] } Method [ protected method checkKeys ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ void ] } } } Class [ class Phalcon\Cache\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $mapper ] Property [ protected $services ] Property [ private $serializerFactory ] } - Methods [6] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $services ] } } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Cache\Adapter\Apcu extends Phalcon\Storage\Adapter\Apcu implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $options ] } - Methods [18] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Cache\Adapter\Libmemcached extends Phalcon\Storage\Adapter\Libmemcached implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $options ] } - Methods [18] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Cache\Adapter\Memory extends Phalcon\Storage\Adapter\Memory implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $data ] Property [ protected $options ] } - Methods [18] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Cache\Adapter\Redis extends Phalcon\Storage\Adapter\Redis implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $options ] } - Methods [18] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Cache\Adapter\Stream extends Phalcon\Storage\Adapter\Stream implements Phalcon\Storage\Adapter\AdapterInterface, Phalcon\Cache\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $adapter ] Property [ protected $defaultSerializer ] Property [ protected $lifetime ] Property [ protected $prefix ] Property [ protected $serializer ] Property [ protected $serializerFactory ] Property [ protected $storageDir ] Property [ protected $options ] } - Methods [18] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $options ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method decrement ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method getAdapter ] { } Method [ public method getKeys ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method increment ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ integer $value ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl ] } - Return [ boolean ] } Method [ public method getDefaultSerializer ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultSerializer ] { - Parameters [1] { Parameter #0 [ string $defaultSerializer ] } } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getPrefixedKey ] { - Parameters [1] { Parameter #0 [ $key ] } - Return [ string ] } Method [ protected method getSerializedData ] { - Parameters [1] { Parameter #0 [ $content ] } } Method [ protected method getTtl ] { - Parameters [1] { Parameter #0 [ $ttl ] } - Return [ integer ] } Method [ protected method getUnserializedData ] { - Parameters [2] { Parameter #0 [ $content ] Parameter #1 [ $defaultValue ] } } Method [ protected method initSerializer ] { - Parameters [0] { } - Return [ void ] } } } Class [ class Phalcon\Cache\CacheFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapterFactory ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - Return [ Psr\SimpleCache\CacheInterface ] } } } Class [ class Phalcon\Cache\Exception\Exception extends Phalcon\Exception implements Throwable, Psr\SimpleCache\CacheException ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Phalcon\Exception implements Throwable, Psr\SimpleCache\InvalidArgumentException, Psr\SimpleCache\CacheException ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cli\Console extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $container ] Property [ protected $defaultModule ] Property [ protected $eventsManager ] Property [ protected $modules ] Property [ protected $arguments ] Property [ protected $options ] } - Methods [14] { Method [ public method handle ] { - Parameters [1] { Parameter #0 [ array or NULL $arguments ] } } Method [ public method setArgument ] { - Parameters [3] { Parameter #0 [ array or NULL $arguments ] Parameter #1 [ boolean $str ] Parameter #2 [ boolean $shift ] } - Return [ Phalcon\Cli\Console ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method getDefaultModule ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $defaultModule ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Cli\Console\Exception extends Phalcon\Application\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [27] { Property [ protected $container ] Property [ protected $activeHandler ] Property [ protected $activeMethodMap ] Property [ protected $actionName ] Property [ protected $actionSuffix ] Property [ protected $camelCaseMap ] Property [ protected $defaultNamespace ] Property [ protected $handlerHashes ] Property [ protected $handlerName ] Property [ protected $eventsManager ] Property [ protected $finished ] Property [ protected $forwarded ] Property [ protected $isControllerInitialize ] Property [ protected $lastHandler ] Property [ protected $modelBinder ] Property [ protected $modelBinding ] Property [ protected $moduleName ] Property [ protected $namespaceName ] Property [ protected $params ] Property [ protected $previousActionName ] Property [ protected $previousHandlerName ] Property [ protected $previousNamespaceName ] Property [ protected $returnedValue ] Property [ protected $defaultHandler ] Property [ protected $defaultAction ] Property [ protected $handlerSuffix ] Property [ protected $options ] } - Methods [49] { Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ string $actionMethod ] Parameter #2 [ array $params ] } } Method [ public method getActiveTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } Method [ public method getLastTask ] { - Parameters [0] { } - Return [ Phalcon\Cli\TaskInterface ] } Method [ public method getOption ] { - Parameters [3] { Parameter #0 [ $option ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getTaskName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTaskSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ boolean ] } Method [ public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ public method setTaskName ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ public method setTaskSuffix ] { - Parameters [1] { Parameter #0 [ string $taskSuffix ] } - Return [ void ] } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method throwDispatchException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ integer $exceptionCode ] } } Method [ public method dispatch ] { } Method [ public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] } - Return [ void ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefaultNamespace ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getModelBinder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ boolean ] } Method [ public method isFinished ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ public method getHandlerClass ] { - Parameters [0] { } - Return [ string ] } Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } Method [ public method setReturnedValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } - Return [ Phalcon\Dispatcher\DispatcherInterface ] } Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ public method getReturnedValue ] { } Method [ public method wasForwarded ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method resolveEmptyProperties ] { - Parameters [0] { } - Return [ void ] } Method [ protected method toCamelCase ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Cli\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable ] { - Constants [6] { Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } Constant [ public integer EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cli\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $container ] Property [ protected $action ] Property [ protected $defaultAction ] Property [ protected $defaultModule ] Property [ protected $defaultParams ] Property [ protected $defaultTask ] Property [ protected $matchedRoute ] Property [ protected $matches ] Property [ protected $module ] Property [ protected $params ] Property [ protected $routes ] Property [ protected $task ] Property [ protected $wasMatched ] } - Methods [19] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ boolean $defaultRoutes ] } } Method [ public method add ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMatchedRoute ] { - Parameters [0] { } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getTaskName ] { - Parameters [0] { } - Return [ string ] } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ $arguments ] } } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Cli\Router ] } Method [ public method setDefaultTask ] { - Parameters [1] { Parameter #0 [ string $taskName ] } - Return [ void ] } Method [ public method wasMatched ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Cli\Router\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Cli\Router\Route implements Phalcon\Cli\Router\RouteInterface ] { - Constants [1] { Constant [ public string DEFAULT_DELIMITER ] { } } - Static properties [2] { Property [ protected static $delimiterPath ] Property [ protected static $uniqueId ] } - Static methods [3] { Method [ static public method delimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - Return [ void ] } Method [ static public method getDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ static public method reset ] { - Parameters [0] { } - Return [ void ] } } - Properties [9] { Property [ protected $beforeMatch ] Property [ protected $compiledPattern ] Property [ protected $converters ] Property [ protected $delimiter ] Property [ protected $description ] Property [ protected $id ] Property [ protected $name ] Property [ protected $paths ] Property [ protected $pattern ] } - Methods [17] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } } Method [ public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $callback ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ public method compilePattern ] { - Parameters [1] { Parameter #0 [ string $pattern ] } - Return [ string ] } Method [ public method convert ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $converter ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ public method extractNamedParams ] { - Parameters [1] { Parameter #0 [ string $pattern ] } } Method [ public method getBeforeMatch ] { } Method [ public method getCompiledPattern ] { - Parameters [0] { } - Return [ string ] } Method [ public method getConverters ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDescription ] { - Parameters [0] { } - Return [ string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPaths ] { - Parameters [0] { } - Return [ array ] } Method [ public method getPattern ] { - Parameters [0] { } - Return [ string ] } Method [ public method getReversedPaths ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteId ] { - Parameters [0] { } - Return [ string ] } Method [ public method reConfigure ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ void ] } Method [ public method setDescription ] { - Parameters [1] { Parameter #0 [ string $description ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Cli\Router\RouteInterface ] } } } Class [ class Phalcon\Cli\Task extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Cli\TaskInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $container ] Property [ protected $eventsManager ] } - Methods [7] { Method [ final public method __construct ] { } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Collection\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Collection\ReadOnly extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] } - Methods [25] { Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ boolean $insensitive ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } } } Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] Property [ protected $pathDelimiter ] } - Methods [30] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $arrayConfig ] Parameter #1 [ string $defaultAdapter ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - Return [ Phalcon\Config ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } } } Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] Property [ protected $pathDelimiter ] } - Methods [32] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ $mode ] } } Method [ protected method cast ] { - Parameters [1] { Parameter #0 [ $ini ] } } Method [ protected method parseIniString ] { - Parameters [2] { Parameter #0 [ string $path ] Parameter #1 [ $value ] } - Return [ array ] } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - Return [ Phalcon\Config ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } } } Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] Property [ protected $pathDelimiter ] } - Methods [30] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $filePath ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - Return [ Phalcon\Config ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } } } Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] Property [ protected $pathDelimiter ] } - Methods [30] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $filePath ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - Return [ Phalcon\Config ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } } } Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements ArrayAccess, Countable, IteratorAggregate, Traversable, JsonSerializable, Serializable ] { - Constants [1] { Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] Property [ protected $pathDelimiter ] } - Methods [30] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ array or NULL $callbacks ] } } Method [ public method getPathDelimiter ] { - Parameters [0] { } - Return [ string ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ $toMerge ] } - Return [ Phalcon\Config ] } Method [ public method path ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $defaultValue ] Parameter #2 [ $delimiter ] } } Method [ public method setPathDelimiter ] { - Parameters [1] { Parameter #0 [ string or NULL $delimiter ] } - Return [ Phalcon\Config ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalMerge ] { - Parameters [2] { Parameter #0 [ array $source ] Parameter #1 [ array $target ] } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } } } Class [ class Phalcon\Config\ConfigFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ NULL ] } Method [ public method newInstance ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ string $fileName ] Parameter #2 [ $params ] } - Return [ NULL ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Config\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Container implements Psr\Container\ContainerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $container ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } } } Class [ class Phalcon\Crypt implements Phalcon\Crypt\CryptInterface ] { - Constants [7] { Constant [ public integer PADDING_ANSI_X_923 ] { 1 } Constant [ public integer PADDING_DEFAULT ] { 0 } Constant [ public integer PADDING_ISO_10126 ] { 3 } Constant [ public integer PADDING_ISO_IEC_7816_4 ] { 4 } Constant [ public integer PADDING_PKCS7 ] { 2 } Constant [ public integer PADDING_SPACE ] { 6 } Constant [ public integer PADDING_ZERO ] { 5 } } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $authTag ] Property [ protected $authData ] Property [ protected $authTagLength ] Property [ protected $key ] Property [ protected $padding ] Property [ protected $cipher ] Property [ protected $availableCiphers ] Property [ protected $ivLength ] Property [ protected $hashAlgo ] Property [ protected $useSigning ] } - Methods [27] { Method [ public method getAuthTag ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAuthData ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAuthTagLength ] { - Parameters [0] { } - Return [ integer ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $cipher ] Parameter #1 [ boolean $useSigning ] } } Method [ public method decrypt ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string or NULL $key ] } - Return [ string ] } Method [ public method decryptBase64 ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ $key ] Parameter #2 [ boolean $safe ] } - Return [ string ] } Method [ public method encrypt ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string or NULL $key ] } - Return [ string ] } Method [ public method encryptBase64 ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ $key ] Parameter #2 [ boolean $safe ] } - Return [ string ] } Method [ public method getAvailableCiphers ] { - Parameters [0] { } - Return [ array ] } Method [ public method getAvailableHashAlgos ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCipher ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHashAlgo ] { - Parameters [0] { } - Return [ string ] } Method [ public method getKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAuthTag ] { - Parameters [1] { Parameter #0 [ string $tag ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ public method setAuthData ] { - Parameters [1] { Parameter #0 [ string $data ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ public method setAuthTagLength ] { - Parameters [1] { Parameter #0 [ integer $length ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ public method setCipher ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ public method setHashAlgo ] { - Parameters [1] { Parameter #0 [ string $hashAlgo ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ public method setKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ public method setPadding ] { - Parameters [1] { Parameter #0 [ integer $scheme ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ public method useSigning ] { - Parameters [1] { Parameter #0 [ boolean $useSigning ] } - Return [ Phalcon\Crypt\CryptInterface ] } Method [ protected method assertCipherIsAvailable ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - Return [ void ] } Method [ protected method assertHashAlgorithmAvailable ] { - Parameters [1] { Parameter #0 [ string $hashAlgo ] } - Return [ void ] } Method [ protected method getIvLength ] { - Parameters [1] { Parameter #0 [ string $cipher ] } - Return [ integer ] } Method [ protected method initializeAvailableCiphers ] { - Parameters [0] { } - Return [ void ] } Method [ protected method cryptPadText ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $mode ] Parameter #2 [ integer $blockSize ] Parameter #3 [ integer $paddingType ] } - Return [ string ] } Method [ protected method cryptUnpadText ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $mode ] Parameter #2 [ integer $blockSize ] Parameter #3 [ integer $paddingType ] } } } } Class [ class Phalcon\Crypt\Mismatch extends Phalcon\Crypt\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Db\AbstractDb ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method setup ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Db\Adapter\PdoFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - Properties [13] { Property [ protected $connectionId ] Property [ protected $descriptor ] Property [ protected $dialect ] Property [ protected $eventsManager ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] Property [ protected $transactionLevel ] Property [ protected $transactionsWithSavepoints ] Property [ protected $affectedRows ] Property [ protected $pdo ] Property [ protected $dialectType ] Property [ protected $type ] } - Methods [76] { Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ boolean ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ integer ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } - Return [ boolean ] } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ string $sql ] Parameter #1 [ array $params ] } - Return [ array ] } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ boolean ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { } Method [ public method getInternalHandler ] { - Parameters [0] { } - Return [ PDO ] } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ integer ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method getDialectType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ boolean ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ boolean ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ boolean ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ boolean ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ boolean ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ boolean ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ array $placeholders ] Parameter #2 [ $column ] } } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } - Return [ string ] } Method [ public method getConnectionId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ boolean ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } - Return [ boolean ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } } } Class [ class Phalcon\Db\Adapter\Pdo\Postgresql extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - Properties [13] { Property [ protected $connectionId ] Property [ protected $descriptor ] Property [ protected $dialect ] Property [ protected $eventsManager ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] Property [ protected $transactionLevel ] Property [ protected $transactionsWithSavepoints ] Property [ protected $affectedRows ] Property [ protected $pdo ] Property [ protected $dialectType ] Property [ protected $type ] } - Methods [76] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } - Return [ boolean ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ boolean ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ boolean ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ integer ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ string $sql ] Parameter #1 [ array $params ] } - Return [ array ] } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ boolean ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { } Method [ public method getInternalHandler ] { - Parameters [0] { } - Return [ PDO ] } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ integer ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method getDialectType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ boolean ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ boolean ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ boolean ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ boolean ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ boolean ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ boolean ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ array $placeholders ] Parameter #2 [ $column ] } } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } - Return [ string ] } Method [ public method getConnectionId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } - Return [ boolean ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } } } Class [ class Phalcon\Db\Adapter\Pdo\Sqlite extends Phalcon\Db\Adapter\Pdo\AbstractPdo implements Phalcon\Db\Adapter\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $connectionConsecutive ] } - Static methods [0] { } - Properties [13] { Property [ protected $connectionId ] Property [ protected $descriptor ] Property [ protected $dialect ] Property [ protected $eventsManager ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] Property [ protected $transactionLevel ] Property [ protected $transactionsWithSavepoints ] Property [ protected $affectedRows ] Property [ protected $pdo ] Property [ protected $dialectType ] Property [ protected $type ] } - Methods [76] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $descriptor ] } } Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array or NULL $descriptor ] } - Return [ boolean ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ array ] } Method [ public method getDefaultValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method useExplicitIdValue ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method getDsnDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method affectedRows ] { - Parameters [0] { } - Return [ integer ] } Method [ public method begin ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method commit ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method convertBoundParams ] { - Parameters [2] { Parameter #0 [ string $sql ] Parameter #1 [ array $params ] } - Return [ array ] } Method [ public method escapeString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ public method execute ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ boolean ] } Method [ public method executePrepared ] { - Parameters [3] { Parameter #0 [ PDOStatement $statement ] Parameter #1 [ array $placeholders ] Parameter #2 [ $dataTypes ] } - Return [ PDOStatement ] } Method [ public method getErrorInfo ] { } Method [ public method getInternalHandler ] { - Parameters [0] { } - Return [ PDO ] } Method [ public method getTransactionLevel ] { - Parameters [0] { } - Return [ integer ] } Method [ public method isUnderTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method lastInsertId ] { - Parameters [1] { Parameter #0 [ $sequenceName ] } } Method [ public method prepare ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } - Return [ PDOStatement ] } Method [ public method query ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $nesting ] } - Return [ boolean ] } Method [ public method getDialectType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ boolean ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ boolean ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ boolean ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ boolean ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method delete ] { - Parameters [4] { Parameter #0 [ $table ] Parameter #1 [ $whereCondition ] Parameter #2 [ $placeholders ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ boolean ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ boolean ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ $indexName ] } - Return [ boolean ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ boolean ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ boolean ] } Method [ public method escapeIdentifier ] { - Parameters [1] { Parameter #0 [ $identifier ] } - Return [ string ] } Method [ public method fetchAll ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method fetchColumn ] { - Parameters [3] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ array $placeholders ] Parameter #2 [ $column ] } } Method [ public method fetchOne ] { - Parameters [4] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $fetchMode ] Parameter #2 [ $bindParams ] Parameter #3 [ $bindTypes ] } - Return [ array ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method getColumnList ] { - Parameters [1] { Parameter #0 [ $columnList ] } - Return [ string ] } Method [ public method getConnectionId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDefaultIdValue ] { - Parameters [0] { } - Return [ Phalcon\Db\RawValue ] } Method [ public method getDescriptor ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDialect ] { - Parameters [0] { } - Return [ Phalcon\Db\DialectInterface ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getNestedTransactionSavepointName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSQLBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSQLStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method insert ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ array $values ] Parameter #2 [ $fields ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method insertAsDict ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $dataTypes ] } - Return [ boolean ] } Method [ public method isNestedTransactionsWithSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ integer $number ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ boolean ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setDialect ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\DialectInterface $dialect ] } } Method [ public method setNestedTransactionsWithSavepoints ] { - Parameters [1] { Parameter #0 [ boolean $nestedTransactionsWithSavepoints ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method supportSequences ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ array ] } Method [ public method update ] { - Parameters [5] { Parameter #0 [ string $table ] Parameter #1 [ $fields ] Parameter #2 [ $values ] Parameter #3 [ $whereCondition ] Parameter #4 [ $dataTypes ] } - Return [ boolean ] } Method [ public method updateAsDict ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ $data ] Parameter #2 [ $whereCondition ] Parameter #3 [ $dataTypes ] } - Return [ boolean ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ boolean ] } } } Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - Constants [34] { Constant [ public integer BIND_PARAM_BLOB ] { 3 } Constant [ public integer BIND_PARAM_BOOL ] { 5 } Constant [ public integer BIND_PARAM_DECIMAL ] { 32 } Constant [ public integer BIND_PARAM_INT ] { 1 } Constant [ public integer BIND_PARAM_NULL ] { 0 } Constant [ public integer BIND_PARAM_STR ] { 2 } Constant [ public integer BIND_SKIP ] { 1024 } Constant [ public integer TYPE_BIGINTEGER ] { 14 } Constant [ public integer TYPE_BIT ] { 19 } Constant [ public integer TYPE_BLOB ] { 11 } Constant [ public integer TYPE_BOOLEAN ] { 8 } Constant [ public integer TYPE_CHAR ] { 5 } Constant [ public integer TYPE_DATE ] { 1 } Constant [ public integer TYPE_DATETIME ] { 4 } Constant [ public integer TYPE_DECIMAL ] { 3 } Constant [ public integer TYPE_DOUBLE ] { 9 } Constant [ public integer TYPE_ENUM ] { 18 } Constant [ public integer TYPE_FLOAT ] { 7 } Constant [ public integer TYPE_INTEGER ] { 0 } Constant [ public integer TYPE_JSON ] { 15 } Constant [ public integer TYPE_JSONB ] { 16 } Constant [ public integer TYPE_LONGBLOB ] { 13 } Constant [ public integer TYPE_LONGTEXT ] { 24 } Constant [ public integer TYPE_MEDIUMBLOB ] { 12 } Constant [ public integer TYPE_MEDIUMINTEGER ] { 21 } Constant [ public integer TYPE_MEDIUMTEXT ] { 23 } Constant [ public integer TYPE_SMALLINTEGER ] { 22 } Constant [ public integer TYPE_TEXT ] { 6 } Constant [ public integer TYPE_TIME ] { 20 } Constant [ public integer TYPE_TIMESTAMP ] { 17 } Constant [ public integer TYPE_TINYBLOB ] { 10 } Constant [ public integer TYPE_TINYINTEGER ] { 26 } Constant [ public integer TYPE_TINYTEXT ] { 25 } Constant [ public integer TYPE_VARCHAR ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [15] { Property [ protected $after ] Property [ protected $autoIncrement ] Property [ protected $bindType ] Property [ protected $_default ] Property [ protected $first ] Property [ protected $isNumeric ] Property [ protected $name ] Property [ protected $notNull ] Property [ protected $primary ] Property [ protected $scale ] Property [ protected $size ] Property [ protected $type ] Property [ protected $typeReference ] Property [ protected $typeValues ] Property [ protected $unsigned ] } - Methods [17] { Method [ public method getDefault ] { } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getScale ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getSize ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getTypeReference ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getTypeValues ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $definition ] } } Method [ public method getAfterPosition ] { - Parameters [0] { } - Return [ string ] } Method [ public method getBindType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method hasDefault ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isAutoIncrement ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isFirst ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isNotNull ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isNumeric ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isPrimary ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isUnsigned ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Db\Dialect\Mysql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $customFunctions ] Property [ protected $escapeChar ] } - Methods [69] { Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ string ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ string ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ string ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $indexName ] } - Return [ string ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method getForeignKeyChecks ] { - Parameters [0] { } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ string ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method truncateTable ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ protected method getTableOptions ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ private method checkColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ private method checkColumnUnsigned ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ string or NULL $alias ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] Parameter #2 [ string or NULL $alias ] Parameter #3 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ string or NULL $domain ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } } } Class [ class Phalcon\Db\Dialect\Postgresql extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $customFunctions ] Property [ protected $escapeChar ] } - Methods [67] { Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ string ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ string ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ string ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $indexName ] } - Return [ string ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ string ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method truncateTable ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ protected method castDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getTableOptions ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ string or NULL $alias ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] Parameter #2 [ string or NULL $alias ] Parameter #3 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ string or NULL $domain ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } } } Class [ class Phalcon\Db\Dialect\Sqlite extends Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $customFunctions ] Property [ protected $escapeChar ] } - Methods [67] { Method [ public method addColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method addForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] } - Return [ string ] } Method [ public method addIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ public method addPrimaryKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\IndexInterface $index ] } - Return [ string ] } Method [ public method createTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ array $definition ] } - Return [ string ] } Method [ public method createView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ array $definition ] Parameter #2 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method describeColumns ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method describeIndex ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ string ] } Method [ public method describeIndexes ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method describeReferences ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method dropColumn ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $columnName ] } - Return [ string ] } Method [ public method dropForeignKey ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $referenceName ] } - Return [ string ] } Method [ public method dropIndex ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ string $indexName ] } - Return [ string ] } Method [ public method dropPrimaryKey ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ public method dropTable ] { - Parameters [3] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ public method dropView ] { - Parameters [3] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] Parameter #2 [ boolean $ifExists ] } - Return [ string ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method getColumnDefinition ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ public method listIndexesSql ] { - Parameters [3] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] Parameter #2 [ string or NULL $keyName ] } - Return [ string ] } Method [ public method listTables ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method listViews ] { - Parameters [1] { Parameter #0 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method modifyColumn ] { - Parameters [4] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] Parameter #2 [ Phalcon\Db\ColumnInterface $column ] Parameter #3 [ Phalcon\Db\ColumnInterface or NULL $currentColumn ] } - Return [ string ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ string $sqlQuery ] } - Return [ string ] } Method [ public method tableExists ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method tableOptions ] { - Parameters [2] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] } - Return [ string ] } Method [ public method truncateTable ] { - Parameters [2] { Parameter #0 [ string $tableName ] Parameter #1 [ string $schemaName ] } - Return [ string ] } Method [ public method viewExists ] { - Parameters [2] { Parameter #0 [ string $viewName ] Parameter #1 [ string or NULL $schemaName ] } - Return [ string ] } Method [ public method createSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ final public method escape ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final public method escapeSchema ] { - Parameters [2] { Parameter #0 [ string $str ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final public method getColumnList ] { - Parameters [3] { Parameter #0 [ array $columnList ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getCustomFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSqlColumn ] { - Parameters [3] { Parameter #0 [ $column ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ public method getSqlExpression ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final public method getSqlTable ] { - Parameters [2] { Parameter #0 [ $table ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ string $sqlQuery ] Parameter #1 [ $number ] } - Return [ string ] } Method [ public method registerCustomFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $customFunction ] } - Return [ Phalcon\Db\Dialect ] } Method [ public method releaseSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method rollbackSavepoint ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method select ] { - Parameters [1] { Parameter #0 [ array $definition ] } - Return [ string ] } Method [ public method supportsSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method supportsReleaseSavepoints ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method getColumnSize ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method getColumnSizeAndScale ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnType ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ protected method checkColumnTypeSql ] { - Parameters [1] { Parameter #0 [ Phalcon\Db\ColumnInterface $column ] } - Return [ string ] } Method [ final protected method getSqlExpressionAll ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionBinaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCase ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionCastValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionConvertValue ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionFrom ] { - Parameters [2] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionFunctionCall ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionGroupBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionJoins ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionLimit ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionList ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionObject ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionOrderBy ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionQualified ] { - Parameters [2] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ final protected method getSqlExpressionScalar ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionUnaryOperations ] { - Parameters [3] { Parameter #0 [ array $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ final protected method getSqlExpressionWhere ] { - Parameters [3] { Parameter #0 [ $expression ] Parameter #1 [ string or NULL $escapeChar ] Parameter #2 [ $bindCounts ] } - Return [ string ] } Method [ protected method prepareColumnAlias ] { - Parameters [3] { Parameter #0 [ string $qualified ] Parameter #1 [ string or NULL $alias ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareTable ] { - Parameters [4] { Parameter #0 [ string $table ] Parameter #1 [ string or NULL $schema ] Parameter #2 [ string or NULL $alias ] Parameter #3 [ string or NULL $escapeChar ] } - Return [ string ] } Method [ protected method prepareQualified ] { - Parameters [3] { Parameter #0 [ string $column ] Parameter #1 [ string or NULL $domain ] Parameter #2 [ string or NULL $escapeChar ] } - Return [ string ] } } } Class [ class Phalcon\Db\Enum ] { - Constants [17] { Constant [ public integer FETCH_ASSOC ] { 2 } Constant [ public integer FETCH_BOTH ] { 4 } Constant [ public integer FETCH_BOUND ] { 6 } Constant [ public integer FETCH_CLASS ] { 8 } Constant [ public integer FETCH_CLASSTYPE ] { 262144 } Constant [ public integer FETCH_COLUMN ] { 7 } Constant [ public integer FETCH_FUNC ] { 10 } Constant [ public integer FETCH_GROUP ] { 65536 } Constant [ public integer FETCH_INTO ] { 9 } Constant [ public integer FETCH_KEY_PAIR ] { 12 } Constant [ public integer FETCH_LAZY ] { 1 } Constant [ public integer FETCH_NAMED ] { 11 } Constant [ public integer FETCH_NUM ] { 3 } Constant [ public integer FETCH_OBJ ] { 5 } Constant [ public integer FETCH_PROPS_LATE ] { 1048576 } Constant [ public integer FETCH_SERIALIZE ] { 524288 } Constant [ public integer FETCH_UNIQUE ] { 196608 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Db\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Db\Index implements Phalcon\Db\IndexInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $columns ] Property [ protected $name ] Property [ protected $type ] } - Methods [4] { Method [ public method getColumns ] { - Parameters [0] { } - Return [ array ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ array $columns ] Parameter #2 [ string $type ] } } } } Class [ class Phalcon\Db\Profiler ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $activeProfile ] Property [ protected $allProfiles ] Property [ protected $totalSeconds ] } - Methods [7] { Method [ public method getLastProfile ] { - Parameters [0] { } - Return [ Phalcon\Db\Profiler\Item ] } Method [ public method getNumberTotalStatements ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getTotalElapsedSeconds ] { - Parameters [0] { } - Return [ float ] } Method [ public method getProfiles ] { - Parameters [0] { } - Return [ array ] } Method [ public method reset ] { - Parameters [0] { } - Return [ Phalcon\Db\Profiler ] } Method [ public method startProfile ] { - Parameters [3] { Parameter #0 [ string $sqlStatement ] Parameter #1 [ $sqlVariables ] Parameter #2 [ $sqlBindTypes ] } - Return [ Phalcon\Db\Profiler ] } Method [ public method stopProfile ] { - Parameters [0] { } - Return [ Phalcon\Db\Profiler ] } } } Class [ class Phalcon\Db\Profiler\Item ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $finalTime ] Property [ protected $initialTime ] Property [ protected $sqlBindTypes ] Property [ protected $sqlStatement ] Property [ protected $sqlVariables ] } - Methods [11] { Method [ public method setFinalTime ] { - Parameters [1] { Parameter #0 [ float $finalTime ] } } Method [ public method getFinalTime ] { - Parameters [0] { } - Return [ float ] } Method [ public method setInitialTime ] { - Parameters [1] { Parameter #0 [ float $initialTime ] } } Method [ public method getInitialTime ] { - Parameters [0] { } - Return [ float ] } Method [ public method setSqlBindTypes ] { - Parameters [1] { Parameter #0 [ array $sqlBindTypes ] } } Method [ public method getSqlBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method setSqlStatement ] { - Parameters [1] { Parameter #0 [ string $sqlStatement ] } } Method [ public method getSqlStatement ] { - Parameters [0] { } - Return [ string ] } Method [ public method setSqlVariables ] { - Parameters [1] { Parameter #0 [ array $sqlVariables ] } } Method [ public method getSqlVariables ] { - Parameters [0] { } - Return [ array ] } Method [ public method getTotalElapsedSeconds ] { - Parameters [0] { } - Return [ float ] } } } Class [ class Phalcon\Db\RawValue ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $value ] } - Methods [3] { Method [ public method getValue ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $value ] } } } } Class [ class Phalcon\Db\Reference implements Phalcon\Db\ReferenceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $columns ] Property [ protected $name ] Property [ protected $referencedColumns ] Property [ protected $referencedSchema ] Property [ protected $referencedTable ] Property [ protected $schemaName ] Property [ protected $onDelete ] Property [ protected $onUpdate ] } - Methods [9] { Method [ public method getColumns ] { - Parameters [0] { } - Return [ array ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getReferencedColumns ] { - Parameters [0] { } - Return [ array ] } Method [ public method getReferencedSchema ] { - Parameters [0] { } - Return [ string ] } Method [ public method getReferencedTable ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSchemaName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getOnDelete ] { - Parameters [0] { } - Return [ string ] } Method [ public method getOnUpdate ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $definition ] } } } } Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $bindParams ] Property [ protected $bindTypes ] Property [ protected $connection ] Property [ protected $fetchMode ] Property [ protected $pdoStatement ] Property [ protected $result ] Property [ protected $rowCount ] Property [ protected $sqlStatement ] } - Methods [9] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ PDOStatement $result ] Parameter #2 [ $sqlStatement ] Parameter #3 [ $bindParams ] Parameter #4 [ $bindTypes ] } } Method [ public method dataSeek ] { - Parameters [1] { Parameter #0 [ integer $number ] } - Return [ void ] } Method [ public method execute ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method fetch ] { - Parameters [3] { Parameter #0 [ $fetchStyle ] Parameter #1 [ $cursorOrientation ] Parameter #2 [ $cursorOffset ] } } Method [ public method fetchAll ] { - Parameters [3] { Parameter #0 [ $fetchStyle ] Parameter #1 [ $fetchArgument ] Parameter #2 [ $ctorArgs ] } - Return [ array ] } Method [ public method fetchArray ] { } Method [ public method getInternalResult ] { - Parameters [0] { } - Return [ PDOStatement ] } Method [ public method numRows ] { - Parameters [0] { } - Return [ integer ] } Method [ public method setFetchMode ] { - Parameters [3] { Parameter #0 [ integer $fetchMode ] Parameter #1 [ $colNoOrClassNameOrObject ] Parameter #2 [ $ctorargs ] } - Return [ boolean ] } } } Class [ class Phalcon\Debug ] { - Constants [0] { } - Static properties [1] { Property [ protected static $isActive ] } - Static methods [0] { } - Properties [7] { Property [ protected $blacklist ] Property [ protected $data ] Property [ protected $hideDocumentRoot ] Property [ protected $showBackTrace ] Property [ protected $showFileFragment ] Property [ protected $showFiles ] Property [ protected $uri ] } - Methods [20] { Method [ public method clearVars ] { - Parameters [0] { } - Return [ Phalcon\Debug ] } Method [ public method debugVar ] { - Parameters [2] { Parameter #0 [ $varz ] Parameter #1 [ string or NULL $key ] } - Return [ Phalcon\Debug ] } Method [ public method getCssSources ] { - Parameters [0] { } - Return [ string ] } Method [ public method getJsSources ] { - Parameters [0] { } - Return [ string ] } Method [ public method getVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method halt ] { - Parameters [0] { } - Return [ void ] } Method [ public method listen ] { - Parameters [2] { Parameter #0 [ boolean $exceptions ] Parameter #1 [ boolean $lowSeverity ] } - Return [ Phalcon\Debug ] } Method [ public method listenExceptions ] { - Parameters [0] { } - Return [ Phalcon\Debug ] } Method [ public method listenLowSeverity ] { - Parameters [0] { } - Return [ Phalcon\Debug ] } Method [ public method onUncaughtException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } - Return [ boolean ] } Method [ public method onUncaughtLowSeverity ] { - Parameters [5] { Parameter #0 [ $severity ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } - Return [ void ] } Method [ public method setBlacklist ] { - Parameters [1] { Parameter #0 [ array $blacklist ] } - Return [ Phalcon\Debug ] } Method [ public method setShowBackTrace ] { - Parameters [1] { Parameter #0 [ boolean $showBackTrace ] } - Return [ Phalcon\Debug ] } Method [ public method setShowFileFragment ] { - Parameters [1] { Parameter #0 [ boolean $showFileFragment ] } - Return [ Phalcon\Debug ] } Method [ public method setShowFiles ] { - Parameters [1] { Parameter #0 [ boolean $showFiles ] } - Return [ Phalcon\Debug ] } Method [ public method setUri ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ Phalcon\Debug ] } Method [ protected method escapeString ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ string ] } Method [ protected method getArrayDump ] { - Parameters [2] { Parameter #0 [ array $argument ] Parameter #1 [ $n ] } - Return [ string or NULL ] } Method [ protected method getVarDump ] { - Parameters [1] { Parameter #0 [ $variable ] } - Return [ string ] } Method [ final protected method showTraceItem ] { - Parameters [2] { Parameter #0 [ integer $n ] Parameter #1 [ array $trace ] } - Return [ string ] } } } Class [ class Phalcon\Debug\Dump ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $detailed ] Property [ protected $methods ] Property [ protected $styles ] } - Methods [11] { Method [ public method getDetailed ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setDetailed ] { - Parameters [1] { Parameter #0 [ boolean $detailed ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $styles ] Parameter #1 [ boolean $detailed ] } } Method [ public method all ] { - Parameters [0] { } - Return [ string ] } Method [ public method one ] { - Parameters [2] { Parameter #0 [ $variable ] Parameter #1 [ string or NULL $name ] } - Return [ string ] } Method [ public method setStyles ] { - Parameters [1] { Parameter #0 [ array $styles ] } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ $variable ] } - Return [ string ] } Method [ public method variable ] { - Parameters [2] { Parameter #0 [ $variable ] Parameter #1 [ string or NULL $name ] } - Return [ string ] } Method [ public method variables ] { - Parameters [0] { } - Return [ string ] } Method [ protected method getStyle ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ string ] } Method [ protected method output ] { - Parameters [3] { Parameter #0 [ $variable ] Parameter #1 [ string or NULL $name ] Parameter #2 [ integer $tab ] } - Return [ string ] } } } Class [ class Phalcon\Debug\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Di\FactoryDefault\Cli extends Phalcon\Di\FactoryDefault implements Phalcon\Di\DiInterface, ArrayAccess ] { - Constants [0] { } - Static properties [1] { Property [ protected static $_default ] } - Static methods [3] { Method [ static public method getDefault ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface or NULL ] } Method [ static public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ static public method setDefault ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } - Properties [3] { Property [ protected $services ] Property [ protected $sharedInstances ] Property [ protected $eventsManager ] } - Methods [23] { Method [ public method __construct ] { } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] } } Method [ public method attempt ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ public method getInternalEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getRaw ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method getServices ] { - Parameters [0] { } - Return [ array ] } Method [ public method getShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $parameters ] } } Method [ protected method loadFromConfig ] { - Parameters [1] { Parameter #0 [ Phalcon\Config $config ] } - Return [ void ] } Method [ public method loadFromPhp ] { - Parameters [1] { Parameter #0 [ string $filePath ] } - Return [ void ] } Method [ public method loadFromYaml ] { - Parameters [2] { Parameter #0 [ string $filePath ] Parameter #1 [ array or NULL $callbacks ] } - Return [ void ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $name ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $definition ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setInternalEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ public method setRaw ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Di\ServiceInterface $rawDefinition ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Di\ServiceInterface ] } } } Class [ class Phalcon\Di\Service implements Phalcon\Di\ServiceInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $definition ] Property [ protected $resolved ] Property [ protected $shared ] Property [ protected $sharedInstance ] } - Methods [10] { Method [ final public method __construct ] { - Parameters [2] { Parameter #0 [ $definition ] Parameter #1 [ boolean $shared ] } } Method [ public method getDefinition ] { } Method [ public method getParameter ] { - Parameters [1] { Parameter #0 [ integer $position ] } } Method [ public method isResolved ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isShared ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method resolve ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method setDefinition ] { - Parameters [1] { Parameter #0 [ $definition ] } - Return [ void ] } Method [ public method setParameter ] { - Parameters [2] { Parameter #0 [ integer $position ] Parameter #1 [ array $parameter ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method setShared ] { - Parameters [1] { Parameter #0 [ boolean $shared ] } - Return [ void ] } Method [ public method setSharedInstance ] { - Parameters [1] { Parameter #0 [ $sharedInstance ] } - Return [ void ] } } } Class [ class Phalcon\Di\Service\Builder ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method build ] { - Parameters [3] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ array $definition ] Parameter #2 [ $parameters ] } } Method [ private method buildParameter ] { - Parameters [3] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ integer $position ] Parameter #2 [ array $argument ] } } Method [ private method buildParameters ] { - Parameters [2] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ array $arguments ] } - Return [ array ] } } } Class [ class Phalcon\Domain\Payload\Payload implements Phalcon\Domain\Payload\PayloadInterface, Phalcon\Domain\Payload\WriteableInterface, Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $extras ] Property [ protected $input ] Property [ protected $messages ] Property [ protected $status ] Property [ protected $output ] } - Methods [10] { Method [ public method getExtras ] { } Method [ public method getInput ] { } Method [ public method getMessages ] { } Method [ public method getStatus ] { } Method [ public method getOutput ] { } Method [ public method setExtras ] { - Parameters [1] { Parameter #0 [ $extras ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setInput ] { - Parameters [1] { Parameter #0 [ $input ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setOutput ] { - Parameters [1] { Parameter #0 [ $output ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } Method [ public method setStatus ] { - Parameters [1] { Parameter #0 [ $status ] } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Class [ class Phalcon\Domain\Payload\PayloadFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method newInstance ] { - Parameters [0] { } - Return [ Phalcon\Domain\Payload\PayloadInterface ] } } } Class [ class Phalcon\Domain\Payload\Status ] { - Constants [20] { Constant [ public string ACCEPTED ] { ACCEPTED } Constant [ public string AUTHENTICATED ] { AUTHENTICATED } Constant [ public string AUTHORIZED ] { AUTHORIZED } Constant [ public string CREATED ] { CREATED } Constant [ public string DELETED ] { DELETED } Constant [ public string ERROR ] { ERROR } Constant [ public string FAILURE ] { FAILURE } Constant [ public string FOUND ] { FOUND } Constant [ public string NOT_ACCEPTED ] { NOT_ACCEPTED } Constant [ public string NOT_AUTHENTICATED ] { NOT_AUTHENTICATED } Constant [ public string NOT_AUTHORIZED ] { NOT_AUTHORIZED } Constant [ public string NOT_CREATED ] { NOT_CREATED } Constant [ public string NOT_DELETED ] { NOT_DELETED } Constant [ public string NOT_FOUND ] { NOT_FOUND } Constant [ public string NOT_UPDATED ] { NOT_UPDATED } Constant [ public string NOT_VALID ] { NOT_VALID } Constant [ public string PROCESSING ] { PROCESSING } Constant [ public string SUCCESS ] { SUCCESS } Constant [ public string UPDATED ] { UPDATED } Constant [ public string VALID ] { VALID } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final private method __construct ] { } } } Class [ class Phalcon\Escaper implements Phalcon\Escaper\EscaperInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $doubleEncode ] Property [ protected $encoding ] Property [ protected $htmlEscapeMap ] Property [ protected $htmlQuoteType ] } - Methods [11] { Method [ final public method detectEncoding ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string or NULL ] } Method [ public method escapeCss ] { - Parameters [1] { Parameter #0 [ string $css ] } - Return [ string ] } Method [ public method escapeJs ] { - Parameters [1] { Parameter #0 [ string $js ] } - Return [ string ] } Method [ public method escapeHtml ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ public method escapeHtmlAttr ] { - Parameters [1] { Parameter #0 [ string $attribute ] } - Return [ string ] } Method [ public method escapeUrl ] { - Parameters [1] { Parameter #0 [ string $url ] } - Return [ string ] } Method [ public method getEncoding ] { - Parameters [0] { } - Return [ string ] } Method [ final public method normalizeEncoding ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ string ] } Method [ public method setDoubleEncode ] { - Parameters [1] { Parameter #0 [ boolean $doubleEncode ] } - Return [ void ] } Method [ public method setEncoding ] { - Parameters [1] { Parameter #0 [ string $encoding ] } - Return [ void ] } Method [ public method setHtmlQuoteType ] { - Parameters [1] { Parameter #0 [ integer $quoteType ] } - Return [ void ] } } } Class [ class Phalcon\Escaper\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Events\Event implements Phalcon\Events\EventInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $cancelable ] Property [ protected $data ] Property [ protected $source ] Property [ protected $stopped ] Property [ protected $type ] } - Methods [9] { Method [ public method getData ] { } Method [ public method getSource ] { } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $type ] Parameter #1 [ $source ] Parameter #2 [ $data ] Parameter #3 [ boolean $cancelable ] } } Method [ public method isCancelable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isStopped ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ Phalcon\Events\EventInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Events\EventInterface ] } Method [ public method stop ] { - Parameters [0] { } - Return [ Phalcon\Events\EventInterface ] } } } Class [ class Phalcon\Events\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Events\Manager implements Phalcon\Events\ManagerInterface ] { - Constants [1] { Constant [ public integer DEFAULT_PRIORITY ] { 100 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $collect ] Property [ protected $enablePriorities ] Property [ protected $events ] Property [ protected $responses ] } - Methods [12] { Method [ public method attach ] { - Parameters [3] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] Parameter #2 [ integer $priority ] } - Return [ void ] } Method [ public method arePrioritiesEnabled ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method collectResponses ] { - Parameters [1] { Parameter #0 [ boolean $collect ] } - Return [ void ] } Method [ public method detach ] { - Parameters [2] { Parameter #0 [ string $eventType ] Parameter #1 [ $handler ] } - Return [ void ] } Method [ public method detachAll ] { - Parameters [1] { Parameter #0 [ string or NULL $type ] } - Return [ void ] } Method [ public method enablePriorities ] { - Parameters [1] { Parameter #0 [ boolean $enablePriorities ] } - Return [ void ] } Method [ public method fire ] { - Parameters [4] { Parameter #0 [ string $eventType ] Parameter #1 [ $source ] Parameter #2 [ $data ] Parameter #3 [ boolean $cancelable ] } } Method [ final public method fireQueue ] { - Parameters [2] { Parameter #0 [ SplPriorityQueue $queue ] Parameter #1 [ Phalcon\Events\EventInterface $event ] } } Method [ public method getListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ array ] } Method [ public method getResponses ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasListeners ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ boolean ] } Method [ public method isCollecting ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Factory\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Filter implements Phalcon\Filter\FilterInterface ] { - Constants [21] { Constant [ public string FILTER_ABSINT ] { absint } Constant [ public string FILTER_ALNUM ] { alnum } Constant [ public string FILTER_ALPHA ] { alpha } Constant [ public string FILTER_BOOL ] { bool } Constant [ public string FILTER_EMAIL ] { email } Constant [ public string FILTER_FLOAT ] { float } Constant [ public string FILTER_INT ] { int } Constant [ public string FILTER_LOWER ] { lower } Constant [ public string FILTER_LOWERFIRST ] { lowerFirst } Constant [ public string FILTER_REGEX ] { regex } Constant [ public string FILTER_REMOVE ] { remove } Constant [ public string FILTER_REPLACE ] { replace } Constant [ public string FILTER_SPECIAL ] { special } Constant [ public string FILTER_SPECIALFULL ] { specialFull } Constant [ public string FILTER_STRING ] { string } Constant [ public string FILTER_STRIPTAGS ] { striptags } Constant [ public string FILTER_TRIM ] { trim } Constant [ public string FILTER_UPPER ] { upper } Constant [ public string FILTER_UPPERFIRST ] { upperFirst } Constant [ public string FILTER_UPPERWORDS ] { upperWords } Constant [ public string FILTER_URL ] { url } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $mapper ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ NULL ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method sanitize ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ $sanitizers ] Parameter #2 [ boolean $noRecursive ] } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $service ] } - Return [ void ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $mapper ] } - Return [ void ] } Method [ private method processArrayValues ] { - Parameters [3] { Parameter #0 [ array $values ] Parameter #1 [ string $sanitizerName ] Parameter #2 [ array $sanitizerParams ] } - Return [ array ] } Method [ private method sanitizer ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ string $sanitizerName ] Parameter #2 [ array $sanitizerParams ] } } } } Class [ class Phalcon\Filter\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Filter\FilterFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method newInstance ] { - Parameters [0] { } - Return [ Phalcon\Filter\FilterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } } } Class [ class Phalcon\Filter\Sanitize\AbsInt ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Alnum ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Alpha ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\BoolVal ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Email ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\FloatVal ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\IntVal ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Lower ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $input ] } } } } Class [ class Phalcon\Filter\Sanitize\LowerFirst ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Regex ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ $input ] Parameter #1 [ $pattern ] Parameter #2 [ $replace ] } } } } Class [ class Phalcon\Filter\Sanitize\Remove ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ $input ] Parameter #1 [ $replace ] } } } } Class [ class Phalcon\Filter\Sanitize\Replace ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ $input ] Parameter #1 [ $from ] Parameter #2 [ $to ] } } } } Class [ class Phalcon\Filter\Sanitize\Special ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\SpecialFull ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\StringVal ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Striptags ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Trim ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Upper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $input ] } } } } Class [ class Phalcon\Filter\Sanitize\UpperFirst ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $input ] } } } } Class [ class Phalcon\Filter\Sanitize\UpperWords ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $input ] } } } } Class [ class Phalcon\Filter\Sanitize\Url ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ $input ] } } } } Class [ class Phalcon\Firewall\Adapter\Acl extends Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Firewall\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [15] { Property [ protected $activeIdentity ] Property [ protected $activeRole ] Property [ protected $alwaysResolvingRole ] Property [ protected $cache ] Property [ protected $defaultAccess ] Property [ protected $eventsManager ] Property [ protected $internalCache ] Property [ protected $roleCallback ] Property [ protected $aclServiceName ] Property [ protected $boundModels ] Property [ protected $boundModelsKeyMap ] Property [ protected $dispatcher ] Property [ protected $multiModuleConfiguration ] Property [ protected $moduleSeparator ] Property [ protected $roleCacheCallback ] } - Methods [32] { Method [ public method getAclServiceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAclServiceName ] { - Parameters [1] { Parameter #0 [ string $aclServiceName ] } } Method [ public method getBoundModelsKeyMap ] { } Method [ public method setBoundModelsKeyMap ] { - Parameters [1] { Parameter #0 [ $boundModelsKeyMap ] } } Method [ public method getModuleSeparator ] { - Parameters [0] { } - Return [ string ] } Method [ public method setModuleSeparator ] { - Parameters [1] { Parameter #0 [ string $moduleSeparator ] } } Method [ public method getRoleCacheCallback ] { } Method [ public method setRoleCacheCallback ] { - Parameters [1] { Parameter #0 [ $roleCacheCallback ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $aclServiceName ] Parameter #1 [ array or NULL $boundModelsKeyMap ] } } Method [ public method afterBinding ] { - Parameters [3] { Parameter #0 [ Phalcon\Events\Event $event ] Parameter #1 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] Parameter #2 [ $data ] } } Method [ public method beforeExecuteRoute ] { - Parameters [3] { Parameter #0 [ Phalcon\Events\Event $event ] Parameter #1 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] Parameter #2 [ $data ] } } Method [ public method getDispatcher ] { - Parameters [0] { } - Return [ Phalcon\Mvc\DispatcherInterface ] } Method [ public method isMultiModuleConfiguration ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method useMultiModuleConfiguration ] { - Parameters [1] { Parameter #0 [ boolean $multiModuleConfiguration ] } } Method [ protected method getAccessFromCache ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ array or NULL $originalValues ] Parameter #2 [ string or NULL $roleCacheKey ] } - Return [ boolean or NULL ] } Method [ protected method handleDispatcher ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] } } Method [ protected method saveAccessInCache ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ boolean $access ] } - Return [ void ] } Method [ public method getActiveIdentity ] { } Method [ public method getActiveRole ] { } Method [ public method getDefaultAccess ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getRoleCallback ] { - Parameters [0] { } - Return [ Closure ] } Method [ public method isAlwaysResolvingRole ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setDefaultAccess ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setRoleCallback ] { - Parameters [1] { Parameter #0 [ Closure $callback ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setAlwaysResolvingRole ] { - Parameters [1] { Parameter #0 [ boolean $alwaysResolvingRole ] } - Return [ void ] } Method [ protected method callRoleCallback ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method fireEventOrThrowException ] { - Parameters [4] { Parameter #0 [ $role ] Parameter #1 [ string $actionName ] Parameter #2 [ string $controllerName ] Parameter #3 [ boolean $access ] } } Method [ protected method throwFirewallException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ integer $exceptionCode ] } - Return [ boolean ] } } } Class [ class Phalcon\Firewall\Adapter\Annotations extends Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Firewall\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $activeIdentity ] Property [ protected $activeRole ] Property [ protected $alwaysResolvingRole ] Property [ protected $cache ] Property [ protected $defaultAccess ] Property [ protected $eventsManager ] Property [ protected $internalCache ] Property [ protected $roleCallback ] Property [ protected $activeArgumentsNumber ] Property [ protected $annotationsAdapter ] Property [ protected $dispatcher ] Property [ protected $resolvedRole ] } - Methods [26] { Method [ public method getAnnotationsAdapter ] { } Method [ public method setAnnotationsAdapter ] { - Parameters [1] { Parameter #0 [ $annotationsAdapter ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\Adapter\AdapterInterface $annotationsAdapter ] } } Method [ public method beforeExecuteRoute ] { - Parameters [3] { Parameter #0 [ Phalcon\Events\Event $event ] Parameter #1 [ Phalcon\Mvc\DispatcherInterface $dispatcher ] Parameter #2 [ $data ] } } Method [ public method getDispatcher ] { - Parameters [0] { } - Return [ Phalcon\Mvc\DispatcherInterface ] } Method [ protected method checkControllerAnnotationAccess ] { - Parameters [3] { Parameter #0 [ string $controllerClass ] Parameter #1 [ string $controllerName ] Parameter #2 [ $role ] } } Method [ protected method checkAnnotations ] { - Parameters [2] { Parameter #0 [ $annotations ] Parameter #1 [ $role ] } } Method [ protected method checkActionAnnotationAccess ] { - Parameters [4] { Parameter #0 [ string $controllerClass ] Parameter #1 [ string $controllerName ] Parameter #2 [ string $actionName ] Parameter #3 [ $role ] } } Method [ protected method getAccessFromCache ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ array or NULL $originalValues ] Parameter #2 [ string or NULL $roleCacheKey ] } - Return [ boolean or NULL ] } Method [ protected method handleAnnotation ] { - Parameters [3] { Parameter #0 [ $annotation ] Parameter #1 [ boolean $access ] Parameter #2 [ $role ] } } Method [ public method getActiveIdentity ] { } Method [ public method getActiveRole ] { } Method [ public method getDefaultAccess ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getRoleCallback ] { - Parameters [0] { } - Return [ Closure ] } Method [ public method isAlwaysResolvingRole ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setDefaultAccess ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setRoleCallback ] { - Parameters [1] { Parameter #0 [ Closure $callback ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setAlwaysResolvingRole ] { - Parameters [1] { Parameter #0 [ boolean $alwaysResolvingRole ] } - Return [ void ] } Method [ protected method callRoleCallback ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method fireEventOrThrowException ] { - Parameters [4] { Parameter #0 [ $role ] Parameter #1 [ string $actionName ] Parameter #2 [ string $controllerName ] Parameter #3 [ boolean $access ] } } Method [ protected method saveAccessInCache ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ boolean $access ] } - Return [ void ] } Method [ protected method throwFirewallException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ integer $exceptionCode ] } - Return [ boolean ] } } } Class [ class Phalcon\Firewall\Adapter\Micro\Acl extends Phalcon\Firewall\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Firewall\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [16] { Property [ protected $activeIdentity ] Property [ protected $activeRole ] Property [ protected $alwaysResolvingRole ] Property [ protected $cache ] Property [ protected $defaultAccess ] Property [ protected $eventsManager ] Property [ protected $internalCache ] Property [ protected $roleCallback ] Property [ protected $aclServiceName ] Property [ protected $boundModels ] Property [ protected $boundModelsKeyMap ] Property [ protected $componentName ] Property [ protected $micro ] Property [ protected $roleCacheCallback ] Property [ protected $router ] Property [ protected $routeNameConfiguration ] } - Methods [32] { Method [ public method getAclServiceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method setAclServiceName ] { - Parameters [1] { Parameter #0 [ string $aclServiceName ] } } Method [ public method getBoundModelsKeyMap ] { } Method [ public method setBoundModelsKeyMap ] { - Parameters [1] { Parameter #0 [ $boundModelsKeyMap ] } } Method [ public method getComponentName ] { - Parameters [0] { } - Return [ string ] } Method [ public method setComponentName ] { - Parameters [1] { Parameter #0 [ string $componentName ] } } Method [ public method getRoleCacheCallback ] { } Method [ public method setRoleCacheCallback ] { - Parameters [1] { Parameter #0 [ $roleCacheCallback ] } } Method [ public method setRouteNameConfiguration ] { - Parameters [1] { Parameter #0 [ boolean $routeNameConfiguration ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $aclServiceName ] Parameter #1 [ array or NULL $boundModelsKeyMap ] } } Method [ public method afterBinding ] { - Parameters [3] { Parameter #0 [ Phalcon\Events\Event $event ] Parameter #1 [ Phalcon\Mvc\Micro $micro ] Parameter #2 [ $data ] } } Method [ public method beforeExecuteRoute ] { - Parameters [3] { Parameter #0 [ Phalcon\Events\Event $event ] Parameter #1 [ Phalcon\Mvc\Micro $micro ] Parameter #2 [ $data ] } } Method [ public method getMicro ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Micro ] } Method [ public method isRouteNameConfiguration ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method fireEventOrThrowException ] { - Parameters [4] { Parameter #0 [ $role ] Parameter #1 [ string $actionName ] Parameter #2 [ string $controllerName ] Parameter #3 [ boolean $access ] } } Method [ protected method getAccessFromCache ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ array or NULL $originalValues ] Parameter #2 [ string or NULL $roleCacheKey ] } - Return [ boolean or NULL ] } Method [ protected method handleRouter ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Micro $micro ] } } Method [ protected method saveAccessInCache ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ boolean $access ] } - Return [ void ] } Method [ public method getActiveIdentity ] { } Method [ public method getActiveRole ] { } Method [ public method getDefaultAccess ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getRoleCallback ] { - Parameters [0] { } - Return [ Closure ] } Method [ public method isAlwaysResolvingRole ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setDefaultAccess ] { - Parameters [1] { Parameter #0 [ integer $defaultAccess ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setRoleCallback ] { - Parameters [1] { Parameter #0 [ Closure $callback ] } - Return [ Phalcon\Firewall\Adapter\AdapterInterface ] } Method [ public method setAlwaysResolvingRole ] { - Parameters [1] { Parameter #0 [ boolean $alwaysResolvingRole ] } - Return [ void ] } Method [ protected method callRoleCallback ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method throwFirewallException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ integer $exceptionCode ] } - Return [ boolean ] } } } Class [ class Phalcon\Firewall\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Flash\Direct extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $container ] Property [ protected $autoescape ] Property [ protected $automaticHtml ] Property [ protected $cssClasses ] Property [ protected $customTemplate ] Property [ protected $escaperService ] Property [ protected $implicitFlush ] Property [ protected $messages ] Property [ protected $sessionService ] } - Methods [21] { Method [ public method message ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $message ] } - Return [ string or NULL ] } Method [ public method output ] { - Parameters [1] { Parameter #0 [ boolean $remove ] } - Return [ void ] } Method [ public method getAutoescape ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Escaper\EscaperInterface ] } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ boolean $autoescape ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ boolean $automaticHtml ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setCustomTemplate ] { - Parameters [1] { Parameter #0 [ string $customTemplate ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ boolean $implicitFlush ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method success ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method outputMessage ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $message ] } } Method [ public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Flash\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Flash\Session extends Phalcon\Flash\AbstractFlash implements Phalcon\Flash\FlashInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $container ] Property [ protected $autoescape ] Property [ protected $automaticHtml ] Property [ protected $cssClasses ] Property [ protected $customTemplate ] Property [ protected $escaperService ] Property [ protected $implicitFlush ] Property [ protected $messages ] Property [ protected $sessionService ] } - Methods [26] { Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method getMessages ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ boolean $remove ] } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ $type ] } - Return [ boolean ] } Method [ public method message ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ string $message ] } - Return [ string or NULL ] } Method [ public method output ] { - Parameters [1] { Parameter #0 [ boolean $remove ] } - Return [ void ] } Method [ protected method getSessionMessages ] { - Parameters [2] { Parameter #0 [ boolean $remove ] Parameter #1 [ $type ] } - Return [ array ] } Method [ protected method setSessionMessages ] { - Parameters [1] { Parameter #0 [ array $messages ] } - Return [ array ] } Method [ public method getSessionService ] { - Parameters [0] { } - Return [ Phalcon\Session\ManagerInterface ] } Method [ public method getAutoescape ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getCssClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCustomTemplate ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Escaper\EscaperInterface or NULL $escaper ] Parameter #1 [ Phalcon\Session\ManagerInterface or NULL $session ] } } Method [ public method error ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Escaper\EscaperInterface ] } Method [ public method notice ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method setAutoescape ] { - Parameters [1] { Parameter #0 [ boolean $autoescape ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setAutomaticHtml ] { - Parameters [1] { Parameter #0 [ boolean $automaticHtml ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setCssClasses ] { - Parameters [1] { Parameter #0 [ array $cssClasses ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setCustomTemplate ] { - Parameters [1] { Parameter #0 [ string $customTemplate ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setEscaperService ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaperService ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method setImplicitFlush ] { - Parameters [1] { Parameter #0 [ boolean $implicitFlush ] } - Return [ Phalcon\Flash\FlashInterface ] } Method [ public method success ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method outputMessage ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $message ] } } Method [ public method warning ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Forms\Element\Check extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Date extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Email extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\File extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Hidden extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Numeric extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Password extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Radio extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Select extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] Property [ protected $optionsValues ] } - Methods [36] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ $options ] Parameter #2 [ $attributes ] } } Method [ public method addOption ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getOptions ] { } Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Submit extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\Text extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Element\TextArea extends Phalcon\Forms\Element\AbstractElement implements Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $attributes ] Property [ protected $filters ] Property [ protected $form ] Property [ protected $label ] Property [ protected $messages ] Property [ protected $name ] Property [ protected $options ] Property [ protected $validators ] Property [ protected $value ] } - Methods [33] { Method [ public method render ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method addFilter ] { - Parameters [1] { Parameter #0 [ string $filter ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidator ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method addValidators ] { - Parameters [2] { Parameter #0 [ array $validators ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefault ] { } Method [ public method getFilters ] { } Method [ public method getForm ] { - Parameters [0] { } - Return [ Phalcon\Forms\Form ] } Method [ public method getLabel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { } Method [ public method hasMessages ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method label ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method prepareAttributes ] { - Parameters [2] { Parameter #0 [ array $attributes ] Parameter #1 [ boolean $useChecked ] } - Return [ array ] } Method [ public method setAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setDefault ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setFilters ] { - Parameters [1] { Parameter #0 [ $filters ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setForm ] { - Parameters [1] { Parameter #0 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setLabel ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setMessages ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\Messages $messages ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } } } Class [ class Phalcon\Forms\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Forms\Form extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Countable, Iterator, Traversable, Phalcon\Html\Attributes\AttributesInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $container ] Property [ protected $attributes ] Property [ protected $data ] Property [ protected $elements ] Property [ protected $elementsIndexed ] Property [ protected $entity ] Property [ protected $messages ] Property [ protected $position ] Property [ protected $options ] Property [ protected $validation ] } - Methods [38] { Method [ public method setValidation ] { - Parameters [1] { Parameter #0 [ $validation ] } } Method [ public method getValidation ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ array $userOptions ] } } Method [ public method add ] { - Parameters [3] { Parameter #0 [ Phalcon\Forms\Element\ElementInterface $element ] Parameter #1 [ string or NULL $position ] Parameter #2 [ boolean or NULL $type ] } - Return [ Phalcon\Forms\Form ] } Method [ public method bind ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $entity ] Parameter #2 [ $whitelist ] } - Return [ Phalcon\Forms\Form ] } Method [ public method clear ] { - Parameters [1] { Parameter #0 [ $fields ] } - Return [ Phalcon\Forms\Form ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method current ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Element\ElementInterface ] } Method [ public method getAction ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ Phalcon\Html\Attributes ] } Method [ public method getElements ] { - Parameters [0] { } - Return [ array ] } Method [ public method getEntity ] { } Method [ public method getLabel ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method getMessages ] { } Method [ public method getMessagesFor ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Messages\Messages ] } Method [ public method getUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $defaultValue ] } } Method [ public method getUserOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method hasMessagesFor ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method isValid ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $entity ] } - Return [ boolean ] } Method [ public method key ] { - Parameters [0] { } - Return [ integer ] } Method [ public method label ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array or NULL $attributes ] } - Return [ string ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAction ] { - Parameters [1] { Parameter #0 [ string $action ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setEntity ] { - Parameters [1] { Parameter #0 [ $entity ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Html\Attributes $attributes ] } - Return [ Phalcon\Html\Attributes\AttributesInterface ] } Method [ public method setUserOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } - Return [ Phalcon\Forms\Form ] } Method [ public method setUserOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ Phalcon\Forms\Form ] } Method [ public method valid ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Forms\Manager ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $forms ] } - Methods [4] { Method [ public method create ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $entity ] } - Return [ Phalcon\Forms\Form ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Forms\Form ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Forms\Form $form ] } - Return [ Phalcon\Forms\Manager ] } } } Class [ class Phalcon\Helper\Arr ] { - Constants [0] { } - Static properties [0] { } - Static methods [21] { Method [ final static public method chunk ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ integer $size ] Parameter #2 [ boolean $preserveKeys ] } - Return [ array ] } Method [ final static public method first ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } } Method [ final static public method firstKey ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } } Method [ final static public method flatten ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ boolean $deep ] } - Return [ array ] } Method [ final static public method get ] { - Parameters [4] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] Parameter #2 [ $defaultValue ] Parameter #3 [ string or NULL $cast ] } } Method [ final static public method group ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } - Return [ array ] } Method [ final static public method has ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $index ] } - Return [ boolean ] } Method [ final static public method isUnique ] { - Parameters [1] { Parameter #0 [ array $collection ] } - Return [ boolean ] } Method [ final static public method last ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } } Method [ final static public method lastKey ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } } Method [ final static public method order ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $attribute ] Parameter #2 [ string $order ] } - Return [ array ] } Method [ final static public method pluck ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ string $element ] } - Return [ array ] } Method [ final static public method set ] { - Parameters [3] { Parameter #0 [ array $collection ] Parameter #1 [ $value ] Parameter #2 [ $index ] } - Return [ array ] } Method [ final static public method sliceLeft ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ integer $elements ] } - Return [ array ] } Method [ final static public method sliceRight ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ integer $elements ] } - Return [ array ] } Method [ final static public method split ] { - Parameters [1] { Parameter #0 [ array $collection ] } - Return [ array ] } Method [ final static public method toObject ] { - Parameters [1] { Parameter #0 [ array $collection ] } } Method [ final static public method validateAll ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } - Return [ boolean ] } Method [ final static public method validateAny ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } - Return [ boolean ] } Method [ final static private method filterCollection ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ $method ] } - Return [ array ] } Method [ final static public method whiteList ] { - Parameters [2] { Parameter #0 [ array $collection ] Parameter #1 [ array $whiteList ] } - Return [ array ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Helper\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Helper\Fs ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method basename ] { - Parameters [2] { Parameter #0 [ string $uri ] Parameter #1 [ $suffix ] } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Helper\Number ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ final static public method between ] { - Parameters [3] { Parameter #0 [ integer $value ] Parameter #1 [ integer $from ] Parameter #2 [ integer $to ] } - Return [ boolean ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Helper\Str ] { - Constants [6] { Constant [ public integer RANDOM_ALNUM ] { 0 } Constant [ public integer RANDOM_ALPHA ] { 1 } Constant [ public integer RANDOM_DISTINCT ] { 5 } Constant [ public integer RANDOM_HEXDEC ] { 2 } Constant [ public integer RANDOM_NOZERO ] { 4 } Constant [ public integer RANDOM_NUMERIC ] { 3 } } - Static properties [0] { } - Static methods [23] { Method [ final static public method camelize ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ $delimiter ] } - Return [ string ] } Method [ final static public method concat ] { - Parameters [0] { } - Return [ string ] } Method [ final static public method countVowels ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ integer ] } Method [ final static public method decapitalize ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ boolean $upperRest ] Parameter #2 [ string $encoding ] } - Return [ string ] } Method [ final static public method dirFromFile ] { - Parameters [1] { Parameter #0 [ string $file ] } - Return [ string ] } Method [ final static public method dirSeparator ] { - Parameters [1] { Parameter #0 [ string $directory ] } - Return [ string ] } Method [ final static public method dynamic ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $leftDelimiter ] Parameter #2 [ string $rightDelimiter ] Parameter #3 [ string $separator ] } - Return [ string ] } Method [ final static public method endsWith ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ string $end ] Parameter #2 [ boolean $ignoreCase ] } - Return [ boolean ] } Method [ final static public method firstBetween ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ string $start ] Parameter #2 [ string $end ] } - Return [ string ] } Method [ final static public method humanize ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ final static public method includes ] { - Parameters [2] { Parameter #0 [ string $needle ] Parameter #1 [ string $haystack ] } - Return [ boolean ] } Method [ final static public method increment ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $separator ] } - Return [ string ] } Method [ final static public method isAnagram ] { - Parameters [2] { Parameter #0 [ string $first ] Parameter #1 [ string $second ] } - Return [ boolean ] } Method [ final static public method isLower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding ] } - Return [ boolean ] } Method [ final static public method isPalindrome ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ boolean ] } Method [ final static public method isUpper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding ] } - Return [ boolean ] } Method [ final static public method lower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding ] } - Return [ string ] } Method [ final static public method random ] { - Parameters [2] { Parameter #0 [ integer $type ] Parameter #1 [ integer $length ] } - Return [ string ] } Method [ final static public method reduceSlashes ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ final static public method startsWith ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ string $start ] Parameter #2 [ boolean $ignoreCase ] } - Return [ boolean ] } Method [ final static public method uncamelize ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ $delimiter ] } - Return [ string ] } Method [ final static public method underscore ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ final static public method upper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding ] } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Html\Attributes extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Html\Attributes\RenderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] } - Methods [27] { Method [ public method render ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ boolean $insensitive ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } } } Class [ class Phalcon\Html\Breadcrumbs ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ private $elements ] Property [ private $separator ] Property [ private $template ] } - Methods [7] { Method [ public method getSeparator ] { - Parameters [0] { } - Return [ string ] } Method [ public method setSeparator ] { - Parameters [1] { Parameter #0 [ string $separator ] } } Method [ public method add ] { - Parameters [2] { Parameter #0 [ string $label ] Parameter #1 [ string $link ] } - Return [ Phalcon\Html\Breadcrumbs ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $link ] } - Return [ void ] } Method [ public method render ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } } } Class [ class Phalcon\Html\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Html\Helper\Anchor extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $href ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\AnchorRaw extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $href ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Body extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Button extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Close extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ string $tag ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Element extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\ElementRaw extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [3] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Form extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Img extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $src ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\Label extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Helper\TextArea extends Phalcon\Html\Helper\AbstractHelper ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $escaper ] } - Methods [7] { Method [ public method __invoke ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] } } Method [ protected method renderFullElement ] { - Parameters [4] { Parameter #0 [ string $tag ] Parameter #1 [ string $text ] Parameter #2 [ array $attributes ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ protected method renderElement ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ protected method orderAttributes ] { - Parameters [2] { Parameter #0 [ array $overrides ] Parameter #1 [ array $attributes ] } - Return [ array ] } Method [ protected method renderAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ string ] } Method [ protected method selfClose ] { - Parameters [2] { Parameter #0 [ string $tag ] Parameter #1 [ array $attributes ] } - Return [ string ] } } } Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements Psr\Link\LinkInterface, Psr\Link\EvolvableLinkInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $attributes ] Property [ protected $href ] Property [ protected $rels ] Property [ protected $templated ] } - Methods [11] { Method [ public method withAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } } Method [ public method withHref ] { - Parameters [1] { Parameter #0 [ $href ] } } Method [ public method withRel ] { - Parameters [1] { Parameter #0 [ $rel ] } } Method [ public method withoutAttribute ] { - Parameters [1] { Parameter #0 [ $attribute ] } } Method [ public method withoutRel ] { - Parameters [1] { Parameter #0 [ $rel ] } } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $rel ] Parameter #1 [ string $href ] Parameter #2 [ array $attributes ] } } Method [ public method getAttributes ] { } Method [ public method getHref ] { } Method [ public method getRels ] { } Method [ public method isTemplated ] { } Method [ protected method hrefIsTemplated ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ boolean ] } } } Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements Psr\Link\LinkProviderInterface, Psr\Link\EvolvableLinkProviderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $links ] } - Methods [6] { Method [ public method withLink ] { - Parameters [1] { Parameter #0 [ Psr\Link\LinkInterface $link ] } } Method [ public method withoutLink ] { - Parameters [1] { Parameter #0 [ Psr\Link\LinkInterface $link ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $links ] } } Method [ public method getLinks ] { } Method [ public method getLinksByRel ] { - Parameters [1] { Parameter #0 [ $rel ] } } Method [ protected method getKey ] { - Parameters [1] { Parameter #0 [ Psr\Link\LinkInterface $link ] } - Return [ string ] } } } Class [ class Phalcon\Html\Link\Serializer\Header implements Phalcon\Html\Link\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method serialize ] { - Parameters [1] { Parameter #0 [ array $links ] } - Return [ string or NULL ] } } } Class [ class Phalcon\Html\TagFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $mapper ] Property [ protected $services ] Property [ private $escaper ] } - Methods [6] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Escaper\EscaperInterface $escaper ] Parameter #1 [ array $services ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Http\Cookie extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\CookieInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $container ] Property [ protected $domain ] Property [ protected $expire ] Property [ protected $filter ] Property [ protected $httpOnly ] Property [ protected $name ] Property [ protected $path ] Property [ protected $read ] Property [ protected $restored ] Property [ protected $secure ] Property [ protected $signKey ] Property [ protected $useEncryption ] Property [ protected $value ] } - Methods [24] { Method [ public method __construct ] { - Parameters [7] { Parameter #0 [ string $name ] Parameter #1 [ $value ] Parameter #2 [ integer $expire ] Parameter #3 [ string $path ] Parameter #4 [ boolean or NULL $secure ] Parameter #5 [ string or NULL $domain ] Parameter #6 [ boolean $httpOnly ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method delete ] { } Method [ public method getDomain ] { - Parameters [0] { } - Return [ string ] } Method [ public method getExpiration ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHttpOnly ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSecure ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getValue ] { - Parameters [2] { Parameter #0 [ $filters ] Parameter #1 [ $defaultValue ] } } Method [ public method isUsingEncryption ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method restore ] { - Parameters [0] { } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method send ] { - Parameters [0] { } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method setDomain ] { - Parameters [1] { Parameter #0 [ string $domain ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method setExpiration ] { - Parameters [1] { Parameter #0 [ integer $expire ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method setHttpOnly ] { - Parameters [1] { Parameter #0 [ boolean $httpOnly ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method setPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method setSecure ] { - Parameters [1] { Parameter #0 [ boolean $secure ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method setSignKey ] { - Parameters [1] { Parameter #0 [ string or NULL $signKey ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method setValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method useEncryption ] { - Parameters [1] { Parameter #0 [ boolean $useEncryption ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ protected method assertSignKeyIsLongEnough ] { - Parameters [1] { Parameter #0 [ string $signKey ] } - Return [ void ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Http\Cookie\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Http\Message\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ final class Phalcon\Http\Message\Request extends Phalcon\Http\Message\AbstractRequest implements Psr\Http\Message\RequestInterface, Psr\Http\Message\MessageInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $body ] Property [ protected $headers ] Property [ protected $protocolVersion ] Property [ protected $method ] Property [ protected $requestTarget ] Property [ protected $uri ] } - Methods [32] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $method ] Parameter #1 [ $uri ] Parameter #2 [ $body ] Parameter #3 [ $headers ] } } Method [ public method getMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUri ] { } Method [ public method getRequestTarget ] { - Parameters [0] { } - Return [ string ] } Method [ public method withMethod ] { - Parameters [1] { Parameter #0 [ $method ] } - Return [ NULL ] } Method [ public method withRequestTarget ] { - Parameters [1] { Parameter #0 [ $requestTarget ] } - Return [ NULL ] } Method [ public method withUri ] { - Parameters [2] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] Parameter #1 [ $preserveHost ] } - Return [ NULL ] } Method [ final protected method processMethod ] { - Parameters [1] { Parameter #0 [ $method ] } - Return [ string ] } Method [ final protected method processUri ] { - Parameters [1] { Parameter #0 [ $uri ] } - Return [ Psr\Http\Message\UriInterface ] } Method [ public method getBody ] { } Method [ public method getProtocolVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ array ] } Method [ public method getHeaderLine ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method withAddedHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withBody ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } - Return [ NULL ] } Method [ public method withHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withProtocolVersion ] { - Parameters [1] { Parameter #0 [ $version ] } - Return [ NULL ] } Method [ public method withoutHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ NULL ] } Method [ final protected method checkHeaderHost ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $collection ] } - Return [ Phalcon\Collection ] } Method [ final protected method checkHeaderName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ final protected method checkHeaderValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ final protected method getHeaderValue ] { - Parameters [1] { Parameter #0 [ $values ] } - Return [ array ] } Method [ final protected method getUriHost ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - Return [ string ] } Method [ final protected method populateHeaderCollection ] { - Parameters [1] { Parameter #0 [ array $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processBody ] { - Parameters [2] { Parameter #0 [ $body ] Parameter #1 [ string $mode ] } - Return [ Psr\Http\Message\StreamInterface ] } Method [ final protected method processHeaders ] { - Parameters [1] { Parameter #0 [ $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processProtocol ] { - Parameters [1] { Parameter #0 [ $protocol ] } - Return [ string ] } Method [ final protected method cloneInstance ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } Method [ final protected method checkStringParameter ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final protected method processWith ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } } } Class [ final class Phalcon\Http\Message\RequestFactory implements Psr\Http\Message\RequestFactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method createRequest ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ $uri ] } - Return [ Psr\Http\Message\RequestInterface ] } } } Class [ final class Phalcon\Http\Message\Response extends Phalcon\Http\Message\AbstractMessage implements Psr\Http\Message\ResponseInterface, Psr\Http\Message\MessageInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $body ] Property [ protected $headers ] Property [ protected $protocolVersion ] Property [ protected $uri ] Property [ private $reasonPhrase ] Property [ private $statusCode ] } - Methods [32] { Method [ public method getReasonPhrase ] { - Parameters [0] { } - Return [ string ] } Method [ public method getStatusCode ] { - Parameters [0] { } - Return [ integer ] } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $body ] Parameter #1 [ integer $code ] Parameter #2 [ array $headers ] } } Method [ public method withStatus ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ $reasonPhrase ] } - Return [ Phalcon\Http\Message\Response ] } Method [ private method checkCodeType ] { - Parameters [1] { Parameter #0 [ $code ] } - Return [ void ] } Method [ private method checkCodeValue ] { - Parameters [1] { Parameter #0 [ integer $code ] } - Return [ void ] } Method [ private method getPhrases ] { - Parameters [0] { } - Return [ array ] } Method [ private method processCode ] { - Parameters [2] { Parameter #0 [ $code ] Parameter #1 [ $phrase ] } - Return [ void ] } Method [ public method getBody ] { } Method [ public method getProtocolVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUri ] { } Method [ public method getHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ array ] } Method [ public method getHeaderLine ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method withAddedHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withBody ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } - Return [ NULL ] } Method [ public method withHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withProtocolVersion ] { - Parameters [1] { Parameter #0 [ $version ] } - Return [ NULL ] } Method [ public method withoutHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ NULL ] } Method [ final protected method checkHeaderHost ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $collection ] } - Return [ Phalcon\Collection ] } Method [ final protected method checkHeaderName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ final protected method checkHeaderValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ final protected method getHeaderValue ] { - Parameters [1] { Parameter #0 [ $values ] } - Return [ array ] } Method [ final protected method getUriHost ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - Return [ string ] } Method [ final protected method populateHeaderCollection ] { - Parameters [1] { Parameter #0 [ array $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processBody ] { - Parameters [2] { Parameter #0 [ $body ] Parameter #1 [ string $mode ] } - Return [ Psr\Http\Message\StreamInterface ] } Method [ final protected method processHeaders ] { - Parameters [1] { Parameter #0 [ $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processProtocol ] { - Parameters [1] { Parameter #0 [ $protocol ] } - Return [ string ] } Method [ final protected method cloneInstance ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } Method [ final protected method checkStringParameter ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final protected method processWith ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } } } Class [ final class Phalcon\Http\Message\ResponseFactory implements Psr\Http\Message\ResponseFactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method createResponse ] { - Parameters [2] { Parameter #0 [ integer $code ] Parameter #1 [ string $reasonPhrase ] } - Return [ Psr\Http\Message\ResponseInterface ] } } } Class [ final class Phalcon\Http\Message\ServerRequest extends Phalcon\Http\Message\AbstractRequest implements Psr\Http\Message\ServerRequestInterface, Psr\Http\Message\MessageInterface, Psr\Http\Message\RequestInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $body ] Property [ protected $headers ] Property [ protected $protocolVersion ] Property [ protected $method ] Property [ protected $requestTarget ] Property [ protected $uri ] Property [ private $attributes ] Property [ private $cookieParams ] Property [ private $parsedBody ] Property [ private $queryParams ] Property [ private $serverParams ] Property [ private $uploadedFiles ] } - Methods [46] { Method [ public method getCookieParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getParsedBody ] { } Method [ public method getQueryParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getServerParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getUploadedFiles ] { - Parameters [0] { } - Return [ array ] } Method [ public method __construct ] { - Parameters [10] { Parameter #0 [ string $method ] Parameter #1 [ $uri ] Parameter #2 [ array $serverParams ] Parameter #3 [ $body ] Parameter #4 [ $headers ] Parameter #5 [ array $cookies ] Parameter #6 [ array $queryParams ] Parameter #7 [ array $uploadFiles ] Parameter #8 [ $parsedBody ] Parameter #9 [ string $protocol ] } } Method [ public method getAttribute ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $defaultValue ] } } Method [ public method getAttributes ] { - Parameters [0] { } - Return [ array ] } Method [ public method withAttribute ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ Phalcon\Http\Message\ServerRequest ] } Method [ public method withCookieParams ] { - Parameters [1] { Parameter #0 [ array $cookies ] } - Return [ Phalcon\Http\Message\ServerRequest ] } Method [ public method withParsedBody ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ Phalcon\Http\Message\ServerRequest ] } Method [ public method withQueryParams ] { - Parameters [1] { Parameter #0 [ array $query ] } - Return [ Phalcon\Http\Message\ServerRequest ] } Method [ public method withUploadedFiles ] { - Parameters [1] { Parameter #0 [ array $uploadedFiles ] } - Return [ Phalcon\Http\Message\ServerRequest ] } Method [ public method withoutAttribute ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ Phalcon\Http\Message\ServerRequest ] } Method [ private method checkUploadedFiles ] { - Parameters [1] { Parameter #0 [ array $files ] } - Return [ void ] } Method [ public method getMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUri ] { } Method [ public method getRequestTarget ] { - Parameters [0] { } - Return [ string ] } Method [ public method withMethod ] { - Parameters [1] { Parameter #0 [ $method ] } - Return [ NULL ] } Method [ public method withRequestTarget ] { - Parameters [1] { Parameter #0 [ $requestTarget ] } - Return [ NULL ] } Method [ public method withUri ] { - Parameters [2] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] Parameter #1 [ $preserveHost ] } - Return [ NULL ] } Method [ final protected method processMethod ] { - Parameters [1] { Parameter #0 [ $method ] } - Return [ string ] } Method [ final protected method processUri ] { - Parameters [1] { Parameter #0 [ $uri ] } - Return [ Psr\Http\Message\UriInterface ] } Method [ public method getBody ] { } Method [ public method getProtocolVersion ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ array ] } Method [ public method getHeaderLine ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ public method withAddedHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withBody ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\StreamInterface $body ] } - Return [ NULL ] } Method [ public method withHeader ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $value ] } - Return [ NULL ] } Method [ public method withProtocolVersion ] { - Parameters [1] { Parameter #0 [ $version ] } - Return [ NULL ] } Method [ public method withoutHeader ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ NULL ] } Method [ final protected method checkHeaderHost ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $collection ] } - Return [ Phalcon\Collection ] } Method [ final protected method checkHeaderName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ void ] } Method [ final protected method checkHeaderValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ final protected method getHeaderValue ] { - Parameters [1] { Parameter #0 [ $values ] } - Return [ array ] } Method [ final protected method getUriHost ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\UriInterface $uri ] } - Return [ string ] } Method [ final protected method populateHeaderCollection ] { - Parameters [1] { Parameter #0 [ array $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processBody ] { - Parameters [2] { Parameter #0 [ $body ] Parameter #1 [ string $mode ] } - Return [ Psr\Http\Message\StreamInterface ] } Method [ final protected method processHeaders ] { - Parameters [1] { Parameter #0 [ $headers ] } - Return [ Phalcon\Collection ] } Method [ final protected method processProtocol ] { - Parameters [1] { Parameter #0 [ $protocol ] } - Return [ string ] } Method [ final protected method cloneInstance ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } Method [ final protected method checkStringParameter ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final protected method processWith ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } } } Class [ class Phalcon\Http\Message\ServerRequestFactory implements Psr\Http\Message\ServerRequestFactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [17] { Method [ public method createServerRequest ] { - Parameters [3] { Parameter #0 [ string $method ] Parameter #1 [ $uri ] Parameter #2 [ array $serverParams ] } - Return [ Psr\Http\Message\ServerRequestInterface ] } Method [ public method load ] { - Parameters [5] { Parameter #0 [ array or NULL $server ] Parameter #1 [ array or NULL $get ] Parameter #2 [ array or NULL $post ] Parameter #3 [ array or NULL $cookies ] Parameter #4 [ array or NULL $files ] } - Return [ Phalcon\Http\Message\ServerRequest ] } Method [ protected method getHeaders ] { } Method [ private method calculateUriHost ] { - Parameters [2] { Parameter #0 [ Phalcon\Collection $server ] Parameter #1 [ Phalcon\Collection $headers ] } - Return [ array ] } Method [ private method calculateUriHostFromHeader ] { - Parameters [1] { Parameter #0 [ string $host ] } - Return [ array ] } Method [ private method calculateUriPath ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $server ] } - Return [ string ] } Method [ private method calculateUriQuery ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $server ] } - Return [ string ] } Method [ private method calculateUriScheme ] { - Parameters [2] { Parameter #0 [ Phalcon\Collection $server ] Parameter #1 [ Phalcon\Collection $headers ] } - Return [ string ] } Method [ private method checkNullArray ] { - Parameters [2] { Parameter #0 [ $source ] Parameter #1 [ array $super ] } - Return [ array ] } Method [ private method createUploadedFile ] { - Parameters [1] { Parameter #0 [ array $file ] } - Return [ Phalcon\Http\Message\UploadedFile ] } Method [ private method getHeader ] { - Parameters [3] { Parameter #0 [ Phalcon\Collection $headers ] Parameter #1 [ string $name ] Parameter #2 [ $defaultValue ] } } Method [ private method parseCookieHeader ] { - Parameters [1] { Parameter #0 [ string $cookieHeader ] } - Return [ array ] } Method [ private method parseHeaders ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $server ] } - Return [ Phalcon\Collection ] } Method [ private method parseProtocol ] { - Parameters [1] { Parameter #0 [ Phalcon\Collection $server ] } - Return [ string ] } Method [ private method parseServer ] { - Parameters [1] { Parameter #0 [ array $server ] } - Return [ Phalcon\Collection ] } Method [ private method parseUploadedFiles ] { - Parameters [1] { Parameter #0 [ array $files ] } - Return [ Phalcon\Collection ] } Method [ private method parseUri ] { - Parameters [2] { Parameter #0 [ Phalcon\Collection $server ] Parameter #1 [ Phalcon\Collection $headers ] } - Return [ Phalcon\Http\Message\Uri ] } } } Class [ final class Phalcon\Http\Message\StreamFactory implements Psr\Http\Message\StreamFactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method createStream ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Psr\Http\Message\StreamInterface ] } Method [ public method createStreamFromFile ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ string $mode ] } - Return [ Psr\Http\Message\StreamInterface ] } Method [ public method createStreamFromResource ] { - Parameters [1] { Parameter #0 [ $phpResource ] } - Return [ Psr\Http\Message\StreamInterface ] } } } Class [ class Phalcon\Http\Message\Stream\Input extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $handle ] Property [ protected $stream ] Property [ private $data ] Property [ private $eof ] } - Methods [18] { Method [ public method __construct ] { } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method getContents ] { - Parameters [1] { Parameter #0 [ integer $length ] } - Return [ string ] } Method [ public method isWritable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $length ] } - Return [ string ] } Method [ public method __destruct ] { } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } Method [ public method detach ] { } Method [ public method eof ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getMetadata ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getSize ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method isReadable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isSeekable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method seek ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $whence ] } - Return [ void ] } Method [ public method setStream ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ string $mode ] } - Return [ void ] } Method [ public method tell ] { - Parameters [0] { } - Return [ integer ] } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ integer ] } } } Class [ class Phalcon\Http\Message\Stream\Memory extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $handle ] Property [ protected $stream ] } - Methods [18] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $mode ] } } Method [ public method __destruct ] { } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } Method [ public method detach ] { } Method [ public method eof ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getContents ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMetadata ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getSize ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method isReadable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isSeekable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isWritable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $length ] } - Return [ string ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method seek ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $whence ] } - Return [ void ] } Method [ public method setStream ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ string $mode ] } - Return [ void ] } Method [ public method tell ] { - Parameters [0] { } - Return [ integer ] } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ integer ] } } } Class [ class Phalcon\Http\Message\Stream\Temp extends Phalcon\Http\Message\Stream implements Psr\Http\Message\StreamInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $handle ] Property [ protected $stream ] } - Methods [18] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $mode ] } } Method [ public method __destruct ] { } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method close ] { - Parameters [0] { } - Return [ void ] } Method [ public method detach ] { } Method [ public method eof ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getContents ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMetadata ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method getSize ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method isReadable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isSeekable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isWritable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $length ] } - Return [ string ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method seek ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $whence ] } - Return [ void ] } Method [ public method setStream ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ string $mode ] } - Return [ void ] } Method [ public method tell ] { - Parameters [0] { } - Return [ integer ] } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ integer ] } } } Class [ final class Phalcon\Http\Message\UploadedFile implements Psr\Http\Message\UploadedFileInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ private $alreadyMoved ] Property [ private $clientFilename ] Property [ private $clientMediaType ] Property [ private $error ] Property [ private $fileName ] Property [ private $size ] Property [ private $stream ] } - Methods [11] { Method [ public method getClientFilename ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getClientMediaType ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getError ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getSize ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $stream ] Parameter #1 [ integer or NULL $size ] Parameter #2 [ integer $error ] Parameter #3 [ string or NULL $clientFilename ] Parameter #4 [ string or NULL $clientMediaType ] } } Method [ public method getStream ] { } Method [ public method moveTo ] { - Parameters [1] { Parameter #0 [ $targetPath ] } - Return [ void ] } Method [ private method checkError ] { - Parameters [1] { Parameter #0 [ integer $error ] } - Return [ void ] } Method [ private method checkStream ] { - Parameters [2] { Parameter #0 [ $stream ] Parameter #1 [ integer $error ] } - Return [ void ] } Method [ private method getErrorDescription ] { - Parameters [1] { Parameter #0 [ integer $error ] } - Return [ string ] } Method [ private method storeFile ] { - Parameters [1] { Parameter #0 [ string $targetPath ] } - Return [ void ] } } } Class [ final class Phalcon\Http\Message\UploadedFileFactory implements Psr\Http\Message\UploadedFileFactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method createUploadedFile ] { - Parameters [5] { Parameter #0 [ Psr\Http\Message\StreamInterface $stream ] Parameter #1 [ integer or NULL $size ] Parameter #2 [ integer $error ] Parameter #3 [ string or NULL $clientFilename ] Parameter #4 [ string or NULL $clientMediaType ] } - Return [ Psr\Http\Message\UploadedFileInterface ] } } } Class [ final class Phalcon\Http\Message\Uri extends Phalcon\Http\Message\AbstractCommon implements Psr\Http\Message\UriInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ private $fragment ] Property [ private $host ] Property [ private $pass ] Property [ private $path ] Property [ private $port ] Property [ private $query ] Property [ private $scheme ] Property [ private $user ] } - Methods [27] { Method [ public method getFragment ] { } Method [ public method getHost ] { } Method [ public method getPath ] { } Method [ public method getPort ] { } Method [ public method getQuery ] { } Method [ public method getScheme ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $uri ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method getAuthority ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUserInfo ] { - Parameters [0] { } - Return [ string ] } Method [ public method withFragment ] { - Parameters [1] { Parameter #0 [ $fragment ] } - Return [ Phalcon\Http\Message\Uri ] } Method [ public method withPath ] { - Parameters [1] { Parameter #0 [ $path ] } - Return [ Phalcon\Http\Message\Uri ] } Method [ public method withPort ] { - Parameters [1] { Parameter #0 [ $port ] } - Return [ Phalcon\Http\Message\Uri ] } Method [ public method withQuery ] { - Parameters [1] { Parameter #0 [ $query ] } - Return [ Phalcon\Http\Message\Uri ] } Method [ public method withScheme ] { - Parameters [1] { Parameter #0 [ $scheme ] } - Return [ Phalcon\Http\Message\Uri ] } Method [ public method withUserInfo ] { - Parameters [2] { Parameter #0 [ $user ] Parameter #1 [ $password ] } - Return [ Phalcon\Http\Message\Uri ] } Method [ public method withHost ] { - Parameters [1] { Parameter #0 [ $host ] } - Return [ Phalcon\Http\Message\Uri ] } Method [ private method checkValue ] { - Parameters [3] { Parameter #0 [ string $value ] Parameter #1 [ string $prefix ] Parameter #2 [ string $suffix ] } - Return [ string ] } Method [ private method filterFragment ] { - Parameters [1] { Parameter #0 [ string $fragment ] } - Return [ string ] } Method [ private method filterPath ] { - Parameters [1] { Parameter #0 [ string $path ] } - Return [ string ] } Method [ private method filterPort ] { - Parameters [1] { Parameter #0 [ $port ] } - Return [ integer ] } Method [ private method filterQuery ] { - Parameters [1] { Parameter #0 [ string $query ] } - Return [ string ] } Method [ private method filterScheme ] { - Parameters [1] { Parameter #0 [ string $scheme ] } - Return [ string ] } Method [ private method splitQueryValue ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ array ] } Method [ final protected method cloneInstance ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } Method [ final protected method checkStringParameter ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final protected method processWith ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ string $property ] } - Return [ NULL ] } } } Class [ final class Phalcon\Http\Message\UriFactory implements Psr\Http\Message\UriFactoryInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method createUri ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ Psr\Http\Message\UriInterface ] } } } Class [ class Phalcon\Http\Request extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\RequestInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $container ] Property [ private $filterService ] Property [ private $httpMethodParameterOverride ] Property [ private $queryFilters ] Property [ private $putCache ] Property [ private $rawBody ] Property [ private $strictHostCheck ] } - Methods [70] { Method [ public method getHttpMethodParameterOverride ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setHttpMethodParameterOverride ] { - Parameters [1] { Parameter #0 [ boolean $httpMethodParameterOverride ] } } Method [ public method get ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ public method getAcceptableContent ] { - Parameters [0] { } - Return [ array ] } Method [ public method getBasicAuth ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method getBestAccept ] { - Parameters [0] { } - Return [ string ] } Method [ public method getBestCharset ] { - Parameters [0] { } - Return [ string ] } Method [ public method getBestLanguage ] { - Parameters [0] { } - Return [ string ] } Method [ public method getClientAddress ] { - Parameters [1] { Parameter #0 [ boolean $trustForwardedHeader ] } } Method [ public method getClientCharsets ] { - Parameters [0] { } - Return [ array ] } Method [ public method getContentType ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getDigestAuth ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFilteredQuery ] { - Parameters [4] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $defaultValue ] Parameter #2 [ boolean $notAllowEmpty ] Parameter #3 [ boolean $noRecursive ] } } Method [ public method getFilteredPost ] { - Parameters [4] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $defaultValue ] Parameter #2 [ boolean $notAllowEmpty ] Parameter #3 [ boolean $noRecursive ] } } Method [ public method getFilteredPut ] { - Parameters [4] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $defaultValue ] Parameter #2 [ boolean $notAllowEmpty ] Parameter #3 [ boolean $noRecursive ] } } Method [ final public method getHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ string ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ public method getHttpHost ] { - Parameters [0] { } - Return [ string ] } Method [ public method getHTTPReferer ] { - Parameters [0] { } - Return [ string ] } Method [ public method getJsonRawBody ] { - Parameters [1] { Parameter #0 [ boolean $associative ] } } Method [ public method getLanguages ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPort ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getPost ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ public method getPut ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ public method getQuery ] { - Parameters [5] { Parameter #0 [ string or NULL $name ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] Parameter #3 [ boolean $notAllowEmpty ] Parameter #4 [ boolean $noRecursive ] } } Method [ public method getRawBody ] { - Parameters [0] { } - Return [ string ] } Method [ public method getScheme ] { - Parameters [0] { } - Return [ string ] } Method [ public method getServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string or NULL ] } Method [ public method getServerAddress ] { - Parameters [0] { } - Return [ string ] } Method [ public method getServerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUploadedFiles ] { - Parameters [2] { Parameter #0 [ boolean $onlySuccessful ] Parameter #1 [ boolean $namedKeys ] } - Return [ array ] } Method [ final public method getURI ] { - Parameters [1] { Parameter #0 [ boolean $onlyPath ] } - Return [ string ] } Method [ public method getUserAgent ] { - Parameters [0] { } - Return [ string ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method hasFiles ] { - Parameters [0] { } - Return [ boolean ] } Method [ final public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ boolean ] } Method [ public method hasPost ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method hasPut ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method hasQuery ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ final public method hasServer ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method isAjax ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isConnect ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isDelete ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isGet ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isHead ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isMethod ] { - Parameters [2] { Parameter #0 [ $methods ] Parameter #1 [ boolean $strict ] } - Return [ boolean ] } Method [ public method isOptions ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isPatch ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isPost ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isPut ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isPurge ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isSecure ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isStrictHostCheck ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isSoap ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isTrace ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isValidHttpMethod ] { - Parameters [1] { Parameter #0 [ string $method ] } - Return [ boolean ] } Method [ public method numFiles ] { - Parameters [1] { Parameter #0 [ boolean $onlySuccessful ] } - Return [ integer ] } Method [ public method setParameterFilters ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ array $filters ] Parameter #2 [ array $scope ] } - Return [ Phalcon\Http\RequestInterface ] } Method [ public method setStrictHostCheck ] { - Parameters [1] { Parameter #0 [ boolean $flag ] } - Return [ Phalcon\Http\RequestInterface ] } Method [ final protected method getBestQuality ] { - Parameters [2] { Parameter #0 [ array $qualityParts ] Parameter #1 [ string $name ] } - Return [ string ] } Method [ final protected method getHelper ] { - Parameters [6] { Parameter #0 [ array $source ] Parameter #1 [ string or NULL $name ] Parameter #2 [ $filters ] Parameter #3 [ $defaultValue ] Parameter #4 [ boolean $notAllowEmpty ] Parameter #5 [ boolean $noRecursive ] } } Method [ final protected method hasFileHelper ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ boolean $onlySuccessful ] } - Return [ integer ] } Method [ final protected method getQualityHeader ] { - Parameters [2] { Parameter #0 [ string $serverIndex ] Parameter #1 [ string $name ] } - Return [ array ] } Method [ protected method resolveAuthorizationHeaders ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method smoothFiles ] { - Parameters [6] { Parameter #0 [ array $names ] Parameter #1 [ array $types ] Parameter #2 [ array $tmp_names ] Parameter #3 [ array $sizes ] Parameter #4 [ array $errors ] Parameter #5 [ string $prefix ] } - Return [ array ] } Method [ private method getFilterService ] { - Parameters [0] { } - Return [ Phalcon\Filter\FilterInterface ] } Method [ private method getServerArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Http\Request\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Http\Request\File implements Phalcon\Http\Request\FileInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $error ] Property [ protected $extension ] Property [ protected $key ] Property [ protected $name ] Property [ protected $realType ] Property [ protected $size ] Property [ protected $tmp ] Property [ protected $type ] } - Methods [11] { Method [ public method getError ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getExtension ] { - Parameters [0] { } - Return [ string ] } Method [ public method getKey ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ array $file ] Parameter #1 [ $key ] } } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSize ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getTempName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method isUploadedFile ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method moveTo ] { - Parameters [1] { Parameter #0 [ string $destination ] } - Return [ boolean ] } } } Class [ class Phalcon\Http\Response implements Phalcon\Http\ResponseInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $container ] Property [ protected $content ] Property [ protected $cookies ] Property [ protected $eventsManager ] Property [ protected $file ] Property [ protected $headers ] Property [ protected $sent ] Property [ protected $statusCodes ] } - Methods [34] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ $code ] Parameter #2 [ $status ] } } Method [ public method appendContent ] { - Parameters [1] { Parameter #0 [ $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getCookies ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getHeaders ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ public method getReasonPhrase ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getStatusCode ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method hasHeader ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method isSent ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method redirect ] { - Parameters [3] { Parameter #0 [ $location ] Parameter #1 [ boolean $externalRedirect ] Parameter #2 [ integer $statusCode ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method removeHeader ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method resetHeaders ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method send ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method sendCookies ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method sendHeaders ] { } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ integer $minutes ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setContentLength ] { - Parameters [1] { Parameter #0 [ integer $contentLength ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setContentType ] { - Parameters [2] { Parameter #0 [ string $contentType ] Parameter #1 [ $charset ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setCookies ] { - Parameters [1] { Parameter #0 [ Phalcon\Http\Response\CookiesInterface $cookies ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setEtag ] { - Parameters [1] { Parameter #0 [ string $etag ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setExpires ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setFileToSend ] { - Parameters [3] { Parameter #0 [ string $filePath ] Parameter #1 [ $attachmentName ] Parameter #2 [ $attachment ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setHeader ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $value ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setHeaders ] { - Parameters [1] { Parameter #0 [ Phalcon\Http\Response\HeadersInterface $headers ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setJsonContent ] { - Parameters [3] { Parameter #0 [ $content ] Parameter #1 [ integer $jsonOptions ] Parameter #2 [ integer $depth ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setLastModified ] { - Parameters [1] { Parameter #0 [ DateTime $datetime ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setNotModified ] { - Parameters [0] { } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setStatusCode ] { - Parameters [2] { Parameter #0 [ integer $code ] Parameter #1 [ string or NULL $message ] } - Return [ Phalcon\Http\ResponseInterface ] } Method [ public method setRawHeader ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\ResponseInterface ] } } } Class [ class Phalcon\Http\Response\Cookies extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\Response\CookiesInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $container ] Property [ protected $cookies ] Property [ protected $registered ] Property [ protected $signKey ] Property [ protected $useEncryption ] } - Methods [13] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ boolean $useEncryption ] Parameter #1 [ string or NULL $signKey ] } } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method getCookies ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method isUsingEncryption ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method reset ] { - Parameters [0] { } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method send ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method set ] { - Parameters [7] { Parameter #0 [ string $name ] Parameter #1 [ $value ] Parameter #2 [ integer $expire ] Parameter #3 [ string $path ] Parameter #4 [ boolean or NULL $secure ] Parameter #5 [ string or NULL $domain ] Parameter #6 [ boolean or NULL $httpOnly ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method setSignKey ] { - Parameters [1] { Parameter #0 [ string or NULL $signKey ] } - Return [ Phalcon\Http\CookieInterface ] } Method [ public method useEncryption ] { - Parameters [1] { Parameter #0 [ boolean $useEncryption ] } - Return [ Phalcon\Http\Response\CookiesInterface ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Http\Response\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Http\Response\Headers implements Phalcon\Http\Response\HeadersInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $headers ] } - Methods [8] { Method [ public method get ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ public method reset ] { } Method [ public method send ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $value ] } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ public method setRaw ] { - Parameters [1] { Parameter #0 [ string $header ] } - Return [ Phalcon\Http\Response\HeadersInterface ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } } } Class [ abstract class Phalcon\Http\Server\AbstractMiddleware implements Psr\Http\Server\MiddlewareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method process ] { - Parameters [2] { Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] Parameter #1 [ Psr\Http\Server\RequestHandlerInterface $handler ] } - Return [ Psr\Http\Message\ResponseInterface ] } } } Class [ abstract class Phalcon\Http\Server\AbstractRequestHandler implements Psr\Http\Server\RequestHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ abstract public method handle ] { - Parameters [1] { Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] } - Return [ Psr\Http\Message\ResponseInterface ] } } } Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $checked ] } - Static methods [2] { Method [ static public method check ] { - Parameters [0] { } - Return [ boolean ] } Method [ static public method getVersion ] { - Parameters [0] { } - Return [ string ] } } - Properties [7] { Property [ protected $file ] Property [ protected $height ] Property [ protected $image ] Property [ protected $mime ] Property [ protected $realpath ] Property [ protected $type ] Property [ protected $width ] } - Methods [38] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $file ] Parameter #1 [ integer or NULL $width ] Parameter #2 [ integer or NULL $height ] } } Method [ public method __destruct ] { } Method [ protected method processBackground ] { - Parameters [4] { Parameter #0 [ integer $r ] Parameter #1 [ integer $g ] Parameter #2 [ integer $b ] Parameter #3 [ integer $opacity ] } } Method [ protected method processBlur ] { - Parameters [1] { Parameter #0 [ integer $radius ] } } Method [ protected method processCreate ] { - Parameters [2] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] } } Method [ protected method processCrop ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer $offsetX ] Parameter #3 [ integer $offsetY ] } } Method [ protected method processFlip ] { - Parameters [1] { Parameter #0 [ integer $direction ] } } Method [ protected method processMask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $mask ] } } Method [ protected method processPixelate ] { - Parameters [1] { Parameter #0 [ integer $amount ] } } Method [ protected method processReflection ] { - Parameters [3] { Parameter #0 [ integer $height ] Parameter #1 [ integer $opacity ] Parameter #2 [ boolean $fadeIn ] } } Method [ protected method processRender ] { - Parameters [2] { Parameter #0 [ string $ext ] Parameter #1 [ integer $quality ] } } Method [ protected method processResize ] { - Parameters [2] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] } } Method [ protected method processRotate ] { - Parameters [1] { Parameter #0 [ integer $degrees ] } } Method [ protected method processSave ] { - Parameters [2] { Parameter #0 [ string $file ] Parameter #1 [ integer $quality ] } } Method [ protected method processSharpen ] { - Parameters [1] { Parameter #0 [ integer $amount ] } } Method [ protected method processText ] { - Parameters [9] { Parameter #0 [ string $text ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] Parameter #4 [ integer $r ] Parameter #5 [ integer $g ] Parameter #6 [ integer $b ] Parameter #7 [ integer $size ] Parameter #8 [ string $fontfile ] } } Method [ protected method processWatermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] } } Method [ public method getHeight ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getImage ] { } Method [ public method getMime ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealpath ] { } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getWidth ] { - Parameters [0] { } - Return [ integer ] } Method [ public method background ] { - Parameters [2] { Parameter #0 [ string $color ] Parameter #1 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ integer $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer or NULL $offsetX ] Parameter #3 [ integer or NULL $offsetY ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ integer $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method liquidRescale ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer $deltaX ] Parameter #3 [ integer $rigidity ] } - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ integer $height ] Parameter #1 [ integer $opacity ] Parameter #2 [ boolean $fadeIn ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ string or NULL $ext ] Parameter #1 [ integer $quality ] } - Return [ string ] } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ integer or NULL $width ] Parameter #1 [ integer or NULL $height ] Parameter #2 [ integer $master ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ integer $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method save ] { - Parameters [2] { Parameter #0 [ string or NULL $file ] Parameter #1 [ integer $quality ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ integer $opacity ] Parameter #4 [ string $color ] Parameter #5 [ integer $size ] Parameter #6 [ string or NULL $fontfile ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } } } Class [ class Phalcon\Image\Adapter\Imagick extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [2] { Property [ protected static $checked ] Property [ protected static $version ] } - Static methods [1] { Method [ static public method check ] { - Parameters [0] { } - Return [ boolean ] } } - Properties [7] { Property [ protected $file ] Property [ protected $height ] Property [ protected $image ] Property [ protected $mime ] Property [ protected $realpath ] Property [ protected $type ] Property [ protected $width ] } - Methods [40] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $file ] Parameter #1 [ integer or NULL $width ] Parameter #2 [ integer or NULL $height ] } } Method [ public method __destruct ] { } Method [ public method getInternalImInstance ] { - Parameters [0] { } - Return [ Imagick ] } Method [ public method setResourceLimit ] { - Parameters [2] { Parameter #0 [ integer $type ] Parameter #1 [ integer $limit ] } } Method [ protected method processBackground ] { - Parameters [4] { Parameter #0 [ integer $r ] Parameter #1 [ integer $g ] Parameter #2 [ integer $b ] Parameter #3 [ integer $opacity ] } } Method [ protected method processBlur ] { - Parameters [1] { Parameter #0 [ integer $radius ] } } Method [ protected method processCrop ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer $offsetX ] Parameter #3 [ integer $offsetY ] } } Method [ protected method processFlip ] { - Parameters [1] { Parameter #0 [ integer $direction ] } } Method [ protected method processLiquidRescale ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer $deltaX ] Parameter #3 [ integer $rigidity ] } } Method [ protected method processMask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] } } Method [ protected method processPixelate ] { - Parameters [1] { Parameter #0 [ integer $amount ] } } Method [ protected method processReflection ] { - Parameters [3] { Parameter #0 [ integer $height ] Parameter #1 [ integer $opacity ] Parameter #2 [ boolean $fadeIn ] } } Method [ protected method processRender ] { - Parameters [2] { Parameter #0 [ string $extension ] Parameter #1 [ integer $quality ] } - Return [ string ] } Method [ protected method processResize ] { - Parameters [2] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] } } Method [ protected method processRotate ] { - Parameters [1] { Parameter #0 [ integer $degrees ] } } Method [ protected method processSave ] { - Parameters [2] { Parameter #0 [ string $file ] Parameter #1 [ integer $quality ] } } Method [ protected method processSharpen ] { - Parameters [1] { Parameter #0 [ integer $amount ] } } Method [ protected method processText ] { - Parameters [9] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ integer $opacity ] Parameter #4 [ integer $r ] Parameter #5 [ integer $g ] Parameter #6 [ integer $b ] Parameter #7 [ integer $size ] Parameter #8 [ string $fontfile ] } } Method [ protected method processWatermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $image ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] } } Method [ public method getHeight ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getImage ] { } Method [ public method getMime ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRealpath ] { } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getWidth ] { - Parameters [0] { } - Return [ integer ] } Method [ public method background ] { - Parameters [2] { Parameter #0 [ string $color ] Parameter #1 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method blur ] { - Parameters [1] { Parameter #0 [ integer $radius ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method crop ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer or NULL $offsetX ] Parameter #3 [ integer or NULL $offsetY ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method flip ] { - Parameters [1] { Parameter #0 [ integer $direction ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method liquidRescale ] { - Parameters [4] { Parameter #0 [ integer $width ] Parameter #1 [ integer $height ] Parameter #2 [ integer $deltaX ] Parameter #3 [ integer $rigidity ] } - Return [ Phalcon\Image\Adapter\AbstractAdapter ] } Method [ public method mask ] { - Parameters [1] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method pixelate ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method reflection ] { - Parameters [3] { Parameter #0 [ integer $height ] Parameter #1 [ integer $opacity ] Parameter #2 [ boolean $fadeIn ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method render ] { - Parameters [2] { Parameter #0 [ string or NULL $ext ] Parameter #1 [ integer $quality ] } - Return [ string ] } Method [ public method resize ] { - Parameters [3] { Parameter #0 [ integer or NULL $width ] Parameter #1 [ integer or NULL $height ] Parameter #2 [ integer $master ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ integer $degrees ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method save ] { - Parameters [2] { Parameter #0 [ string or NULL $file ] Parameter #1 [ integer $quality ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method sharpen ] { - Parameters [1] { Parameter #0 [ integer $amount ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method text ] { - Parameters [7] { Parameter #0 [ string $text ] Parameter #1 [ $offsetX ] Parameter #2 [ $offsetY ] Parameter #3 [ integer $opacity ] Parameter #4 [ string $color ] Parameter #5 [ integer $size ] Parameter #6 [ string or NULL $fontfile ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method watermark ] { - Parameters [4] { Parameter #0 [ Phalcon\Image\Adapter\AdapterInterface $watermark ] Parameter #1 [ integer $offsetX ] Parameter #2 [ integer $offsetY ] Parameter #3 [ integer $opacity ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } } } Class [ class Phalcon\Image\Enum ] { - Constants [9] { Constant [ public integer AUTO ] { 4 } Constant [ public integer HEIGHT ] { 3 } Constant [ public integer INVERSE ] { 5 } Constant [ public integer NONE ] { 1 } Constant [ public integer PRECISE ] { 6 } Constant [ public integer TENSILE ] { 7 } Constant [ public integer WIDTH ] { 2 } Constant [ public integer HORIZONTAL ] { 11 } Constant [ public integer VERTICAL ] { 12 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Image\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Image\ImageFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ public method newInstance ] { - Parameters [4] { Parameter #0 [ string $name ] Parameter #1 [ string $file ] Parameter #2 [ integer or NULL $width ] Parameter #3 [ integer or NULL $height ] } - Return [ Phalcon\Image\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Kernel ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method preComputeHashKey ] { - Parameters [1] { Parameter #0 [ string $key ] } } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $checkedPath ] Property [ protected $classes ] Property [ protected $directories ] Property [ protected $eventsManager ] Property [ protected $extensions ] Property [ protected $fileCheckingCallback ] Property [ protected $files ] Property [ protected $foundPath ] Property [ protected $namespaces ] Property [ protected $registered ] } - Methods [20] { Method [ public method autoLoad ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ boolean ] } Method [ public method getCheckedPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getClasses ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDirs ] { - Parameters [0] { } - Return [ array ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getExtensions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFiles ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFoundPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaces ] { - Parameters [0] { } - Return [ array ] } Method [ public method loadFiles ] { - Parameters [0] { } - Return [ void ] } Method [ public method register ] { - Parameters [1] { Parameter #0 [ boolean $prepend ] } - Return [ Phalcon\Loader ] } Method [ public method registerClasses ] { - Parameters [2] { Parameter #0 [ array $classes ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Loader ] } Method [ public method registerDirs ] { - Parameters [2] { Parameter #0 [ array $directories ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Loader ] } Method [ public method registerFiles ] { - Parameters [2] { Parameter #0 [ array $files ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Loader ] } Method [ public method registerNamespaces ] { - Parameters [2] { Parameter #0 [ array $namespaces ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Loader ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setExtensions ] { - Parameters [1] { Parameter #0 [ array $extensions ] } - Return [ Phalcon\Loader ] } Method [ public method setFileCheckingCallback ] { - Parameters [1] { Parameter #0 [ $callback ] } - Return [ Phalcon\Loader ] } Method [ public method unregister ] { - Parameters [0] { } - Return [ Phalcon\Loader ] } Method [ protected method prepareNamespace ] { - Parameters [1] { Parameter #0 [ array $namespaceName ] } - Return [ array ] } } } Class [ class Phalcon\Loader\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Logger implements Psr\Log\LoggerInterface ] { - Constants [9] { Constant [ public integer ALERT ] { 2 } Constant [ public integer CRITICAL ] { 1 } Constant [ public integer CUSTOM ] { 8 } Constant [ public integer DEBUG ] { 7 } Constant [ public integer EMERGENCY ] { 0 } Constant [ public integer ERROR ] { 3 } Constant [ public integer INFO ] { 6 } Constant [ public integer NOTICE ] { 5 } Constant [ public integer WARNING ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $adapters ] Property [ protected $logLevel ] Property [ protected $name ] Property [ protected $excluded ] } - Methods [22] { Method [ public method getLogLevel ] { - Parameters [0] { } - Return [ integer ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $adapters ] } } Method [ public method addAdapter ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] } - Return [ Phalcon\Logger ] } Method [ public method alert ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ public method critical ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ public method debug ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ public method error ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ public method emergency ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ public method excludeAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters ] } - Return [ Phalcon\Logger ] } Method [ public method getAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method info ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ public method log ] { - Parameters [3] { Parameter #0 [ $level ] Parameter #1 [ $message ] Parameter #2 [ array $context ] } - Return [ void ] } Method [ public method notice ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ public method removeAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Logger ] } Method [ public method setAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters ] } - Return [ Phalcon\Logger ] } Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ integer $level ] } - Return [ Phalcon\Logger ] } Method [ public method warning ] { - Parameters [2] { Parameter #0 [ $message ] Parameter #1 [ array $context ] } - Return [ void ] } Method [ protected method addMessage ] { - Parameters [3] { Parameter #0 [ integer $level ] Parameter #1 [ string $message ] Parameter #2 [ array $context ] } - Return [ boolean ] } Method [ protected method getLevels ] { - Parameters [0] { } - Return [ array ] } Method [ private method getLevelNumber ] { - Parameters [1] { Parameter #0 [ $level ] } - Return [ integer ] } } } Class [ class Phalcon\Logger\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method newInstance ] { - Parameters [3] { Parameter #0 [ string $name ] Parameter #1 [ string $fileName ] Parameter #2 [ array $options ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Logger\Adapter\Noop extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $defaultFormatter ] Property [ protected $formatter ] Property [ protected $inTransaction ] Property [ protected $queue ] } - Methods [10] { Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ public method __destruct ] { } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } } } Class [ class Phalcon\Logger\Adapter\Stream extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $defaultFormatter ] Property [ protected $formatter ] Property [ protected $inTransaction ] Property [ protected $queue ] Property [ protected $handler ] Property [ protected $mode ] Property [ protected $name ] Property [ protected $options ] } - Methods [12] { Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ public method __destruct ] { } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } } } Class [ class Phalcon\Logger\Adapter\Syslog extends Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $formatter ] Property [ protected $inTransaction ] Property [ protected $queue ] Property [ protected $defaultFormatter ] Property [ protected $facility ] Property [ protected $name ] Property [ protected $opened ] Property [ protected $option ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method process ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ void ] } Method [ private method logLevelToSyslog ] { - Parameters [1] { Parameter #0 [ string $level ] } - Return [ integer ] } Method [ public method __destruct ] { } Method [ public method add ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method begin ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method commit ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method getFormatter ] { - Parameters [0] { } - Return [ Phalcon\Logger\Formatter\FormatterInterface ] } Method [ public method inTransaction ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method rollback ] { - Parameters [0] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } Method [ public method setFormatter ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Formatter\FormatterInterface $formatter ] } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } } } Class [ class Phalcon\Logger\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Logger\Formatter\Json extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $dateFormat ] } - Methods [5] { Method [ public method getDateFormat ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDateFormat ] { - Parameters [1] { Parameter #0 [ string $dateFormat ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $dateFormat ] } } Method [ public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ $context ] } } } } Class [ class Phalcon\Logger\Formatter\Line extends Phalcon\Logger\Formatter\AbstractFormatter implements Phalcon\Logger\Formatter\FormatterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $dateFormat ] Property [ protected $format ] } - Methods [7] { Method [ public method getDateFormat ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDateFormat ] { - Parameters [1] { Parameter #0 [ string $dateFormat ] } } Method [ public method getFormat ] { - Parameters [0] { } - Return [ string ] } Method [ public method setFormat ] { - Parameters [1] { Parameter #0 [ string $format ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $format ] Parameter #1 [ string $dateFormat ] } } Method [ public method format ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } - Return [ string ] } Method [ public method interpolate ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ $context ] } } } } Class [ class Phalcon\Logger\Item ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $context ] Property [ protected $message ] Property [ protected $name ] Property [ protected $time ] Property [ protected $type ] } - Methods [6] { Method [ public method getContext ] { } Method [ public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTime ] { } Method [ public method getType ] { } Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ string $message ] Parameter #1 [ string $name ] Parameter #2 [ integer $type ] Parameter #3 [ integer $time ] Parameter #4 [ $context ] } } } } Class [ class Phalcon\Logger\LoggerFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $adapterFactory ] } - Methods [3] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\AdapterFactory $factory ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Logger ] } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $adapters ] } - Return [ Phalcon\Logger ] } } } Class [ class Phalcon\Messages\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Messages\Message implements Phalcon\Messages\MessageInterface, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $code ] Property [ protected $field ] Property [ protected $message ] Property [ protected $type ] Property [ protected $metaData ] } - Methods [13] { Method [ public method getCode ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getField ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ public method getType ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMetaData ] { - Parameters [0] { } - Return [ array ] } Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ string $message ] Parameter #1 [ $field ] Parameter #2 [ string $type ] Parameter #3 [ integer $code ] Parameter #4 [ array $metaData ] } } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method setCode ] { - Parameters [1] { Parameter #0 [ integer $code ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setField ] { - Parameters [1] { Parameter #0 [ $field ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setMessage ] { - Parameters [1] { Parameter #0 [ string $message ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setMetaData ] { - Parameters [1] { Parameter #0 [ array $metaData ] } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ string $type ] } - Return [ Phalcon\Messages\MessageInterface ] } } } Class [ class Phalcon\Messages\Messages implements ArrayAccess, Countable, Iterator, Traversable, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $position ] Property [ protected $messages ] } - Methods [15] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $messages ] } } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } } Method [ public method appendMessages ] { - Parameters [1] { Parameter #0 [ $messages ] } } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method current ] { - Parameters [0] { } - Return [ Phalcon\Messages\MessageInterface ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ string $fieldName ] } - Return [ array ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ integer ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $message ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Mvc\Application extends Phalcon\Application\AbstractApplication implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [7] { Property [ protected $container ] Property [ protected $defaultModule ] Property [ protected $eventsManager ] Property [ protected $modules ] Property [ protected $implicitView ] Property [ protected $sendCookies ] Property [ protected $sendHeaders ] } - Methods [16] { Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } } Method [ public method sendCookiesOnHandleRequest ] { - Parameters [1] { Parameter #0 [ boolean $sendCookies ] } - Return [ Phalcon\Mvc\Application ] } Method [ public method sendHeadersOnHandleRequest ] { - Parameters [1] { Parameter #0 [ boolean $sendHeaders ] } - Return [ Phalcon\Mvc\Application ] } Method [ public method useImplicitView ] { - Parameters [1] { Parameter #0 [ boolean $implicitView ] } - Return [ Phalcon\Mvc\Application ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method getDefaultModule ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getModule ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getModules ] { - Parameters [0] { } - Return [ array ] } Method [ public method registerModules ] { - Parameters [2] { Parameter #0 [ array $modules ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $defaultModule ] } - Return [ Phalcon\Application\AbstractApplication ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Application\Exception extends Phalcon\Application\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Mvc\Controller extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $container ] } - Methods [5] { Method [ final public method __construct ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher\AbstractDispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Dispatcher\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\DispatcherInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [26] { Property [ protected $container ] Property [ protected $activeHandler ] Property [ protected $activeMethodMap ] Property [ protected $actionName ] Property [ protected $actionSuffix ] Property [ protected $camelCaseMap ] Property [ protected $defaultNamespace ] Property [ protected $handlerHashes ] Property [ protected $handlerName ] Property [ protected $eventsManager ] Property [ protected $finished ] Property [ protected $forwarded ] Property [ protected $isControllerInitialize ] Property [ protected $lastHandler ] Property [ protected $modelBinder ] Property [ protected $modelBinding ] Property [ protected $moduleName ] Property [ protected $namespaceName ] Property [ protected $params ] Property [ protected $previousActionName ] Property [ protected $previousHandlerName ] Property [ protected $previousNamespaceName ] Property [ protected $returnedValue ] Property [ protected $defaultAction ] Property [ protected $defaultHandler ] Property [ protected $handlerSuffix ] } - Methods [48] { Method [ public method forward ] { - Parameters [1] { Parameter #0 [ array $forward ] } - Return [ void ] } Method [ public method getActiveController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ public method getControllerClass ] { - Parameters [0] { } - Return [ string ] } Method [ public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getLastController ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ControllerInterface ] } Method [ public method getPreviousActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPreviousControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPreviousNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method setControllerName ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] } } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } } Method [ protected method handleException ] { - Parameters [1] { Parameter #0 [ Exception $exception ] } } Method [ protected method throwDispatchException ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ integer $exceptionCode ] } } Method [ public method callActionMethod ] { - Parameters [3] { Parameter #0 [ $handler ] Parameter #1 [ string $actionMethod ] Parameter #2 [ array $params ] } } Method [ public method dispatch ] { } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActionSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveMethod ] { - Parameters [0] { } - Return [ string ] } Method [ public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDefaultNamespace ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getHandlerSuffix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getModelBinder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParam ] { - Parameters [3] { Parameter #0 [ $param ] Parameter #1 [ $filters ] Parameter #2 [ $defaultValue ] } } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method hasParam ] { - Parameters [1] { Parameter #0 [ $param ] } - Return [ boolean ] } Method [ public method isFinished ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setActionName ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ void ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ public method getHandlerClass ] { - Parameters [0] { } - Return [ string ] } Method [ public method setParam ] { - Parameters [2] { Parameter #0 [ $param ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method setParams ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ void ] } Method [ public method setReturnedValue ] { - Parameters [1] { Parameter #0 [ $value ] } - Return [ void ] } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } - Return [ void ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setHandlerSuffix ] { - Parameters [1] { Parameter #0 [ string $handlerSuffix ] } - Return [ void ] } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } - Return [ Phalcon\Dispatcher\DispatcherInterface ] } Method [ public method setModuleName ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ void ] } Method [ public method setNamespaceName ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ void ] } Method [ public method getReturnedValue ] { } Method [ public method wasForwarded ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method resolveEmptyProperties ] { - Parameters [0] { } - Return [ void ] } Method [ protected method toCamelCase ] { - Parameters [1] { Parameter #0 [ string $input ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Dispatcher\Exception extends Phalcon\Dispatcher\Exception implements Throwable ] { - Constants [6] { Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } Constant [ public integer EXCEPTION_NO_DI ] { 0 } } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Micro extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, ArrayAccess, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [15] { Property [ protected $activeHandler ] Property [ protected $afterBindingHandlers ] Property [ protected $afterHandlers ] Property [ protected $beforeHandlers ] Property [ protected $container ] Property [ protected $errorHandler ] Property [ protected $eventsManager ] Property [ protected $finishHandlers ] Property [ protected $handlers ] Property [ protected $modelBinder ] Property [ protected $notFoundHandler ] Property [ protected $responseHandler ] Property [ protected $returnedValue ] Property [ protected $router ] Property [ protected $stopped ] } - Methods [41] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method after ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method afterBinding ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method before ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method error ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method getActiveHandler ] { } Method [ public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method getHandlers ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModelBinder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\BinderInterface or NULL ] } Method [ public method getReturnedValue ] { } Method [ public method getRouter ] { - Parameters [0] { } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method getService ] { - Parameters [1] { Parameter #0 [ string $serviceName ] } } Method [ public method getSharedService ] { - Parameters [1] { Parameter #0 [ string $serviceName ] } } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } } Method [ public method hasService ] { - Parameters [1] { Parameter #0 [ string $serviceName ] } - Return [ boolean ] } Method [ public method head ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method map ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Micro\CollectionInterface $collection ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $alias ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $alias ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $alias ] Parameter #1 [ $definition ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $alias ] } - Return [ void ] } Method [ public method options ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method patch ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method post ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method put ] { - Parameters [2] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method setActiveHandler ] { - Parameters [1] { Parameter #0 [ $activeHandler ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setModelBinder ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\BinderInterface $modelBinder ] Parameter #1 [ $cache ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method setResponseHandler ] { - Parameters [1] { Parameter #0 [ $handler ] } - Return [ Phalcon\Mvc\Micro ] } Method [ public method setService ] { - Parameters [3] { Parameter #0 [ string $serviceName ] Parameter #1 [ $definition ] Parameter #2 [ boolean $shared ] } - Return [ Phalcon\Di\ServiceInterface ] } Method [ public method stop ] { } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } } } Class [ class Phalcon\Mvc\Micro\Collection implements Phalcon\Mvc\Micro\CollectionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $handler ] Property [ protected $handlers ] Property [ protected $lazy ] Property [ protected $prefix ] } - Methods [17] { Method [ public method delete ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method getHandler ] { } Method [ public method getHandlers ] { - Parameters [0] { } - Return [ array ] } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method head ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method isLazy ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method map ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method mapVia ] { - Parameters [4] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ $method ] Parameter #3 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method options ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method patch ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method post ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method put ] { - Parameters [3] { Parameter #0 [ string $routePattern ] Parameter #1 [ $handler ] Parameter #2 [ string or NULL $name ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method setHandler ] { - Parameters [2] { Parameter #0 [ $handler ] Parameter #1 [ boolean $lazy ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method setLazy ] { - Parameters [1] { Parameter #0 [ boolean $lazy ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\Micro\CollectionInterface ] } Method [ protected method addMap ] { - Parameters [4] { Parameter #0 [ $method ] Parameter #1 [ string $routePattern ] Parameter #2 [ $handler ] Parameter #3 [ string $name ] } } } } Class [ class Phalcon\Mvc\Micro\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Micro\LazyLoader ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $handler ] Property [ protected $definition ] } - Methods [3] { Method [ public method getDefinition ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $definition ] } } Method [ public method callMethod ] { - Parameters [3] { Parameter #0 [ string $method ] Parameter #1 [ $arguments ] Parameter #2 [ Phalcon\Mvc\Model\BinderInterface or NULL $modelBinder ] } } } } Class [ abstract class Phalcon\Mvc\Model extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Serializable, JsonSerializable ] { - Constants [8] { Constant [ public integer DIRTY_STATE_DETACHED ] { 2 } Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } Constant [ public integer OP_CREATE ] { 1 } Constant [ public integer OP_DELETE ] { 3 } Constant [ public integer OP_NONE ] { 0 } Constant [ public integer OP_UPDATE ] { 2 } Constant [ public string TRANSACTION_INDEX ] { transaction } } - Static properties [0] { } - Static methods [17] { Method [ static public method __callStatic ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] } } Method [ static public method average ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ float ] } Method [ static public method cloneResult ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $base ] Parameter #1 [ array $data ] Parameter #2 [ integer $dirtyState ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ static public method cloneResultMap ] { - Parameters [5] { Parameter #0 [ $base ] Parameter #1 [ array $data ] Parameter #2 [ $columnMap ] Parameter #3 [ integer $dirtyState ] Parameter #4 [ boolean or NULL $keepSnapshots ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ static public method cloneResultMapHydrate ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] Parameter #2 [ integer $hydrationMode ] } } Method [ static public method count ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ integer ] } Method [ static public method find ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ static public method findFirst ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method maximum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method minimum ] { - Parameters [1] { Parameter #0 [ $parameters ] } } Method [ static public method query ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ static public method setup ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ static public method sum ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ float ] } Method [ static protected method _groupResult ] { - Parameters [3] { Parameter #0 [ string $functionName ] Parameter #1 [ string $alias ] Parameter #2 [ $parameters ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ final static protected method _invokeFinder ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] } } Method [ static private method getPreparedQuery ] { - Parameters [2] { Parameter #0 [ $params ] Parameter #1 [ $limit ] } - Return [ Phalcon\Mvc\Model\Query ] } Method [ static private method caseInsensitiveColumnMap ] { - Parameters [2] { Parameter #0 [ $columnMap ] Parameter #1 [ $key ] } - Return [ string ] } } - Properties [15] { Property [ protected $container ] Property [ protected $dirtyState ] Property [ protected $dirtyRelated ] Property [ protected $errorMessages ] Property [ protected $modelsManager ] Property [ protected $modelsMetaData ] Property [ protected $related ] Property [ protected $operationMade ] Property [ protected $oldSnapshot ] Property [ protected $skipped ] Property [ protected $snapshot ] Property [ protected $transaction ] Property [ protected $uniqueKey ] Property [ protected $uniqueParams ] Property [ protected $uniqueTypes ] } - Methods [83] { Method [ public method getTransaction ] { } Method [ final public method __construct ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] Parameter #2 [ Phalcon\Mvc\Model\ManagerInterface or NULL $modelsManager ] } } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ string $method ] Parameter #1 [ array $arguments ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $property ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $property ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $property ] Parameter #1 [ $value ] } } Method [ public method addBehavior ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - Return [ void ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method assign ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $whiteList ] Parameter #2 [ $dataColumnMap ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method create ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method delete ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method dump ] { - Parameters [0] { } - Return [ array ] } Method [ public method fireEvent ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ boolean ] } Method [ public method fireEventCancel ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ boolean ] } Method [ public method getChangedFields ] { - Parameters [0] { } - Return [ array ] } Method [ public method getDirtyState ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getMessages ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ public method getModelsManager ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\ManagerInterface ] } Method [ public method getModelsMetaData ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaDataInterface ] } Method [ public method getOperationMade ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getOldSnapshotData ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getReadConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final public method getReadConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRelated ] { - Parameters [2] { Parameter #0 [ string $alias ] Parameter #1 [ $arguments ] } } Method [ public method isRelationshipLoaded ] { - Parameters [1] { Parameter #0 [ string $relationshipAlias ] } - Return [ boolean ] } Method [ final public method getSchema ] { - Parameters [0] { } - Return [ string ] } Method [ public method getSnapshotData ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getSource ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUpdatedFields ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getWriteConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final public method getWriteConnectionService ] { - Parameters [0] { } - Return [ string ] } Method [ public method hasChanged ] { - Parameters [2] { Parameter #0 [ $fieldName ] Parameter #1 [ boolean $allFields ] } - Return [ boolean ] } Method [ public method hasSnapshotData ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method hasUpdated ] { - Parameters [2] { Parameter #0 [ $fieldName ] Parameter #1 [ boolean $allFields ] } - Return [ boolean ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } } Method [ public method refresh ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method save ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ final public method setConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ public method setDirtyState ] { - Parameters [1] { Parameter #0 [ integer $dirtyState ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } } Method [ final public method setReadConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ public method setOldSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] } } Method [ public method setSnapshotData ] { - Parameters [2] { Parameter #0 [ array $data ] Parameter #1 [ $columnMap ] } - Return [ void ] } Method [ public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ final public method setWriteConnectionService ] { - Parameters [1] { Parameter #0 [ string $connectionService ] } - Return [ void ] } Method [ public method skipOperation ] { - Parameters [1] { Parameter #0 [ boolean $skip ] } - Return [ void ] } Method [ public method toArray ] { - Parameters [1] { Parameter #0 [ $columns ] } - Return [ array ] } Method [ public method update ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final protected method _checkForeignKeysRestrict ] { - Parameters [0] { } - Return [ boolean ] } Method [ final protected method _checkForeignKeysReverseCascade ] { - Parameters [0] { } - Return [ boolean ] } Method [ final protected method _checkForeignKeysReverseRestrict ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method _doLowInsert ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #2 [ $table ] Parameter #3 [ $identityField ] } - Return [ boolean ] } Method [ protected method _doLowUpdate ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #2 [ $table ] } - Return [ boolean ] } Method [ protected method _exists ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\Adapter\AdapterInterface $connection ] } - Return [ boolean ] } Method [ protected method _getRelatedRecords ] { - Parameters [3] { Parameter #0 [ string $modelName ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments ] } } Method [ final protected method _possibleSetter ] { - Parameters [2] { Parameter #0 [ string $property ] Parameter #1 [ $value ] } - Return [ boolean ] } Method [ protected method _preSave ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ boolean $exists ] Parameter #2 [ $identityField ] } - Return [ boolean ] } Method [ protected method _preSaveRelatedRecords ] { - Parameters [2] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ $related ] } - Return [ boolean ] } Method [ protected method _postSave ] { - Parameters [2] { Parameter #0 [ boolean $success ] Parameter #1 [ boolean $exists ] } - Return [ boolean ] } Method [ protected method _postSaveRelatedRecords ] { - Parameters [2] { Parameter #0 [ Phalcon\Db\Adapter\AdapterInterface $connection ] Parameter #1 [ $related ] } - Return [ boolean ] } Method [ protected method allowEmptyStringValues ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ void ] } Method [ protected method _cancelOperation ] { } Method [ protected method belongsTo ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ $options ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method hasMany ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ $options ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method hasManyToMany ] { - Parameters [7] { Parameter #0 [ $fields ] Parameter #1 [ string $intermediateModel ] Parameter #2 [ $intermediateFields ] Parameter #3 [ $intermediateReferencedFields ] Parameter #4 [ string $referenceModel ] Parameter #5 [ $referencedFields ] Parameter #6 [ $options ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method hasOne ] { - Parameters [4] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] Parameter #3 [ $options ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method hasOneThrough ] { - Parameters [7] { Parameter #0 [ $fields ] Parameter #1 [ string $intermediateModel ] Parameter #2 [ $intermediateFields ] Parameter #3 [ $intermediateReferencedFields ] Parameter #4 [ string $referenceModel ] Parameter #5 [ $referencedFields ] Parameter #6 [ $options ] } - Return [ Phalcon\Mvc\Model\Relation ] } Method [ protected method keepSnapshots ] { - Parameters [1] { Parameter #0 [ boolean $keepSnapshot ] } - Return [ void ] } Method [ final protected method setSchema ] { - Parameters [1] { Parameter #0 [ string $schema ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ final protected method setSource ] { - Parameters [1] { Parameter #0 [ string $source ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ protected method skipAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } Method [ protected method skipAttributesOnCreate ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ void ] } Method [ protected method skipAttributesOnUpdate ] { - Parameters [1] { Parameter #0 [ array $attributes ] } - Return [ void ] } Method [ protected method useDynamicUpdate ] { - Parameters [1] { Parameter #0 [ boolean $dynamicUpdate ] } - Return [ void ] } Method [ protected method validate ] { - Parameters [1] { Parameter #0 [ Phalcon\Validation\ValidationInterface $validator ] } - Return [ boolean ] } Method [ public method validationHasFailed ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Model\Behavior\SoftDelete extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $options ] } - Methods [5] { Method [ public method notify ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ string or NULL $eventName ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ boolean ] } } } Class [ class Phalcon\Mvc\Model\Behavior\Timestampable extends Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $options ] } - Methods [6] { Method [ public method notify ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ private method getTimestamp ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ protected method getOptions ] { - Parameters [1] { Parameter #0 [ string or NULL $eventName ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $method ] Parameter #2 [ array $arguments ] } } Method [ protected method mustTakeAction ] { - Parameters [1] { Parameter #0 [ string $eventName ] } - Return [ boolean ] } } } Class [ class Phalcon\Mvc\Model\Binder implements Phalcon\Mvc\Model\BinderInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $boundModels ] Property [ protected $cache ] Property [ protected $internalCache ] Property [ protected $originalValues ] } - Methods [9] { Method [ public method getBoundModels ] { - Parameters [0] { } - Return [ array ] } Method [ public method getOriginalValues ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] } } Method [ public method bindToHandler ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ string $cacheKey ] Parameter #3 [ string or NULL $methodName ] } - Return [ array ] } Method [ protected method findBoundModel ] { - Parameters [2] { Parameter #0 [ $paramValue ] Parameter #1 [ string $className ] } } Method [ public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ protected method getParamsFromCache ] { - Parameters [1] { Parameter #0 [ string $cacheKey ] } - Return [ array or NULL ] } Method [ protected method getParamsFromReflection ] { - Parameters [4] { Parameter #0 [ $handler ] Parameter #1 [ array $params ] Parameter #2 [ string $cacheKey ] Parameter #3 [ string $methodName ] } - Return [ array ] } Method [ public method setCache ] { - Parameters [1] { Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $cache ] } - Return [ Phalcon\Mvc\Model\BinderInterface ] } } } Class [ class Phalcon\Mvc\Model\Criteria implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method fromInput ] { - Parameters [4] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ string $modelName ] Parameter #2 [ array $data ] Parameter #3 [ string $operator ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } } - Properties [5] { Property [ protected $bindParams ] Property [ protected $bindTypes ] Property [ protected $hiddenParamNumber ] Property [ protected $model ] Property [ protected $params ] } - Methods [37] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setModelName ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method getModelName ] { - Parameters [0] { } - Return [ string ] } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method bindTypes ] { - Parameters [1] { Parameter #0 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method join ] { - Parameters [4] { Parameter #0 [ string $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] Parameter #3 [ $type ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method innerJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method rightJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ $bindParams ] Parameter #2 [ $bindTypes ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method betweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method notBetweenWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method inWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method notInWhere ] { - Parameters [2] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method conditions ] { - Parameters [1] { Parameter #0 [ string $conditions ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ string $orderColumns ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method having ] { - Parameters [1] { Parameter #0 [ $having ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ integer $limit ] Parameter #1 [ integer $offset ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ boolean $forUpdate ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method sharedLock ] { - Parameters [1] { Parameter #0 [ boolean $sharedLock ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ array $cache ] } - Return [ Phalcon\Mvc\Model\CriteriaInterface ] } Method [ public method getWhere ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getColumns ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getConditions ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getLimit ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getOrderBy ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getGroupBy ] { } Method [ public method getHaving ] { } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method createBuilder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method execute ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } } } Class [ class Phalcon\Mvc\Model\Manager implements Phalcon\Mvc\Model\ManagerInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [27] { Property [ protected $aliases ] Property [ protected $behaviors ] Property [ protected $belongsTo ] Property [ protected $belongsToSingle ] Property [ protected $container ] Property [ protected $customEventsManager ] Property [ protected $dynamicUpdate ] Property [ protected $eventsManager ] Property [ protected $hasMany ] Property [ protected $hasManySingle ] Property [ protected $hasManyToMany ] Property [ protected $hasManyToManySingle ] Property [ protected $hasOne ] Property [ protected $hasOneSingle ] Property [ protected $hasOneThrough ] Property [ protected $hasOneThroughSingle ] Property [ protected $initialized ] Property [ protected $keepSnapshots ] Property [ protected $lastInitialized ] Property [ protected $lastQuery ] Property [ protected $modelVisibility ] Property [ protected $prefix ] Property [ protected $readConnectionServices ] Property [ protected $sources ] Property [ protected $schemas ] Property [ protected $writeConnectionServices ] Property [ protected $reusable ] } - Methods [65] { Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method setCustomEventsManager ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method getCustomEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method initialize ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ boolean ] } Method [ public method isInitialized ] { - Parameters [1] { Parameter #0 [ string $className ] } - Return [ boolean ] } Method [ public method getLastInitialized ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method load ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method setModelPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ void ] } Method [ public method getModelPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method setModelSource ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $source ] } - Return [ void ] } Method [ final public method isVisibleModelProperty ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $property ] } - Return [ boolean ] } Method [ public method getModelSource ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ public method setModelSchema ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $schema ] } - Return [ void ] } Method [ public method getModelSchema ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ public method setConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ public method setWriteConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ public method setReadConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $connectionService ] } - Return [ void ] } Method [ public method getReadConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method getWriteConnection ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ protected method _getConnection ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionServices ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method getReadConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ public method getWriteConnectionService ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string ] } Method [ public method _getConnectionService ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $connectionServices ] } - Return [ string ] } Method [ public method notifyEvent ] { - Parameters [2] { Parameter #0 [ string $eventName ] Parameter #1 [ Phalcon\Mvc\ModelInterface $model ] } } Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $eventName ] Parameter #2 [ $data ] } } Method [ public method addBehavior ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Mvc\Model\BehaviorInterface $behavior ] } - Return [ void ] } Method [ public method keepSnapshots ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ boolean $keepSnapshots ] } - Return [ void ] } Method [ public method isKeepingSnapshots ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ boolean ] } Method [ public method useDynamicUpdate ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ boolean $dynamicUpdate ] } - Return [ void ] } Method [ public method isUsingDynamicUpdate ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ boolean ] } Method [ public method addHasOne ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ public method addHasOneThrough ] { - Parameters [8] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $intermediateModel ] Parameter #3 [ $intermediateFields ] Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] Parameter #7 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ public method addBelongsTo ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ public method addHasMany ] { - Parameters [5] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] Parameter #4 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ public method addHasManyToMany ] { - Parameters [8] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $fields ] Parameter #2 [ string $intermediateModel ] Parameter #3 [ $intermediateFields ] Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] Parameter #7 [ $options ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } Method [ public method existsBelongsTo ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ public method existsHasMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ public method existsHasOne ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ public method existsHasOneThrough ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ public method existsHasManyToMany ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] } - Return [ boolean ] } Method [ public method getRelationByAlias ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $alias ] } } Method [ final protected method _mergeFindParameters ] { - Parameters [2] { Parameter #0 [ $findParamsOne ] Parameter #1 [ $findParamsTwo ] } - Return [ array ] } Method [ public method getRelationRecords ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\Model\RelationInterface $relation ] Parameter #1 [ Phalcon\Mvc\ModelInterface $record ] Parameter #2 [ $parameters ] Parameter #3 [ string or NULL $method ] } } Method [ public method getReusableRecords ] { - Parameters [2] { Parameter #0 [ string $modelName ] Parameter #1 [ string $key ] } } Method [ public method setReusableRecords ] { - Parameters [3] { Parameter #0 [ string $modelName ] Parameter #1 [ string $key ] Parameter #2 [ $records ] } - Return [ void ] } Method [ public method clearReusableObjects ] { - Parameters [0] { } - Return [ void ] } Method [ public method getBelongsToRecords ] { - Parameters [5] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ $parameters ] Parameter #4 [ string or NULL $method ] } } Method [ public method getHasManyRecords ] { - Parameters [5] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ $parameters ] Parameter #4 [ string or NULL $method ] } } Method [ public method getHasOneRecords ] { - Parameters [5] { Parameter #0 [ string $modelName ] Parameter #1 [ string $modelRelation ] Parameter #2 [ Phalcon\Mvc\ModelInterface $record ] Parameter #3 [ $parameters ] Parameter #4 [ string or NULL $method ] } } Method [ public method getBelongsTo ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getHasOne ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getHasOneThrough ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getHasManyToMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getHasOneAndHasMany ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getRelations ] { - Parameters [1] { Parameter #0 [ string $modelName ] } - Return [ array ] } Method [ public method getRelationsBetween ] { - Parameters [2] { Parameter #0 [ string $first ] Parameter #1 [ string $second ] } } Method [ public method createQuery ] { - Parameters [1] { Parameter #0 [ string $phql ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method executeQuery ] { - Parameters [3] { Parameter #0 [ string $phql ] Parameter #1 [ $placeholders ] Parameter #2 [ $types ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method createBuilder ] { - Parameters [1] { Parameter #0 [ $params ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method getLastQuery ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method __destruct ] { } } } Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public integer MODELS_COLUMN_MAP ] { 0 } Constant [ public integer MODELS_DATE_AT ] { 6 } Constant [ public integer MODELS_DATE_IN ] { 7 } Constant [ public integer MODELS_DATA_TYPES ] { 4 } Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public integer MODELS_NOT_NULL ] { 3 } Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter ] Property [ protected $columnMap ] Property [ protected $container ] Property [ protected $metaData ] Property [ protected $strategy ] } - Methods [33] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] Parameter #1 [ array or NULL $options ] } } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ boolean ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ array or NULL ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array or NULL ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public integer MODELS_COLUMN_MAP ] { 0 } Constant [ public integer MODELS_DATE_AT ] { 6 } Constant [ public integer MODELS_DATE_IN ] { 7 } Constant [ public integer MODELS_DATA_TYPES ] { 4 } Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public integer MODELS_NOT_NULL ] { 3 } Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter ] Property [ protected $columnMap ] Property [ protected $container ] Property [ protected $metaData ] Property [ protected $strategy ] } - Methods [33] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] Parameter #1 [ array $options ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ boolean ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ array or NULL ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array or NULL ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public integer MODELS_COLUMN_MAP ] { 0 } Constant [ public integer MODELS_DATE_AT ] { 6 } Constant [ public integer MODELS_DATE_IN ] { 7 } Constant [ public integer MODELS_DATA_TYPES ] { 4 } Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public integer MODELS_NOT_NULL ] { 3 } Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter ] Property [ protected $columnMap ] Property [ protected $container ] Property [ protected $metaData ] Property [ protected $strategy ] } - Methods [33] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ array or NULL ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ boolean ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ boolean ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array or NULL ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public integer MODELS_COLUMN_MAP ] { 0 } Constant [ public integer MODELS_DATE_AT ] { 6 } Constant [ public integer MODELS_DATE_IN ] { 7 } Constant [ public integer MODELS_DATA_TYPES ] { 4 } Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public integer MODELS_NOT_NULL ] { 3 } Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $adapter ] Property [ protected $columnMap ] Property [ protected $container ] Property [ protected $metaData ] Property [ protected $strategy ] } - Methods [33] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\AdapterFactory $factory ] Parameter #1 [ array $options ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ boolean ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ array or NULL ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array or NULL ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } } } Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Annotations implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } Method [ final public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } } } Class [ class Phalcon\Mvc\Model\MetaData\Strategy\Introspection implements Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ final public method getColumnMaps ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } Method [ final public method getMetaData ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ Phalcon\Di\DiInterface $container ] } - Return [ array ] } } } Class [ class Phalcon\Mvc\Model\MetaData\Stream extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ public integer MODELS_ATTRIBUTES ] { 0 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } Constant [ public integer MODELS_COLUMN_MAP ] { 0 } Constant [ public integer MODELS_DATE_AT ] { 6 } Constant [ public integer MODELS_DATE_IN ] { 7 } Constant [ public integer MODELS_DATA_TYPES ] { 4 } Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } Constant [ public integer MODELS_NOT_NULL ] { 3 } Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $adapter ] Property [ protected $columnMap ] Property [ protected $container ] Property [ protected $metaData ] Property [ protected $strategy ] Property [ protected $metaDataDir ] } - Methods [34] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $options ] } } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ array or NULL ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $data ] } - Return [ void ] } Method [ private method throwWriteException ] { - Parameters [1] { Parameter #0 [ $option ] } - Return [ void ] } Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ string or NULL ] } Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ public method getStrategy ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface ] } Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ string $attribute ] } - Return [ boolean ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ boolean ] } Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array or NULL ] } Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } - Return [ array ] } Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ void ] } Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $attributes ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\Strategy\StrategyInterface $strategy ] } - Return [ void ] } Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ integer $index ] Parameter #2 [ $data ] } - Return [ void ] } Method [ final protected method initialize ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ $key ] Parameter #2 [ $table ] Parameter #3 [ $schema ] } } } } Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [4] { Constant [ public integer TYPE_DELETE ] { 303 } Constant [ public integer TYPE_INSERT ] { 306 } Constant [ public integer TYPE_SELECT ] { 309 } Constant [ public integer TYPE_UPDATE ] { 300 } } - Static properties [1] { Property [ protected static $_irPhqlCache ] } - Static methods [1] { Method [ static public method clean ] { - Parameters [0] { } - Return [ void ] } } - Properties [23] { Property [ protected $ast ] Property [ protected $bindParams ] Property [ protected $bindTypes ] Property [ protected $cache ] Property [ protected $cacheOptions ] Property [ protected $container ] Property [ protected $enableImplicitJoins ] Property [ protected $intermediate ] Property [ protected $manager ] Property [ protected $metaData ] Property [ protected $models ] Property [ protected $modelsInstances ] Property [ protected $nestingLevel ] Property [ protected $phql ] Property [ protected $sharedLock ] Property [ protected $sqlAliases ] Property [ protected $sqlAliasesModels ] Property [ protected $sqlAliasesModelsInstances ] Property [ protected $sqlColumnAliases ] Property [ protected $sqlModelsAliases ] Property [ protected $type ] Property [ protected $uniqueRow ] Property [ protected $_transaction ] } - Methods [49] { Method [ public method getTransaction ] { } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string or NULL $phql ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] Parameter #2 [ array $options ] } } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setUniqueRow ] { - Parameters [1] { Parameter #0 [ boolean $uniqueRow ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getUniqueRow ] { - Parameters [0] { } - Return [ boolean ] } Method [ final protected method _getQualified ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ array ] } Method [ final protected method _getCallArgument ] { - Parameters [1] { Parameter #0 [ array $argument ] } - Return [ array ] } Method [ final protected method _getCaseExpression ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ array ] } Method [ final protected method _getFunctionCall ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ array ] } Method [ final protected method _getExpression ] { - Parameters [2] { Parameter #0 [ array $expr ] Parameter #1 [ boolean $quoting ] } - Return [ string ] } Method [ final protected method _getSelectColumn ] { - Parameters [1] { Parameter #0 [ array $column ] } - Return [ array ] } Method [ final protected method _getTable ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] Parameter #1 [ array $qualifiedName ] } } Method [ final protected method _getJoin ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Model\ManagerInterface $manager ] Parameter #1 [ array $join ] } - Return [ array ] } Method [ final protected method _getJoinType ] { - Parameters [1] { Parameter #0 [ array $join ] } - Return [ string ] } Method [ final protected method _getSingleJoin ] { - Parameters [5] { Parameter #0 [ string $joinType ] Parameter #1 [ $joinSource ] Parameter #2 [ string $modelAlias ] Parameter #3 [ string $joinAlias ] Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] } - Return [ array ] } Method [ final protected method _getMultiJoin ] { - Parameters [5] { Parameter #0 [ string $joinType ] Parameter #1 [ $joinSource ] Parameter #2 [ string $modelAlias ] Parameter #3 [ string $joinAlias ] Parameter #4 [ Phalcon\Mvc\Model\RelationInterface $relation ] } - Return [ array ] } Method [ final protected method _getJoins ] { - Parameters [1] { Parameter #0 [ array $select ] } - Return [ array ] } Method [ final protected method _getOrderClause ] { - Parameters [1] { Parameter #0 [ $order ] } - Return [ array ] } Method [ final protected method _getGroupClause ] { - Parameters [1] { Parameter #0 [ array $group ] } - Return [ array ] } Method [ final protected method _getLimitClause ] { - Parameters [1] { Parameter #0 [ array $limitClause ] } - Return [ array ] } Method [ final protected method _prepareSelect ] { - Parameters [2] { Parameter #0 [ $ast ] Parameter #1 [ boolean $merge ] } - Return [ array ] } Method [ final protected method _prepareInsert ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method _prepareUpdate ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method _prepareDelete ] { - Parameters [0] { } - Return [ array ] } Method [ public method parse ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ final protected method _executeSelect ] { - Parameters [4] { Parameter #0 [ array $intermediate ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] Parameter #3 [ boolean $simulate ] } } Method [ final protected method _executeInsert ] { - Parameters [3] { Parameter #0 [ array $intermediate ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } Method [ final protected method _executeUpdate ] { - Parameters [3] { Parameter #0 [ array $intermediate ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } Method [ final protected method _executeDelete ] { - Parameters [3] { Parameter #0 [ array $intermediate ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } Method [ final protected method _getRelatedRecords ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $intermediate ] Parameter #2 [ array $bindParams ] Parameter #3 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method execute ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ array $bindTypes ] } } Method [ public method getSingleResult ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ array $bindTypes ] } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method setType ] { - Parameters [1] { Parameter #0 [ integer $type ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method setSharedLock ] { - Parameters [1] { Parameter #0 [ boolean $sharedLock ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method setIntermediate ] { - Parameters [1] { Parameter #0 [ array $intermediate ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getIntermediate ] { - Parameters [0] { } - Return [ array ] } Method [ public method cache ] { - Parameters [1] { Parameter #0 [ array $cacheOptions ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getCacheOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getSql ] { - Parameters [0] { } - Return [ array ] } Method [ protected method getReadConnection ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array or NULL $intermediate ] Parameter #2 [ array $bindParams ] Parameter #3 [ array $bindTypes ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ protected method getWriteConnection ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array or NULL $intermediate ] Parameter #2 [ array $bindParams ] Parameter #3 [ array $bindTypes ] } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method setTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } } } Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [2] { Constant [ public string OPERATOR_AND ] { and } Constant [ public string OPERATOR_OR ] { or } } - Static properties [0] { } - Static methods [0] { } - Properties [16] { Property [ protected $bindParams ] Property [ protected $bindTypes ] Property [ protected $columns ] Property [ protected $conditions ] Property [ protected $container ] Property [ protected $distinct ] Property [ protected $forUpdate ] Property [ protected $group ] Property [ protected $having ] Property [ protected $hiddenParamNumber ] Property [ protected $joins ] Property [ protected $limit ] Property [ protected $models ] Property [ protected $offset ] Property [ protected $order ] Property [ protected $sharedLock ] } - Methods [52] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $params ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method addFrom ] { - Parameters [2] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method andHaving ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method andWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ final public method autoescape ] { - Parameters [1] { Parameter #0 [ string $identifier ] } - Return [ string ] } Method [ public method betweenHaving ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method betweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method columns ] { - Parameters [1] { Parameter #0 [ $columns ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method distinct ] { - Parameters [1] { Parameter #0 [ $distinct ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method forUpdate ] { - Parameters [1] { Parameter #0 [ boolean $forUpdate ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method from ] { - Parameters [1] { Parameter #0 [ $models ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method getBindParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getBindTypes ] { - Parameters [0] { } - Return [ array ] } Method [ public method getColumns ] { } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getDistinct ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getFrom ] { } Method [ public method getGroupBy ] { - Parameters [0] { } - Return [ array ] } Method [ public method getHaving ] { - Parameters [0] { } - Return [ string ] } Method [ public method getJoins ] { - Parameters [0] { } - Return [ array ] } Method [ public method getLimit ] { } Method [ public method getModels ] { } Method [ public method getOffset ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getOrderBy ] { } Method [ final public method getPhql ] { - Parameters [0] { } - Return [ string ] } Method [ public method getQuery ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\QueryInterface ] } Method [ public method getWhere ] { } Method [ public method groupBy ] { - Parameters [1] { Parameter #0 [ $group ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method having ] { - Parameters [3] { Parameter #0 [ $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method inHaving ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method innerJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method inWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method join ] { - Parameters [4] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] Parameter #3 [ string or NULL $type ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method leftJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method limit ] { - Parameters [2] { Parameter #0 [ integer $limit ] Parameter #1 [ $offset ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notBetweenHaving ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notBetweenWhere ] { - Parameters [4] { Parameter #0 [ string $expr ] Parameter #1 [ $minimum ] Parameter #2 [ $maximum ] Parameter #3 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notInHaving ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method notInWhere ] { - Parameters [3] { Parameter #0 [ string $expr ] Parameter #1 [ array $values ] Parameter #2 [ string $operator ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method offset ] { - Parameters [1] { Parameter #0 [ integer $offset ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method orderBy ] { - Parameters [1] { Parameter #0 [ $orderBy ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method orHaving ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method orWhere ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method rightJoin ] { - Parameters [3] { Parameter #0 [ string $model ] Parameter #1 [ string or NULL $conditions ] Parameter #2 [ string or NULL $alias ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method setBindParams ] { - Parameters [2] { Parameter #0 [ array $bindParams ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method setBindTypes ] { - Parameters [2] { Parameter #0 [ array $bindTypes ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method where ] { - Parameters [3] { Parameter #0 [ string $conditions ] Parameter #1 [ array $bindParams ] Parameter #2 [ array $bindTypes ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionBetween ] { - Parameters [5] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ $minimum ] Parameter #4 [ $maximum ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionIn ] { - Parameters [4] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ array $values ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionNotBetween ] { - Parameters [5] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ $minimum ] Parameter #4 [ $maximum ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } Method [ protected method conditionNotIn ] { - Parameters [4] { Parameter #0 [ string $clause ] Parameter #1 [ string $operator ] Parameter #2 [ string $expr ] Parameter #3 [ array $values ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } } } Class [ abstract class Phalcon\Mvc\Model\Query\Lang ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method parsePHQL ] { - Parameters [1] { Parameter #0 [ string $phql ] } - Return [ array ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Mvc\Model\Query\Status implements Phalcon\Mvc\Model\Query\StatusInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $model ] Property [ protected $success ] } - Methods [4] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ boolean $success ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $model ] } } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModel ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method success ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { - Constants [8] { Constant [ public integer ACTION_CASCADE ] { 2 } Constant [ public integer ACTION_RESTRICT ] { 1 } Constant [ public integer BELONGS_TO ] { 0 } Constant [ public integer HAS_MANY ] { 2 } Constant [ public integer HAS_MANY_THROUGH ] { 4 } Constant [ public integer HAS_ONE ] { 1 } Constant [ public integer HAS_ONE_THROUGH ] { 3 } Constant [ public integer NO_ACTION ] { 0 } } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $fields ] Property [ protected $intermediateFields ] Property [ protected $intermediateModel ] Property [ protected $intermediateReferencedFields ] Property [ protected $options ] Property [ protected $referencedFields ] Property [ protected $referencedModel ] Property [ protected $type ] } - Methods [16] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ integer $type ] Parameter #1 [ string $referencedModel ] Parameter #2 [ $fields ] Parameter #3 [ $referencedFields ] Parameter #4 [ array $options ] } } Method [ public method getFields ] { } Method [ public method getForeignKey ] { } Method [ public method getIntermediateFields ] { } Method [ public method getIntermediateModel ] { - Parameters [0] { } - Return [ string ] } Method [ public method getIntermediateReferencedFields ] { } Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getParams ] { } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getReferencedFields ] { } Method [ public method getReferencedModel ] { - Parameters [0] { } - Return [ string ] } Method [ public method isForeignKey ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isThrough ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isReusable ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method setIntermediateRelation ] { - Parameters [3] { Parameter #0 [ $intermediateFields ] Parameter #1 [ string $intermediateModel ] Parameter #2 [ $intermediateReferencedFields ] } } } } Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { Constant [ public integer HYDRATE_ARRAYS ] { 1 } Constant [ public integer HYDRATE_OBJECTS ] { 2 } Constant [ public integer HYDRATE_RECORDS ] { 0 } Constant [ public integer TYPE_RESULT_FULL ] { 0 } Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $activeRow ] Property [ protected $cache ] Property [ protected $count ] Property [ protected $errorMessages ] Property [ protected $hydrateMode ] Property [ protected $isFresh ] Property [ protected $pointer ] Property [ protected $row ] Property [ protected $rows ] Property [ protected $result ] Property [ protected $columnTypes ] Property [ protected $disableHydration ] } - Methods [28] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $columnTypes ] Parameter #1 [ Phalcon\Db\ResultInterface or NULL $result ] Parameter #2 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] } } Method [ final public method current ] { } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ final public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ public method getFirst ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ public method getHydrateMode ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getLast ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method isFresh ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ boolean ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ final public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } - Return [ void ] } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ integer $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ boolean $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } Method [ public method valid ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { Constant [ public integer HYDRATE_ARRAYS ] { 1 } Constant [ public integer HYDRATE_OBJECTS ] { 2 } Constant [ public integer HYDRATE_RECORDS ] { 0 } Constant [ public integer TYPE_RESULT_FULL ] { 0 } Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [13] { Property [ protected $activeRow ] Property [ protected $cache ] Property [ protected $count ] Property [ protected $errorMessages ] Property [ protected $hydrateMode ] Property [ protected $isFresh ] Property [ protected $pointer ] Property [ protected $row ] Property [ protected $rows ] Property [ protected $result ] Property [ protected $columnMap ] Property [ protected $model ] Property [ protected $keepSnapshots ] } - Methods [28] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $columnMap ] Parameter #1 [ $model ] Parameter #2 [ $result ] Parameter #3 [ Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] Parameter #4 [ boolean or NULL $keepSnapshots ] } } Method [ final public method current ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ public method toArray ] { - Parameters [1] { Parameter #0 [ boolean $renameColumns ] } - Return [ array ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ final public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method delete ] { - Parameters [1] { Parameter #0 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ $filter ] } - Return [ array ] } Method [ public method getCache ] { - Parameters [0] { } - Return [ Phalcon\Cache\Adapter\AdapterInterface ] } Method [ public method getFirst ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ public method getHydrateMode ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getLast ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface or NULL ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getType ] { - Parameters [0] { } - Return [ integer ] } Method [ public method isFresh ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method key ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method next ] { - Parameters [0] { } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ boolean ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ final public method rewind ] { - Parameters [0] { } - Return [ void ] } Method [ final public method seek ] { - Parameters [1] { Parameter #0 [ $position ] } - Return [ void ] } Method [ public method setHydrateMode ] { - Parameters [1] { Parameter #0 [ integer $hydrateMode ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method setIsFresh ] { - Parameters [1] { Parameter #0 [ boolean $isFresh ] } - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } Method [ public method update ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ Closure or NULL $conditionCallback ] } - Return [ boolean ] } Method [ public method valid ] { - Parameters [0] { } - Return [ boolean ] } } } Class [ class Phalcon\Mvc\Model\Row implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\Model\ResultInterface, ArrayAccess, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } - Return [ boolean ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ public method readAttribute ] { - Parameters [1] { Parameter #0 [ string $attribute ] } } Method [ public method setDirtyState ] { - Parameters [1] { Parameter #0 [ integer $dirtyState ] } } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method writeAttribute ] { - Parameters [2] { Parameter #0 [ string $attribute ] Parameter #1 [ $value ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [8] { Property [ protected $activeTransaction ] Property [ protected $connection ] Property [ protected $isNewTransaction ] Property [ protected $manager ] Property [ protected $messages ] Property [ protected $rollbackRecord ] Property [ protected $rollbackOnAbort ] Property [ protected $rollbackThrowException ] } - Methods [13] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ Phalcon\Di\DiInterface $container ] Parameter #1 [ boolean $autoBegin ] Parameter #2 [ string $service ] } } Method [ public method begin ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method commit ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getConnection ] { - Parameters [0] { } - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method isManaged ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method isValid ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method rollback ] { - Parameters [2] { Parameter #0 [ string or NULL $rollbackMessage ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] } - Return [ boolean ] } Method [ public method setIsNewTransaction ] { - Parameters [1] { Parameter #0 [ boolean $isNew ] } - Return [ void ] } Method [ public method setRollbackOnAbort ] { - Parameters [1] { Parameter #0 [ boolean $rollbackOnAbort ] } - Return [ void ] } Method [ public method setRollbackedRecord ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $record ] } - Return [ void ] } Method [ public method setTransactionManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Transaction\ManagerInterface $manager ] } - Return [ void ] } Method [ public method throwRollbackException ] { - Parameters [1] { Parameter #0 [ boolean $status ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } } } Class [ class Phalcon\Mvc\Model\Transaction\Failed extends Phalcon\Mvc\Model\Transaction\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ protected $record ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $message ] Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $record ] } } Method [ public method getRecord ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method getRecordMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Model\Transaction\Manager implements Phalcon\Mvc\Model\Transaction\ManagerInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $container ] Property [ protected $initialized ] Property [ protected $number ] Property [ protected $rollbackPendent ] Property [ protected $service ] Property [ protected $transactions ] } - Methods [17] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method collectTransactions ] { - Parameters [0] { } - Return [ void ] } Method [ public method commit ] { } Method [ public method get ] { - Parameters [1] { Parameter #0 [ boolean $autoBegin ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } Method [ public method getDbService ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getOrCreateTransaction ] { - Parameters [1] { Parameter #0 [ boolean $autoBegin ] } - Return [ Phalcon\Mvc\Model\TransactionInterface ] } Method [ public method getRollbackPendent ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method has ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method notifyCommit ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ public method notifyRollback ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ boolean $collect ] } - Return [ void ] } Method [ public method rollbackPendent ] { - Parameters [0] { } - Return [ void ] } Method [ public method setDbService ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setRollbackPendent ] { - Parameters [1] { Parameter #0 [ boolean $rollbackPendent ] } - Return [ Phalcon\Mvc\Model\Transaction\ManagerInterface ] } Method [ protected method collectTransaction ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Model\ValidationFailed extends Phalcon\Mvc\Model\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [6] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ protected $messages ] Property [ protected $model ] } - Methods [12] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] Parameter #1 [ array $validationMessages ] } } Method [ public method getMessages ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModel ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ModelInterface ] } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [2] { Constant [ public integer POSITION_FIRST ] { 0 } Constant [ public integer POSITION_LAST ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [25] { Property [ protected $container ] Property [ protected $action ] Property [ protected $controller ] Property [ protected $defaultAction ] Property [ protected $defaultController ] Property [ protected $defaultModule ] Property [ protected $defaultNamespace ] Property [ protected $defaultParams ] Property [ protected $eventsManager ] Property [ protected $keyRouteNames ] Property [ protected $keyRouteIds ] Property [ protected $matchedRoute ] Property [ protected $matches ] Property [ protected $module ] Property [ protected $namespaceName ] Property [ protected $notFoundPaths ] Property [ protected $params ] Property [ protected $removeExtraSlashes ] Property [ protected $routes ] Property [ protected $uriSource ] Property [ protected $wasMatched ] Property [ protected $actionSuffix ] Property [ protected $controllerSuffix ] Property [ protected $handlers ] Property [ protected $routePrefix ] } - Methods [51] { Method [ public method addModuleResource ] { - Parameters [3] { Parameter #0 [ string $module ] Parameter #1 [ string $handler ] Parameter #2 [ string or NULL $prefix ] } - Return [ Phalcon\Mvc\Router\Annotations ] } Method [ public method addResource ] { - Parameters [2] { Parameter #0 [ string $handler ] Parameter #1 [ string or NULL $prefix ] } - Return [ Phalcon\Mvc\Router\Annotations ] } Method [ public method getResources ] { - Parameters [0] { } - Return [ array ] } Method [ public method handle ] { - Parameters [1] { Parameter #0 [ string $uri ] } - Return [ void ] } Method [ public method processActionAnnotation ] { - Parameters [5] { Parameter #0 [ string $module ] Parameter #1 [ string $namespaceName ] Parameter #2 [ string $controller ] Parameter #3 [ string $action ] Parameter #4 [ Phalcon\Annotations\Annotation $annotation ] } } Method [ public method processControllerAnnotation ] { - Parameters [2] { Parameter #0 [ string $handler ] Parameter #1 [ Phalcon\Annotations\Annotation $annotation ] } } Method [ public method setActionSuffix ] { - Parameters [1] { Parameter #0 [ string $actionSuffix ] } } Method [ public method setControllerSuffix ] { - Parameters [1] { Parameter #0 [ string $controllerSuffix ] } } Method [ public method getKeyRouteNames ] { } Method [ public method setKeyRouteNames ] { - Parameters [1] { Parameter #0 [ $keyRouteNames ] } } Method [ public method getKeyRouteIds ] { } Method [ public method setKeyRouteIds ] { - Parameters [1] { Parameter #0 [ $keyRouteIds ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ boolean $defaultRoutes ] } } Method [ public method add ] { - Parameters [4] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] Parameter #3 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addConnect ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addDelete ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addGet ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addHead ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addOptions ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPatch ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPost ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPurge ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPut ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addTrace ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method attach ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\Router\RouteInterface $route ] Parameter #1 [ $position ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMatchedRoute ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method getMatches ] { - Parameters [0] { } - Return [ array ] } Method [ public method getModuleName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getNamespaceName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParams ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteById ] { - Parameters [1] { Parameter #0 [ $id ] } } Method [ public method getRouteByName ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ public method isExactControllerName ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method mount ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ $paths ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method removeExtraSlashes ] { - Parameters [1] { Parameter #0 [ boolean $remove ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultAction ] { - Parameters [1] { Parameter #0 [ string $actionName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultController ] { - Parameters [1] { Parameter #0 [ string $controllerName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultModule ] { - Parameters [1] { Parameter #0 [ string $moduleName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaultNamespace ] { - Parameters [1] { Parameter #0 [ string $namespaceName ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method setDefaults ] { - Parameters [1] { Parameter #0 [ array $defaults ] } - Return [ Phalcon\Mvc\RouterInterface ] } Method [ public method getDefaults ] { - Parameters [0] { } - Return [ array ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method wasMatched ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\Router\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\Router\Group implements Phalcon\Mvc\Router\GroupInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $beforeMatch ] Property [ protected $hostname ] Property [ protected $paths ] Property [ protected $prefix ] Property [ protected $routes ] } - Methods [23] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $paths ] } } Method [ public method add ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addConnect ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addDelete ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addGet ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addHead ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addOptions ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPatch ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPost ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPurge ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addPut ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method addTrace ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $beforeMatch ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method getBeforeMatch ] { } Method [ public method getHostname ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPaths ] { } Method [ public method getPrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRoutes ] { - Parameters [0] { } - Return [ array ] } Method [ public method setHostname ] { - Parameters [1] { Parameter #0 [ string $hostname ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ public method setPaths ] { - Parameters [1] { Parameter #0 [ $paths ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ public method setPrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\Router\GroupInterface ] } Method [ protected method addRoute ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } Class [ class Phalcon\Mvc\Router\Route implements Phalcon\Mvc\Router\RouteInterface ] { - Constants [0] { } - Static properties [1] { Property [ protected static $uniqueId ] } - Static methods [2] { Method [ static public method getRoutePaths ] { - Parameters [1] { Parameter #0 [ $paths ] } - Return [ array ] } Method [ static public method reset ] { - Parameters [0] { } - Return [ void ] } } - Properties [11] { Property [ protected $beforeMatch ] Property [ protected $compiledPattern ] Property [ protected $converters ] Property [ protected $group ] Property [ protected $hostname ] Property [ protected $id ] Property [ protected $methods ] Property [ protected $match ] Property [ protected $name ] Property [ protected $paths ] Property [ protected $pattern ] } - Methods [25] { Method [ public method getId ] { } Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] Parameter #2 [ $httpMethods ] } } Method [ public method beforeMatch ] { - Parameters [1] { Parameter #0 [ $callback ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method compilePattern ] { - Parameters [1] { Parameter #0 [ string $pattern ] } - Return [ string ] } Method [ public method convert ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $converter ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method extractNamedParams ] { - Parameters [1] { Parameter #0 [ string $pattern ] } } Method [ public method getBeforeMatch ] { } Method [ public method getCompiledPattern ] { - Parameters [0] { } - Return [ string ] } Method [ public method getConverters ] { - Parameters [0] { } - Return [ array ] } Method [ public method getGroup ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Router\GroupInterface or NULL ] } Method [ public method getHttpMethods ] { } Method [ public method getHostname ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMatch ] { } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getPaths ] { - Parameters [0] { } - Return [ array ] } Method [ public method getPattern ] { - Parameters [0] { } - Return [ string ] } Method [ public method getReversedPaths ] { - Parameters [0] { } - Return [ array ] } Method [ public method getRouteId ] { - Parameters [0] { } - Return [ string ] } Method [ public method match ] { - Parameters [1] { Parameter #0 [ $callback ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method reConfigure ] { - Parameters [2] { Parameter #0 [ string $pattern ] Parameter #1 [ $paths ] } - Return [ void ] } Method [ public method setGroup ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Router\GroupInterface $group ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method setHttpMethods ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method setHostname ] { - Parameters [1] { Parameter #0 [ string $hostname ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } Method [ public method via ] { - Parameters [1] { Parameter #0 [ $httpMethods ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } } } Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [6] { Constant [ public integer LEVEL_ACTION_VIEW ] { 1 } Constant [ public integer LEVEL_BEFORE_TEMPLATE ] { 2 } Constant [ public integer LEVEL_LAYOUT ] { 3 } Constant [ public integer LEVEL_MAIN_LAYOUT ] { 5 } Constant [ public integer LEVEL_NO_RENDER ] { 0 } Constant [ public integer LEVEL_AFTER_TEMPLATE ] { 4 } } - Static properties [0] { } - Static methods [0] { } - Properties [24] { Property [ protected $container ] Property [ protected $actionName ] Property [ protected $activeRenderPaths ] Property [ protected $basePath ] Property [ protected $content ] Property [ protected $controllerName ] Property [ protected $currentRenderLevel ] Property [ protected $disabled ] Property [ protected $disabledLevels ] Property [ protected $engines ] Property [ protected $eventsManager ] Property [ protected $layout ] Property [ protected $layoutsDir ] Property [ protected $mainView ] Property [ protected $options ] Property [ protected $params ] Property [ protected $pickView ] Property [ protected $partialsDir ] Property [ protected $registeredEngines ] Property [ protected $renderLevel ] Property [ protected $templatesAfter ] Property [ protected $templatesBefore ] Property [ protected $viewsDirs ] Property [ protected $viewParams ] } - Methods [58] { Method [ public method getCurrentRenderLevel ] { } Method [ public method getRegisteredEngines ] { } Method [ public method getRenderLevel ] { } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ public method cleanTemplateAfter ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method cleanTemplateBefore ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method disableLevel ] { - Parameters [1] { Parameter #0 [ $level ] } - Return [ Phalcon\Mvc\ViewInterface ] } Method [ public method disable ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method enable ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $view ] } - Return [ boolean ] } Method [ public method finish ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method getActionName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getActiveRenderPath ] { } Method [ public method getBasePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getControllerName ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ public method getLayout ] { - Parameters [0] { } - Return [ string ] } Method [ public method getLayoutsDir ] { - Parameters [0] { } - Return [ string ] } Method [ public method getMainView ] { - Parameters [0] { } - Return [ string ] } Method [ public method getParamsToView ] { - Parameters [0] { } - Return [ array ] } Method [ public method getPartial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } - Return [ string ] } Method [ public method getPartialsDir ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRender ] { - Parameters [4] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params ] Parameter #3 [ $configCallback ] } - Return [ string ] } Method [ public method getVar ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method getViewsDir ] { } Method [ protected method getViewsDirs ] { - Parameters [0] { } - Return [ array ] } Method [ public method isDisabled ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } } Method [ public method pick ] { - Parameters [1] { Parameter #0 [ $renderView ] } - Return [ Phalcon\Mvc\View ] } Method [ public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } - Return [ Phalcon\Mvc\View ] } Method [ public method render ] { - Parameters [3] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params ] } } Method [ public method reset ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method setBasePath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setLayout ] { - Parameters [1] { Parameter #0 [ string $layout ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setLayoutsDir ] { - Parameters [1] { Parameter #0 [ string $layoutsDir ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setMainView ] { - Parameters [1] { Parameter #0 [ string $viewPath ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setPartialsDir ] { - Parameters [1] { Parameter #0 [ string $partialsDir ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setRenderLevel ] { - Parameters [1] { Parameter #0 [ integer $level ] } - Return [ Phalcon\Mvc\ViewInterface ] } Method [ public method setTemplateAfter ] { - Parameters [1] { Parameter #0 [ $templateAfter ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setTemplateBefore ] { - Parameters [1] { Parameter #0 [ $templateBefore ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setVars ] { - Parameters [2] { Parameter #0 [ array $params ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\View ] } Method [ public method setViewsDir ] { - Parameters [1] { Parameter #0 [ $viewsDir ] } - Return [ Phalcon\Mvc\View ] } Method [ public method start ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View ] } Method [ public method toString ] { - Parameters [3] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params ] } - Return [ string ] } Method [ protected method engineRender ] { - Parameters [4] { Parameter #0 [ array $engines ] Parameter #1 [ string $viewPath ] Parameter #2 [ boolean $silence ] Parameter #3 [ boolean $mustClean ] } } Method [ final protected method isAbsolutePath ] { - Parameters [1] { Parameter #0 [ string $path ] } } Method [ protected method loadTemplateEngines ] { - Parameters [0] { } - Return [ array ] } Method [ public method processRender ] { - Parameters [4] { Parameter #0 [ string $controllerName ] Parameter #1 [ string $actionName ] Parameter #2 [ array $params ] Parameter #3 [ boolean $fireEvents ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\View\Engine\Php extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $container ] Property [ protected $view ] } - Methods [9] { Method [ public method render ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ $params ] Parameter #2 [ boolean $mustClean ] } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getView ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ViewBaseInterface ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\View\Engine\Volt extends Phalcon\Mvc\View\Engine\AbstractEngine implements Phalcon\Mvc\View\Engine\EngineInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $container ] Property [ protected $view ] Property [ protected $compiler ] Property [ protected $eventsManager ] Property [ protected $macros ] Property [ protected $options ] } - Methods [20] { Method [ public method callMacro ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $arguments ] } } Method [ public method convertEncoding ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ string $from ] Parameter #2 [ string $to ] } - Return [ string ] } Method [ public method getCompiler ] { - Parameters [0] { } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method isIncluded ] { - Parameters [2] { Parameter #0 [ $needle ] Parameter #1 [ $haystack ] } - Return [ boolean ] } Method [ public method length ] { - Parameters [1] { Parameter #0 [ $item ] } - Return [ integer ] } Method [ public method render ] { - Parameters [3] { Parameter #0 [ string $templatePath ] Parameter #1 [ $params ] Parameter #2 [ boolean $mustClean ] } } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method slice ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ integer $start ] Parameter #2 [ $end ] } } Method [ public method sort ] { - Parameters [1] { Parameter #0 [ array $value ] } - Return [ array ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface $view ] Parameter #1 [ Phalcon\Di\DiInterface or NULL $container ] } } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getView ] { - Parameters [0] { } - Return [ Phalcon\Mvc\ViewBaseInterface ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Mvc\View\Engine\Volt\Compiler implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [21] { Property [ protected $autoescape ] Property [ protected $blockLevel ] Property [ protected $blocks ] Property [ protected $container ] Property [ protected $compiledTemplatePath ] Property [ protected $currentBlock ] Property [ protected $currentPath ] Property [ protected $exprLevel ] Property [ protected $extended ] Property [ protected $extensions ] Property [ protected $extendedBlocks ] Property [ protected $filters ] Property [ protected $foreachLevel ] Property [ protected $forElsePointers ] Property [ protected $functions ] Property [ protected $level ] Property [ protected $loopPointers ] Property [ protected $macros ] Property [ protected $options ] Property [ protected $prefix ] Property [ protected $view ] } - Methods [46] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ViewBaseInterface or NULL $view ] } } Method [ public method addExtension ] { - Parameters [1] { Parameter #0 [ $extension ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method addFilter ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method addFunction ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $definition ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ public method attributeReader ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ string ] } Method [ public method compile ] { - Parameters [2] { Parameter #0 [ string $templatePath ] Parameter #1 [ boolean $extendsMode ] } } Method [ public method compileAutoEscape ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ public method compileCache ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ public method compileCall ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $extendsMode ] } } Method [ public method compileCase ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $caseClause ] } - Return [ string ] } Method [ public method compileDo ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileEcho ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileElseIf ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileFile ] { - Parameters [3] { Parameter #0 [ string $path ] Parameter #1 [ string $compiledPath ] Parameter #2 [ boolean $extendsMode ] } } Method [ public method compileForeach ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ public method compileForElse ] { - Parameters [0] { } - Return [ string ] } Method [ public method compileIf ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ public method compileInclude ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileMacro ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ public method compileReturn ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileSet ] { - Parameters [1] { Parameter #0 [ array $statement ] } - Return [ string ] } Method [ public method compileString ] { - Parameters [2] { Parameter #0 [ string $viewCode ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ public method compileSwitch ] { - Parameters [2] { Parameter #0 [ array $statement ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ final public method expression ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ string ] } Method [ final public method fireExtensionEvent ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ $arguments ] } } Method [ public method functionCall ] { - Parameters [1] { Parameter #0 [ array $expr ] } - Return [ string ] } Method [ public method getCompiledTemplatePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method getExtensions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFilters ] { - Parameters [0] { } - Return [ array ] } Method [ public method getFunctions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ string $option ] } } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method getTemplatePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getUniquePrefix ] { - Parameters [0] { } - Return [ string ] } Method [ public method parse ] { - Parameters [1] { Parameter #0 [ string $viewCode ] } } Method [ public method resolveTest ] { - Parameters [2] { Parameter #0 [ array $test ] Parameter #1 [ string $left ] } - Return [ string ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $option ] Parameter #1 [ $value ] } } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method setUniquePrefix ] { - Parameters [1] { Parameter #0 [ string $prefix ] } - Return [ Phalcon\Mvc\View\Engine\Volt\Compiler ] } Method [ protected method compileSource ] { - Parameters [2] { Parameter #0 [ string $viewCode ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ protected method getFinalPath ] { - Parameters [1] { Parameter #0 [ string $path ] } } Method [ final protected method resolveFilter ] { - Parameters [2] { Parameter #0 [ array $filter ] Parameter #1 [ string $left ] } - Return [ string ] } Method [ final protected method statementList ] { - Parameters [2] { Parameter #0 [ array $statements ] Parameter #1 [ boolean $extendsMode ] } - Return [ string ] } Method [ final protected method statementListOrExtends ] { - Parameters [1] { Parameter #0 [ $statements ] } } } } Class [ class Phalcon\Mvc\View\Engine\Volt\Exception extends Phalcon\Mvc\View\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ protected $statement ] } - Methods [11] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $message ] Parameter #1 [ array $statement ] Parameter #2 [ integer $code ] Parameter #3 [ Exception or NULL $previous ] } } Method [ public method getStatement ] { - Parameters [0] { } - Return [ array ] } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Mvc\View\Simple extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [10] { Property [ protected $container ] Property [ protected $activeRenderPath ] Property [ protected $content ] Property [ protected $engines ] Property [ protected $eventsManager ] Property [ protected $options ] Property [ protected $partialsDir ] Property [ protected $registeredEngines ] Property [ protected $viewsDir ] Property [ protected $viewParams ] } - Methods [24] { Method [ public method getRegisteredEngines ] { - Parameters [0] { } - Return [ array or NULL ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } } Method [ public method getActiveRenderPath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getContent ] { - Parameters [0] { } - Return [ string ] } Method [ public method getEventsManager ] { - Parameters [0] { } - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ public method getParamsToView ] { - Parameters [0] { } - Return [ array ] } Method [ public method getVar ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method getViewsDir ] { - Parameters [0] { } - Return [ string ] } Method [ public method partial ] { - Parameters [2] { Parameter #0 [ string $partialPath ] Parameter #1 [ $params ] } } Method [ public method registerEngines ] { - Parameters [1] { Parameter #0 [ array $engines ] } } Method [ public method render ] { - Parameters [2] { Parameter #0 [ string $path ] Parameter #1 [ array $params ] } - Return [ string ] } Method [ public method setContent ] { - Parameters [1] { Parameter #0 [ string $content ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setEventsManager ] { - Parameters [1] { Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] } - Return [ void ] } Method [ public method setParamToView ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setVar ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setVars ] { - Parameters [2] { Parameter #0 [ array $params ] Parameter #1 [ boolean $merge ] } - Return [ Phalcon\Mvc\View\Simple ] } Method [ public method setViewsDir ] { - Parameters [1] { Parameter #0 [ string $viewsDir ] } } Method [ protected method loadTemplateEngines ] { - Parameters [0] { } - Return [ array ] } Method [ final protected method internalRender ] { - Parameters [2] { Parameter #0 [ string $path ] Parameter #1 [ $params ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Paginator\Adapter\Model extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $config ] Property [ protected $limitRows ] Property [ protected $page ] Property [ protected $repository ] } - Methods [7] { Method [ public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getLimit ] { - Parameters [0] { } - Return [ integer ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ integer $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ integer $limitRows ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setRepository ] { - Parameters [1] { Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ protected method getRepository ] { - Parameters [1] { Parameter #0 [ array or NULL $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Class [ class Phalcon\Paginator\Adapter\NativeArray extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $config ] Property [ protected $limitRows ] Property [ protected $page ] Property [ protected $repository ] } - Methods [7] { Method [ public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getLimit ] { - Parameters [0] { } - Return [ integer ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ integer $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ integer $limitRows ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setRepository ] { - Parameters [1] { Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ protected method getRepository ] { - Parameters [1] { Parameter #0 [ array or NULL $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Class [ class Phalcon\Paginator\Adapter\QueryBuilder extends Phalcon\Paginator\Adapter\AbstractAdapter implements Phalcon\Paginator\Adapter\AdapterInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $config ] Property [ protected $limitRows ] Property [ protected $page ] Property [ protected $repository ] Property [ protected $builder ] Property [ protected $columns ] } - Methods [10] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $config ] } } Method [ public method getCurrentPage ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getQueryBuilder ] { - Parameters [0] { } - Return [ Phalcon\Mvc\Model\Query\Builder ] } Method [ public method paginate ] { - Parameters [0] { } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method setQueryBuilder ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\Query\Builder $builder ] } - Return [ Phalcon\Paginator\Adapter\QueryBuilder ] } Method [ public method getLimit ] { - Parameters [0] { } - Return [ integer ] } Method [ public method setCurrentPage ] { - Parameters [1] { Parameter #0 [ integer $page ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setLimit ] { - Parameters [1] { Parameter #0 [ integer $limitRows ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method setRepository ] { - Parameters [1] { Parameter #0 [ Phalcon\Paginator\RepositoryInterface $repository ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ protected method getRepository ] { - Parameters [1] { Parameter #0 [ array or NULL $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } } } Class [ class Phalcon\Paginator\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Paginator\PaginatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [7] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - Return [ Phalcon\Paginator\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Paginator\Repository implements Phalcon\Paginator\RepositoryInterface, JsonSerializable ] { - Constants [8] { Constant [ public string PROPERTY_CURRENT_PAGE ] { current } Constant [ public string PROPERTY_FIRST_PAGE ] { first } Constant [ public string PROPERTY_ITEMS ] { items } Constant [ public string PROPERTY_LAST_PAGE ] { last } Constant [ public string PROPERTY_LIMIT ] { limit } Constant [ public string PROPERTY_NEXT_PAGE ] { next } Constant [ public string PROPERTY_PREVIOUS_PAGE ] { previous } Constant [ public string PROPERTY_TOTAL_ITEMS ] { total_items } } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $aliases ] Property [ protected $properties ] } - Methods [15] { Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $property ] } } Method [ public method getAliases ] { - Parameters [0] { } - Return [ array ] } Method [ public method getCurrent ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getFirst ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getItems ] { } Method [ public method getLast ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getLimit ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getNext ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getPrevious ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getTotalItems ] { - Parameters [0] { } - Return [ integer ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method setAliases ] { - Parameters [1] { Parameter #0 [ array $aliases ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ public method setProperties ] { - Parameters [1] { Parameter #0 [ array $properties ] } - Return [ Phalcon\Paginator\RepositoryInterface ] } Method [ protected method getProperty ] { - Parameters [2] { Parameter #0 [ string $property ] Parameter #1 [ $defaultValue ] } } Method [ protected method getRealNameProperty ] { - Parameters [1] { Parameter #0 [ string $property ] } - Return [ string ] } } } Class [ final class Phalcon\Registry extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] } - Methods [25] { Method [ final public method __construct ] { - Parameters [1] { Parameter #0 [ array or NULL $data ] } } Method [ final public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ final public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ final public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ final public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ final public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ final public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ final public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ final public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ final public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ final public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ final public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ final public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ final public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ final public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ final public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ final public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ final public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ final public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ final public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } } } Class [ class Phalcon\Security extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface ] { - Constants [10] { Constant [ public integer CRYPT_DEFAULT ] { 0 } Constant [ public integer CRYPT_BLOWFISH ] { 4 } Constant [ public integer CRYPT_BLOWFISH_A ] { 5 } Constant [ public integer CRYPT_BLOWFISH_X ] { 6 } Constant [ public integer CRYPT_BLOWFISH_Y ] { 7 } Constant [ public integer CRYPT_EXT_DES ] { 2 } Constant [ public integer CRYPT_MD5 ] { 3 } Constant [ public integer CRYPT_SHA256 ] { 8 } Constant [ public integer CRYPT_SHA512 ] { 9 } Constant [ public integer CRYPT_STD_DES ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [12] { Property [ protected $container ] Property [ protected $defaultHash ] Property [ protected $numberBytes ] Property [ protected $random ] Property [ protected $requestToken ] Property [ protected $token ] Property [ protected $tokenKey ] Property [ protected $tokenKeySessionId ] Property [ protected $tokenValueSessionId ] Property [ protected $workFactor ] Property [ private $localSession ] Property [ private $localRequest ] } - Methods [23] { Method [ public method setWorkFactor ] { - Parameters [1] { Parameter #0 [ $workFactor ] } } Method [ public method getWorkFactor ] { } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Session\ManagerInterface or NULL $session ] Parameter #1 [ Phalcon\Http\RequestInterface or NULL $request ] } } Method [ public method checkHash ] { - Parameters [3] { Parameter #0 [ string $password ] Parameter #1 [ string $passwordHash ] Parameter #2 [ integer $maxPassLength ] } - Return [ boolean ] } Method [ public method checkToken ] { - Parameters [3] { Parameter #0 [ $tokenKey ] Parameter #1 [ $tokenValue ] Parameter #2 [ boolean $destroyIfValid ] } - Return [ boolean ] } Method [ public method computeHmac ] { - Parameters [4] { Parameter #0 [ string $data ] Parameter #1 [ string $key ] Parameter #2 [ string $algo ] Parameter #3 [ boolean $raw ] } - Return [ string ] } Method [ public method destroyToken ] { - Parameters [0] { } - Return [ Phalcon\Security ] } Method [ public method getDefaultHash ] { - Parameters [0] { } - Return [ integer or NULL ] } Method [ public method getRandom ] { - Parameters [0] { } - Return [ Phalcon\Security\Random ] } Method [ public method getRandomBytes ] { - Parameters [0] { } - Return [ string ] } Method [ public method getRequestToken ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getSessionToken ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method getSaltBytes ] { - Parameters [1] { Parameter #0 [ integer $numberBytes ] } - Return [ string ] } Method [ public method getToken ] { - Parameters [0] { } - Return [ string ] } Method [ public method getTokenKey ] { - Parameters [0] { } - Return [ string ] } Method [ public method hash ] { - Parameters [2] { Parameter #0 [ string $password ] Parameter #1 [ integer $workFactor ] } - Return [ string ] } Method [ public method isLegacyHash ] { - Parameters [1] { Parameter #0 [ string $passwordHash ] } - Return [ boolean ] } Method [ public method setDefaultHash ] { - Parameters [1] { Parameter #0 [ integer $defaultHash ] } - Return [ Phalcon\Security ] } Method [ public method setRandomBytes ] { - Parameters [1] { Parameter #0 [ integer $randomBytes ] } - Return [ Phalcon\Security ] } Method [ private method getLocalRequest ] { - Parameters [0] { } - Return [ Phalcon\Http\RequestInterface or NULL ] } Method [ private method getLocalSession ] { - Parameters [0] { } - Return [ Phalcon\Session\ManagerInterface or NULL ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Security\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Security\Random ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method base58 ] { - Parameters [1] { Parameter #0 [ integer or NULL $len ] } - Return [ string ] } Method [ public method base62 ] { - Parameters [1] { Parameter #0 [ integer or NULL $len ] } - Return [ string ] } Method [ public method base64 ] { - Parameters [1] { Parameter #0 [ integer or NULL $len ] } - Return [ string ] } Method [ public method base64Safe ] { - Parameters [2] { Parameter #0 [ integer or NULL $len ] Parameter #1 [ boolean $padding ] } - Return [ string ] } Method [ public method bytes ] { - Parameters [1] { Parameter #0 [ integer $len ] } - Return [ string ] } Method [ public method hex ] { - Parameters [1] { Parameter #0 [ integer or NULL $len ] } - Return [ string ] } Method [ public method number ] { - Parameters [1] { Parameter #0 [ integer $len ] } - Return [ integer ] } Method [ public method uuid ] { - Parameters [0] { } - Return [ string ] } Method [ protected method base ] { - Parameters [3] { Parameter #0 [ string $alphabet ] Parameter #1 [ integer $base ] Parameter #2 [ $n ] } - Return [ string ] } } } Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapter ] } - Methods [7] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] Parameter #1 [ array $options ] } } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ boolean ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ $maxlifetime ] } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ boolean ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $data ] } - Return [ boolean ] } } } Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter\AbstractAdapter implements SessionHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $adapter ] } - Methods [7] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\AdapterFactory $factory ] Parameter #1 [ array $options ] } } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ boolean ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ $maxlifetime ] } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ string ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ boolean ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $data ] } - Return [ boolean ] } } } Class [ class Phalcon\Session\Adapter\Stream extends Phalcon\Session\Adapter\Noop implements SessionHandlerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $connection ] Property [ protected $options ] Property [ protected $prefix ] Property [ protected $ttl ] Property [ private $path ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method destroy ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ boolean ] } Method [ public method gc ] { - Parameters [1] { Parameter #0 [ $maxlifetime ] } - Return [ boolean ] } Method [ public method open ] { - Parameters [2] { Parameter #0 [ $savePath ] Parameter #1 [ $sessionName ] } - Return [ boolean ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ $id ] } - Return [ string ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ $id ] Parameter #1 [ $data ] } - Return [ boolean ] } Method [ public method close ] { - Parameters [0] { } - Return [ boolean ] } Method [ protected method getPrefixedName ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ string ] } } } Class [ class Phalcon\Session\Bag extends Phalcon\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $data ] Property [ protected $insensitive ] Property [ protected $lowerKeys ] Property [ private $container ] Property [ private $name ] Property [ private $session ] } - Methods [27] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method clear ] { - Parameters [0] { } - Return [ void ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ void ] } Method [ public method count ] { - Parameters [0] { } - Return [ integer ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] Parameter #1 [ $defaultValue ] Parameter #2 [ string or NULL $cast ] } } Method [ public method getIterator ] { - Parameters [0] { } - Return [ Traversable ] } Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ boolean $insensitive ] } - Return [ array ] } Method [ public method getValues ] { - Parameters [0] { } - Return [ array ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] } - Return [ boolean ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $element ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $element ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $element ] } - Return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toJson ] { - Parameters [1] { Parameter #0 [ integer $options ] } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $serialized ] } - Return [ void ] } Method [ protected method setData ] { - Parameters [2] { Parameter #0 [ string $element ] Parameter #1 [ $value ] } - Return [ void ] } } } Class [ class Phalcon\Session\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Session\Manager extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\ManagerInterface ] { - Constants [3] { Constant [ public integer SESSION_ACTIVE ] { 2 } Constant [ public integer SESSION_DISABLED ] { 0 } Constant [ public integer SESSION_NONE ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $container ] Property [ private $adapter ] Property [ private $name ] Property [ private $options ] Property [ private $uniqueId ] } - Methods [25] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ public method destroy ] { - Parameters [0] { } - Return [ void ] } Method [ public method exists ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] Parameter #2 [ boolean $remove ] } } Method [ public method getAdapter ] { - Parameters [0] { } - Return [ SessionHandlerInterface ] } Method [ public method getId ] { - Parameters [0] { } - Return [ string ] } Method [ public method getName ] { - Parameters [0] { } - Return [ string ] } Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method getOptions ] { - Parameters [0] { } - Return [ array ] } Method [ public method regenerateId ] { - Parameters [1] { Parameter #0 [ $deleteOldSession ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ void ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method setAdapter ] { - Parameters [1] { Parameter #0 [ SessionHandlerInterface $adapter ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ public method setId ] { - Parameters [1] { Parameter #0 [ string $id ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ public method setName ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Session\ManagerInterface ] } Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ public method start ] { - Parameters [0] { } - Return [ boolean ] } Method [ public method status ] { - Parameters [0] { } - Return [ integer ] } Method [ private method getUniqueKey ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Storage\AdapterFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $mapper ] Property [ protected $services ] Property [ private $serializerFactory ] } - Methods [6] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Storage\SerializerFactory or NULL $factory ] Parameter #1 [ array $services ] } } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - Return [ Phalcon\Storage\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Storage\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data ] } - Methods [6] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ boolean ] } Method [ public method getData ] { } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } } } Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data ] } - Methods [6] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ boolean ] } Method [ public method getData ] { } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } } } Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data ] } - Methods [6] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ boolean ] } Method [ public method getData ] { } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } } } Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data ] } - Methods [6] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string or NULL ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ boolean ] } Method [ public method getData ] { } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } } } Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data ] } - Methods [6] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ boolean ] } Method [ public method getData ] { } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } } } Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ protected $data ] } - Methods [6] { Method [ public method serialize ] { - Parameters [0] { } - Return [ string ] } Method [ public method unserialize ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method isSerializable ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ boolean ] } Method [ public method getData ] { } Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } - Return [ void ] } } } 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 [10] { Property [ protected static $autoEscape ] Property [ protected static $container ] Property [ protected static $displayValues ] Property [ protected static $documentAppendTitle ] Property [ protected static $documentPrependTitle ] Property [ protected static $documentTitle ] Property [ protected static $documentTitleSeparator ] Property [ protected static $documentType ] Property [ protected static $escaperService ] Property [ protected static $urlService ] } - Static methods [57] { Method [ static public method appendTitle ] { - Parameters [1] { Parameter #0 [ $title ] } - Return [ void ] } Method [ static public method checkField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method colorField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method dateField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method dateTimeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method dateTimeLocalField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method displayTo ] { - Parameters [2] { Parameter #0 [ string $id ] Parameter #1 [ $value ] } - Return [ void ] } Method [ static public method emailField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method endForm ] { - Parameters [0] { } - Return [ string ] } Method [ static public method fileField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method form ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method friendlyTitle ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $separator ] Parameter #2 [ boolean $lowercase ] Parameter #3 [ $replace ] } - Return [ string ] } Method [ static public method getDocType ] { - Parameters [0] { } - Return [ string ] } Method [ static public method getEscaper ] { - Parameters [1] { Parameter #0 [ array $params ] } - Return [ Phalcon\Escaper\EscaperInterface or NULL ] } Method [ static public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ static public method getEscaperService ] { - Parameters [0] { } - Return [ Phalcon\Escaper\EscaperInterface ] } Method [ static public method getTitle ] { - Parameters [2] { Parameter #0 [ boolean $prepend ] Parameter #1 [ boolean $append ] } - Return [ string ] } Method [ static public method getTitleSeparator ] { - Parameters [0] { } - Return [ string ] } Method [ static public method getUrlService ] { - Parameters [0] { } - Return [ Phalcon\Url\UrlInterface ] } Method [ static public method getValue ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ array $params ] } } Method [ static public method hasValue ] { - Parameters [1] { Parameter #0 [ $name ] } - Return [ boolean ] } Method [ static public method hiddenField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method image ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ boolean $local ] } - Return [ string ] } Method [ static public method imageInput ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method javascriptInclude ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ boolean $local ] } - Return [ string ] } Method [ static public method linkTo ] { - Parameters [3] { Parameter #0 [ $parameters ] Parameter #1 [ $text ] Parameter #2 [ $local ] } - Return [ string ] } Method [ static public method monthField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method numericField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method passwordField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method prependTitle ] { - Parameters [1] { Parameter #0 [ $title ] } - Return [ void ] } Method [ static public method radioField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method rangeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method renderAttributes ] { - Parameters [2] { Parameter #0 [ string $code ] Parameter #1 [ array $attributes ] } - Return [ string ] } Method [ static public method renderTitle ] { - Parameters [2] { Parameter #0 [ boolean $prepend ] Parameter #1 [ boolean $append ] } - Return [ string ] } Method [ static public method resetInput ] { - Parameters [0] { } - Return [ void ] } Method [ static public method searchField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method select ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data ] } - Return [ string ] } Method [ static public method selectStatic ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data ] } - Return [ string ] } Method [ static public method setAutoescape ] { - Parameters [1] { Parameter #0 [ boolean $autoescape ] } - Return [ void ] } Method [ static public method setDefault ] { - Parameters [2] { Parameter #0 [ string $id ] Parameter #1 [ $value ] } - Return [ void ] } Method [ static public method setDefaults ] { - Parameters [2] { Parameter #0 [ array $values ] Parameter #1 [ boolean $merge ] } - Return [ void ] } Method [ static public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } Method [ static public method setDocType ] { - Parameters [1] { Parameter #0 [ integer $doctype ] } - Return [ void ] } Method [ static public method setTitle ] { - Parameters [1] { Parameter #0 [ string $title ] } - Return [ void ] } Method [ static public method setTitleSeparator ] { - Parameters [1] { Parameter #0 [ string $titleSeparator ] } - Return [ void ] } Method [ static public method stylesheetLink ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ boolean $local ] } - Return [ string ] } Method [ static public method submitButton ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method tagHtml ] { - Parameters [5] { Parameter #0 [ string $tagName ] Parameter #1 [ $parameters ] Parameter #2 [ boolean $selfClose ] Parameter #3 [ boolean $onlyStart ] Parameter #4 [ boolean $useEol ] } - Return [ string ] } Method [ static public method tagHtmlClose ] { - Parameters [2] { Parameter #0 [ string $tagName ] Parameter #1 [ boolean $useEol ] } - Return [ string ] } Method [ static public method telField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method textArea ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method textField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method timeField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method urlField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ static public method weekField ] { - Parameters [1] { Parameter #0 [ $parameters ] } - Return [ string ] } Method [ final static protected method inputField ] { - Parameters [3] { Parameter #0 [ string $type ] Parameter #1 [ $parameters ] Parameter #2 [ boolean $asValue ] } - Return [ string ] } Method [ final static protected method inputFieldChecked ] { - Parameters [2] { Parameter #0 [ string $type ] Parameter #1 [ $parameters ] } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Tag\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ abstract class Phalcon\Tag\Select ] { - Constants [0] { } - Static properties [0] { } - Static methods [3] { Method [ static public method selectField ] { - Parameters [2] { Parameter #0 [ $parameters ] Parameter #1 [ $data ] } - Return [ string ] } Method [ static private method optionsFromArray ] { - Parameters [3] { Parameter #0 [ array $data ] Parameter #1 [ $value ] Parameter #2 [ string $closeOption ] } - Return [ string ] } Method [ static private method optionsFromResultset ] { - Parameters [4] { Parameter #0 [ Phalcon\Mvc\Model\ResultsetInterface $resultset ] Parameter #1 [ $using ] Parameter #2 [ $value ] Parameter #3 [ string $closeOption ] } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Text ] { - Constants [6] { Constant [ public integer RANDOM_ALNUM ] { 0 } Constant [ public integer RANDOM_ALPHA ] { 1 } Constant [ public integer RANDOM_DISTINCT ] { 5 } Constant [ public integer RANDOM_HEXDEC ] { 2 } Constant [ public integer RANDOM_NOZERO ] { 4 } Constant [ public integer RANDOM_NUMERIC ] { 3 } } - Static properties [0] { } - Static methods [13] { Method [ static public method camelize ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ $delimiter ] } - Return [ string ] } Method [ static public method concat ] { - Parameters [0] { } - Return [ string ] } Method [ static public method dynamic ] { - Parameters [4] { Parameter #0 [ string $text ] Parameter #1 [ string $leftDelimiter ] Parameter #2 [ string $rightDelimiter ] Parameter #3 [ string $separator ] } - Return [ string ] } Method [ static public method endsWith ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ string $end ] Parameter #2 [ boolean $ignoreCase ] } - Return [ boolean ] } Method [ static public method humanize ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ static public method increment ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $separator ] } - Return [ string ] } Method [ static public method lower ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding ] } - Return [ string ] } Method [ static public method startsWith ] { - Parameters [3] { Parameter #0 [ string $text ] Parameter #1 [ string $start ] Parameter #2 [ boolean $ignoreCase ] } - Return [ boolean ] } Method [ static public method random ] { - Parameters [2] { Parameter #0 [ integer $type ] Parameter #1 [ integer $length ] } - Return [ string ] } Method [ static public method reduceSlashes ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ static public method uncamelize ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ $delimiter ] } - Return [ string ] } Method [ static public method underscore ] { - Parameters [1] { Parameter #0 [ string $text ] } - Return [ string ] } Method [ static public method upper ] { - Parameters [2] { Parameter #0 [ string $text ] Parameter #1 [ string $encoding ] } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Class [ class Phalcon\Translate\Adapter\Csv extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $defaultInterpolator ] Property [ protected $interpolatorFactory ] Property [ protected $translate ] } - Methods [11] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ boolean ] } Method [ public method query ] { - Parameters [2] { Parameter #0 [ string $index ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ private method load ] { - Parameters [4] { Parameter #0 [ string $file ] Parameter #1 [ integer $length ] Parameter #2 [ string $delimiter ] Parameter #3 [ string $enclosure ] } - Return [ void ] } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ public method t ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Class [ class Phalcon\Translate\Adapter\Gettext extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $defaultInterpolator ] Property [ protected $interpolatorFactory ] Property [ protected $category ] Property [ protected $defaultDomain ] Property [ protected $directory ] Property [ protected $locale ] } - Methods [22] { Method [ public method getCategory ] { - Parameters [0] { } - Return [ integer ] } Method [ public method getDefaultDomain ] { - Parameters [0] { } - Return [ string ] } Method [ public method getDirectory ] { } Method [ public method getLocale ] { - Parameters [0] { } - Return [ string ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ boolean ] } Method [ public method nquery ] { - Parameters [5] { Parameter #0 [ string $msgid1 ] Parameter #1 [ string $msgid2 ] Parameter #2 [ integer $count ] Parameter #3 [ array $placeholders ] Parameter #4 [ string or NULL $domain ] } - Return [ string ] } Method [ public method query ] { - Parameters [2] { Parameter #0 [ string $index ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ public method resetDomain ] { - Parameters [0] { } - Return [ string ] } Method [ public method setDefaultDomain ] { - Parameters [1] { Parameter #0 [ string $domain ] } - Return [ void ] } Method [ public method setDirectory ] { - Parameters [1] { Parameter #0 [ $directory ] } - Return [ void ] } Method [ public method setDomain ] { - Parameters [1] { Parameter #0 [ $domain ] } - Return [ string ] } Method [ public method setLocale ] { - Parameters [2] { Parameter #0 [ integer $category ] Parameter #1 [ string $locale ] } } Method [ protected method getOptionsDefault ] { - Parameters [0] { } - Return [ array ] } Method [ protected method prepareOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } - Return [ void ] } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ public method t ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $defaultInterpolator ] Property [ protected $interpolatorFactory ] Property [ private $translate ] Property [ private $triggerError ] } - Methods [11] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $options ] } } Method [ public method exists ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ boolean ] } Method [ public method notFound ] { - Parameters [1] { Parameter #0 [ string $index ] } - Return [ string ] } Method [ public method query ] { - Parameters [2] { Parameter #0 [ string $index ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ public method _ ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $translateKey ] } - Return [ boolean ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $translateKey ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $value ] } - Return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $offset ] } - Return [ void ] } Method [ public method t ] { - Parameters [2] { Parameter #0 [ string $translateKey ] Parameter #1 [ array $placeholders ] } - Return [ string ] } Method [ protected method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Class [ class Phalcon\Translate\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Translate\InterpolatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ private $mapper ] Property [ private $services ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\Interpolator\InterpolatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method replacePlaceholders ] { - Parameters [2] { Parameter #0 [ string $translation ] Parameter #1 [ array $placeholders ] } - Return [ string ] } } } Class [ class Phalcon\Translate\TranslateFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $mapper ] Property [ protected $services ] Property [ private $interpolator ] } - Methods [7] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] Parameter #1 [ array $services ] } } Method [ public method load ] { - Parameters [1] { Parameter #0 [ $config ] } } Method [ public method newInstance ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } - Return [ Phalcon\Translate\Adapter\AdapterInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Url extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Url\UrlInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $container ] Property [ protected $baseUri ] Property [ protected $basePath ] Property [ protected $router ] Property [ protected $staticBaseUri ] } - Methods [12] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\RouterInterface or NULL $router ] } } Method [ public method get ] { - Parameters [4] { Parameter #0 [ $uri ] Parameter #1 [ $args ] Parameter #2 [ boolean or NULL $local ] Parameter #3 [ $baseUri ] } - Return [ string ] } Method [ public method getBasePath ] { - Parameters [0] { } - Return [ string ] } Method [ public method getBaseUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method getStatic ] { - Parameters [1] { Parameter #0 [ $uri ] } - Return [ string ] } Method [ public method getStaticBaseUri ] { - Parameters [0] { } - Return [ string ] } Method [ public method setBasePath ] { - Parameters [1] { Parameter #0 [ string $basePath ] } - Return [ Phalcon\Url\UrlInterface ] } Method [ public method setBaseUri ] { - Parameters [1] { Parameter #0 [ string $baseUri ] } - Return [ Phalcon\Url\UrlInterface ] } Method [ public method setStaticBaseUri ] { - Parameters [1] { Parameter #0 [ string $staticBaseUri ] } - Return [ Phalcon\Url\UrlInterface ] } Method [ public method path ] { - Parameters [1] { Parameter #0 [ string or NULL $path ] } - Return [ string ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Url\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Validation extends Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface, Phalcon\Validation\ValidationInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ protected $container ] Property [ protected $combinedFieldsValidators ] Property [ protected $data ] Property [ protected $entity ] Property [ protected $filters ] Property [ protected $labels ] Property [ protected $messages ] Property [ protected $validators ] Property [ protected $values ] } - Methods [23] { Method [ public method getData ] { } Method [ public method setValidators ] { - Parameters [1] { Parameter #0 [ $validators ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $validators ] } } Method [ public method add ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ public method appendMessage ] { - Parameters [1] { Parameter #0 [ Phalcon\Messages\MessageInterface $message ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $entity ] Parameter #1 [ $data ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ public method getEntity ] { - Parameters [0] { } - Return [ NULL ] } Method [ public method getFilters ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } } Method [ public method getLabel ] { - Parameters [1] { Parameter #0 [ $field ] } - Return [ string ] } Method [ public method getMessages ] { - Parameters [0] { } - Return [ Phalcon\Messages\Messages ] } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method getValue ] { - Parameters [1] { Parameter #0 [ string $field ] } } Method [ public method rule ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ public method rules ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ array $validators ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ public method setEntity ] { - Parameters [1] { Parameter #0 [ $entity ] } - Return [ void ] } Method [ public method setFilters ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $filters ] } - Return [ Phalcon\Validation\ValidationInterface ] } Method [ public method setLabels ] { - Parameters [1] { Parameter #0 [ array $labels ] } - Return [ void ] } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $entity ] } - Return [ Phalcon\Messages\Messages ] } Method [ protected method preChecking ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ Phalcon\Validation\ValidatorInterface $validator ] } - Return [ boolean ] } Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $propertyName ] } } Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ boolean ] } Method [ public method getDI ] { - Parameters [0] { } - Return [ Phalcon\Di\DiInterface ] } Method [ public method setDI ] { - Parameters [1] { Parameter #0 [ Phalcon\Di\DiInterface $container ] } - Return [ void ] } } } Class [ class Phalcon\Validation\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Validation\ValidatorFactory extends Phalcon\Factory\AbstractFactory ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ protected $mapper ] Property [ protected $services ] } - Methods [6] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $services ] } } Method [ public method newInstance ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ Phalcon\Factory\ValidatorInterface ] } Method [ protected method getAdapters ] { - Parameters [0] { } - Return [ array ] } Method [ protected method checkService ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ void ] } Method [ protected method checkConfig ] { - Parameters [1] { Parameter #0 [ $config ] } - Return [ array ] } Method [ protected method init ] { - Parameters [1] { Parameter #0 [ array $services ] } - Return [ void ] } } } Class [ class Phalcon\Validation\Validator\Alnum extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Alpha extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Between extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Callback extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Confirmation extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [13] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ final protected method compare ] { - Parameters [2] { Parameter #0 [ string $a ] Parameter #1 [ string $b ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\CreditCard extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [13] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ private method verifyByLuhnAlgorithm ] { - Parameters [1] { Parameter #0 [ string $number ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Date extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [13] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ private method checkDate ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $format ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Digit extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Email extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Exception extends Phalcon\Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method containerServiceNotFound ] { - Parameters [1] { Parameter #0 [ string $service ] } - Return [ string ] } } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class Phalcon\Validation\Validator\ExclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $template ] Property [ protected $templates ] Property [ protected $options ] Property [ protected $validators ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File\MimeType extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] Property [ protected $template ] } - Methods [24] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File\Resolution\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] Property [ protected $template ] } - Methods [24] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File\Resolution\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] Property [ protected $template ] } - Methods [24] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File\Resolution\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] Property [ protected $template ] } - Methods [24] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File\Size\Equal extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] Property [ protected $template ] } - Methods [24] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File\Size\Max extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] Property [ protected $template ] } - Methods [24] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\File\Size\Min extends Phalcon\Validation\Validator\File\AbstractFile implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [6] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $messageFileEmpty ] Property [ protected $messageIniSize ] Property [ protected $messageValid ] Property [ protected $template ] } - Methods [24] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getMessageFileEmpty ] { } Method [ public method setMessageFileEmpty ] { - Parameters [1] { Parameter #0 [ $messageFileEmpty ] } } Method [ public method getMessageIniSize ] { } Method [ public method setMessageIniSize ] { - Parameters [1] { Parameter #0 [ $messageIniSize ] } } Method [ public method getMessageValid ] { } Method [ public method setMessageValid ] { - Parameters [1] { Parameter #0 [ $messageValid ] } } Method [ public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } - Return [ boolean ] } Method [ public method checkUpload ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getFileSizeInBytes ] { - Parameters [1] { Parameter #0 [ string $size ] } - Return [ float ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Ip extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [2] { Constant [ public integer VERSION_4 ] { 1048576 } Constant [ public integer VERSION_6 ] { 2097152 } } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Regex extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\StringLength extends Phalcon\Validation\AbstractValidatorComposite implements Phalcon\Validation\ValidatorCompositeInterface, Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $template ] Property [ protected $templates ] Property [ protected $options ] Property [ protected $validators ] } - Methods [13] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getValidators ] { - Parameters [0] { } - Return [ array ] } Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\StringLength\Max extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\StringLength\Min extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Uniqueness extends Phalcon\Validation\AbstractCombinedFieldsValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] Property [ private $columnMap ] } - Methods [15] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ protected method getColumnNameReal ] { - Parameters [2] { Parameter #0 [ $record ] Parameter #1 [ string $field ] } - Return [ string ] } Method [ protected method isUniqueness ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ protected method isUniquenessModel ] { - Parameters [3] { Parameter #0 [ $record ] Parameter #1 [ array $field ] Parameter #2 [ array $values ] } } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Validation\Validator\Url extends Phalcon\Validation\AbstractValidator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ protected $templates ] Property [ protected $options ] Property [ protected $template ] } - Methods [12] { Method [ public method validate ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] } - Return [ boolean ] } Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getTemplate ] { - Parameters [1] { Parameter #0 [ string or NULL $field ] } - Return [ string ] } Method [ public method getTemplates ] { - Parameters [0] { } - Return [ array ] } Method [ public method setTemplates ] { - Parameters [1] { Parameter #0 [ array $templates ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method setTemplate ] { - Parameters [1] { Parameter #0 [ string $template ] } - Return [ Phalcon\Validation\ValidatorInterface ] } Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $defaultValue ] } } Method [ public method hasOption ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ boolean ] } Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ $value ] } - Return [ void ] } Method [ protected method prepareCode ] { - Parameters [1] { Parameter #0 [ string $field ] } - Return [ integer or NULL ] } Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ string $field ] } } Method [ public method messageFactory ] { - Parameters [3] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] Parameter #2 [ array $replacements ] } - Return [ Phalcon\Messages\Message ] } } } Class [ class Phalcon\Version ] { - Constants [5] { Constant [ public 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 ] { - Parameters [0] { } - Return [ array ] } Method [ final static protected method _getSpecial ] { - Parameters [1] { Parameter #0 [ integer $special ] } - Return [ string ] } Method [ static public method get ] { - Parameters [0] { } - Return [ string ] } Method [ static public method getId ] { - Parameters [0] { } - Return [ string ] } Method [ static public method getPart ] { - Parameters [1] { Parameter #0 [ integer $part ] } - Return [ string ] } } - Properties [0] { } - Methods [0] { } } Class [ final class phalcon\0__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [5] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } } } } Class [ final class phalcon\1__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [5] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } } } } Class [ final class phalcon\2__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [5] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } } } } Class [ final class phalcon\3__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $element ] } } } } Class [ final class phalcon\4__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $file ] } } } } Class [ final class phalcon\5__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [5] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } } } } Class [ final class phalcon\6__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [5] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } } } } Class [ final class phalcon\7__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [5] { Parameter #0 [ $number ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] Parameter #4 [ $context ] } } } } Class [ final class phalcon\8__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $element ] } } } } Class [ final class phalcon\9__closure ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ final public method __invoke ] { - Parameters [1] { Parameter #0 [ $element ] } } } } } }